搜索资源列表
Game of life modified
- Game of life is a bacterian life simulator
life-game
- 这是一个模拟生物种群的小游戏程序,可以看出在什么情况下这个生物种群会趋于稳定,什么情况下会消亡。-This is a simulation game of the species biology procedures, we can see the circumstances under which biological species that will become stable and under what circumstances will perish.
LifeGamechengxu
- 生命游戏的VC实现。 生命游戏其实是一个零玩家游戏。它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。-The realization of the VC games to life. Game of Life is a zero-player games. It include
gameoflife
- game of life in c++ code. so enjoy the sharing is caring.
HalfLifeGame
- A few years ago I became interested in first person shooter games and in particular how the world levels are created and rendered in real time. At the same time I found myself in between jobs and so I embarked on an effort to learn about 3D rendering
GOL
- Game of Life,著名的数学游戏,由英国数学家John Corner发明-Game of Life, a well-known mathematical game, by the British mathematician John Corner invention
game_of_life
- [game of life] in complexed system
life
- a program that achives the John Conway s Life game.
life-game
- life game 这是一个编程经典小游戏,玩起来很有意思,有点像扫雷,方便编程人员理解存储空间的概念。-life game This is a classic game programming, playing together is very interesting, a bit like mine, convenient storage space programmers to understand the concept.
gameoflife
- game of life 演化计算仿真 传说中著名的生命游戏 by John Conway-game of life
life
- 用c语言实现的生命游戏,可以作为训练的题目使用-With the c language of the life game, you can use as a training topic
life--game
- 基于C++的life game 游戏,作为熟悉C++变成风格的一个程序-base on C++
Life-Game
- 模拟一个小机器人在给定范围的图像内自动移动到目标点的程序-The game consists of a two-dimensional world extending infinitely in all directions, divided into “cells.”
Life-game
- 著名的Life Game C语言MPI实现-The famous Life, the Game C language implementation of MPI
life
- 生命游戏,VC++学习过程中老师布置的作业,豆子的衍生游戏-life game
life
- 元胞自动机生命游戏,matlab仿真代码-The Cellular Automata life game, matlab simulation code
game
- 说明 生命游戏 ( game of life ) 为 1970 年由英国数学家 J. H. Conway 所提出,某一细胞的邻居 包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。 拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一次状态将死亡。 稳定:如果细胞的邻居为二个或三个,则下一次状态为稳定存活。 复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一细胞。-Game o
Life-game
- CA生命游戏,基于元胞自动机,使用c的easy进行界面设计-CA Game of Life, based on cellular automata, the use of c easy interface design
life--game
- 基于C++的life game 游戏,作为熟悉C++变成风格的一个程序-base on C++
生命游戏
- 本程序运用MATLAB,用最简约的代码实现了元胞自动机生命游戏模型,其中利用矩阵计算的形式,减少了一般生命游戏模型代码的判断语句,增加了程序的简洁性并且提高了运行效率(This procedure using MATLAB, with the most simple code to achieve a cellular automaton model of the game of life, using the matrix computation form, reduce the genera