搜索资源列表
WinNTL-5_3_1
- 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary p
HORNER-ALGORITHM
- 本程序是一种求解多项式零点的算法:Horner 算法-This program is an algorithm for solving polynomial zeros: Horner Algorithm
Horner
- 霍纳算法应用,霍纳计算多项式C++源码,用于对多项式的计算。-Horner algorithm is applied, Horner calculate polynomial C++ source code, used for polynomial calculations.
interpol
- This little programs compares the stability and the complexity for the computation of the Lagrange interpolation of a given function for the following three methods: 1) Aitken-Neville-scheme 2) Divided differences and Horner-scheme 3) Baryc
calculation
- 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
pgm02_02
- 一个应用Horner法则加权计算一个数列的和。具体数值类型可一个根据需要调整。-sum of a series employing Horner s Rule
qingjiushao
- 秦九韶法,一种快速求复杂函数的极值的方法。秦九韶法,一种快速求复杂函数的极值的方法-Horner method, a quick find function of the extreme complexity of the method. Horner method, a quick find function of the extreme complexity of the method
work-numerical-recip
- gauss and horner numerical simulation
Newton
- Newton Interpolation Method Values yi of the interpolating polynomial at the points xi. Coordinates of the points of interpolation are stored in vectors x and y. Horner s method is used to evaluate a polynomial. Second output parameter a
Horner
- 基于Horner规则的多项式求解,主要思想递归-Horner Rule iter
computer90
- HORNER S,MULLER S,NEVILLE S ITERATED INTERPOLATION,NEWTON S INTERPOLATORY DIVIDED-DIFFERENCE FORMULA,HERMITE INTERPOLATION ALGORITHM,NATURAL CUBIC SPLINE ALGORITHM
horner-algo
- horner algorithm for matlab uses
11241184
- horner算法的C语言实现,这是关于数值分析方面的()
