搜索资源列表
PolyMul
- 数据结构与算法作业(陈刚) 循环链表实现多项式乘法-Data Structures and Algorithms operations (Chen Gang) circular linked list to achieve polynomial multiplication
shujujiegoushixi
- 多项式的表示与相加 掌握多项式的链式存储结构及两个多项式的相加,并熟悉线性链表的插入运算。-Express the sum of polynomials with polynomial chain master storage structure and the sum of two polynomials, and are familiar with linear linked list insertion operator.
duoxiangshi1
- 多项式相乘 是关于链表的还算比较完善的-some numbers multiply use lian biao make up sdvs sdsvsdv sdvsdsdsdvsdvd sdfdsfsd sdfvsdfsd safsdf sdf sdfdsf sdfds
PolyAdd
- 给定两个多项式P(x)与Q(x),通过链表实现它们的加法。ACM程序设计练习题。-Given two polynomials P (x) and Q (x), through the realization of their additive list. ACM Programming Exercises.
Polynomial_of_the_sum_of_one_dollar
- 这是基于VC编写的数据结构类程序,为多项式的相加问题,中间通过链表来实现-This is based on the VC-type data structure to prepare procedures for the sum of polynomial problem, the middle through the list to achieve
11
- 用链表实现多项式的加减乘法,c源代码。 用类封装。-include Polynomialh
Linklist
- 用链表实现一元多项式的加法运算...有不足处,大家指点哦-Unary polynomial using linked list implementation of the addition operation ... there are deficiencies, we pointing oh ...
MultinomialOperation
- 多项式的加减乘除,有界面,有说明,应用链表实现。-Polynomial addition and subtraction multiplication and division, using chain with Delphi language.
duo
- 改程序可以实现多项式的相加,引用链表的功能实现上的-the function of this progress is to create the duoxiangshi
Polynomialmultiplication
- 多项式相乘,多项式相乘算法,使用用结构体链表储存信息-Polynomial multiplication, polynomial multiplication algorithm, using the stored information with a linked list structure
TextII
- 创造一个链表,存储多项式,并且实现加减,并输出结果-To create a linked list, memory polynomials, and realize addition and subtraction, and the output
Polynomial
- 用C编写的一元稀疏多项式计算器,使用链表作为数据结构,是学习链表的不错案例-Written with the C dollar sparse polynomial calculator, use the list as a data structure is a good case study and list of
list1
- 链表实现多项式相加减,适合新人看。欢迎!~-Linked list to implement polynomial addition and subtraction, for the new look. Welcome! ~
duoxiangshi
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出: 以指数递
polynomials
- 计算两个多项式的加法,减法以及乘法,多项式的通过链表存储。-Calculation of two polynomials of addition, subtraction, and multiplication, and polynomial linked list storage.
yiyuanduoxiangshixiangcheng
- 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。-要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE* h1, NODE* h2, NODE* h3 )。
polynomial-arithmetic
- 这个程序利用从文件读取数据(每组系数和指数以实数对形式括在一起输入,以逗号隔开,以#结束输入),建立多项式链表,进行多项式计算(加减乘以及微分),最后将多项式输出至文件中保存。-Use this procedure to read data from a file (each coefficient and index to the real number of the form, including input together, separated by a comma, followed
多项式的相加
- 数据结构中链表应用:多项式相加 //L1: 5x200+3x100+2 //L2: 4x150-3x100+1(Data structure in the list of applications: polynomial addition //L1: 5x200+3x100+2 //L2: 4x150-3x100+1)
duoxaingshi
- 界面输出,链表方式进行多项式加减乘运算,链表销毁等操作(Polynomial addition and subtraction operation)
源
- C语言编程实现5次方以内多项式计算,运用链表,节点指针。(C programming to realize polynomial calculation within 5 times)
