搜索资源列表
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)
PerlBestPractices
- Perl最佳实践英文版。很完整的Perl学习用书。-Perl Best Practices By Damian Conway Pub Date: July 2005 Pages: 542
life
- a program that achives the John Conway s Life game.
code
- 一个简单的cowayedit设计程序,使用C#设计,包含原始状态导入,运行,暂停退出-a simple conway edit
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
game
- 说明 生命游戏 ( game of life ) 为 1970 年由英国数学家 J. H. Conway 所提出,某一细胞的邻居 包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。 拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一次状态将死亡。 稳定:如果细胞的邻居为二个或三个,则下一次状态为稳定存活。 复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一细胞。-Game o
game-of-life
- 说明生命游戏(game of life)为1970年由英国数学家J. H. Conway所提出,某一细胞的邻居包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。此为c语言实现的算法。-Algorithm Gossip is a classic arithmetic program,which you should have a good look.
Untitled
- 元胞自动机中Conway s life 程序模拟系统,根据所需步数来确定模拟结果,用MATLAB图形界面(GUI)实现。-Conway' s life cellular automata program simulation system, based on the number of steps required to determine the simulation results, implemented using MATLAB graphical interface (GUI).
conway
- conway生命演化模型 c语言版 用于细胞不断的繁衍繁衍 然后可以代入不同的初始配置。-conway revolution model
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
ConwayGame
- 康威生命游戏,元胞自动机,可视化设计,非常经典-Conway Game of Life, cellular automata, visual design, very classic
life
- 康威的生命游戏,也简称为生命,游戏是在1970年由英国数学家约翰·霍顿康威制定的-The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970
ghsc274187191445362
- graph_of_life: Bookmarklet that turns your Github contributions streak graph into Conway s Game of Life
Desktop
- The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] The "game" is a zero-player game, meaning that its evolution is determined by its initial state, req
Conway
- 泛函分析的课程资料,来自springer...............(Functional analysis course ..........................)