Welcome![Sign In][Sign Up]
Location:
Search - Lifegame

Search list

[Other resourcelifegame

Description: 二维元胞自动机,著名的生命游戏 vc++开发-two-dimensional cellular automata, the famous game vc development life
Platform: | Size: 83527 | Author: 冉磊 | Hits:

[Multimedia programLifegame

Description: 生命游戏置乱算法的MATLAB实现,用于置乱图像-life game Scrambling algorithm in MATLAB for image Scrambling
Platform: | Size: 2058 | Author: gao | Hits:

[Other resourcelifegame1

Description: 并行计算,使用MPI编程,lifegame问题-parallel computing, the use of MPI programming, the problem lifegame
Platform: | Size: 2231 | Author: Imp | Hits:

[Windows Developlifegame

Description: 根据生命细胞游戏的规则,用计算机对生命游戏进行简单的模拟,在c++控制台环境下完成
Platform: | Size: 14746 | Author: 晏清微 | Hits:

[Other resourcelifegame

Description: 最简单的生命游戏。具有良好扩充性,可轻易改进为概率、能量守恒类
Platform: | Size: 32609 | Author: wangkai | Hits:

[Other resourceLifeGame

Description: 这是我在别人的工作基础上编写的生命游戏(life game)演示程序,可以比较不同初始条件或繁衍条件产生的不同演化结果。 生命游戏是细胞自动机的一种,以模拟生命的某种繁衍过程。根据不同的生命繁衍条件,可以衍生出丰富多彩的群体动力学。该游戏曾经繁盛过一时,至今仍有很多爱好者。该模型在很多领域(如生物、物理等)都有实际的应用。 在这个生命游戏中,繁衍条件比较简单。有两个60x60的方框区域,开始时每一个格子里都生活着一个生命个体(用1表示)。然后这些个体按照下面的条件繁衍:首先计算每一个格子周围相邻生存者的个数;如果有3个相邻生存者,下一步这个格子将会有生存者(用黑色表示);如果有2个(右边方框的是1个),这个格子下一步的状态与上一步状态相同;其余的情况下,下一步这个格子将没有生存者(白色)。每一步计算所有的格子,共重复300步(开始6步按任意键执行,以观察开始的演化,后面的自动执行)。 该程序用Turbo C++ 3.0编译。这个游戏在《生物信息学》课上作为离散数学模型的演示程序。
Platform: | Size: 1401 | Author: Fayer Michael | Hits:

[Windows Developlifegame

Description: 一个c++开发的游戏,很有意思,有不少可借鉴之处
Platform: | Size: 498531 | Author: coldx06 | Hits:

[AI-NN-PRlifegame

Description: 二维元胞自动机,著名的生命游戏 vc++开发-two-dimensional cellular automata, the famous game vc development life
Platform: | Size: 1936384 | Author: 冉磊 | Hits:

[Multimedia DevelopLifegame

Description: 生命游戏置乱算法的MATLAB实现,用于置乱图像-life game Scrambling algorithm in MATLAB for image Scrambling
Platform: | Size: 2048 | Author: gao | Hits:

[Windows Developlifegame

Description: 根据生命细胞游戏的规则,用计算机对生命游戏进行简单的模拟,在c++控制台环境下完成-Cells in accordance with the rules of the game of life, using computer games to life a simple simulation, in c++ Console environment to complete
Platform: | Size: 270336 | Author: 晏清微 | Hits:

[Education soft systemLifeGame

Description: 这是我在别人的工作基础上编写的生命游戏(life game)演示程序,可以比较不同初始条件或繁衍条件产生的不同演化结果。 生命游戏是细胞自动机的一种,以模拟生命的某种繁衍过程。根据不同的生命繁衍条件,可以衍生出丰富多彩的群体动力学。该游戏曾经繁盛过一时,至今仍有很多爱好者。该模型在很多领域(如生物、物理等)都有实际的应用。 在这个生命游戏中,繁衍条件比较简单。有两个60x60的方框区域,开始时每一个格子里都生活着一个生命个体(用1表示)。然后这些个体按照下面的条件繁衍:首先计算每一个格子周围相邻生存者的个数;如果有3个相邻生存者,下一步这个格子将会有生存者(用黑色表示);如果有2个(右边方框的是1个),这个格子下一步的状态与上一步状态相同;其余的情况下,下一步这个格子将没有生存者(白色)。每一步计算所有的格子,共重复300步(开始6步按任意键执行,以观察开始的演化,后面的自动执行)。 该程序用Turbo C++ 3.0编译。这个游戏在《生物信息学》课上作为离散数学模型的演示程序。-err
Platform: | Size: 1024 | Author: Fayer Michael | Hits:

[Windows Developlifegame

Description: 一个c++开发的游戏,很有意思,有不少可借鉴之处 -A c++ Development of games, very interesting, many can learn from the
Platform: | Size: 498688 | Author: coldx06 | Hits:

[JSP/JavaLifeGame

Description: 生命游戏,为1970年英国数学家J.H.Conway所提出,某一细胞的邻居包括上,下,左,右,左上,左下,右上与右下相邻的细胞,游戏规则如下: 1,孤单死亡:如果细胞的邻居小于一个,则该细胞在下一个状态死亡。 2,拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一个状态死亡。 3,稳定:如果细胞的邻居为两个或三个,则该细胞在下一个状态稳定。 4,复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一个细胞。-Game of Life for 1970 put forward by the British mathematician JHConway, a neighbor cell, including the upper and lower, left, right, upper left, lower left, upper right and lower right adjacent cells, the rules of the game are as follows: 1, lonely death: If cells in less than a neighbor, then the next state of cell death. 2, overcrowded death: If the cells in four or more neighbors, then the next state of cell death. 3, Stability: If the cells for two or three neighbors, then the cells in the next stable state. 4, Resurrection: If a location of the original cell-free survival, and the location of three neighbors, then the location will be the revival of a cell.
Platform: | Size: 1024 | Author: 白龙 | Hits:

[Game Programlifegame

Description: java编写的小游戏,你可以从中获得java的基本用法-the code is for game
Platform: | Size: 2048 | Author: | Hits:

[Windows DevelopLifeGame

Description: 演示生命游戏的小程序,C++编写,MFC界面。 很有趣-program for displaying the process of life game
Platform: | Size: 71680 | Author: 尤司陪 | Hits:

[Windows DevelopLifeGame

Description: 元胞自动机——生命游戏用C实现,有用啊-Celluar automation--lifegame.c,it is very good and useful...
Platform: | Size: 1024 | Author: jiayuan | Hits:

[Otherlifegame

Description: 这是一个名为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 the status change.
Platform: | Size: 2048 | Author: John Killer | Hits:

[OtherLifeGame

Description: 生命游戏(LifeGame),利用VBA实现,在Excel中运行,以单元格模拟图形界面-Game of Life (LifeGame), implemented using VBA running in Excel cell simulation graphical interface
Platform: | Size: 26624 | Author: shicl | Hits:

[Consolelifegame

Description: 根据数据结构书上的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
Platform: | Size: 2927616 | Author: Mr Miao | Hits:

[OtherLifeGame

Description: 著名的生命游戏代码,生命游戏其实是一个零玩家游戏。它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。(lifegame,interesting)
Platform: | Size: 23552 | Author: Immortal | Hits:
« 12 3 »

CodeBus www.codebus.net