文件名称:12
介绍说明--下载内容均来自于网络,请自行研究使用
埃拉托色尼筛法(Sieve of Eratosthenes)是一种用来求所有小于N的素数的方法。从建立一个整数2~N的表着手,寻找i˂ 的整数,编程实现此算法,并讨论运算时间-The Sieve of Eratosthenes is a method for finding all primes smaller than N. From the establishment of an integer 2 ~ N of the table to start looking for i ˂ integer, programming to achieve this algorithm, and discuss the computing time.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
12.cpp