-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1
-
fitting approximation with the C program
拟合与逼近的C程序-fitting approximation with the C program
- 2023-01-15 05:45:03下载
- 积分:1
-
sourse code of kmp algorithm
poj 上的几道kmp 题的解题报告 sourse code of kmp algorithm -sourse code of kmp algorithm
- 2022-05-17 02:18:57下载
- 积分:1
-
在实际模拟时,可以取更多的生命细胞,也可以考虑生命细胞的初始状态是依一定概率设定的随机状态,变化时也可以让边缘细胞参与变化。只要对上述程序略作更改,就会得到另外...
在实际模拟时,可以取更多的生命细胞,也可以考虑生命细胞的初始状态是依一定概率设定的随机状态,变化时也可以让边缘细胞参与变化。只要对上述程序略作更改,就会得到另外一系列美妙绝伦的图案。-the actual simulation, may take more lives cells, we can also consider the lives of cells initial state is set on a certain amount of random probability state change may also allow changes in the marginal cells. As long as some of these procedures for a change, it will be another wonderful series of exquisite designs.
- 2023-08-13 19:10:03下载
- 积分:1
-
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导....
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导.-introduced a software engineering method, the guidance system ROSE Course steps ... to use ROSE opened, is not entirely to their own amendments, as a guide to you.
- 2023-08-29 07:55:03下载
- 积分:1
-
C++程序供初学者使用
C++程序供初学者使用-C program for beginners
- 2023-06-03 05:15:03下载
- 积分:1
-
一个简单的碟片出租管理系统,使用VB和ACCESS编写。
一个简单的碟片出租管理系统,使用VB和ACCESS编写。-a simple disc rental management system, using VB and Access prepared.
- 2022-03-18 17:23:00下载
- 积分:1
-
帮助台票,假设每个客户和# 39的到达时间和服务提姆…
服务台的售票处,假设各顾客的到达时间间隔和服务时间均服从负指数分布,到达率λ=10人/分钟,服务率μ=6人/分钟,等待队长N=20人,仿真时间Total_time=10分钟。使用本程序仿真出的各顾客到达时刻与离开时刻曲线,等待时间与停留时间曲线.-Help desk ticket, assuming that each customer" s arrival time and service time obeys the negative exponential distribution, the arrival rate λ = 10 persons/minute, service rate μ = 6 persons/minute, waiting for Captain N = 20 people, simulation time Total_time = 10 minutes. Simulation using this program out of time with each customer to leave the moment of arrival curve, waiting time and stay time curve.
- 2023-04-02 15:15:02下载
- 积分:1
-
21点算法,非常不错,值得初学者研究,
21点算法,非常不错,值得初学者研究,-21:00 algorithm, very good, worthy of study for beginners,
- 2023-04-13 20:35:03下载
- 积分:1
-
DSP LF2407A 板上存储器例程 已跑通了
DSP LF2407A 板上存储器例程 已跑通了-Memory on-board DSP LF2407A routines have been run over the
- 2022-11-26 09:50:03下载
- 积分:1