登录
首页 » 其他项目 » 该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...

该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...

于 2022-03-25 发布 文件大小:26.92 kB
0 235
下载积分: 2 下载次数: 1

代码说明:

该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡; 繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一: 消亡; 不变――静态; 振荡――在一组模式间循环多次后在相同的位置出现相同的模式; 滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式; 显示进化的过程,即历代模式; 当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。 -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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 改变byteblasterii SCH
    altera byteblasterII sch
    2022-01-25 16:22:37下载
    积分:1
  • 北大青鸟的java学习文档,一共有4份,这是第三份,希望对大家有帮助。...
    北大青鸟的java学习文档,一共有4份,这是第三份,希望对大家有帮助。-Beida Jade Bird to learn the java files, a total of 4, this is the third, in the hope that everyone has to help.
    2022-06-20 19:55:42下载
    积分:1
  • iso_iec_14496
    ISO_IEC_14496-1_2001(E)标准-ISO_IEC_14496- 1_2001 (E) standards
    2022-07-02 18:44:53下载
    积分:1
  • 图像编码 如H263 264 AVS等编码都要用DCT变换,DCT变换IP核很有用...
    图像编码 如H263 264 AVS等编码都要用DCT变换,DCT变换IP核很有用-Image coding, such as H263 264 AVS must be used, such as DCT transform coding, DCT transform IP core very useful
    2022-09-20 09:55:03下载
    积分:1
  • Array for the longest increasing subsequence algorithm. An array of input and ou...
    求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列-Array for the longest increasing subsequence algorithm. An array of input and output its maximum incremental sequence
    2022-12-09 14:40:02下载
    积分:1
  • 使用java游戏泡沫断路器的开发。
    采用Java开发的Bubble Breaker游戏。-Developed using Java Games Bubble Breaker.
    2022-02-06 01:54:37下载
    积分:1
  • prolog program, it seems quite good, we may as well look at the question I do no...
    prolog程序,好像挺不错的,大家不妨看看,那里不懂问我哈-prolog program, it seems quite good, we may as well look at the question I do not know where Kazakhstan
    2023-06-09 01:25:03下载
    积分:1
  • Including the commonly used functions (trigonometric, inverse trigonometric func...
    包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是 一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提 的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易 懂。-Including the commonly used functions (trigonometric, inverse trigonometric functions, hyperbolic trigonometric functions, absolute value .......), even extremely complex expressions can be calculated as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that it also has the function mapping, data statistics, and custom constants and other functions. In addition, the program after I finished (only at the interface), more understandable.
    2022-09-11 23:45:04下载
    积分:1
  • "c builder Learning Solutions," the Chinese version. Rar
    《c++builder学习大全》中文版.rar-"c builder Learning Solutions," the Chinese version. Rar
    2022-02-15 07:08:12下载
    积分:1
  • pro/e 二次开发
    应用背景俗话说,工欲善其事,必先利其器。虽然已经有很多书籍都介绍了如何配置 proe 的二次开发环境,笔者也曾经按照那些著作的方法配置过,但是,笔者始终都没有发现一个较为完善的配置方法,配置的环境总有一些警告,或者显得非常繁琐,因此,笔者在这里向大家推荐一种零警告,零错误的配置方案。关键技术pro/e野火2.0与VC++接口的二次开发程序,野火4.0与VS2005接口连接的二次开发程序,二次开发主要为菜单、对象基本操作、参数尺寸关系式、装配概述、UDF特征创建、工程图概要和数据库。
    2022-04-11 01:10:32下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载