-
小波变换所有常见例程,vc++下调试通过。适合科研人员和工程应用人员...
小波变换所有常见例程,vc++下调试通过。适合科研人员和工程应用人员-Wavelet transform of all common routines, vc++ Adopted under the debugger. Suitable for the application of scientific research personnel and engineering staff
- 2023-06-09 04:30:03下载
- 积分:1
-
前推流算法
push–relabel 算法是一个最有效的算法来计算最大流.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-05 07:51:03下载
- 积分:1
-
矩阵乘以向量
定义一个矩阵类CM和向量类
(1)、为它们各自重载*,=,==运算符;
(2)、为CM类重载CM*CV,CM*实数
(3)为CV类重载CV*CM,CV*实数
(4)在main函数中使用以上运算符。
- 2022-01-25 14:01:49下载
- 积分:1
-
用matlab写的huffman编码程序
1)输入下面几种符号,并调用概率计算函数prob计算其出现的概率,初始为四棵不同的小二叉树; a(10) b(20) c(30) d(40)2)在1中得到的树里找到概率值最小的两棵树,将他们分别作为左、右子树连成一棵大一点的二叉树,该二叉树的概率值为两棵树概率值之和。2的做法,直到所有的符号都连入树中。
- 2022-01-21 23:52:23下载
- 积分:1
-
龙格库塔求解导弹微分方程
利用四阶龙格库塔法求解导弹微分方程。龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 05:16:34下载
- 积分:1
-
A practical LMS, NLMS four MATLAB algorithm for adaptive filtering process, the...
一个可以实用的LMS,NLMS等四种自适应滤波的MATLAB算法程序,实际调试成功。-A practical LMS, NLMS four MATLAB algorithm for adaptive filtering process, the success of the actual debugging.
- 2023-08-08 14:45:03下载
- 积分:1
-
气象数据计算超等许,能够计算在风厂中气象数据的票性诡计
气象数据计算超等许,能够计算在风厂中气象数据的票性诡计-meteorological data superfine promised to calculate the wind plant meteorological data of the votes sexual tricks
- 2022-02-14 05:17:23下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1
-
数据结构dfs使用例子:找出输入阵列中的十字个数
资源描述本代码是数据结构dfs算法的一个例子,用C++编程,程序员输入由o和#组成的阵列,算法实现找出阵列中以#为单位的整体形成多少个十字型,相邻的#组成一个整体(上下左右为相邻,斜对角不算)。
- 2022-02-03 22:43:21下载
- 积分:1
-
主旨表遗传算法
主旨表遗传算法-keynote table GA
- 2022-03-22 20:32:59下载
- 积分:1