搜索资源列表
lifegame
- 二维元胞自动机,著名的生命游戏 vc++开发-two-dimensional cellular automata, the famous game vc development life
Lifegame
- 生命游戏置乱算法的MATLAB实现,用于置乱图像-life game Scrambling algorithm in MATLAB for image Scrambling
lifegame1
- 并行计算,使用MPI编程,lifegame问题-parallel computing, the use of MPI programming, the problem lifegame
lifegame
- 根据生命细胞游戏的规则,用计算机对生命游戏进行简单的模拟,在c++控制台环境下完成
lifegame
- 最简单的生命游戏。具有良好扩充性,可轻易改进为概率、能量守恒类
LifeGame
- 这是我在别人的工作基础上编写的生命游戏(life game)演示程序,可以比较不同初始条件或繁衍条件产生的不同演化结果。 生命游戏是细胞自动机的一种,以模拟生命的某种繁衍过程。根据不同的生命繁衍条件,可以衍生出丰富多彩的群体动力学。该游戏曾经繁盛过一时,至今仍有很多爱好者。该模型在很多领域(如生物、物理等)都有实际的应用。 在这个生命游戏中,繁衍条件比较简单。有两个60x60的方框区域,开始时每一个格子里都生活着一个生命个体(用1表示)。然后这些个体按照下面的条件繁衍:首先计
lifegame
- 一个c++开发的游戏,很有意思,有不少可借鉴之处
LifeGame
- 生命游戏,为1970年英国数学家J.H.Conway所提出,某一细胞的邻居包括上,下,左,右,左上,左下,右上与右下相邻的细胞,游戏规则如下: 1,孤单死亡:如果细胞的邻居小于一个,则该细胞在下一个状态死亡。 2,拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一个状态死亡。 3,稳定:如果细胞的邻居为两个或三个,则该细胞在下一个状态稳定。 4,复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一个细胞。
生命游戏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
- java编写的小游戏,你可以从中获得java的基本用法-the code is for game
lifeGame
- 三位元胞自动机模拟生命游戏,展现图形变化过程和结果-cellular automata
LifeGame
- 生命游戏。单人玩的小游戏-Game of Life. Single-play game. . . . . . . . . . .
LifeGame
- 元胞自动机——生命游戏用C实现,有用啊-Celluar automation--lifegame.c,it is very good and useful...
LifeGameJava
- 著名的Java的小游戏LifeGame。根据原理,自己用Java语言编写,有一个输入文件。运行时可以看到状态的变化。推荐用Eclipse运行。-Java-famous game LifeGame. According to theory, they used Java language, there is an input file. Runtime can see the status change. Recommended to run with Eclipse.
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
- 生命游戏(LifeGame),利用VBA实现,在Excel中运行,以单元格模拟图形界面-Game of Life (LifeGame), implemented using VBA running in Excel cell simulation graphical interface
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
- 著名的生命游戏代码,生命游戏其实是一个零玩家游戏。它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。(lifegame,interesting)