-
life
:元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于
自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自
动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具(MATLAB s version of Conway s Game of Life.
"Life" is a cellular automaton invented by John
Conway that involves live and dead cells in a
rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero.
Whether cells stay alive, die, or nerate new cells depends upon how many of their eight
possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the
universe. Pressing the "Start" button
automatically seeds this universe with several small random communities. Some will succeed and some will fail. )
- 2012-04-07 17:12:38下载
- 积分:1
-
genetic-algorithm
一种智能优化算法-遗传算法的matlab源程序(genetic algorithm)
- 2013-09-01 17:37:57下载
- 积分:1
-
SAR图像和光学图像的配准
registration SAR图像与光学图像的配准算法,附源码(Registration SAR image and optical image registration algorithm, with source code)
- 2020-08-11 15:58:27下载
- 积分:1
-
MATLAB_NN_zhangfengde
MATLAB神经网络应用设计-张德丰-源码(MATLAB neural network application design- Zhang Defeng- source)
- 2011-05-10 13:24:56下载
- 积分:1
-
MENXIANMOXING
matlab门限模型,这是一个用matlab做门限模型的一个好的程序。(matlab threshold model, which is a threshold model using matlab to do a good program.)
- 2013-08-16 11:41:55下载
- 积分:1
-
GetDomainName2
Get full domain name of windows workstation
- 2014-10-10 12:45:41下载
- 积分:1
-
mtd_fangzhenchengxu
说明: 雷达MTD源程序,非常棒的MATLAB源码,谁用谁知道,呵呵(MTD radar source, great for MATLAB source, who is with who knows, huh, huh)
- 2010-04-27 11:08:40下载
- 积分:1
-
CHAPTER3
数字PID的matlab仿真程序,针对刘金琨的先进PID控制的matlab仿真,里面的部分程序进行了修改 第三章(Digital PID of matlab simulation program for Liu Jinkun matlab advanced PID control simulation, which part of the program were modified Chapter)
- 2011-04-22 21:13:47下载
- 积分:1
-
irisrecognition_rar
really good iris recog code
- 2010-01-27 17:46:09下载
- 积分:1
-
081119
说明: 基于MATLAB平台的分形图形的模拟
本文介绍了分形几何中的Sierpinski地毯和Vicsek图形,讨论了MATLAB平台下采用向量化
编程技术绘制Sierpinski地毯和Vicsek图形的问题,并给出了向量化程序和运行结果。(MATLAB-based platform for the simulation of fractal graphics In this paper, fractal geometry of the Sierpinski carpet and Vicsek graphics, discussed under the MATLAB platform programming techniques used to quantify the Sierpinski carpet and Vicsek drawn graphics, and gives the procedure to quantify and operating results.)
- 2009-08-09 13:05:12下载
- 积分:1