CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cellular automata matlab

搜索资源列表

  1. matlab的元胞自动机程序的源代码

    7下载:
  2. matlab的元胞自动机程序的源代码,胞自动机程序状态演化规则 ①如果一个元胞的状态是0,则当它有状态为1的邻元时,该元胞的状态以概率a×b变为1,并且当它的临域中状态为1的邻元越多,其状态转变为1的概率越大 ②如果一个元胞的状态是1,则该元胞的状态保持不变。初始传播者位于中心单元格25×25处 取50×50的网格,临域为Moore型,经过50个仿真时钟,知识传播结果的模拟图 ,matlab Cellular Automata procedure source code, cellula
  3. 所属分类:matlab例程

    • 发布日期:2016-01-23
    • 文件大小:1803
    • 提供者:袁逸扬
  1. zidongji4

    0下载:
  2. 元胞自动机算法实现,遗传算法实现,开发环境为MATLAB-Cellular Automata algorithm, genetic algorithm, the development environment for the MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1727
    • 提供者:caiye
  1. cell-automatic-matlab-procedure

    10下载:
  2. 基于元胞自动机(CA)法的晶粒生长模型, 元胞自动机的基本思想 -Based on Cellular Automata (CA) Law grain growth model, cellular automata basic idea
  3. 所属分类:matlab

    • 发布日期:2014-07-24
    • 文件大小:6144
    • 提供者:王宇鸿
  1. Cellular_Automata_code_18

    0下载:
  2. 整理网上matlab环境元胞自动机18个源程序,全部调试通过。对广大matlab用户研究了解元胞机有重要参考价值。-collected cellular automata 18 matlab source, which has an important value of reference for Matlab users.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:15135
    • 提供者:tranble
  1. Cellular-automata

    2下载:
  2. 元胞自动机模拟走廊逃生的matlab程序,很好用-Cellular automata simulation corridor escape
  3. 所属分类:matlab

    • 发布日期:2014-11-04
    • 文件大小:1024
    • 提供者:guoyu
  1. cellula-automata-and-Matlab

    3下载:
  2. 元胞自动机模拟森林火灾程序,改程序完整运行,结果逼真,可以提供很好的学习经验-Cellular automata simulation of forest fire programl dimensions of a set of points x e.g. q=0 is Hausdorf, q=1 is Information, q=2 is Correlation, etc.
  3. 所属分类:matlab

    • 发布日期:2014-04-06
    • 文件大小:230400
    • 提供者:米子
  1. traffic1

    3下载:
  2. 关于交通流量的仿真,利用matlab编写的元胞自动机的仿真程序!很好玩哦!很棒哦!-On the traffic flow simulation, matlab prepared using cellular automata simulation program! Oh is a lot of fun! Oh great!
  3. 所属分类:matlab例程

    • 发布日期:2014-02-08
    • 文件大小:755
    • 提供者:haboy
  1. yuanbao

    0下载:
  2. 元胞自动机的matlab程序。 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。-Cellular Automata matlab procedures. Cellular Automata (CA) is a simulation used to con
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:12454
    • 提供者:饭糊了
  1. HaffAdder-in-Wireword-with-Cellular-Automata-in-m

    0下载:
  2. implementation of 1bit Haff Adder in Silverman Wireword with Cellular Automata in Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:90962
    • 提供者:vh
  1. MATLAB(ca)

    1下载:
  2. 简单介绍了用工具MATLAB编写元胞自动机,其中有简单的设计思路,源代码。-A brief written using MATLAB tools of cellular automata, which have a simple design idea, the source code.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:230786
    • 提供者:高斯夏
  1. 79419088cellularAutomata

    0下载:
  2. 林火预测元胞自动机的代码,利用它可以对未来的林火情况进行模拟和预测-Forest Fire Cellular Automata prediction code, using it for the future forest fire situation in the modeling and prediction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1495
    • 提供者:zhaoqun
  1. cellular1

    0下载:
  2. 元胞自动机,很好的模拟软件哦! 是使用matlab编写的!-Cellular Automata, a good simulation software Oh! Prepared by the use of matlab!
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:951
    • 提供者:haboy
  1. CellAuto

    0下载:
  2. 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:106818
    • 提供者:iDo4LT
  1. CellularAutomata

    0下载:
  2. cellular automata with rules
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:16964
    • 提供者:aggouri
  1. LReP

    0下载:
  2. LReP Learning Algorithm in Cellular Automata Matlab Code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:14775
    • 提供者:vh
  1. cellular-automata-Matlab-code

    0下载:
  2. 元胞自动机(Cellular Automata,简称CA,也有人译为细胞自动机、点格自动机、分子自动机或单元自动机)。-Cellular automata (Cellular Automata, called CA, it was also translated into cellular automata, lattice automata, automaton molecule or cell automata).
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2805
    • 提供者:wcy
  1. CA+matlab

    0下载:
  2. 元胞自动机的仿真代码,多个元胞自动机的源代码(cellular automata matlab CA disease spread)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:92160
    • 提供者:了了
  1. cellular automata Matlab code

    0下载:
  2. 元胞自动机的matlab代码,希望能够帮到需要学习的人(Cellular automata matlab code, hoping to help people in need of learning)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:海鱼
  1. cellular-automata-master

    1下载:
  2. 元胞自动机,基本的元胞自动机教程,可以让你快速掌握元胞自动机(Cellular automata, the basic cellular automata tutorial, allows you to quickly master cellular automata)
  3. 所属分类:matlab例程

    • 发布日期:2019-08-10
    • 文件大小:1695744
    • 提供者:Binhow
  1. Spiking-Cellular-Automata-master

    1下载:
  2. 基于元胞自动机进行的室内人员疏散模拟代码(Indoor Evacuation Simulation Code Based on Cellular Automata)
  3. 所属分类:其他

    • 发布日期:2020-04-01
    • 文件大小:28672
    • 提供者:_1412
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com