搜索资源列表
一维细胞自动机
- 最简单的细胞自动机程序。这是一个方格的世界,所有的方格都排成一排,每个方格都有黑或白两种(或者更多,用户可以自己定义)颜色。根据每个方格的颜色以及它邻居方格的颜色按照异常简单的规则进行演化。-most simple cellular automata procedures. This is a box at the world, all the box are lined up, each box is black or white (or more, users can own definit
self_product
- 命的一个重要特征就是能够自我繁殖,也就是自我复制。那么,程序能自我复制么?更一般的,一个系统上的构形能自我复制么?答案是肯定的,早在60年代的时候,著名科学家Von Neumann就研究过能够自我复制的细胞自动机,并从理论上证明了它是可能的。后来,随着人工生命的兴起,科学界兴起了研究自我复制的细胞自动机的热潮。在这个程序中,你能看到Langton的自我复制圈、chou的自我复制程序还有Langton的蚂蚁细胞自动机等等。-fate of the important features is a s
parallelfish
- 并行程序设计,细胞自动机问题,运行环境,VC6.0-parallel programming, cellular automata problems, the environment, VC6.0
细胞自动机
- 细胞自动机的显示程序-the display program!
细胞自动机
- 细胞自动机生命游戏演示程序
细胞自动机matlab源码
- 为细胞自动机的源代码
cell-compress
- 细胞自动机压缩算法 细胞自动机是用来解释生命现象。系统为什么总要处于“混沌边缘”的状态呢?比如生命吧,静止于某种固定的状态不是挺好的么?为了适应多变的环境,生命必须不断的进化而变得复杂,而要想变得复杂就必须让自己处于混沌边缘的状态。按照达尔文进化论的观点,不适应环境的生命体就会被大自然淘汰了,并不是每个生命体都有意识的要让自己越来越复杂,而是因为过于简单的生命不能适应环境了,于是它们被淘汰掉了,所以剩下来的仅有那些相对复杂的生命体。科学家曾用一批细胞自动机当作生命体在一个虚拟的自然环境
cellauto
- 这是一个细胞自动机及相应的vote和smooth函数-[chaoticrand,chaoticcell,watermark]=cellauto(480,640,1024,5) 参数说明:
CellAuto
- 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
cellular_automaton
- 细胞自动机:空间分布进程的最简单模型,可用来激起各种不同的真实世界进程。-Cellular Automata: the spatial distribution of the process of the most simple model can be used to stir a variety of real-world process.
senlinhuozai
- 此程序的功能是,采用细胞自动机方法,进你火灾模拟。-This program' s function is, using cellular automata method, into your fire simulation.
fanshe
- 此程序为,采用细胞自动机方法,进行反射现象的模拟-This procedure, using cellular automata method to simulate the phenomenon of reflection
shengmingyouxi
- 此程序的功能为,采用细胞自动机方法,进行生命游戏的模拟-The function of this procedure, using cellular automata method to simulate the game of life
GameOfLife
- 利用MATLAB模拟的细胞自动机程序,可以借用来研究怎么写此类程序-Using MATLAB simulation of cellular automata program, you can borrow to study how to write such programs
CA-src-code
- 人工智能中的细胞自动机算法 用java编程实现-Artificial Intelligence in cellular automata algorithms using java programming
cells
- 一个用Java语言编写的细胞自动机的小程序展示(a cell game which is programed by java)
细胞自动机的DCT嵌入和检测
- 细胞自动机自动生成水印,并在DCT域嵌入,用相关性d进行检测(Cellular automata generate watermark and embed it in DCT Domain)
01-细胞自动机交通模拟
- 元胞自动机,交通仿真,MATLAB;用于模拟仿真小区车流量情况(Cellular automata, traffic simulation, matlab)
代码
- 关于元胞自动机的代码,包括生命游戏、模拟森林燃烧、疫情扩散以及交通问题。(About cellular automata code, including life game, simulation of forest combustion, epidemic spread and traffic problems.)