搜索资源列表
多项式运算
- 多项式运算
多项式运算
- 一元稀疏多项式计算器。实现稀疏多项式的加法和减法。-one yuan sparse polynomial calculator. SPARSE polynomial subtraction and addition.
实现多项式的运算
- 实现多项式的运算
多项式运算
- 一元稀疏多项式计算器。实现稀疏多项式的加法和减法。-one yuan sparse polynomial calculator. SPARSE polynomial subtraction and addition.
一元稀疏多项式的计算
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structu
Polynominal
- 用C++实现的多项式运算。 程序已实现的功能有: (1)输入并建立多项式; (2)输出多项式; (3)多项式a和b相加,建立多项式a+b; (4)多项式a和b相减,建立多项式a-b; (5)计算多项式在x处的值; (6)求多项式a的导函数a’。-C realized polynomial operations. The procedure has been achieved functions : (a) i
Multiple
- 多元稀疏多项式相加减 乘 输入两个多项式,可以重载运算符实现稀疏多项式的相加 -Sparse Polynomial-phase multi-input addition and subtraction by two polynomials, you can overload operators to achieve the sum of Sparse Polynomial
jsq
- 数据结构C语言实现一元多项式运算-C language data structures to achieve a dollar polynomial computing
yydxs
- 本程序用C语言编写,完成一元多项式的代数运算,加减乘。-This procedure using C language, completing a polynomial algebraic computation, addition and subtraction by.
CCCC
- 多项式运算器,实现了多项式的加法,减法和乘法的运算.-Polynomial operations, and the realization of the polynomial addition, subtraction and multiplication operations.
vcStudyPolynomialOperations
- 是关于多项式运算的VC++程序 对于初学者有很大的参考意义-Polynomial operations on the VC++ program For beginners there is a great reference value
Polynomialoperations
- 多元多项式运算 主要用C++语言实现其功能-Mainly used for computing multivariate polynomials C++ language function
多项式运算
- 面向对象课程设计,多元多项式的运算,课程设计无压力(Object-oriented program design, multivariate polynomial arithmetic, curriculum design pressure)
多项式
- 符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, i
多项式基本运算
- 用于实现多项式的基本操作,包括加法减法乘法和微分。 实现读入文本文件及输出相应结果在输出的文本文件夹中。(The basic operations used to implement the polynomial, including addition subtraction multiplication and differentiation. Implement the read text file and output the
多项式运算
- 多项式运算: 本程序可以实现多项式四则运算,文件夹里含源cpp文件和exe可执行文件。 经过作者多次质量检测,程序运行质量合格,满足基本的设计要求。 本程序仍存在许多可以改进和优化之处,望您加以个性化的美化!感谢您!(Polynomial operation: Can achieve polynomial four operations, folder containing source cpp file and exe exe
duoxaingshi
- 界面输出,链表方式进行多项式加减乘运算,链表销毁等操作(Polynomial addition and subtraction operation)
一元稀疏多项式计算器
- 数据结构报告,进行加减运算,头插法插入,顺序排列(Data structure report, add and subtract operations)
多项式
- 多项式运算,可以进行大量的多项式运算,四则运算等(Polynomial arithmetic, can undertake a large number of polynomial arithmetic, arithmetic, etc)
一元多项式
- 实现一元多项式包括定积分、不定积分在内的各种运算(Realizing various operations of one-variable polynomial including definite integral and indefinite integral)