-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1
-
Another version of the x264
另一个版本的x264的decoder,里面改进了bS的输出-Another version of the x264
- 2022-06-11 20:24:54下载
- 积分:1
-
autolisp
CAD中数字文本自动求和小程序
自动过滤出数字文本并求和...
autolisp
CAD中数字文本自动求和小程序
自动过滤出数字文本并求和-Digital autolispCAD Automatic Text Sum applet automatically filter out the digital text and summation
- 2022-07-10 13:49:59下载
- 积分:1
-
php下开发webservice常用开发包,可用来开发webservice服务端和客户端...
php下开发webservice常用开发包,可用来开发webservice服务端和客户端-php used to develop webservice development kit that can be used to develop webservice server and client
- 2022-06-17 02:09:51下载
- 积分:1
-
- 2022-05-13 15:12:21下载
- 积分:1
-
DOS下SVGA图像编程实例,支持汉字。
DOS下SVGA图像编程实例,支持汉字。-SVGA graphics under DOS programming examples to support Chinese characters.
- 2023-02-20 00:35:03下载
- 积分:1
-
往ibm sametime发送即时消息的java代码
往ibm sametime发送即时消息的java代码-send mes to ibm sametime
- 2022-01-26 00:13:34下载
- 积分:1
-
结构优化程序,罚函数法.可求解非线性规划问题.
结构优化程序,罚函数法.可求解非线性规划问题.-structural optimization procedure penalty function. Planning can solve nonlinear problems.
- 2022-05-17 09:54:34下载
- 积分:1
-
DSP2407 c编程用来实现一个基本的调试程序
DSP2407 c编程用来实现一个基本的调试程序-wheel c programming used to achieve a basic debugging procedures
- 2022-05-31 08:33:47下载
- 积分:1
-
LCD1602显示+串口接收温度
LCD1602显示+串口接收温度该程序从串口接收数据,通过LCD显示数据。在LCD的第一行显示出来, 当数据过多时(超过16个字符),LCD第一行将会被覆盖。
- 2022-04-20 14:52:50下载
- 积分:1