码迷,mamicode.com
首页 > 2015年04月08日 > 全部分享
poj 3744 概率dp+矩阵快速幂
题意:在一条布满地雷的路上,你现在的起点在1处。在N个点处布有地雷,1 7 #include 8 #include 9 #include10 #include11 using namespace std;12 13 struct Matrix14 {15 double mat[2][2];1...
分类:其他好文   时间:2015-04-08 00:38:28    阅读次数:159
Eclipse崩溃后无法启动的问题解决
一次Eclipse发生内存溢出(ADT环境,多打开几个xml文件内存占用就会飚升),强制结束任务,再次启动Eclipse发现闪退。查看workspace/.metadata/.log文件发现如下错误信息:!ENTRY org.eclipse.equinox.p2.ui.sdk.scheduler 4...
分类:系统相关   时间:2015-04-08 00:40:03    阅读次数:310
poj 3070 Fibonacci 矩阵快速幂
题目链接:http://poj.org/problem?id=3070In the Fibonacci integer sequence,F0= 0,F1= 1, andFn=Fn? 1+Fn? 2forn≥ 2. For example, the first ten terms of the Fi...
分类:其他好文   时间:2015-04-08 00:40:52    阅读次数:167
cocoapods setup报路径错误, 解决方法
pod setup命令报错如下图:说明是路径错误,在命令行输入一下命令即可解决。sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer解决后,可继续执行安装操作。
分类:其他好文   时间:2015-04-08 00:40:24    阅读次数:188
2214条   上一页 1 ... 128 129 130 131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!