-
遗传算法
在人工智能计算机科学领域,遗传算法(GA)是一种启发式搜索,模仿自然选择的过程。此启发式(有时也被称为元启发式)常规地用于产生有用的解决方案,以优化和搜索问题。遗传算法属于较大的类进化算法(EA),其产生的解决方案,以优化利用技术,灵感来自自然进化,如继承,变异,选择和交叉的问题。
- 2022-04-09 17:18:42下载
- 积分:1
-
MD5加密算法
MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。MD5中有四个32位被称作链接变量(Chaining Variable)的整数参数,他们分别为:A=0x67452301,B=0xefcdab89,C=0x98badcfe,D=0x10325476。当设置好这四个链接变量后,就开始进入算法的四轮循环运算。循环的次数是信息中512位信息分组的数目。
- 2022-03-21 16:38:05下载
- 积分:1
-
积分
不定积分
输入x1,f(x1),x2,f(x2)...输出F(x1),F(x2)...
用二分法和sinx求π.sinx用泰勒展开逼近。-integral
- 2022-10-16 01:20:03下载
- 积分:1
-
对混沌神经网络进行预测,效果非常好,精度比较高
对混沌神经网络进行预测,效果非常好,精度比较高-forecasting of chaos
- 2022-03-04 19:39:44下载
- 积分:1
-
simpson algorithm with c language
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是西普生算法-simpson algorithm with c language
- 2022-05-23 00:39:17下载
- 积分:1
-
zigzag code
这是我用matlab编写的zigzag算法的示例源代码,对于使用dct函数后压缩图像文件或从图像中提取信息非常重要
- 2022-07-06 14:25:22下载
- 积分:1
-
文化基因算法伪代码
memetic是一种高效的文化进化计算方法,该范例以Rosenbroek函数为例进行了演示,你也可以加入其它函数进行测试。-memetic cultural evolution is an efficient method of calculating the sample to Rosenbroek function as an example of the presentation, you can also add other functions to be tested.非原创,仅限分享。
- 2022-10-13 04:35:03下载
- 积分:1
-
fft源程序,里面有一个fft的写好的类,大家一起分享一下吧
fft源程序,里面有一个fft的写好的类,大家一起分享一下吧-fft source code, which has a fft of written categories, share it with everyone
- 2022-02-06 19:47:54下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1
-
温度场计算程序c++有限元计算大坝
温度场计算程序c++有限元计算大坝-temperature field calculation procedures c FEM Dam
- 2022-03-12 10:59:38下载
- 积分:1