搜索资源列表
cael-1.5.tar
- 它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set
life32
- Life32 is a program to animate an manipulate cellulair automa akin to Conway s Game of Life (GoL). 一个国外模拟生命细胞活动的小程序,我到现在还是搞得不是很懂,大家看看吧-Life32 is a program to animate an automa manipulate cellulair Conway s akin to the Game of Life (GoL). A life a
DoomsdayDate_demo
- An ingenious yet simple way to calculate the day of the week for any date was invented by John Conway called the Doomsday rule. I highly recommend reading the article by S.W. Graham which fully describes the algorithm
VisualizingConwaysGameOfLife-source
- mathematica 环境下 生动地演示 conway 的生命游戏(game of life)
GameOfLife
- 生命游戏是由英国剑桥大学数学家Conway提出的,游戏的规则是这样的,在一个正方的棋盘格上,每格只有两个状态,”生”和”死”,分别表示是否被一个棋子所占有.每个方格有八个邻格,游戏的规则如下: 1. 对于处在”生态的格,若八个邻居中有2个或3个”生”,则继续存活,否则将因过于孤独或过于拥挤而死亡. 2. 对于处在”死”态的空格,若八个邻格中有3个”生”,则该格转变为”生”(代表繁衍过程),否则继续空着. 规则讲完了,看到这里,相信掌握了任何一种开发工具的图形编程的朋友应该
conway
- 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。-A classic Conway Game, after increasing at a rate improved a lot, which contains a hash.
SortAndLife
- Conway s Game of life 算法程序-This article is about a fast Conway s Game of Life version using MFC, thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
Conway
- Conway The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It is the best-known example of a cellular automaton.
life
- a program that achives the John Conway s Life game.
Life-1
- "Conway game", which redirects to here, can also refer to games as defined by surreal numbers, which John Conway also developed. Gosper s Glider Gun creating "gliders". The Game of Life, also known simply as Life, is a cellular automaton devis
gameoflife2
- John Conway s Game of Life _____________________________ A matlab simulation of John Conway s Game of Life
gameoflife
- game of life 演化计算仿真 传说中著名的生命游戏 by John Conway-game of life
game-of-life
- Game of Life was created in Dev C++ (GUI). It is a cellular automaton , and was invented by Cambridge mathematician John Conway. THE RULES For a space that is populated : Each cell with one or no neighbors dies, as if by loneliness. Each cell with fo
GLIDER
- Glider (Conway s Life), a type of cellular automaton "spaceship" in Conway s Game of Life made on borland 3.1
Conway
- 利用链表实现Conway生命模型,在free.txt里输入初始的图样。空格表示死亡,命令行参数为 conway.exe free.txt [n],n为繁殖代数。-Realize the conway module with linklist. present the initialize picture in free.txt. space stands for dead,* stands for alive. the command line parameter are conway.exe
Conway
- conway s game of life
conway
- conway生命演化模型 c语言版 用于细胞不断的繁衍繁衍 然后可以代入不同的初始配置。-conway revolution model
conway
- c++实现conway生命演化模型,从txt读取初始配置,输入回车进化一代,输入数字进化数字代,输入q退出。-c++ achieve conway model the evolution of life, from initial configuration to read txt, press enter evolutionary generation, digital input digital evolution generations, enter q to quit.
conway
- Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular list.
conway
- 用matlab,实现100代30*30的生命游戏进程。(Using MATLAB to realize the life game process of the 100 generation 30*30.)