-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1
-
文章介绍了海洋界面参数估计及传播损失的射线声学预报方法...
文章介绍了海洋界面参数估计及传播损失的射线声学预报方法-Article introduced the marine interface parameter estimation and dissemination of the loss of forecasting methods for acoustic ray
- 2022-04-13 09:50:56下载
- 积分:1
-
一个完全的C编译的程序,这样的操作系统课程…
一个完完全全用c编译的程序,使操作系统的课程设计,实现了安全分配,回收,网上的大多都没有回收操作,使一个非常完整的银行家算法的实现-a totally c compiler with the procedures so that the operating system of curriculum design, realization of a security allocation, recovery, most of the Internet are not recycling operation, a very integrity of the algorithm to achieve bankers
- 2023-05-18 04:30:03下载
- 积分:1
-
一个在C++Builder下运行的录音程序,录音的格式是WAV
一个在C++Builder下运行的录音程序,录音的格式是WAV-One in C++ Builder run under the recording program, recording format is WAV
- 2022-02-26 21:01:53下载
- 积分:1
-
Blood wizard
热血精灵――纯绿色游戏辅助工具,暂不提供源代码-Blood wizard- Pure Green game aids, not to provide source code
- 2023-03-26 16:20:05下载
- 积分:1
-
boxman.exe辅助程序,自由布图,保存文件为map.dat
boxman.exe辅助程序,自由布图,保存文件为map.dat
-boxman.exe auxiliary procedures, freedom of layout, save the file to map.dat
- 2023-09-02 07:40:06下载
- 积分:1
-
音乐类型的好网站
音乐类型的好网站-types of good music website
- 2022-08-19 14:08:31下载
- 积分:1
-
10天研究所的“三次”点击刷新按钮,或稍后再试。如果你看…
十天学会asp单击刷新按钮,或以后再试。
如果您以前查看过该页,现在要查看计算机上存储的内容,请单击文件,然后单击脱机工作。
要获得有关使用 Internet Explorer 脱机浏览的信息,请单击帮助菜单,然后单击目录和索引。
-10 days Institute asp Click the Refresh button, or try again later. If you look over the page before, now be viewed on the computer storage of content, click, and then click work offline. To obtain the use of Internet Explorer offline browsing information, please click the Help menu and then click Contents and Index.
- 2023-03-19 13:50:04下载
- 积分:1
-
包含TAB界面的微信分答小程序源码
一个包含TAB界面的微信分答小程序源码,已实现了界面中的事件处理函数、滑动切换tab、点击tab切换、点击悬赏、顶部切换等。功能方面,主要实现了以下五大模块:公共服务、限免模块、收听模块、找人模块和“我的”模块,貌似在最新的微信开发工具中,还有些需要调试,个别地方报错哦。
- 2023-02-18 22:15:04下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1