-
常用算法的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-04-07 17:08:50下载
- 积分:1
-
LDL decomposition. Numerical Solution of matrix equation as the most basic matri...
LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
- 2022-02-15 12:27:17下载
- 积分:1
-
数据挖掘算法
C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进:
1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足;
2) 在树构造过程中进行剪枝;
3) 能够完成对连续属性的离散化处理;
4) 能够对不完整数据进行处理。
C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。
- 2023-05-13 18:00:02下载
- 积分:1
-
卡尔曼滤波,均匀圆周运动下的卡尔曼滤波预测
kalman滤波器,匀速圆周运动下的kalman滤波预测-kalman filter, uniform circular motion under the kalman filter prediction
- 2022-07-03 09:14:23下载
- 积分:1
-
ResizeImageMatrix
This program implements various interpolation techniques to resize 2D matrices or Image Matrices.
Methods of interpolation used are
1) Nearest Neighbour
2) Bilinear
3) Bicubic 2x2
4) Bicubic 4x4
5) Bicubic 6x6
6) Bicubic 8x8
- 2022-01-25 16:59:14下载
- 积分:1
-
伪谱法模拟二维弹性波
这是使用傅立叶伪谱法在二维弹性波模拟一个非常
- 2022-06-18 10:59:18下载
- 积分:1
-
用递归Costas环的恢复期。BPSK符号解调
Recovery phase with recursive Costas loop. Bpsk symbols to demodulate
- 2022-03-19 21:14:19下载
- 积分:1
-
层次分析法,用于综合决策。附有方法说明。程序是自己写的,已验证,可用...
层次分析法,用于综合决策。附有方法说明。程序是自己写的,已验证,可用-Analytic Hierarchy Process for integrated decision-making. With a description. Procedure is to write their own, and has been verified, can be used
- 2022-04-22 12:24:17下载
- 积分:1
-
一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。...
一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。-one yuan a solution to the equation multiple modules to support three or four equations. Not to return to the virtual root equation.
- 2022-05-20 07:54:43下载
- 积分:1
-
基于稀疏的人脸识别
基于稀疏的人脸识别,数据库为ORL,共40人,每人10幅图片,可以随机选择训练样本,剩下为测试样本。选择20次结果的平均值为最终结果。
- 2022-08-20 17:18:48下载
- 积分:1