搜索资源列表
duoxiangshiplus
- 一个多项式相加的C程序,实现两个升幂排列的多项式的加法-Addition of a polynomial C procedures, or two power with a polynomial Adder
fei
- 实现一个一元多项式简单的加法计算器。 一元多项式简单的加法计算器的基本功能为: (1)输入并建立多项式; (2)输出多项式; (3)两个多项式相加,并建立输出多项式。 用带头结点的有序链表
Ployn_Calculator
- 用链表创建一元稀疏多项式,做加法和减法计算
1
- 多项式加法和乘法示例
superemule
- 数据结构 多项式的加法与乘法实现
duoxiangshi.h
- 按照屏幕的提示,我们可以从键盘输入指数和系数,两个多项式的输入结束是以两个连续的0为标志.本程序可以实现两个多项式的加法-accordance with the instructions on your screen, we can input from the keyboard and index coefficient, the importation of two polynomials is the end of two consecutive 0 mark. This program
Polynomial-arithmetic
- 用delphi实现多项式的加法,减法和乘法-To achieve polynomial addition, subtraction and multiplication with delphi
Poly
- 运用c语言来实现多项式的加法,减法,乘法与除法-C language polynomial addition, subtraction, multiplication and division
Poly
- 实现两个多项式之间的运算:加法和乘法(输入多项式系数)-Between two polynomials operations: addition and multiplication (input polynomial coefficients)
polyadd
- polyadd 代码 可以进行多项式的求值及求根的运算,主要进行多项式加法的运算-polyadd 代码
BinaryTree
- 基于二叉树实现一元多项式的加法、减法、乘法、除法,并实现算法的优化及对内存的最小使用,将结果存储在原多项式中-Based on a binary tree polynomial addition, subtraction, multiplication, division, and to achieve the optimization algorithm and minimal use of memory, and stores the result in the original polyn
ADDTION
- 多项式加法,可以去掉和为0的多项式,数据结构作业(Polynomial addition)