文件名称:CellAuto
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 104kb
- 下载次数:
- 0次
- 提 供 者:
- iDo***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
元胞自动机的虚拟程序
开发工具:Microsoft Visual Basic 6.0
运行平台:Windows OS
(VB编译,代码未优化,运行速度较慢)
词语解释:
CA,cellular automata,元胞自动机,或称细胞自动机。
模式(Pattern),多个细胞构成的一个状态组合。
模型:
维度,二维四方网格
细胞,两种状态(活、死);一个方格代表一个细胞。
邻居,Moore型(上、下、左、右、左上、右上、左下、右下)
规则,1)一个活着的细胞如果保持活的状态,那么它必需具有2至3个活的邻居,否则它就变成死的状态。2)一个死的细胞如果变成活的,那么它必需恰好有3个活的邻居。
程序功能:
1. 方格水平数量和垂直数量自由设置(最少为2,即2*2的网格)
2. 随机初始化细胞(细胞为活的概率可设置)
3. CA状态的演化,可自动逐步也可手动逐步。
4. 两种显示模式(用于研究可能的规律)
5. 可对CA状态进行编辑(操作类似简单的绘图)。
6. 模式。可以选择局部网格为模式;模式可以被旋转和翻转操作;模式可以被保存到文件和插入到网格。
7. 可以保存当前CA的状态到文件,也可载入已保存的CA状态。-Cellular Automata virtual procedure
Development tools: Microsoft Visual Basic 6.0
Platform: Windows OS
(VB compiler, the code is not optimized to run more slowly)
Words to explain:
CA, cellular automata, cellular automaton, or cellular automata.
Pattern (Pattern), consisting of a number of cells in a state of combination.
Model:
Dimension, two-dimensional grid Quartet
Cells, two states (living and dead) a grid on behalf of a cell.
Neighbors, Moore-type (upper and lower, left, right, left, right, left, bottom right)
Rules, 1) If a living cell to maintain a state of living, then it must have 2-3 living neighbors, otherwise it becomes a state of death. 2) If a dead cell becomes live, then it must have exactly three live neighbors.
Program features:
1. The number of grid levels and the number of free vertical settings (at least 2, which is 2* 2 grid)
2. Random initialization cells (the probability
开发工具:Microsoft Visual Basic 6.0
运行平台:Windows OS
(VB编译,代码未优化,运行速度较慢)
词语解释:
CA,cellular automata,元胞自动机,或称细胞自动机。
模式(Pattern),多个细胞构成的一个状态组合。
模型:
维度,二维四方网格
细胞,两种状态(活、死);一个方格代表一个细胞。
邻居,Moore型(上、下、左、右、左上、右上、左下、右下)
规则,1)一个活着的细胞如果保持活的状态,那么它必需具有2至3个活的邻居,否则它就变成死的状态。2)一个死的细胞如果变成活的,那么它必需恰好有3个活的邻居。
程序功能:
1. 方格水平数量和垂直数量自由设置(最少为2,即2*2的网格)
2. 随机初始化细胞(细胞为活的概率可设置)
3. CA状态的演化,可自动逐步也可手动逐步。
4. 两种显示模式(用于研究可能的规律)
5. 可对CA状态进行编辑(操作类似简单的绘图)。
6. 模式。可以选择局部网格为模式;模式可以被旋转和翻转操作;模式可以被保存到文件和插入到网格。
7. 可以保存当前CA的状态到文件,也可载入已保存的CA状态。-Cellular Automata virtual procedure
Development tools: Microsoft Visual Basic 6.0
Platform: Windows OS
(VB compiler, the code is not optimized to run more slowly)
Words to explain:
CA, cellular automata, cellular automaton, or cellular automata.
Pattern (Pattern), consisting of a number of cells in a state of combination.
Model:
Dimension, two-dimensional grid Quartet
Cells, two states (living and dead) a grid on behalf of a cell.
Neighbors, Moore-type (upper and lower, left, right, left, right, left, bottom right)
Rules, 1) If a living cell to maintain a state of living, then it must have 2-3 living neighbors, otherwise it becomes a state of death. 2) If a dead cell becomes live, then it must have exactly three live neighbors.
Program features:
1. The number of grid levels and the number of free vertical settings (at least 2, which is 2* 2 grid)
2. Random initialization cells (the probability
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
元胞自动机 | ||
..........\CAState | ||
..........\.......\100`100 | 手工添加N个斜滑行者(NE).dat | |
..........\.......\300`300 | 2006#5#4_19#22#3.dat | |
..........\.......\800`800 | 2007#1#19_9#45#16.dat | |
..........\CellAutoData.dat | ||
..........\CellPattern | ||
..........\...........\(1)桃心 | ||
..........\...........\(1)花朵 | ||
..........\...........\(ZQ)50 | 50_7 | |
..........\...........\5`6_9337050 | 变为斜滑行者(NE) | |
..........\...........\Line | ||
..........\...........\平滑行者(E) | ||
..........\...........\斜滑行者(NE) | ||
..........\...........\脏喷气火车(E) | ||
..........\CreatePattern.ini | ||
..........\Form1.frm | ||
..........\frmSet.frm | ||
..........\frmSet.frx | ||
..........\frmView.frm | ||
..........\modProgram.bas | ||
..........\modProject.bas | ||
..........\Module1.bas | ||
..........\MSSCCPRJ.SCC | ||
..........\Result.txt | ||
..........\元胞自动机.exe | ||
..........\工程1.vbp | ||
..........\工程1.vbw | ||
..........\程序说明.txt |