-
差分进化算法
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
-
DES算法加密
简单DES加密算法C语言代码实现,可以简单的实现但有点问题哪里错了不知道请大家帮忙看看,自己写的可能不太完整,水平有限请多多包涵。
- 2023-08-08 00:50:03下载
- 积分:1
-
卷积和逆卷积的快速算法
卷积和逆卷积的快速算法-the quick algorithm of convolution and reconvolution
- 2023-06-04 00:35:03下载
- 积分:1
-
tacticians were Newton and the Golden Section of a search algorithm C realized,...
运筹学中牛顿法和黄金分割法一位搜索的算法C++实现,我大二时自己写的作业程序。-tacticians were Newton and the Golden Section of a search algorithm C realized, I write his sophomore year at the operating procedures.
- 2022-01-31 19:41:40下载
- 积分:1
-
可逆嵌入式零树小波编码代码,主要是小波变换时使用的可逆变换。...
可逆嵌入式零树小波编码代码,主要是小波变换时使用的可逆变换。-reversible EZW coding code, wavelet transform is mainly used for the reversible transformation.
- 2023-03-12 23:20:03下载
- 积分:1
-
一个简单好用的B+树算法实现
一个简单好用的B+树算法实现- A simple easy to use B tree algorithm realizes
- 2022-04-30 07:22:42下载
- 积分:1
-
卡尔曼滤波是一种递推估计,估计的随机状态。
A Kalman filter is a stochastic , recursive estimator , which estimates the state of a system based on the knowledge of the system input, the measurement of the system output, and a model of the relation between input and output.
- 2023-04-16 16:00:03下载
- 积分:1
-
乌纽什可爱休克五夜
应用背景不要nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdo关键技术不要nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdon不nowdo
- 2022-04-18 18:05:30下载
- 积分:1
-
largreance插值 迭代法 迭代改善法
largreance插值 迭代法 迭代改善法-largreance interpolation Iterative Improvement Act
- 2022-09-26 12:55:02下载
- 积分:1
-
poj2528 的代码
poj2528 代码。关于北大acm的题解,关于线段树的算法。这是一道经典的线段树的题目,另外加上离散化的方法。由于题目中最大10000000,直接线段树无疑会大大超出内存限制,所以要对其离散化,基本做法是:先对所以端点坐标进行排序,用相应序号代替端点坐标构造线段树进行计算。
- 2022-08-24 02:30:43下载
- 积分:1