搜索资源列表
CA_TrafficFlowModel1
- 利用元胞自动机模型进行交通流仿真,模拟交通流三参数之间的关系(For traffic flow simulation, cellular automata model)
CA_TrafficFlowModel
- 交通流状态的模拟仿真,基于元胞自动机模型。(Simulation of traffic flow state, based on cellular automata model.)
元胞自动机与Matlab
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and
ant
- 此程序是用元胞自动机来仿真模拟蚂蚁游戏。初始时,蚂蚁位于一张空白画布的某个方格里。如果当前蚂蚁在白色方格上,则对当前方格反色,左转?90?度,前进一格;如果当前蚂蚁在黑色方格上,则对当前方格反色,右转?90?度,前进一格。如此反复。(This program is using cellular automata to simulate the ant game. At the beginning, the ant is in a grid of a blank canvas. If the cu