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

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

于 2022-07-16 发布 文件大小:45.81 kB
0 160
下载积分: 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 个回复

  • Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi
    用来求解非线性系统中分岔,混沌,周期,准周期等动力学,可以求数值解,也可画图,只要知道系统模型,可以根据需要自由修改参数,软件带有使用说明,简单易懂-Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi-periodic dynamics, etc., you can seek numerical solutions, but also drawing, as long as know the system model, you can freely modify the parameters as needed, the software with instructions for use, simple and easy to understand
    2022-03-19 08:32:01下载
    积分:1
  • 分步傅利叶方解非线性方程
    分步傅利叶方法解非线性方程-Fourier step-by-step method for solving systems of nonlinear equations
    2022-12-13 00:25:03下载
    积分:1
  • 误差分析的方有多种,这是一种先验估计误差的方,较以往的“向前误差分析”在矩阵运的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少...
    误差分析的方法有多种,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少用向前误差分析难于判定可靠性的数值方法获得新的进展。特别值得一提的是,在工程技术界,经常使用几种不同的计算方法,甚至使用实验方法进行比较,从而确定计算结果的可靠性,这也是一种有效而实用的方法。-error analysis by a number of means, which is a priori estimation error method, compared to the previous "Forward Error Analysis" in the matrix calculation error into the homes a better estimate on the results of a matrix so the error analysis of a breakthrough in the progress, many with forward error analysis can be difficult to determine on the numerical method to achieve new progress. Particularly worth mentioning is that in the engineering technology sector, often use several different methods of calculation, or even the use of experimental methods, in order to determine the reliability of results, which is also an effective and practical method.
    2022-04-27 04:17:28下载
    积分:1
  • 罗密欧与朱丽叶的迷宫问题
    采用的是回溯法和分支限界的思想求解迷宫问题                                                         
    2023-01-08 06:45:03下载
    积分:1
  • FFT和FIR 快速傅里叶变换和FIR滤波器 实验的程序
    FFT和FIR 快速傅里叶变换和FIR滤波器 实验的程序-Fast Fourier Transform FFT and FIR filter experimental program
    2022-08-20 03:14:40下载
    积分:1
  • C language data structures operating sequence in Table 3, which is characterized...
    C语言数据结构作业三元组序列表,特点是非零元在表中按行序有序储存,因此便于进行依行顺序处理的矩阵运算,然而若需按行号存取某一行的非零元,则需从头开始进行查找-C language data structures operating sequence in Table 3, which is characterized by non-zero yuan in the table in an orderly sequence by storage firms, according to facilitate order processing line matrix calculation, but by businesses that require access to a line of non-zero yuan, then you start from scratch
    2023-08-26 04:35:04下载
    积分:1
  • 银行家
    通过图形界面上数据的输入,将进程的所需的最大资源数、已分配资源数、完成进程所需的剩余资源数数据存入数组中,再根据银行家算法要求,进行进程间的运行分配,而后显示在左侧的面板上。
    2022-12-10 11:55:03下载
    积分:1
  • 刚才没注意,上传的是.c文件,重新上传,忘谅解! 精确计N的N次方,并完整显示结果!...
    刚才没注意,上传的是.c文件,重新上传,忘谅解! 精确计算N的N次方,并完整显示结果!-just did not know, upload yes. C document, re-upload, forget understanding! N precise calculation of the N-th power and integrity of the result will be displayed!
    2022-08-14 07:55:35下载
    积分:1
  • 虹膜识别程序
    主要完成了在虹膜识别中的虹膜定位功能,采用了动态轮廓模型(ACTIVE CONTOUR MODEL)-一个学生的毕业设计,支持开源-Mainly completed in the iris recognition function of the iris location, using a dynamic contour model (ACTIVE CONTOUR MODEL)- a student
    2023-07-13 09:15:04下载
    积分:1
  • c4.5决策树
    C4.5决策树算法,经典,易于理解,中间存在一点点的小问题,希望大家多多指点,帮忙解决
    2022-11-12 03:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载