-
输入小孩总数n,从第k个小孩开始,循环的步长m。输出:最先输出的是第一个胜利者,其次为第二个,最后为第N个胜利者。...
输入小孩总数n,从第k个小孩开始,循环的步长m。输出:最先输出的是第一个胜利者,其次为第二个,最后为第N个胜利者。-Enter the total number of children n, from the first k-child start the cycle of steps m. Output: The first output is the first winner, followed by the second, and finally for the first N winner.
- 2022-03-31 03:48:50下载
- 积分:1
-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
计算任意整数的节乘的精确数值,计算速度比较快
计算任意整数的节乘的精确数值,计算速度比较快-Arbitrary integer section calculated by the exact numerical calculation of the faster
- 2022-03-02 18:57:49下载
- 积分:1
-
基于C++的BP算法
用C++语言实现神经网络的BP算法,对于从事神经网络及专家诊断系统的方面的朋友具有较强的参考借鉴意义。
- 2022-10-12 07:00:03下载
- 积分:1
-
文件转成c数组
这是一个把文件转化成c/c++语言中的数组的代码, 方便把资源文件加入程序中编译。
- 2022-04-20 02:26:54下载
- 积分:1
-
In the basic shock acceleration under the impact of equipment be quarantined for...
在基础冲击加速度作用下,被隔离设备的冲击动态响应计算,包括绝对加速度、相对速度、相对加速度和相对位移-In the basic shock acceleration under the impact of equipment be quarantined for calculating the dynamic response, including the absolute acceleration, relative velocity, relative acceleration and relative displacement
- 2022-06-12 01:32:52下载
- 积分:1
-
c语言编的万年历源程序,可显示年份从1980
c语言编的万年历源程序,可显示年份从1980-2099年,是个很实用的工具-hefty almanac series of the source, can show that the years from 1980-2099, is a very useful tool!
- 2022-08-20 15:02:43下载
- 积分:1
-
求有关温度计算的源程序
求有关温度计算的源程序-for calculating the temperature of the source
- 2022-06-01 10:00:51下载
- 积分:1
-
大点数 快速傅立叶变换 用Matlab编程实现 运行很好
大点数 快速傅立叶变换 用Matlab编程实现 运行很好-Great points Fast Fourier Transform with Matlab programming to run good
- 2023-02-10 20:05:03下载
- 积分:1
-
哈夫曼编码
哈夫曼编码是一种数据压缩技术,采用了二叉树和优先级队列两种数据结构。它的基本原理是,对数据重新编码,每个字符的编码的长度和它的出现频率呈反比,也就是出现次数多的字符它的编码要短。从而达到压缩数据的目的。
- 2022-07-06 23:48:43下载
- 积分:1