上一页 1 ··· 37 38 39 40 41
摘要: 参考博客:http://blog.csdn.net/niushuai666/article/details/7346408收获:线性素数筛法、素数分解法公式博客:http://www.cnblogs.com/baidongtan/archive/2012/08/30/2663015.html还有关于... 阅读全文
posted @ 2015-02-03 10:48 Deribs4 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 高斯消元的题本质思想一样。学习网址:http://www.cnblogs.com/rainydays/archive/2011/08/31/2160748.html#include #include #include #include using namespace std;short g[35][... 阅读全文
posted @ 2014-08-19 22:56 Deribs4 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 先贴个BFS+位运算的代码:#include #include #include #include using namespace std;unsigned short q[65536],rear,top,step[65536];//(2^16)-1bool vis[65536];unsigned ... 阅读全文
posted @ 2014-08-19 22:53 Deribs4 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41