搜索资源列表
duoxiangshi
- Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * est
dxsxj
- 有次序的两个多项式相加,用链表实现。 -a polynomial order of the two together, with Chain achieve.
c语言一元多项式相加
- 一元多项式相加 模块具体功能如下: 1.链表存储多项式的结构 2.实现两个多项式相加-one yuan polynomial function of the sum of specific modules, as follows : 1. Chain store the structure of two polynomials. Add to achieve two polynomials
test
- 一元多项式的链表实现 拥有term项类 链表节点类 链表类 以及多项式类 重载输入函数-One of the list of the polynomial has a term of realization of node-type chain-type chain-type, as well as polynomial-type input function overloading
dxsjisuan
- 建立一个表示多项式的链表,实现多项式的计算。通过文件输入输出-Polynomial to establish a list that, to achieve the calculation of polynomials. File input and output
Text3
- 数据结构的基本操作:链式存储结构实现一元多项式的所有基本操作,包括在多项式链表P中顺序插入结点e,插入后结点按指数从小到大排列等-The basic operation of data structures: Linked Storage Structure unary polynomial realization of all the basic operations, including the list in the polynomial P in the order of inserti
Sparse-polynomial-calculations
- 稀疏多项式计算,包括加减乘除,利用单向链表完成-Sparse polynomial calculations, including addition, subtraction, completion of the one-way linked list
Polynomia-Calculator
- 稀疏多项式计算器 通过链表的数据结构,实现:创建多项式、显示多项式、复制多项式、销毁多项式、清空多项式、多项式相加、多项式相减、多项式求值等功能。-Sparse polynomial calculator through the list data structure to achieve: Create polynomials, polynomial display, copy polynomials, polynomial destroyed, empty polynomials, po
files
- 在vc6++编译环境使用链表实现多项式的相加,链表的合并-Use the list to achieve polynomial sum, the list of merger
