搜索资源列表
-
0下载:
一个利用元胞自动机进行生态仿真的matlab程序,有图形化界面,是一个非常有名的实验室所写的。-use of a cellular automaton ecological simulation Matlab procedures, graphical interface, it is a very famous written in the laboratory.
-
-
0下载:
借助于MATLAB,现实了元胞自动机模拟生命游戏,With MATLAB, the reality of the Analog cellular automaton Game of Life
-
-
0下载:
vc++6.0下的元胞自动机生成程序,好不容易找到的哦,非常好用!-vc++6.0 under the cellular automaton generating program, hard-won Oh, very easy to use!
-
-
0下载:
提供了matlab编写元胞自动机的基本思路,并提供相关的实例,为元胞自动的初学者提供了很好的资料-Provides a cellular automaton matlab write the basic ideas, and provide examples of cellular automata the beginner to provide a good information
-
-
0下载:
元胞自动机的matlab程序。
元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。-Cellular Automata matlab procedures. Cellular Automata (CA) is a simulation used to con
-
-
0下载:
这个是交通流CA模型,能够较为真实的仿真出交通流的运行状况,对交通流元胞自动机的人可以学习学习-The CA model of traffic flow, to a more realistic simulation of the operational status of the traffic flow, traffic flow cellular automaton can learn to learn
-
-
0下载:
元胞自动机的虚拟程序
开发工具:Microsoft Visual Basic 6.0
运行平台:Windows OS
(VB编译,代码未优化,运行速度较慢)
词语解释:
CA,cellular automata,元胞自动机,或称细胞自动机。
模式(Pattern),多个细胞构成的一个状态组合。
模型:
维度,二维四方网格
细胞,两种状态(活、死);一个方格代表一个细胞。
邻居,Moore型(上、下、左、右、左上、右上、左下、
-
-
3下载:
是CA算法的test程序,用于描述微观枝晶长大的代码!-CA algorithm is the test procedure, used to describe the micro-dendrites grew up in the code!
-
-
0下载:
Conway The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It is the best-known example of a cellular automaton.
-
-
0下载:
"Conway game", which redirects to here, can also refer to games as defined by surreal numbers, which John Conway also developed.
Gosper s Glider Gun creating "gliders".
The Game of Life, also known simply as Life, is a cellular automaton devis
-
-
0下载:
matlab 元胞自动机的生命游戏源代码-matlab cellular automaton Game of Life source code
-
-
0下载:
Simulates any 1D nearest-neighbour binary cellular automaton
-
-
0下载:
Simulates any 1D nearest-neighbour binary cellular automaton
-
-
0下载:
交通流仿真,元胞自动机的NS模型源码,能用,嘿嘿,欢迎交通-Traffic flow simulation, cellular automaton model of the NS source code, can, hey, welcome to traffic
-
-
0下载:
用来模拟粒子运动的。此元胞自动机需要
一种不同类型的元胞的邻居。此元胞的邻居时刻变化,因此某一个方向运动趋势,
将继续在同一个方向。换言之,此规则保存势头,这是基础的动力仿真。这种邻
居通常被称为 margolis邻居并且这种邻居通常由重叠的 2x2 块的元胞构成。在下
面的表格中,偶数步长时左上方 4 元胞为邻居关系,奇数步长时右下的 4 元胞为
邻居关系。某一特定元胞在每一个时间步长都有3 个邻居,但是具体的元胞构成
了邻居的旋转和反复。-Used to simula
-
-
0下载:
celluler automation 的程序,有助于初学者了解什么是元胞自动机。图文并茂。学习手册式的好程序-celluler automation program, help beginners understand what cellular automata.Illustrated. Learning manual program
-
-
0下载:
一个元胞自动机模拟交通流的程序,是基于2017MCM的C题所编的-A cellular automaton simulates a traffic flow program that is based on the 2017MCM s C-question
-
-
1下载:
针对短信网络内病毒传播行为的多样性特点,在研究短信网络生长过程及其拓扑结构的基础上,采用SEIR模型构造元胞自动机模拟方法,对病毒在短信网络内的传播过程进行了模拟仿真,并在此基础上研究了用户反应时间、预免疫与病毒变异对短信病毒传播的影响.实验结果表明,该自动机模型能较好地模拟短信网络中病毒的传播过程.同时针对病毒的传播特点提出了有效的防治策略。-According to the characteristics of the diversity of the virus spreading beh
-
-
0下载:
本程序运用MATLAB,用最简约的代码实现了元胞自动机生命游戏模型,其中利用矩阵计算的形式,减少了一般生命游戏模型代码的判断语句,增加了程序的简洁性并且提高了运行效率(This procedure using MATLAB, with the most simple code to achieve a cellular automaton model of the game of life, using the matrix computation form, reduce the genera
-
-
1下载:
元胞自动机交通流模型,双车道模型,变道。(traffic flow model based on Cellular automaton)
-