-
雅可比迭代算法
* 对解决 Ax = b 鉴于初始逼近 x(0)。
*
* 输入: 数目方程和未知数 n;条目
* A(I,J),1 < = I J < = n 的矩阵 A ;条目
* B ㈠,1 < = I < = n 的非均匀期限 b ;的
* 条目 XO(I),1 < = I < = n 的 x(0) ;容忍 TOL ;
* 最大 N.迭代次数
*
* 输出: X(1),...,X(n) 的近似解决方案或一条消息
*,迭代的次数超过了。
*/
- 2022-01-28 16:55:49下载
- 积分:1
-
求矩阵的最大特征值
求矩阵的最大特征值-matrix for the largest eigenvalue
- 2022-01-21 21:13:50下载
- 积分:1
-
图像镜像
c++实现基础的图像处理,适合各种图片的镜像处理,有详细的注释,并提供测试图片,运行良好,适合c++学习者
- 2022-07-08 10:06:03下载
- 积分:1
-
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理...
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each of the first N sub-samples to conduct a tone detection. In the use of FFT algorithms, we would like to be processed into a block of samples, but this does not mean that must block processing the data. Digital processing time is very short, so if an interrupt for each sample are present, then the digital processing is fully able to interrupt service routine (ISR) to complete. Or, if the system exists in sample buffer, you can continue to sample, and then batch.
- 2022-05-27 11:46:36下载
- 积分:1
-
砼非线性有限元源程序,用FORTRAN写的比较有参考价值
砼非线性有限元源程序,用FORTRAN写的比较有参考价值-Concrete non-linear finite element source code, using FORTRAN to write a comparison reference value
- 2022-03-21 10:19:07下载
- 积分:1
-
一种有效的包络线算法,可以实现很多情况下的振动信号的包络线生成。...
一种有效的包络线算法,可以实现很多情况下的振动信号的包络线生成。-an effective envelope algorithm can achieve many of the vibration signal envelope generation.
- 2022-03-01 08:05:05下载
- 积分:1
-
kalman滤波的白球跟踪
基于卡尔曼滤波的白球跟踪程序,白球为运动球,绿球为基于kalman滤波跟踪的球,红球为观测球,对kalman的理解有较好的帮助
- 2022-03-13 18:17:09下载
- 积分:1
-
用VB实现的蚁群算法,提供了多个经典的TSP路径
用VB实现的蚁群算法,提供了多个经典的TSP路径-VB realize using ant colony algorithm, providing a number of classic TSP path
- 2022-07-20 11:17:52下载
- 积分:1
-
一个很好的计算器程序
一个很好的计算器程序-a good calculator program
- 2022-03-09 20:49:04下载
- 积分:1
-
常用算法的c语言实现,包括一些经典的比如,最小二乘,插值与逼近等等!...
常用算法的c语言实现,包括一些经典的比如,最小二乘,插值与逼近等等!-Commonly used algorithm c language, including some classic example, least squares, interpolation and approximation, etc.!
- 2023-04-19 12:15:03下载
- 积分:1