-
最大公约数的三种算法
该程序代码对应《算法设计与分析基础---第2版》中最开始的求取最大公约数的三种算法,第一种欧几里得算法,第二种是连续整数检测方法,第三种方法是分解质因数的方法,代码简单易懂,适于参考学习。
- 2022-01-25 16:50:33下载
- 积分:1
-
用数值积分算法实现C++语言的程序
此程序为C与语言编写的数值积分算法-procedure for the C language with the numerical integration algorithm
- 2022-05-25 12:34:11下载
- 积分:1
-
温度场计算程序c++有限元计算大坝
温度场计算程序c++有限元计算大坝-temperature field calculation procedures c FEM Dam
- 2022-03-12 10:59:38下载
- 积分:1
-
部分PKU上的源码,希望对大家有所帮助。其中包括所有提交代码,里面均有提示...
部分PKU上的源码,希望对大家有所帮助。其中包括所有提交代码,里面均有提示-PKU part on the source, and they hope to help everyone. Including all submitted code, which has prompted
- 2022-03-24 17:42:37下载
- 积分:1
-
Kruskal 算法
懂得此源代码演示Kruskal 生成树算法
- 2023-08-13 07:00:03下载
- 积分:1
-
The importance of direct methods discussed in the previous work is unquestionabl...
The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
- 2023-03-25 05:50:04下载
- 积分:1
-
Mahout在大数据的应用
该资料包括大数据内应用的的所有算,支持单机、伪分布、全分布等环境运行,主要应用推荐产品、分类产品。
- 2022-04-22 03:47:25下载
- 积分:1
-
图像畸变矫正
本算法,实现的是图像的畸变矫正,主要针对摄像头产生的各种畸变,通过调节参数,实现矫正。算法采用C++和OpenCv实现。
- 2023-07-28 05:35:10下载
- 积分:1
-
Multi
多维傅里叶变换,二维DFT快速算法,共分五部--二:二维复序列行列算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 2: two-dimensional complex sequence algorithm ranks
- 2022-02-12 21:00:33下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1