搜索资源列表
Polynomial
- 用JAVA写的多项式加法,用链表实现-written with Java polynomial addition, the use of chain to achieve
Polynomial(c)
- 一个多项式的程序, 特别适于练习使用链表的 C初学者!-a polynomial procedures, particularly suitable for practicing the use of Chain C beginners!
样条曲线的算法C++代码实现
- 样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过,Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the te
Polynomial.rar
- 多项式的加法和乘法,是用C++写的,又不好的地方还请多多指教,Polynomial addition and multiplication, is C++ Written without a good place also requested the exhibitions
Polynomial
- 使用链式存储实现一元多项式的以下运算: 实现多项式的加法、减法、求导。 -Used to achieve a dollar store chain polynomial of the following operations: the realization of polynomial addition, subtraction, derivation.
Polynomial
- 实现一个多项式类,它支持多项式加法、减法、乘法-The realization of a polynomial type, which supports the polynomial addition, subtraction, multiplication
Polynomial
- 径向基网络对Polynomial函数的逼近和拟合-Radial basis function networks Polynomial Approximation and fitting
polynomial
- 在VC6.0环境下,链表实现了多项式的基本操作:创建、销毁、两多项式的和(差、乘积)、求多项式的导数、求多项式的值等。文件中不仅包含源码 ,还包含一组测试结果。-At VC6.0 environment, the linked list implementation of the polynomial basic steps: create, destroy, the two polynomials and (bad, the product), and derivatives of polyn
polynomial
- 实现多项式的加法。输入系数与指数。自然形式输出。-Implementation of the additive polynomial. Input coefficient and index. Natural forms of output.
Polynomial
- 数据结构多项式求值的实现 数据结构多项式求值的实现-Polynomial data structure for the realization of the value of the data structure of the realization of polynomial evaluation
Polynomial
- This is Polynomial implementation in CSharp.
Polynomial
- This the polynomial function with Java, adding, subbtracing & -This the polynomial function with Java, adding, subbtracing & ...
polynomial
- 这是关于切比学夫多项式的资料,介绍了关于插值计算卫星的位置的具体内容。-This is on the Chebyshev polynomial Manabu information about the interpolation calculation of the satellite on the specific content of the location.
polynomial
- 这是用链表来实现多项式的加减乘除算法,大家可以看看。-This is linked to achieve the polynomial multiplication and division addition and subtraction algorithms, we can look at.
polynomial
- Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the exhaustive function POLYFITN
polynomial
- 在JAVA 实现了一元稀疏多项式的加减乘除运算以及求职预算-Implemented in JAVA dollar sparse polynomial multiplication and division addition and subtraction operations and job budget
polynomial
- Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent, e.g., the term 2x4 has the coefficient 2 and the exponent 4. Develop a complete class containing proper
polynomial
- 对滤波器耦合矩阵中的极点和零点位置进行编程,以求出表示零点极点的多项式-Coupling matrix of the filter pole and zero position programming has been calculated F (w) E (w) polynomial
POLYNOMIAL-CANCELLATION-CODING-OF-OFDM
- POLYNOMIAL CANCELLATION CODING OF OFDM TO REDUCE INTERCARRIER INTERFERENCE DUE TO DOPPLER SPREAD
polynomial
- 求解拉格朗日插值多项式、牛顿插值多项式、分段插值多项式,并能求出插值点的值。(The Lagrange interpolation polynomial, Newton interpolation polynomial and piecewise interpolation polynomial are solved, and the value of interpolation point can be calculated.)