搜索资源列表
danlianbiao
- 建立一个单链表,有输入输出、插入删除、释放、查找的功能-A single list, there are input and output, insert delete, release, find the function
include1
- 设单链表的数据为互不相等的整数,建立一个单 链表,并设计一个算法,找出单链表中元素值最大 的结点。-Song typeface set singly linked lists of data for each other is not equal to an integer, a single List, and designs an algorithm, find the single largest element values in the table Of the
1
- 将两个一元n次多项式相加,并输出相加后的新的一元n次多项式 (1) 从input.txt文件读入一元多项式的系数和指数,用尾插法建立一元多项式的链 表。 (2) 以输入系数0为结束标志。 (3) 并约定建立多项式链表时,总是按指数从小到大的顺序排列。 (4) 要求借鉴第一章课件中给出的编程思路,一元多项式链表采用带头结点的单链表 实现。-The two one yuan polynomial of degree n, and outputs the added new o
单链表的建立、插入、删除、查找
- 用C++,实现单链表的建立、插入、删除、查找功能(link's create insert delete search)