会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Rui Yan's Blog
A variety of blogs including technologies and research
博客园
联系
订阅
管理
2014年11月21日
Primality Test - C++ code
摘要: refer to this article 1 bool IsPrimeOptimizationThree(int number) 2 { 3 if(number<2) 4 return false; 5 if(number==2) 6 return ...
阅读全文
posted @ 2014-11-21 10:09 Rui Yan
阅读(236)
评论(0)
推荐(0)
编辑
公告