会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
DragoonKiller
Great works.
博客园
首页
新随笔
联系
订阅
管理
2014年11月29日
数学-素数筛及其拓展
摘要: 以前写筛法都这么写:埃拉托斯尼斯筛法 1 void getprime(int n) 2 { 3 for(int i=2;i<=n;i++) 4 if(!v[i]) 5 { 6 prime[ptot++]=v[i]; 7 for(int j=i<...
阅读全文
posted @ 2014-11-29 15:23 DragoonKiller
阅读(133)
评论(0)
推荐(0)
编辑
公告