搜索资源列表
matlab的元胞自动机程序的源代码
- matlab的元胞自动机程序的源代码,胞自动机程序状态演化规则 ①如果一个元胞的状态是0,则当它有状态为1的邻元时,该元胞的状态以概率a×b变为1,并且当它的临域中状态为1的邻元越多,其状态转变为1的概率越大 ②如果一个元胞的状态是1,则该元胞的状态保持不变。初始传播者位于中心单元格25×25处 取50×50的网格,临域为Moore型,经过50个仿真时钟,知识传播结果的模拟图 ,matlab Cellular Automata procedure source code, cellula
元胞自动机
- 元胞自动机的详细学习资料,基于MATALB的编码,有详细的注释,非常适合学习
元胞自动机与Matlab
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and
交通流元胞自动机
- 交通流元胞自动机的一种实现方式,Matlab手段应用。(A sample of the Traffic Cellular automaton.)
元胞自动机
- 元胞自动机模拟 不包括火灾应用的程序示例(test of matlab including the lab of fire and so on)
基于元胞自动机的单双道交通建模Matlab仿真程序
- 基于元胞自动机的单双车道交通建模 使用说明详细见压缩包内文本文档(Single and double lane traffic modeling based on cellular automaton)
元胞自动机模拟交通路况
- 元胞自动机,交通道路模拟,可修改参数,matlab源代码(Cellular automata, traffic road simulation, modifiable parameters)
元胞自动机与Matlab
- 计算机模拟,仿真,元胞自动机,模拟交通道路情况(Containing matlab files, the physical phenomenon of cellular automata simulation, programmable)
元胞自动机与matlab
- 元胞自动机可以求得车辆排队问题等交通问题(The traffic problems such as vehicle queue problem can be obtained by cellular automaton)
元胞自动机模拟交通路况
- 元胞自动机 模拟交通流,基本模型matlab代码(CA simulation on traffic flow in matlab)
交通流收费站元胞自动机源码
- 元胞自动机的一个例子,是在交通运输方面的,matlab可以实现。(An example of cellular automata is in transportation, and Matlab can be realized.)
基于元胞自动机的单双道交通建模Matlab仿真程序
- 元胞自动机的交通流模型,对于研究交通流模型非常有用。(Traffic flow model of cellular automata)
元胞自动机matlab代码-2017美赛B题收费广场收费亭
- 2017年美赛B题用元胞自动机的含有收费站的道路交通流模拟程序(Road traffic flow simulation program)
元胞自动机相关模型123
- 数学 建模常用算法,交通流元胞自动机模型(Common algorithms for mathematical modeling)
元胞自动机交通流模型代码
- NaSch模型在matlab上的模拟仿真,元胞自动机单车道交通流模拟(Simulation of NaSch model on MATLAB and single lane traffic flow simulation of cellular automata)
元胞自动机
- 一个关于交通仿真的元胞自动机,是用matlab做的,可以学习学习。(A cellular automaton on traffic simulation.)
元胞自动机
- 元胞自动机交通流模型matlab代码,双车道模型,靠右行驶模型,代码很容易修改成其他相关模型(Cellular automata traffic flow model matlab code, two lane model, right driving model, code can easily be modified to other related models.)
元胞自动机
- 元胞自动机 数学模型和算法的应用与 MATLAB 实现(Cellular automaton Application of Mathematical Models and Algorithms and MATLAB Implementation)
基于元胞自动机的matlab疏散程序
- matlab人员疏散模型,有GUI界面,适合有选做人员疏散和元胞自动机应用的小伙伴使用(Matlab personnel evacuation model, with GUI interface)
元胞自动机
- 元胞自动机(cellular automata, CA)是时间和空间都离散的动力学系统。时至今日,已经广泛应用于社会、经济、军事和科学研究等各个领域。本程序是基于元胞自动机的原理,利用matlab编程,复现了二维状态下“生命游戏”的原型,森林树,以及SIR传染病模型,以帮助正在入门学习元胞自动机的人们加深其原理的理解。(Cellular automata (CA) is a dynamic system with discrete time and space. Today, it has be