-
use genetic algorithm calculated the optimal design procedures
利用c++实现遗传算法的求出程序的优化设计-use genetic algorithm calculated the optimal design procedures
- 2022-03-30 04:35:48下载
- 积分:1
-
判断IP地址是否合法
全零(“0.0.0.0”)地址对应于当前主机。全“1”的IP地址(“255.255.255.255”)是当前子网的广播地址。 在IP地址3种主要类型里,各保留了3个区域作为私有地址,其地址范围如下: A类地址:10.0.0.0~10.255.255.255 B类地址:172.16.0.0~172.31.255.255 C类地址:192.168.0.0~192.168.255.255
- 2022-05-25 06:57:22下载
- 积分:1
-
穷举法程序
穷举法程序-算法分析,是用C写的好经典,马克思手稿…………有三个程序! -Exhaustive method process- algorithm analysis, is to use C to write a good classic, Marx manuscripts ... ... ... ... There are three procedures!
- 2023-06-25 11:05:03下载
- 积分:1
-
pagerank的mapreduce实现
MapReduce一开始是由Google提出的一种云计算的编程架构,用来并行处理海量数据 。本例提供一个简单的pagerank算法的MapReduce上的实现。
- 2022-11-01 14:30:03下载
- 积分:1
-
This program can determin very accurately the nature of the user input
This program can determin very accurately the nature of the user input
- 2022-08-10 03:45:07下载
- 积分:1
-
GEP(函数发现等)
基于遗传算法的基因编程表达式,在函数发现这方面具有较好的表现。用C#实现,在做参数优化的时候用上GEP会取得更好的效果。
不同于GA,不会出现过早收敛
- 2022-01-31 12:28:25下载
- 积分:1
-
基于VC的FFT算法
资源描述
Design
a program to implement the 1-D FFT algorithm.
Input:
a vector. Get the testing data in file ‘Project_2_test’.
Output:
a vector, which is the discrete Fourier transform of the input.
For
example:
Input:
3 8 10 12
Output:
33.0000+0.0000i -7.0000+4.0000i -7.0000+0.0000i -7.0000-4.0000i
Requirements:
- 2023-07-23 23:40:04下载
- 积分:1
-
this file need a traffic log in txt format, given the traffic log, it gets the i...
this file need a traffic log in txt format, given the traffic log, it gets the ip address source and destination to perform the IP-lookup following the Huang s algorithm, as result it returns another txt showing the right port and destination ip
- 2023-04-05 05:05:03下载
- 积分:1
-
Romberg algorithm example
龙贝格算法的例子-Romberg algorithm example
- 2022-03-20 20:03:19下载
- 积分:1
-
itk计算三维图片信噪比
利用itk医学处理包,计算三维图像的峰值信噪比。将图像分块计算不同部位的信噪比,计算的结果将采取文件输出在psnr.txt文件当中,查看结果十分方便。另外还提供了一些三维的实例图片,包括含噪声的和不含噪声的,方便验证算法的正确性。
- 2023-05-26 00:40:14下载
- 积分:1