-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-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
-
BP算法的源代码,很多程序都是用MATLAB工具箱函数…
bp算法的源代码,由于很多程序都是利用matlab工具箱函数做的,不利于是用这个性化设计,对于观察网络内部的结构也带来一定困难,这个算法就可以让社记者跟踪训练过程-bp algorithm source code, a lot of procedures are using Matlab Toolbox function done, then use the negative nature of the design, the internal network for observation of the structure is also a certain difficulties, this algorithm can let reporters tracking the training process
- 2023-05-02 21:55:04下载
- 积分:1
-
普通扫雷软件
1代表1的上下左右及斜角合计有一颗雷,依次轮推,2则有2颗,3则有3颗。在确实是炸弹的方格上点了旗子,就安全了,不是炸弹的被点了旗子,后面会被炸死的。问号就三不确定这里有没有炸弹,不会存在点错了被炸死的状况。有个小窍门,在数字旁同时点左键和右键可以排雷。
- 2022-04-17 04:36:56下载
- 积分:1
-
用kmp算法实现的文档助手算法
用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
- 2022-05-18 01:35:06下载
- 积分:1
-
多播的运用越来越多,可以用在视频等,不过对新手来说,编程后的事情就是测试,发送一个测试多播的软件...
多播的运用越来越多,可以用在视频等,不过对新手来说,编程后的事情就是测试,发送一个测试多播的软件-multicast use more and more, you can use the video, but right thumb. After the program is to test things, send a multicast testing software
- 2022-01-24 18:24:37下载
- 积分:1
-
(7,4)汉明码的编码程序,实现4位信息位后加三位监督位,组成7位码组...
(7,4)汉明码的编码程序,实现4位信息位后加三位监督位,组成7位码组-(7,4) hamming code encoding process, realize information-bit 4 after three supervision, and composed of seven yards Group
- 2022-02-02 11:35:12下载
- 积分:1
-
将 mapinfo的mif格式文件导入microstation的vba程序
将 mapinfo的mif格式文件导入microstation的vba程序-to MapInfo mif format into the vba procedures microstation
- 2022-08-16 15:49:49下载
- 积分:1
-
二进制搜索tree.vcproj
binary search tree.vcproj -binary search tree.vcprojbinary search tree.vcproj
- 2023-03-20 20:55:02下载
- 积分:1
-
简单的实现银行基本业务处理,c++编程,不是Windows界面
简单的实现银行基本业务处理,c++编程,不是Windows界面-A simple realization of the basic banking business processing, c++ programming, not the Windows Interface
- 2022-03-02 13:57:18下载
- 积分:1
-
用C#实现office2003风格的菜单组件
用C#实现office2003风格的菜单组件
-With C# Realize office2003 style menu component
- 2022-05-18 22:42:37下载
- 积分:1