-
C++经典数值算法源码
包括多个经典的数值算法
C++经典数值算法源码
包括多个经典的数值算法-C++ Classical numerical algorithm source code, including a number of classical numerical algorithm
- 2022-03-09 14:59:29下载
- 积分:1
-
基于SVD的人脸识别,可以直接计算出识别正确率
基于SVD的人脸识别,可以直接计算出识别正确率-SVD-based face recognition, and can directly calculate the correct rate of recognition
- 2022-04-25 07:11:14下载
- 积分:1
-
关于一些算法中如何生成新成员的选择方法,粒子群算法,遗传算法等算法可以用。...
关于一些算法中如何生成新成员的选择方法,粒子群算法,遗传算法等算法可以用。-How about some algorithm to generate a new member of the selection method, particle swarm optimization, genetic algorithms and other algorithms can be used.
- 2023-03-07 06:40:03下载
- 积分:1
-
矩阵奇异值分解算法(C语言版)
矩阵奇异值分解算法的C语言实现,已附有测试矩阵,可以实现低维度的奇异值分解算法,输入NXN矩阵,输出奇异值矩阵、左酉矩阵和右酉矩阵。源码比较简单,适合刚接触矩阵算法的初学者。
- 2022-02-26 22:22:51下载
- 积分:1
-
粘弹性介质有限差分
这个程序描述了弹性波在粘弹性介质的传播过程,程序很详细,对于初学者有一定的帮助,对于那些有一定的基础,读这个程序也有很大的帮助,希望你们能充分去看他。这个程序描述了各个情况下的波的传播过程,输出了一些时刻的波场快照,并且输出了水平和垂直的地震记录,很有用的呀
- 2022-02-12 03:22:59下载
- 积分:1
-
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误...
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible with a straight line to the point of the expression of a number of trends, of course, a straight line through all the points is the best, but often there is a margin of error, Therefore, a straight line fitting the requirements of the smallest error. established for these points (x1, y1), (x2, y2 )....( xn, yn). fitting straight line y = kx+ b.
- 2022-08-05 10:47:25下载
- 积分:1
-
使用递归方法与非递归方法求解迷宫问题。
使用递归方法与非递归方法求解迷宫问题。内容涉及递归的消去、属于数据与算法课程。可以求解大型迷宫,输出迷宫路径
- 2022-02-26 09:25:27下载
- 积分:1
-
Through the C language programming to achieve numerical method of Jacobi iterati...
通过C语言编程实现数值计算方法中的雅可比迭代,输入各个方程组的系数和迭代次数可以得到方程的精确解和中间计算结果。另外方程组未知数的个数可以自行设定。-Through the C language programming to achieve numerical method of Jacobi iteration, enter all equations of the coefficients and number of iterations can be exact solutions of equations and intermediate results. Another unknown number of equations can be set.
- 2022-02-03 16:28:03下载
- 积分:1
-
爬山法搜索的程序实现
爬山法搜索的程序实现-mountaineering Act Search Program
- 2022-07-23 03:23:59下载
- 积分:1
-
最小二乘法C++程序
最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方
- 2022-08-23 06:06:01下载
- 积分:1