-
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
-
power_spectrum_estimation
功率普估计,周期图法,burg法,levenson法(power, the cycle map, burg, France levenson)
- 2007-06-06 15:13:57下载
- 积分:1
-
vind2sub--by-Chris
vind2sub by Chris
MATLAB s ind2sub function implemented to return a variable length vector (vector, matrix, utility)
- 2014-02-06 16:22:27下载
- 积分:1
-
FIR
利用matlab实现的Fir滤波器设计程序。程序有较好的运行界面,滤波器各种参数均可设置。(Using matlab realize the Fir filter design procedures. Procedures for the operation of the interface have good, filter parameters can be set up.)
- 2007-08-27 11:35:35下载
- 积分:1
-
Three
自己写的一个 在matlab环境中计算光学三反镜头初始结构的程序 带有界面(Wrote it myself, one in the matlab environment, computing optical three anti-lens with an interface for the initial structure of the program)
- 2009-12-14 17:38:46下载
- 积分:1
-
hermite
hermite curve plotter for two points and its derivative
- 2014-11-21 15:35:28下载
- 积分:1
-
Skintone
skin-tone 图片处理
将RGB转换为Lab,然后再Lab格式下检测人肤色,处理后转换回RGB输出(skin-tone image processing)
- 2011-11-05 02:53:47下载
- 积分:1
-
glm-0.9.4.6
glm for lybrary in the Open GL program, that let you make a file including glm.
- 2020-10-09 20:57:34下载
- 积分:1
-
6LoWPAN
6lowpan的一个相关文章,很有用处的(6LoWPAN_The Wireless Embedded Internet,it is very good)
- 2014-02-19 13:14:28下载
- 积分:1
-
main
基本粒子群算法源代码及解析,解析非常详细(The particle swarm algorithm source code and resolve a very detailed, analytical)
- 2012-05-27 19:06:01下载
- 积分:1