-
freeCMA_2
经典进化优化策略 CMA-ES的代码,属于经典的进化优化算法的一种,效率高,适合单目标优化问题,带有测试函数(The code of the classic evolutionary optimization strategy, cma-es, belongs to the classic evolutionary optimization algorithm, which is efficient and suitable for single-objective optimization problems with test functions)
- 2018-08-21 14:54:13下载
- 积分:1
-
百度小说搜索
说明: 百度小说搜索.zip
The Development of 2048 Small Game Wechat Small Program(The Development of 2048 Small Game Wechat Small Program)
- 2020-06-20 11:00:02下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
haxi
一种有效的哈希算法。。一种有效的哈希算法。。(a kind of effective hashing algorithm)
- 2020-12-05 19:59:23下载
- 积分:1
-
胡伟煌 Linux 学习笔记
说明: Linux学习核心知识,有助于平时Linux的学习,加深知识的理解,提示一些可能学习时忽略的关键点,让你能更加全面的了解Linux(Learning the core knowledge of Linux is helpful to the study of Linux at ordinary times, deepen the understanding of knowledge, prompt some key points that may be ignored in learning, so that you can have a more comprehensive understanding of Linux)
- 2020-11-20 11:21:29下载
- 积分:1
-
PQyuanchengxu
可用于电力系统中的潮流分析,此算法为P-Q分解法,可扩展为快速分解法(Can be used for power system load flow analysis, this algorithm for the PQ decomposition method can be extended to the rapid decomposition)
- 2008-05-19 22:23:40下载
- 积分:1
-
非等宽汉字点阵字库制作软件
非等宽汉字点阵字库制作软件-non-Chinese lattice-width font creation software.
- 2022-05-08 04:26:54下载
- 积分:1
-
calculation-of-floatingbridge-
计算不同荷载作用下浮桥桥节的吃水变化和倾角(the calculation of the draught and dip angle of floating bridge under differnt loads)
- 2014-06-30 21:53:34下载
- 积分:1
-
bpsk
说明: 这是个关于bpsk载波恢复的例子,我们用simulik来搭建的整个系统,非常有利于对调制解调和载波恢复的理解。(This is a carrier recovery on the bpsk example, we use simulik to build the entire system, very beneficial for modulation and demodulation and carrier recovery understanding.)
- 2021-02-22 22:39:41下载
- 积分:1
-
transport
网络报文转发, 任何网络包发往程序监听的报文,都会转发给目标地址(a program to transport packet)
- 2017-07-25 10:59:12下载
- 积分:1