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

搜索资源列表

  1. ConwayLifeGame

    0下载:
  2. “生命游戏”的matlab实现,初始状态有鼠标输入
  3. 所属分类:matlab例程

    • 发布日期:2012-05-29
    • 文件大小:971
    • 提供者:hudqmh
  1. matlabcellarautomatonGameofLifesourcecode

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

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

    0下载:
  2. 元胞自动机的生命游戏用matlab实现,非常好的一个程序-Coway s Life is a very good program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:898
    • 提供者:jiayuan
  1. conways-life

    0下载:
  2. 应用MATLAB基于元胞自动机实现生命游戏的源码,-conway s life,matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:845
    • 提供者:tao
  1. lifegame

    0下载:
  2. 用matlab实现了著名的生命游戏,也称元宝自动机,可以观察到很多有趣的模式-Using matlab to achieve the famous Game of Life, also known as ingots automata, can observe many interesting patterns
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:784
    • 提供者:jcli
  1. CA-matlab

    0下载:
  2. 关于ca的一些简单的程序 里面有几种常见的ca程序 都是二维的 但是是基础的 经典的流体、生命游戏等 都有-Ca some simple procedures which have several common ca program are two-dimensional, but is based on the classic fluid, Game of Life has
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5902
    • 提供者:niubo
  1. GameOfLife

    0下载:
  2. “生命游戏”的matlab实现 ,鼠标输入初始状态-" Game of Life" Matlab implementation, the mouse input in the initial state
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:971
    • 提供者:胡丹青
  1. Game_of_Life

    0下载:
  2. 生命游戏不错的学习资料 好好学习吧 生命游戏不错的学习资料 好好学习吧-Game life
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:697
    • 提供者:纪立强
  1. CA-matlab

    0下载:
  2. matlab对于Ca模拟的几个例程,包括生命游戏,表面张力,渗流集群等在内。是ca入门的好选择。-matlab for Ca simulation routines, including the Game of Life, the surface tension, percolation clusters. Ca entry.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:91128
    • 提供者:david
  1. test

    0下载:
  2. 一个简单的元胞自动机程序,用于模拟生命游戏。希望对大家有所帮助-It s good
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:885
    • 提供者:李权
  1. forest-fire

    0下载:
  2. 学习元胞自动机的好程序,尤其对于新手。可以和生命游戏等一起结合来入门学习。-Simulation of forest fire.
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1053
    • 提供者:田野
  1. cell_auto_program

    1下载:
  2. 元胞自动机的大部分程序,包括元胞自动机生成sierpinski直角垫片 ,在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.以及元胞自动机模拟地球卫星的云图 ,元胞以固定的概率向相邻的4个元胞扩散 zz问题,元胞自动机模拟地球卫星的云图 ,以及生命游戏,机器人等程序-Cellular automata most programs, including cellular automata generate sierpinski Cartesian pads, analog single
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:7064
    • 提供者:llp
  1. potts-model

    1下载:
  2. 实现利用元胞自动机、potts模型实现一个生命游戏-Implement the use of cellular automata, potts model to achieve a life game
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1534
    • 提供者:zhaopeng
  1. 生命游戏仿真

    1下载:
  2. 数学建模里面元胞自动机的仿真,非常有意思的一种自动模拟技术
  3. 所属分类:matlab例程

  1. abc

    0下载:
  2. 初等元胞自动机源代码,生命游戏源代码,奇偶模型源代码-Elementary Cellular Automata source, life game source code, source code parity model
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3636
    • 提供者:yibin
  1. CA

    0下载:
  2. 生命游戏其实是一个零玩家游戏,它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。-The Game of Life is not your typical computer game. It is a cellular automaton , and was invented
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1148
    • 提供者:LiuHanWei
  1. Cellular-Automata

    0下载:
  2. 元胞自动机的几个有用的例程 1、康威生命游戏 2、森林火灾模拟 3、激发介质模型 4、气体动力学模型 5、交通模拟-Application Of Cellular Automata In Mathematical Modeling
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:338680
    • 提供者:yyq
  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-20
    • 文件大小:5120
    • 提供者:FTW
  1. conway

    0下载:
  2. 用matlab,实现100代30*30的生命游戏进程。(Using MATLAB to realize the life game process of the 100 generation 30*30.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:JSXC
  1. 代码

    2下载:
  2. 关于元胞自动机的代码,包括生命游戏、模拟森林燃烧、疫情扩散以及交通问题。(About cellular automata code, including life game, simulation of forest combustion, epidemic spread and traffic problems.)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-20
    • 文件大小:1170432
    • 提供者:月光婉转
« 12 »
搜珍网 www.dssz.com