-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-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
-
隐藏的马尔可夫模型的源代码,可以用于图像处理的分类…
隐马尔可夫模型源代码,可用于图像处理,分类,压缩,去噪等等。-Hidden Markov Model source code, can be used for image processing, classification, compression, denoising, etc..
- 2022-02-04 11:51:35下载
- 积分:1
-
改程序描述了,在vs中数据库的一系列的用法,重数据库的链接,数据库的创建,数据库的访问和数据库视图的建立,数据库修改等基本的过程。不愧为学习数据库的好例子。...
改程序描述了,在vs中数据库的一系列的用法,重数据库的链接,数据库的创建,数据库的访问和数据库视图的建立,数据库修改等基本的过程。不愧为学习数据库的好例子。-Change procedure described in the series vs the usage of the database, re-link to the database, database creation, database access and database view creation, database, modify the basic process. Worthy of study and a good example of the database.
- 2022-02-04 00:48:03下载
- 积分:1
-
能放大部分屏幕可以用来擦看一些很小的字或图片上的细节
能放大部分屏幕可以用来擦看一些很小的字或图片上的细节-Can enlarge part of the screen can be used to rub a small word or a look at some details of the pictures
- 2022-11-03 06:25:03下载
- 积分:1
-
读入一个值n表示棋盘的大小,然后求出n*n格棋盘上放n皇后棋且不会相互吃掉对方的所有解答...
读入一个值n表示棋盘的大小,然后求出n*n格棋盘上放n皇后棋且不会相互吃掉对方的所有解答-Reading into a value of n, said the size of the chessboard, and then calculated n* n chessboard grid put n Queen s chess and will not eat each other all the answers
- 2022-01-28 19:03:50下载
- 积分:1
-
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用...
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用-OPP PPT
- 2022-06-26 16:23:29下载
- 积分:1
-
一个小程序,本地是access,网络是Oracle
一个小程序,本地是access,网络是Oracle-A small program, the local is the access, the network is the Oracle
- 2022-02-02 06:10:41下载
- 积分:1
-
Jbuilder development of a peer
Jbuilder开发的一个P2P文件共享软件!-Jbuilder development of a peer-to-peer file-sharing software!
- 2022-02-03 07:24:39下载
- 积分:1
-
This is a development under the UNIX C program, calculated on a certain date, to...
这是一个在UNIX 下开发C 程序时候, 计算某年某月某日,计算你的生日日期。-This is a development under the UNIX C program, calculated on a certain date, to calculate your own birthday.
- 2022-12-10 21:10:03下载
- 积分:1
-
用vc6.0实现计算机器功能,通过该例可以了解简单对话框程序的编写...
用vc6.0实现计算机器功能,通过该例可以了解简单对话框程序的编写-Vc6.0 realize with computer functionality, through which patients can learn simple procedures for the preparation of the dialog box
- 2022-03-01 21:50:02下载
- 积分:1