-
用回溯方法写的01背包问题,有中文注释,很容易懂!
用回溯方法写的01背包问题,有中文注释,很容易懂!-Methods used to write back the 01 knapsack problem, a Chinese note, it is easy to understand!
- 2022-03-23 18:35:00下载
- 积分:1
-
解大规模线性方程组的预条件Gmres方法.系数矩阵可以非对称正定....
解大规模线性方程组的预条件Gmres方法.系数矩阵可以非对称正定.-Solution of large-scale linear equations of the preconditioned GMRES method. Coefficient matrix can be non-symmetric positive definite.
- 2022-05-15 20:02:59下载
- 积分:1
-
常用的各种进制转换,包括十六进和十进制互转,二进制、ascall的转换...
常用的各种进制转换,包括十六进和十进制互转,二进制、ascall的转换-A variety of commonly used M-ary conversion, including conversion hexadecimal and decimal, binary, ascall conversion
- 2022-07-06 23:31:36下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-10-31 12:55:03下载
- 积分:1
-
Multi-View Face Detection
多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,
- 2022-06-27 13:54:37下载
- 积分:1
-
树结构的保存和读取
树结构的保存和读取-Tree preservation and read
- 2022-06-18 20:20:12下载
- 积分:1
-
利用杜利特路分解求解线性方程组!
用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
- 2022-03-21 02:51:21下载
- 积分:1
-
多模式匹配
通信基础应用中的关键字过滤,多模式匹配算法整理。该算法为精确匹配,如匹配字段为用户的uri,对于用户数据中的uri内容,对其进行多模式匹配算法,可以很快找到该uri的特征(是什么类型的网站,网站名称,所属位置等)
- 2022-02-01 20:03:27下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1
-
GA——DSP
遗传算法通用包,用于解决 DSP问题,传入配送点数据文件位置,文件格式如:
3 4
1 2
4 7
5 3
1 12
13 2
22 21
即可输出结果。
- 2022-07-10 19:22:56下载
- 积分:1