搜索资源列表
lifegame
- 根据生命细胞游戏的规则,用计算机对生命游戏进行简单的模拟,在c++控制台环境下完成
lifegame
- 一个c++开发的游戏,很有意思,有不少可借鉴之处
生命游戏C#的实现
- LifeGame,经典的在C#下的实现;内涵一个简单版本和一个相对复杂版本的生命游戏
LifeGame.rar
- 演示生命游戏的小程序,C++编写,MFC界面。 很有趣,program for displaying the process of life game
LifeGame
- 一个简单的关于元胞自动机的生命游戏的小程序,在其中可以选择burn和live的数量。-A simple applet on the Game of Life cellular automata, in which you can choose the number of burn and live.
lifeGame
- 三位元胞自动机模拟生命游戏,展现图形变化过程和结果-cellular automata
LifeGame
- 生命游戏。单人玩的小游戏-Game of Life. Single-play game. . . . . . . . . . .
LifeGame
- 元胞自动机——生命游戏用C实现,有用啊-Celluar automation--lifegame.c,it is very good and useful...
lifegame
- 这是一个名为LifeGame的著名的游戏。但是根据原理,我自己用C语言写的源码。有一个输入文件,一个输出文件。在运行的时候也可以看到状态的改变。-This is a well-known game called LifeGame. But according to theory, for my own use source code written in C language. Have an input file, an output file. At run time you can see
LifeGame
- C#实现的生命游戏,可自定义初始状态,可设置演变时间,暂停等。-failed to translate
lifegame
- console glayder. in visual studio 2010
LifeGame
- Mathematica 生命的游戏 细胞增长算法的实现-Mathematica life game cell growth algorithm
LifeGame
- 生命游戏(LifeGame),利用VBA实现,在Excel中运行,以单元格模拟图形界面-Game of Life (LifeGame), implemented using VBA running in Excel cell simulation graphical interface
LifeGame
- 一个介绍生命游戏的小程序,自己写的,有一些供用户选择的操作。-A small program to introduce the game of life, to write their own, for the user to select the operation.
lifegame
- its game of life. in it, cells with ones are alive, while cells with zeros are dead. for the next generation, the new value of a cell depends on the rules: living cell with one or zero neighbors will die living cells with two or three neighbors will
lifegame
- 根据数据结构书上的lifegame而写的程序,初上数据结构课的同学可以看一下,详细功能请自己看书-According to the data structure of the book lifegame written procedures, the early data structures class students can look at your own reading detailed features
LifeGame
- 由【生命游戏】扩展开发的小游戏 上帝视角观察生命的变化 -[Game] extended life by developing small game
LifeGame
- 能实现一个生命游戏的例子,希望能帮组到你-I can present a life game
lifegame
- 生命游戏是C语言程序中较为经典并且基础的程序,该文件是可以直接运行的C语言程序。-lifetime is one of the classical C programme.
LifeGame
- 著名的生命游戏代码,生命游戏其实是一个零玩家游戏。它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。(lifegame,interesting)