登录
首页 » 算法 » 本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这...

本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这...

于 2022-07-16 发布 文件大小:45.81 kB
0 166
下载积分: 2 下载次数: 1

代码说明:

本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这个过程会继续进行……。这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真-the cell simulation of self-reproduction, you will see a soft cell birth on the computer screen, and then with all the percussive elements, cell division, after a period of evolution, the cells in the solution themselves copied, and then the process will continue ... . This self-reproduction of the artificial chemical basis, compared to the original cell-based automatic machine self-replication more vivid

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用Borland C写的B
    用Borland C写的B-Tree算法- B-Tree algorithm writes which with Borland C
    2023-02-02 02:20:04下载
    积分:1
  • 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方求出精确解,既然求不出精确解,...
    98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T,
    2023-05-19 17:45:04下载
    积分:1
  • Treeview与数据库的联合使用实例
    Treeview与数据库的联合使用实例 delphi中自动填写表单(2008-04-15 13:51:00)转载标签: delphi自动填写表单it   delphi中自动填写表单 今天根据网上的资料调试成功了自动填写网页中表单。目标网站 mopcn 在FORM中增加控件 TWebBrowser  来自:多学吧
    2023-01-04 16:00:04下载
    积分:1
  • 用归并的思想实验文件的k路归并,代码为文件k路归并的c语言实现...
    用归并的算法思想实验文件的k路归并,代码为文件k路归并的c语言实现-Thinking of merging algorithm with the experimental k-way merge document, code k way merge for files of c language
    2022-02-03 09:42:05下载
    积分:1
  • shamir门限共享实现
    本程序是对shamir门限方案的简单实现,主要分为生成子密钥,传递子密钥,恢复密钥,三个部分。可以用来更好的了解shamir方案,对shamir门限有一个全新的方案
    2022-02-01 03:06:19下载
    积分:1
  • This program is to handle all possible arithmetic operations (+,
    This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=, =,
    2023-08-24 04:25:02下载
    积分:1
  • 经典的矩形矩阵的各种问题产生的比赛时,是一个河..
    经典矩形问题 生成各种矩阵是竞赛时经常考的一种题目,如何用C语言或C++生成以下形式几种矩阵:-classic rectangular matrix of various problems generated when the contest is a regular test subject, how to use C or C generated several matrix form :
    2022-01-25 19:14:18下载
    积分:1
  • 模糊聚类对图像分割
    图像分割是图像处理和计算机视觉等领域中的一个经典问题,尤其在图像分析!理解和识别中是一项关键技术"因为图像分割结果的质量直接影响后期进行的分析!识别和解释的质量,所以图像分割在计算机视觉!图像编码!模式识别!医学图像分析等很多领域有着实际的应用"
    2022-01-24 12:27:29下载
    积分:1
  • 浙江大学设计大赛,我自己收集的acm2060
    浙江大学程序设计大赛ACM2060题我自己收集的-Zhejiang University Design Competition ACM2060 that my own collection
    2023-08-19 15:15:04下载
    积分:1
  • The guiding book of using the Firework software.
    The guiding book of using the Firework software.
    2023-03-31 22:20:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载