CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - cellular automaton

搜索资源列表

  1. ecody

    0下载:
  2. 一个利用元胞自动机进行生态仿真的matlab程序,有图形化界面,是一个非常有名的实验室所写的。-use of a cellular automaton ecological simulation Matlab procedures, graphical interface, it is a very famous written in the laboratory.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:30844
    • 提供者:颜建军
  1. Game_Of_Life.rar

    0下载:
  2. 借助于MATLAB,现实了元胞自动机模拟生命游戏,With MATLAB, the reality of the Analog cellular automaton Game of Life
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1762
    • 提供者:maomaoyuspring
  1. vcAutoM

    0下载:
  2. vc++6.0下的元胞自动机生成程序,好不容易找到的哦,非常好用!-vc++6.0 under the cellular automaton generating program, hard-won Oh, very easy to use!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1914654
    • 提供者:LLT
  1. CAMatlab.pdf

    0下载:
  2. 提供了matlab编写元胞自动机的基本思路,并提供相关的实例,为元胞自动的初学者提供了很好的资料-Provides a cellular automaton matlab write the basic ideas, and provide examples of cellular automata the beginner to provide a good information
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:231780
    • 提供者:小麦
  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. VENSFD

    0下载:
  2. 这个是交通流CA模型,能够较为真实的仿真出交通流的运行状况,对交通流元胞自动机的人可以学习学习-The CA model of traffic flow, to a more realistic simulation of the operational status of the traffic flow, traffic flow cellular automaton can learn to learn
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:911
    • 提供者:小麦
  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. Cellular_automaton_method

    3下载:
  2. 是CA算法的test程序,用于描述微观枝晶长大的代码!-CA algorithm is the test procedure, used to describe the micro-dendrites grew up in the code!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:7083001
    • 提供者:yushu
  1. Conway

    0下载:
  2. Conway The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It is the best-known example of a cellular automaton.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:276398
    • 提供者:hamintoriha
  1. Life-1

    0下载:
  2. "Conway game", which redirects to here, can also refer to games as defined by surreal numbers, which John Conway also developed. Gosper s Glider Gun creating "gliders". The Game of Life, also known simply as Life, is a cellular automaton devis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:18564
    • 提供者:HUYANLONG
  1. matlabcellarautomatonGameofLifesourcecode

    0下载:
  2. matlab 元胞自动机的生命游戏源代码-matlab cellular automaton Game of Life source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:650
    • 提供者:周捷
  1. elementaryCellularAutomata1234

    0下载:
  2. Simulates any 1D nearest-neighbour binary cellular automaton
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1812
    • 提供者:samer
  1. elementaryCellularAutomata

    0下载:
  2. Simulates any 1D nearest-neighbour binary cellular automaton
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2632
    • 提供者:samer
  1. NS

    0下载:
  2. 交通流仿真,元胞自动机的NS模型源码,能用,嘿嘿,欢迎交通-Traffic flow simulation, cellular automaton model of the NS source code, can, hey, welcome to traffic
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:793
    • 提供者:MGC
  1. Gas-dynamics

    0下载:
  2. 用来模拟粒子运动的。此元胞自动机需要 一种不同类型的元胞的邻居。此元胞的邻居时刻变化,因此某一个方向运动趋势, 将继续在同一个方向。换言之,此规则保存势头,这是基础的动力仿真。这种邻 居通常被称为 margolis邻居并且这种邻居通常由重叠的 2x2 块的元胞构成。在下 面的表格中,偶数步长时左上方 4 元胞为邻居关系,奇数步长时右下的 4 元胞为 邻居关系。某一特定元胞在每一个时间步长都有3 个邻居,但是具体的元胞构成 了邻居的旋转和反复。-Used to simula
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1076
    • 提供者:james
  1. cellular-automaton

    0下载:
  2. celluler automation 的程序,有助于初学者了解什么是元胞自动机。图文并茂。学习手册式的好程序-celluler automation program, help beginners understand what cellular automata.Illustrated. Learning manual program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:1395
    • 提供者:Ma Grace
  1. Cellular-automata

    0下载:
  2. 一个元胞自动机模拟交通流的程序,是基于2017MCM的C题所编的-A cellular automaton simulates a traffic flow program that is based on the 2017MCM s C-question
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:8628
    • 提供者:王欢
  1. cellular-automata

    1下载:
  2. 针对短信网络内病毒传播行为的多样性特点,在研究短信网络生长过程及其拓扑结构的基础上,采用SEIR模型构造元胞自动机模拟方法,对病毒在短信网络内的传播过程进行了模拟仿真,并在此基础上研究了用户反应时间、预免疫与病毒变异对短信病毒传播的影响.实验结果表明,该自动机模型能较好地模拟短信网络中病毒的传播过程.同时针对病毒的传播特点提出了有效的防治策略。-According to the characteristics of the diversity of the virus spreading beh
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-14
    • 文件大小:171057
    • 提供者:罗俊睿
  1. 生命游戏

    0下载:
  2. 本程序运用MATLAB,用最简约的代码实现了元胞自动机生命游戏模型,其中利用矩阵计算的形式,减少了一般生命游戏模型代码的判断语句,增加了程序的简洁性并且提高了运行效率(This procedure using MATLAB, with the most simple code to achieve a cellular automaton model of the game of life, using the matrix computation form, reduce the genera
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:FTW
  1. cellular automata

    1下载:
  2. 元胞自动机交通流模型,双车道模型,变道。(traffic flow model based on Cellular automaton)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:zlyou
« 12 3 »
搜珍网 www.dssz.com