搜索资源列表
matlab的元胞自动机程序的源代码
- matlab的元胞自动机程序的源代码,胞自动机程序状态演化规则 ①如果一个元胞的状态是0,则当它有状态为1的邻元时,该元胞的状态以概率a×b变为1,并且当它的临域中状态为1的邻元越多,其状态转变为1的概率越大 ②如果一个元胞的状态是1,则该元胞的状态保持不变。初始传播者位于中心单元格25×25处 取50×50的网格,临域为Moore型,经过50个仿真时钟,知识传播结果的模拟图 ,matlab Cellular Automata procedure source code, cellula
元胞自动机
- 元胞自动机的详细学习资料,基于MATALB的编码,有详细的注释,非常适合学习
元胞自动机
- 交通流模型中,基于元胞自动机模型的实现代码(In the traffic flow model, the implementation code based on cellular automata mode)
元胞自动机与Matlab
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and
元胞自动机
- 元胞自动机模拟 不包括火灾应用的程序示例(test of matlab including the lab of fire and so on)
基于元胞自动机的单双道交通建模Matlab仿真程序
- 基于元胞自动机的单双车道交通建模 使用说明详细见压缩包内文本文档(Single and double lane traffic modeling based on cellular automaton)
元胞自动机简单实现的程序
- 元胞自动机简单实现的程序,基于元胞自动机的网路舆情变化的元胞自动机程序(Cellular automata simple implementation procedures, based on cellular automata network public opinion changes in cellular automata procedures)
元胞自动机程序
- 用于实现元胞自动机算法的程序,很管用,很有效(Procedures for cellular automata algorithm)
元胞自动机与matlab
- 元胞自动机可以求得车辆排队问题等交通问题(The traffic problems such as vehicle queue problem can be obtained by cellular automaton)
元胞自动机
- 元胞自动机,主要用于数学建模交通仿真中,适合数学建模同学使用。(Traffic flow cellular automaton, mainly for mathematical modeling in traffic simulation)
元胞自动机论文和程序
- 元胞自动机程序,模拟森林火灾及环路交通以及相关论文(Cellular automata program, simulation of forest fire and loop traffic and related papers)
交通流收费站元胞自动机源码
- 元胞自动机的一个例子,是在交通运输方面的,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)
元胞自动机代码
- 沙漏模型元胞自动机,森林灭火元胞自动机等元胞自动机源代码(Forest fire extinguishing cellular automata)
元胞自动机程序
- 元胞自动机可用来研究很多一般现象。其中包括通信、信息传递、计算、构造 、材料学、复制 、竞争与进化等。同时。它为动力学系统理论中有关秩序 、紊动、混沌、非对称、分形等系统整体行为与复杂现象的研究提供了一个有效的模型工具。(Cellular automata can be used to study many general phenomena. It includes communication, information transfer, calculation, construction,
元胞自动机交通流模型代码
- NaSch模型在matlab上的模拟仿真,元胞自动机单车道交通流模拟(Simulation of NaSch model on MATLAB and single lane traffic flow simulation of cellular automata)
1.元胞自动机
- 一般元胞自动机模型都有,特别是生命游戏,森林火灾及相关类型(Cellular Automata model)
元胞自动机
- 一个关于交通仿真的元胞自动机,是用matlab做的,可以学习学习。(A cellular automaton on traffic simulation.)