资源列表
newton_new
- 牛顿法解多项式的根 输入:多项式系数c[],多项式度数n,求在[a,b]间的根 输出:根 要求保证[a,b]间有根-Newton method for polynomial root input : polynomial coefficients c [], polynomial degree n, for [a, b] the root output :-assurance [a, b] - between
color
- 对于给定的矩形区域和指定的颜色,计算rob拿起喷枪的最少次数.
modelclaasify
- 该算法,先对协方差矩阵进行休整,然后用信息论的方法得出信号的源数,这是进行空间普估计的基础
sijieadangmu
- 四阶阿当姆斯预测-校正公式-cpp.txt
555
- 高斯列主元消去法,求解其次线性方程组
chap2_2
- 大滞后PID大林控制算法MATLAB程序-lag Dalin PID control algorithm MATLAB
Henit
- 汉诺塔演示程序 可以显示运行时间 整体运行-Tower of Hanoi demo program can show the overall run-time operation
BresLine
- An implementation of Bressenhams line drawing algorithm in Turbo C/C++.
Courant
- 本程序使用了科朗分解来实现对矩阵的直接分解,进而求出AX=B形式的方程的解。程序附有说明和测试数据-Courant depart of Numerical Method
Runge-Kutta-numerical-integration
- 利用MATLAB进行龙格库塔数值积分求解微分方程-The use of MATLAB for solving differential equations Runge-Kutta numerical integration
CG
- 共轭梯度法的源代码,供大家使用,不喜勿喷。-Conjugate Gradient Method
Poisson-equation
- 二维泊松方程的定解问题:用5点菱形异步迭代格式求解泊松方程,h=5/4 ,误差s=1e-6 -Differential method for Poisson equation