-
本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这...
本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这个过程会继续进行……。这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真-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
- 2022-07-16 13:06:16下载
- 积分:1
-
信息学竞赛 湖南省队集训题
信息学竞赛湖南省队2007年集训题,供大家学习、练习。内部有竞赛题、选手原代码和课后讲解,极具参考价值
- 2022-03-01 02:47:58下载
- 积分:1
-
提供一种解决庞加莱制图的方法,分享相关程序,…
提供一个求解庞加莱映射的方法,分享相关的程序,互相学习。-To provide a method of solving the Poincare mapping, sharing related procedures, learn from each other.
- 2022-03-04 09:01:49下载
- 积分:1
-
BP神经网络的逼近函数源代码 数学建模
BP神经网络的逼近函数源代码 数学建模-BP neural network approximation function of the source code for mathematical modeling
- 2023-01-09 08:40:04下载
- 积分:1
-
数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法...
数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法-data structure of the curriculum design, the algorithm is prepared by the vc, good operating results, large numbers Adder! !
- 2022-04-30 14:47:05下载
- 积分:1
-
对任意基底的系列求卷积
对任意基底的系列求卷积-right arbitrary substrate for a series of convolution
- 2022-04-13 03:24:52下载
- 积分:1
-
如何写遗传算法程序
教你如何用c++编写遗传算法程序,并且有详细的示例,详细的描述了遗传算法的编写
- 2022-08-13 08:02:51下载
- 积分:1
-
有很多的算法,让您来处理信息存储…
There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)-There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)
- 2022-03-03 22:58:15下载
- 积分:1
-
使用贪婪算法 解决0-1背包问题MATLAB源代码
使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
- 2022-10-21 18:30:03下载
- 积分:1
-
STM32 FFT算法
应用背景此算法基于原子MINISTM32开发板写的,用了官方提供的DSP库函数来FFT,官方的DSP库有 64,256,1024点的FFT算法,效果还不错,就是太占CPU了,以至于有点卡,效果是通过串口助手打印数据,我想把AD采集的进来的再FFT算法,但没有实现。关键技术DSP,数字信号处理就是用数值计算的方式对信号进行加工的理论和技术,它的英文原名叫digital signal processing,简称DSP。另外DSP也是digital signal processor的简称,即数字信号处理器,STM32系列出了DSP库,让没有DSP芯片的朋友尝试了DSP的好处。而FFT,FFT(Fast Fourier Transformation),即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的.波形数据处理的首选
- 2022-03-10 15:42:56下载
- 积分:1