搜索资源列表
ConwayLifeGame
- “生命游戏”的matlab实现,初始状态有鼠标输入
matlabcellarautomatonGameofLifesourcecode
- matlab 元胞自动机的生命游戏源代码-matlab cellular automaton Game of Life source code
Conwaylife
- 元胞自动机的生命游戏用matlab实现,非常好的一个程序-Coway s Life is a very good program
conways-life
- 应用MATLAB基于元胞自动机实现生命游戏的源码,-conway s life,matlab
lifegame
- 用matlab实现了著名的生命游戏,也称元宝自动机,可以观察到很多有趣的模式-Using matlab to achieve the famous Game of Life, also known as ingots automata, can observe many interesting patterns
CA-matlab
- 关于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
GameOfLife
- “生命游戏”的matlab实现 ,鼠标输入初始状态-" Game of Life" Matlab implementation, the mouse input in the initial state
Game_of_Life
- 生命游戏不错的学习资料 好好学习吧 生命游戏不错的学习资料 好好学习吧-Game life
CA-matlab
- matlab对于Ca模拟的几个例程,包括生命游戏,表面张力,渗流集群等在内。是ca入门的好选择。-matlab for Ca simulation routines, including the Game of Life, the surface tension, percolation clusters. Ca entry.
test
- 一个简单的元胞自动机程序,用于模拟生命游戏。希望对大家有所帮助-It s good
forest-fire
- 学习元胞自动机的好程序,尤其对于新手。可以和生命游戏等一起结合来入门学习。-Simulation of forest fire.
cell_auto_program
- 元胞自动机的大部分程序,包括元胞自动机生成sierpinski直角垫片 ,在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.以及元胞自动机模拟地球卫星的云图 ,元胞以固定的概率向相邻的4个元胞扩散 zz问题,元胞自动机模拟地球卫星的云图 ,以及生命游戏,机器人等程序-Cellular automata most programs, including cellular automata generate sierpinski Cartesian pads, analog single
potts-model
- 实现利用元胞自动机、potts模型实现一个生命游戏-Implement the use of cellular automata, potts model to achieve a life game
生命游戏仿真
- 数学建模里面元胞自动机的仿真,非常有意思的一种自动模拟技术
abc
- 初等元胞自动机源代码,生命游戏源代码,奇偶模型源代码-Elementary Cellular Automata source, life game source code, source code parity model
CA
- 生命游戏其实是一个零玩家游戏,它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。-The Game of Life is not your typical computer game. It is a cellular automaton , and was invented
Cellular-Automata
- 元胞自动机的几个有用的例程 1、康威生命游戏 2、森林火灾模拟 3、激发介质模型 4、气体动力学模型 5、交通模拟-Application Of Cellular Automata In Mathematical Modeling
生命游戏
- 本程序运用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
conway
- 用matlab,实现100代30*30的生命游戏进程。(Using MATLAB to realize the life game process of the 100 generation 30*30.)
代码
- 关于元胞自动机的代码,包括生命游戏、模拟森林燃烧、疫情扩散以及交通问题。(About cellular automata code, including life game, simulation of forest combustion, epidemic spread and traffic problems.)