搜索资源列表
cellular_automata
- 基本元胞自动机的演示程序。非线性动力学作业
calife
- 生命游戏,是关于元胞自动机的一个其他应用!仿真技术很好!-Game of Life is a cellular automaton on a other applications! Good simulation technology!
rand
- 基于元胞随机数发生器,基于元胞自动机的伪随机数生成c程序-Random number generator based on cellular
serchcar
- CA元胞自动机模型,利用元胞自动机搜索前车并计算前车距离,最佳速度-failed to translate
CA
- 元胞自动机,强烈推荐,材料晶体生长的模拟-cellular automata
ca
- 一些基于元胞自动机的小程序 帮助理解元胞自动机-Cellular Automata
Game_of_Life
- 生命游戏的matlab程序实现,通过编程实现元胞自动机原理中的经典算法程序,生命游戏。-Game of Life matlab program, through the programming of cellular automata theory in the classical algorithm, the game of life.
基于元胞自动机的生命游戏
- 基于c语言编写的元胞自动机实现生命游戏 源码
4842236VENSFD
- 元胞自动机 非常有用!!! 自已看看吧-Cellular automata is very useful! ! ! Themselves see it
CA
- 元胞自动机源代码 用于动态仿真交通流模型 分析流量 密度 评价速度等指标-Cellular Automata source code for the dynamic simulation model to analyze traffic flow density assessment rate and other indicators
ybxc
- 这个可以用在元胞自动机仿真车流里增加新车进入-add it
123
- 元胞自动机基本应用,代码详细,实用于并行算法的实现-Cellular Automata basic application, the code in detail, and practical implementation of the parallel algorithm
yuanbao3
- 主要是用Matlab来进行元胞自动机的的仿真模拟元宝的增长方式-Matlab is mainly used for cellular automata in simulation ingot growth
NS
- Matlab里写的 基于元胞自动机原理对单道交通流进行仿真-Matlab write based Cellular Automata single channel traffic flow simulation
ca
- 元胞自动机实现病毒扩散过程,直观展示其动态扩散时刻的分布情况-Cellular Automata virus diffusion process visual display of the distribution of the dynamic diffusion time
traffic1
- 一个四车道交通流元胞自动机仿真,包含了不同的车型,希望有所帮助-A four-lane cellular automata traffic flow simulation, including the different models, hope that helps
cellular automata Matlab code
- 元胞自动机的matlab代码,希望能够帮到需要学习的人(Cellular automata matlab code, hoping to help people in need of learning)
automatic cellular
- 一维元胞自动机的实现。假定一维元胞自动机的其中某个规则,时空图L=100,初值取Xi0=1(i=50) Xi0=0(i≠50)用白色表示0状态,用黑色表示1状态。 对给定规则,演化100时间步的C语言实现(Realization of One Dimensional Cellular Automata. Suppose one of the rules of a one-dimensional cellular automata, the space-time map L = 100. The
matlab元胞自动机
- 简易的matlab元胞自动机范例,适合初学者理解元胞自动机工作原理