搜索资源列表
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头
duoxianshideyunsuan
- 多项式的加法和乘法运算,是一个数据结构的课程设计,根据数据结构的算法,实现运算,一份完整的课程设计,包括运行结果-polynomial multiplication and addition, a data structure of the curriculum design, according to the data structure algorithms, Operational achieve, a comprehensive
duoxiangshidejiacheng
- 实现了多项式的加法和乘法,感觉还可以,希望对大家有帮助
多项式的加法和乘法
- 利用c语言描述,实现多项式的加法和乘法
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头
duoxianshideyunsuan
- 多项式的加法和乘法运算,是一个数据结构的课程设计,根据数据结构的算法,实现运算,一份完整的课程设计,包括运行结果-polynomial multiplication and addition, a data structure of the curriculum design, according to the data structure algorithms, Operational achieve, a comprehensive
0421
- 多项式的乘法和加法的实现,可以自动合并同类项-polynomial multiplication and addition of the realization, it will automatically merge similar items
duoxiangshidejiacheng
- 实现了多项式的加法和乘法,感觉还可以,希望对大家有帮助-Realize the polynomial addition and multiplication, the feeling can also be, in the hope that everyone has to help
PolyArith
- 数据结构课程设计案例精编一书中,第五章多项式加法和乘法的源代码-Data Structure Course Design Case Short book, chapter V polynomial addition and multiplication of the source code
Polynomial
- 多项式的加法和乘法,是用C++写的,又不好的地方还请多多指教-Polynomial addition and multiplication, is C++ Written without a good place also requested the exhibitions
CCCC
- 多项式运算器,实现了多项式的加法,减法和乘法的运算.-Polynomial operations, and the realization of the polynomial addition, subtraction and multiplication operations.
2009623rar
- 运用viusal c++使用队列实现多项式的加法和乘法-The use of viusal c++ using the queue to achieve polynomial addition and multiplication
c
- 判断并输入一元多项式。 2、能够进行两个一元多项式的加法、减法与乘法,并输出结果。 3、结果M(x)中无重复阶项和无零系数项。 4、引用参数交换函数。 -failed to translate
Polynominal
- 用多项链表完成多项式的加法和多项式的乘法。-Complete list with a number of polynomial addition and polynomial multiplication.
Polynomial
- 多项式的运算,只是简单的加法和乘法。减法可以通过加法修改就可以了,但是除法就有点难度对于本人刚学的来说-Polynomial operations
polynomial
- 实现多项式的加法和乘法 用的是指针 请读者指出错误 较为繁琐-multiply and plus
multiply
- 数据结构实验。利用单链表实现多项式的加法和乘法。-Data structure experiments. Polynomial addition and multiplication using a single linked list.
duoxiangshi
- 自己编写的用链表实现的多项式,包括多项式的加法和乘法运算-I have written a polynomial with a linked list implementation, including the addition and multiplication of polynomials
list_multy_operation
- 利用链表,完成稀疏多项式的加法和乘法运算,效率比数组更高-Use linked lists, complete sparse polynomial addition and multiplication, higher efficiency than the array
多项式基本运算
- 用于实现多项式的基本操作,包括加法减法乘法和微分。 实现读入文本文件及输出相应结果在输出的文本文件夹中。(The basic operations used to implement the polynomial, including addition subtraction multiplication and differentiation. Implement the read text file and output the