-
元胞自动机的模拟和实际例子希望对你有所帮助
元胞自动机的模拟和实际例子希望对你有所帮助-yuanbaozidongjidemoniheshijilizixiwangduiniyousuobangzu
- 2022-01-26 03:59:53下载
- 积分:1
-
这是关于erasthosthenes代码
应用背景 ; Eratosthenes筛;是一个简单的算法,发现了一个给定的整数的素数。实现该算法,用唯一的优化,外环可以停止在平方根的限制,和内循环可以开始在方的总理刚刚发现。这尤其意味着你不应该使用预计算 优化;车轮,即不要以为你只需要跨出奇数(2基础轮),数等于1或5模6(2和3为基础的轮),或基于低素数相似的车轮。关键技术如果你喜欢编程难题和挑战,你会注意到他们中的很多人都是以一种或另一种方式来进行的。因此,有一个大的表的素数准备好了。一个简单而有效的方法来生成一个列表的素数如果Eratosthenes筛 ;(链接到维基百科)。这是基本的想法:创建一个所有正整数的列表(从2开始,1个不被认为是素数)。开始在第一个有效的数字(在这个点上是有效的),并消除所有的倍数从列表中。因此,从2开始,消除4,6,8,10,12等。一旦所有的倍数被淘汰到下一个有效的数字(没有被淘汰的一个)和重复的过程,直到有没有更多的有效数字提前到。
- 2023-06-16 01:40:03下载
- 积分:1
-
a proverb can be used to query the contents of the entries and small procedures,...
一个用来查询成语词条及内容的小程序,利用了字符操作方法.包括源代码和程序.-a proverb can be used to query the contents of the entries and small procedures, the use of the methods of operation of the characters. Including source code and procedures.
- 2022-01-26 01:35:08下载
- 积分:1
-
用于人脸识别的快速繁殖
quick propogation for face Recognition
- 2022-01-24 16:29:14下载
- 积分:1
-
STM32F103ZET6单片机的SPI通讯程序
该程序完实现了STM32最基本的SPI通讯,可以用于工程中,也可以用于初学者学习。
- 2023-02-21 18:40:04下载
- 积分:1
-
精通QT4编程
精通QT4编程-代码(共四部分),此为第3部分-Proficient QT4 programming- the code (a total of four parts), This is Part 3
- 2023-01-30 19:00:04下载
- 积分:1
-
vc2005 platform, the Windows Mobile on the development of SMS with the POOM achi...
vc2005平台,有关Windows Mobile上开发的同POOM实现对手机短信的操作程序,很牛-vc2005 platform, the Windows Mobile on the development of SMS with the POOM achieve operational procedures, it is cattle
- 2022-07-10 05:18:20下载
- 积分:1
-
一个自我校验的应用程序演示
一个自我校验的应用程序演示-a self-calibration applications demo
- 2022-12-07 22:25:03下载
- 积分:1
-
设计模式在图形系统中的运用demo。包含常用的一些设计模式
设计模式在图形系统中的运用demo。包含常用的一些设计模式-Design Patterns in the use of graphics system demo. Contains a number of commonly used design patterns
- 2022-06-20 07:44:34下载
- 积分:1
-
VB的一个查找字符组合(数字版)
VB的一个查找字符组合(数字版)-VB find a combination of characters (digital version)
- 2022-02-01 06:39:41下载
- 积分:1