搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
chain11111
- [转贴]简单链表的实现.txt我刚学C不久,看到链表这就写了这个.给刚学C的朋友们,希望大家共同进步,也希望高手们也看看提出缺点和不足. 谢谢!-[posted] simple Chain realized. Txt I just learning C shortly, Chain saw it was this. just learning to C friends, we hope that common progress, experts also hope to see also r
单链表
- 单链表c++算法实现-Algorithm
2.24
- 题目:A、B两个以单链表做存储结构的递增有序排列的链表合并为一个单链表做存储结构的递增有序链表C-topic : A, two B-List to do the incremental storage structure of the orderly Chain for a single merger Chain store done in an orderly structure of the increase List C
2.29
- A,B,C三个单链表做存储结构的递增有序链表现对A表做以下操作:删除既在B表又在C表中出现的元素-A, B, C 3-Chain store done in an orderly structure of the increased performance of the A chain table do the following : both delete Table B C in the table of elements
list
- 带头结点的单链表的visual c++,可以实现插入,删除,寻找等操作-Node to take the lead in a single list of visual c++, can insert, delete, search and other operations
qyuhe34
- c语言编写的很简单的一个课程小设计, 使用单链表存储一个图书馆的图书信息(C language to write very simple a small course design, used singly linked lists to store a library book information)
qwbmmjd
- c语言编写的很简单的一个课程小设计, 使用单链表存储一个图书馆的图书信息()
condorm
- c语言编写的很简单的一个课程小设计, 使用单链表存储一个图书馆的图书信息()