搜索资源列表
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
duoxianshideyunsuan
- 多项式的加法和乘法运算,是一个数据结构的课程设计,根据数据结构的算法,实现运算,一份完整的课程设计,包括运行结果-polynomial multiplication and addition, a data structure of the curriculum design, according to the data structure algorithms, Operational achieve, a comprehensive program designed to include t
duoxiangshidejiacheng
- 实现了多项式的加法和乘法,感觉还可以,希望对大家有帮助
多项式的加法和乘法
- 利用c语言描述,实现多项式的加法和乘法
Polynomial.rar
- 多项式的加法和乘法,是用C++写的,又不好的地方还请多多指教,Polynomial addition and multiplication, is C++ Written without a good place also requested the exhibitions
PolyArith
- 数据结构课程设计案例精编一书中,第五章多项式加法和乘法的源代码-Data Structure Course Design Case Short book, chapter V polynomial addition and multiplication of the source code
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.
Unarypolynomialadditionsubtractionmultiplicationim
- 实现一元多项式的加法、减法、乘法和除法。-Realize a polynomial of addition, subtraction, multiplication and division.
xishuduoxiangshi
- 输入一元多次稀疏多项式的系数和指数,计算系数多项式的加法,减法和乘法-Enter a dollar many times sparse polynomial coefficients and index, calculated coefficients of polynomial addition, subtraction and multiplication
Polynomial
- 一元多项式的加法、减法、乘法的实现,采用顺序和动态存储结构实现,输出结果的升幂和降幂两种排列情况-Unary polynomial addition, subtraction, multiplication implementation, using dynamic storage structures to achieve order and output the result of ascending and descending the arrangement of two
Devc
- 、一元多项式的加法、减法、乘法的实现 【问题描述】 设有一元多项式Am(x)和Bn(x),   Am(x)=A0+A1x1+A2x2+A3x3+… +Amxm   Bn(x)=B0+B1x1+B2x2+B3x3+… +Bnxn   请实现求M(x)= Am(x)+Bn(x)、M(x)= Am(x)-Bn(x)和M(x)= Am(x)×Bn(x)。 【基本要求】 首先判定多项式是否稀疏; 分别采用顺序和动态存储结构实现; 结果M(x)中
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 corresponding result in the o