这是我在别人的工作基础上编写的生命游戏(life game)演示程序,可以比较不同初始条件或繁衍条件产生的不同演化结果。 生命游戏是细胞自动机的一种,以模拟生命的某种繁衍过程。根据不同的生命繁衍条件,可以衍生出丰富多彩的群体动力学。该游戏曾经繁盛过一时,至今仍有很多爱好者。该模型在很多领域(如生物、物理等)都有实际的应用。 在这个生命游戏中,繁衍条件比较简单。有两个60x60的方框区域,开始时每一个格子里都生活着一个生命个体(用1表示)。然后这些个体按照下面的条件繁衍:首先计算每一个格子周围相邻生存者的个数;如果有3个相邻生存者,下一步这个格子将会有生存者(用黑色表示);如果有2个(右边方框的是1个),这个格子下一步的状态与上一步状态相同;其余的情况下,下一步这个格子将没有生存者(白色)。每一步计算所有的格子,共重复300步(开始6步按任意键执行,以观察开始的演化,后面的自动执行)。 该程序用Turbo C++ 3.0编译。这个游戏在《生物信息学》课上作为离散数学模型的演示程序。
上传时间: 2013-11-30
上传用户:sammi
eeprom test of life by avr I2C 的控制和注意事项,带源码,please copy it and save as c
上传时间: 2016-08-25
上传用户:hewenzhi
Chapter 1. Survival Distributions and life Tables
标签: Distributions Survival Chapter Tables
上传时间: 2014-08-18
上传用户:2525775
*** *** *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial life Simulation model Based on Genetic Algorithm */ /* 同济大学计算机系 王小平 2000年5月
标签: Artificial Simulation AL_GA model
上传时间: 2016-11-15
上传用户:ls530720646
The file is about lock-in amplifier and how it can apply to the use of our daily life
标签: amplifier lock-in about apply
上传时间: 2013-12-11
上传用户:koulian
Imperfect C++ Practical Solutions for Real-life Programming C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results.
标签: Programming Imperfect Practical Solutions
上传时间: 2014-03-02
上传用户:songrui
Ansys code for the life prediction of melt
标签: prediction Ansys code life
上传时间: 2013-12-31
上传用户:二驱蚊器
(Ebook - Mathematics) Development Of Neural Network Theory For Artificial life-Thesis, Matlab And Java Code, Cavuto
标签: Development Mathematics life-Thesis Artificial
上传时间: 2014-08-19
上传用户:xzt
“Next to My life, Software Is My Passion”——Robert C.Martin. 懂了设计模式,你就懂了面向对象分析和设计(OOA/D )的精要。反之好像也可能成 立。道可道,非常道。道不远人,设计模式亦然如此。 一直想把自己的学习经验以及在项目中的应用经历拿出来和大家共享,却总是下不了这 个决心:GoF 的23 种模式研读、总结也总需要些时日,然而时间对于我来说总是不可预计 的。 之所以下了这个决心,有两个原因:一是Robert 的箴言,二是因为我是一个感恩的人, 就像常说的:长怀感恩之心,人生便无遗憾。想想当时读 GoF 的那本圣经时候的苦闷、实 现23 个模式时候的探索、悟道后的欣悦,我觉得还是有这个意义。 0.2 设计模式解析后记
标签: Software Passion Martin Robert
上传时间: 2014-01-22
上传用户:woshiayin
To increase life time fuzzy using
上传时间: 2017-04-30
上传用户:wangyi39