文件名称:CellAuto
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:104.31kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
元胞自动机的虚拟程序
开发工具: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 | |
元胞自动机/CAState/300`300 | 2006#5#4_19#22#3.dat | |
元胞自动机/CAState/800`800 | 2007#1#19_9#45#16.dat | |
元胞自动机/CAState | ||
元胞自动机/CellAutoData.dat | ||
元胞自动机/CellPattern/(1)桃心 | ||
元胞自动机/CellPattern/(1)花朵 | ||
元胞自动机/CellPattern/(ZQ)50 | 50_7 | |
元胞自动机/CellPattern/5`6_9337050 | 变为斜滑行者(NE) | |
元胞自动机/CellPattern/Line | ||
元胞自动机/CellPattern/平滑行者(E) | ||
元胞自动机/CellPattern/斜滑行者(NE) | ||
元胞自动机/CellPattern/脏喷气火车(E) | ||
元胞自动机/CellPattern | ||
元胞自动机/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 | ||
元胞自动机 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.