Welcome![Sign In][Sign Up]
Location:
Search - cELLULAR aUTOMATA CODE

Search list

[AI-NN-PRonedimca

Description: 一维元胞自动机源代码,描述一维元胞自动机规则,并进行仿真演示-one-dimensional cellular automata source code, a description dimensional cellular automata rules, and simulation demo
Platform: | Size: 13312 | Author: 冉磊 | Hits:

[JSP/JavaSand2D_CA

Description: 模拟砂堆的元胞自动机源代码。对于认识和学习元胞自动机(CA)很有帮助-sand pile simulation of cellular automata source code. Learning to recognize and cellular automata (CA) helpful
Platform: | Size: 4096 | Author: 颜建军 | Hits:

[Fractal programyuanbao2

Description: 分形程序,内含二维元胞自动机小程序源代码。双击Debug下的yuanbao2.exe文件,程序运行;双击yuanbao2.dsw文件,进入编辑环境。-Fractal procedures, containing two-dimensional cellular automata small source code. Double-click the Debug yuanbao2.exe documents, operating procedures; Double-click yuanbao2.dsw documents to enter editing environment.
Platform: | Size: 1668096 | Author: lishiwei | Hits:

[AI-NN-PRAntRoad

Description: 元胞自动机产生的蚂蚁高速公路现象,说明:简单的规则,能够产生非均匀的结果。-Cellular Automata have ants Highway phenomenon Description: simple rules, can produce non-uniform results.
Platform: | Size: 72704 | Author: yeqing | Hits:

[AI-NN-PR79419088cellularAutomata

Description: 林火预测元胞自动机的代码,利用它可以对未来的林火情况进行模拟和预测-Forest Fire Cellular Automata prediction code, using it for the future forest fire situation in the modeling and prediction
Platform: | Size: 1024 | Author: zhaoqun | Hits:

[matlabyuanbao

Description: 元胞自动机的matlab程序。 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。-Cellular Automata matlab procedures. Cellular Automata (CA) is a simulation used to contact the local rules and local approach. A typical cellular automaton is defined in the grid, each grid point represents a cell with a limited state. Changes in the rules applicable to each cell and at the same time. Typical changes in the rules of decision in the cellular state, as well as its (4 or 8) neighbor state. Cellular Automata have been used in physical simulation, biological simulation and other fields.
Platform: | Size: 12288 | Author: 饭糊了 | Hits:

[matlabcellular1

Description: 元胞自动机,很好的模拟软件哦! 是使用matlab编写的!-Cellular Automata, a good simulation software Oh! Prepared by the use of matlab!
Platform: | Size: 1024 | Author: haboy | Hits:

[matlabmatlab-CA

Description: matlab的元胞自动机程序的源代码,胞自动机程序状态演化规则 ①如果一个元胞的状态是0,则当它有状态为1的邻元时,该元胞的状态以概率a×b变为1,并且当它的临域中状态为1的邻元越多,其状态转变为1的概率越大 ②如果一个元胞的状态是1,则该元胞的状态保持不变。初始传播者位于中心单元格25×25处 取50×50的网格,临域为Moore型,经过50个仿真时钟,知识传播结果的模拟图 -matlab Cellular Automata procedure source code, cellular automata evolution rules of procedure state ① If a cell' s state is 0, then when it has a status of one element of the neighborhood, the cellular state to the probability of a × b into one, and when it' s Pro domain status is one more element of the neighborhood, its status into a greater probability of 1 ② If a cell' s state is 1, the cellular status remains unchanged. Initial spreaders center cell 25 × 25 obtain 50 × 50 grid, the Pro domain for the Moore-type, after 50 simulation clock, the dissemination of knowledge of the simulation results of Figure
Platform: | Size: 1024 | Author: 袁逸扬 | Hits:

[AI-NN-PRCellAuto

Description: 元胞自动机的虚拟程序 开发工具: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
Platform: | Size: 106496 | Author: iDo4LT | Hits:

[matlabCellular_Automata_code_18

Description: 整理网上matlab环境元胞自动机18个源程序,全部调试通过。对广大matlab用户研究了解元胞机有重要参考价值。-collected cellular automata 18 matlab source, which has an important value of reference for Matlab users.
Platform: | Size: 15360 | Author: tranble | Hits:

[matlabEdgeDetection

Description: The Source Code of A New Technique of edge detection using cellular learning automata and fuzzy systems
Platform: | Size: 7022592 | Author: saman_come_on | Hits:

[matlabMATLAB(ca)

Description: 简单介绍了用工具MATLAB编写元胞自动机,其中有简单的设计思路,源代码。-A brief written using MATLAB tools of cellular automata, which have a simple design idea, the source code.
Platform: | Size: 230400 | Author: 高斯夏 | Hits:

[matlabCellular-automata-on-Matlab

Description: 对元胞自动机的基础知识讲解,及其在Matlab上的几个简单实例的编程实现代码,由外国文献翻译过来的。-Cellular automata based knowledge to explain, and on Matlab several simple examples of programming code, by foreign literature translation.
Platform: | Size: 237568 | Author: h | Hits:

[Othercellular-automata-detailed-program

Description: matlab实现元胞自动机的详尽程序。包含多个程序源码-matlab achieve the cellular automata detailed program. Contains more than one program source code
Platform: | Size: 11264 | Author: 林浩 | Hits:

[Mathimatics-Numerical algorithmsCellular-Automata-in-Matlab

Description: 元胞自动机与MATLAB。元胞自动机已被应用于物理模拟,生物模拟等领域。文档中包含Conway的生命游戏机、表面张力、渗流集群、激发介质、森林火灾、气体动力学、扩散限制聚集、砂堆规则的详细原理解释和完整MATLAB代码-Cellular Automata Machine with MATLAB. Cellular automata have been used in the field of physical simulation, biological simulation. Document contains Conway' s life game consoles, surface tension, percolation clusters, excitable media, forest fires, gas dynamics, diffusion limited aggregation, the detailed schematic interpretation of the rules of the sand and complete MATLAB code
Platform: | Size: 230400 | Author: Binjie Liao | Hits:

[Software EngineeringCellular-automata

Description: 元胞自动机的经典案例,2013年数学建模交通流的元胞自动机代码-Cellular automata classic case, mathematical modeling of cellular traffic in 2013 automaton code
Platform: | Size: 16384 | Author: 大费 | Hits:

[matlabcellular-automata-Matlab-code

Description: 元胞自动机(Cellular Automata,简称CA,也有人译为细胞自动机、点格自动机、分子自动机或单元自动机)。-Cellular automata (Cellular Automata, called CA, it was also translated into cellular automata, lattice automata, automaton molecule or cell automata).
Platform: | Size: 3072 | Author: wcy | Hits:

[AI-NN-PRcellular-automata

Description: 元胞自动机matlab源代码,值得学习,好东西拿来与大家分享,祝大家学习愉快- the code of cellular automata
Platform: | Size: 4096 | Author: mkl | Hits:

[source in ebookcellular automata Matlab code

Description: 元胞自动机的matlab代码,希望能够帮到需要学习的人(Cellular automata matlab code, hoping to help people in need of learning)
Platform: | Size: 2048 | Author: 海鱼 | Hits:

[Graph programcode

Description: 大连理工大学卢湖川教授团队显著性检测方法(Saliency Detection via Cellular Automata)
Platform: | Size: 124928 | Author: 冰柠檬 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net