-
这是关于erasthosthenes代码
应用背景 ; Eratosthenes筛;是一个简单的算法,发现了一个给定的整数的素数。实现该算法,用唯一的优化,外环可以停止在平方根的限制,和内循环可以开始在方的总理刚刚发现。这尤其意味着你不应该使用预计算 优化;车轮,即不要以为你只需要跨出奇数(2基础轮),数等于1或5模6(2和3为基础的轮),或基于低素数相似的车轮。关键技术如果你喜欢编程难题和挑战,你会注意到他们中的很多人都是以一种或另一种方式来进行的。因此,有一个大的表的素数准备好了。一个简单而有效的方法来生成一个列表的素数如果Eratosthenes筛 ;(链接到维基百科)。这是基本的想法:创建一个所有正整数的列表(从2开始,1个不被认为是素数)。开始在第一个有效的数字(在这个点上是有效的),并消除所有的倍数从列表中。因此,从2开始,消除4,6,8,10,12等。一旦所有的倍数被淘汰到下一个有效的数字(没有被淘汰的一个)和重复的过程,直到有没有更多的有效数字提前到。
- 2023-06-16 01:40:03下载
- 积分:1
-
test the ratio of the circumference Machin algorithm, in sharing, we want to hel...
这个试圆周率的Machin算法,在这里共享,希望对大家有所帮助,看看这个算法会有启发!-test the ratio of the circumference Machin algorithm, in sharing, we want to help, look at this algorithm will be inspired!
- 2022-02-11 19:59:47下载
- 积分:1
-
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来...
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来-Can. TXT file format of the Chinese characters (separated by a space between characters) is converted to the corresponding ASC | | code, and use. TXT files saved
- 2022-06-17 15:07:34下载
- 积分:1
-
wins mp3波形显示
项目的目的是播放mp3并且实时显示mp3波形,与频谱相对应,项目中的sln文件可以用visual studio2010软件直接打开,并且可以直接编译运行。对大家了解win32的编程和MP3的播放都有很大的帮助
- 2022-04-18 11:34:40下载
- 积分:1
-
用VC对面的编程与应用
用VC对面的编程与应用- And applies with the VC opposite programming
- 2022-02-15 05:53:02下载
- 积分:1
-
dodanie testowego pliku
dodanie testowego pliku
- 2022-05-31 04:41:06下载
- 积分:1
-
331小游戏可以安装背景音乐
五子棋小游戏,可设背景音乐-331 small game can be installed background music
- 2022-03-05 09:31:23下载
- 积分:1
-
programs of polynomial addition by different students, quite easy to use, hope b...
不同的同学编写的多项式相加的程序 特别好用,希望能给大家带来帮助 抓紧下载吧-programs of polynomial addition by different students, quite easy to use, hope be helpful, be quick to download it
- 2022-04-02 09:44:17下载
- 积分:1
-
Serial operation to achieve the EVC function. Comparison of a good reference sou...
实现了EVC操作串口的功能。比较不错的参考源码-Serial operation to achieve the EVC function. Comparison of a good reference source
- 2023-07-03 15:10:02下载
- 积分:1
-
This is a form control the use of books prepared by the procedure, function rela...
这是一个使用表格控件编写的账本程序,功能比较简单,好用。-This is a form control the use of books prepared by the procedure, function relatively simple, easy to use.
- 2023-08-20 20:55:03下载
- 积分:1