-
赋权边覆盖问题——采用禁忌搜索算法的C++实现
本文详细讨论了禁忌搜索算法求解赋权边覆盖问题的定义、原理及求解思路,在文末给出了实验结果及完整的C++实现代码。
- 2022-07-17 14:42:20下载
- 积分:1
-
最小二乘法
综合了最优化中最小二乘问题的基本经典解法,用C++分别实现了拟牛顿、高斯牛顿、LM三种非线性问题的最小二乘解法,以及基于SVD分解的线性问题的最小二乘解法。
- 2023-04-14 20:10:04下载
- 积分:1
-
考试系统
考试系统,选择题。用Java实现的多层BP神经网络,用于颜色和字符识别javaForManyLayerBp.z - 用Java实现的多层BP神经网络,用于颜色和字符识别-using Java multi-storey BP neural network, for the color and character recognition标签:Java, AI-NN-PR 评论:0条 添加评论基于web的动物识别系统,开发环境为Eclipse+Tomcat+MySQL。animal.rar - 基于web的动物识别系统,开发环境为Eclipse+Tomcat+MySQL。-Web-based animal identification system development environment for Eclipse+ Tomcat+ MySQL
- 2022-02-25 23:04:48下载
- 积分:1
-
一个经典的十字链表实现
一个经典的十字链表实现-a classic Orthogonal List
- 2023-04-16 17:10:04下载
- 积分:1
-
2008年ACM 全球竞赛原题目,有兴趣的可以
2008年ACM 全球竞赛原题目,有兴趣的可以-ACM Global competition in 2008 the original topic of interest can be
- 2023-06-19 02:30:03下载
- 积分:1
-
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是分形演化的DLA模型。希望对大家有用。...
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是分形演化的DLA模型。希望对大家有用。-Fractal geometry in the inside, a very important part of the content is the evolutionary algorithm fractal. The module is provided by the DLA fractal model of evolution. Hope useful for everyone.
- 2022-06-17 16:58:52下载
- 积分:1
-
使用opencv卡尔曼滤波器跟踪鼠标的位置
卡尔曼滤波有助于预测
- 2022-03-29 17:08:35下载
- 积分: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-02-22 07:35:43下载
- 积分:1
-
C++常用算法,给计算方法中各种基本应用提供参考
C++常用算法,给计算方法中各种基本应用提供参考-C common algorithms for calculation method to provide the basic reference
- 2022-01-22 09:18:15下载
- 积分:1
-
MATLAB functions: LLL.m, Brun.m, Seysen.m. These functions implement different lattice reduction al
The supplementary material consists of three MATLAB functions:
LLL.m
Seysen.m
Brun.m
These functions implement different lattice reduction algorithms in MATLAB.
The functions are well-documented, explaining their functionality as well
as how to run them. The software is provided for free and without warranty.
- 2023-07-10 23:10:03下载
- 积分:1