搜索资源列表
clinklist1
- 把一个新的节点数据插入链表,使该节点在链表中位置是nPos; 从链表中删除第一个和 rNode相等的节点; 删除链表中第 nPos个节点 ,释放该节点的空间; 返回和rNode相等的节点; 将链表按节点从小到大排序; 清空整个链表; delete每一个节点返回指定位置的节点数据如 nPos不对,则返回NU-put a new data nodes inserted List so that the nodes are located Linklist nPos; List
zhigongguanli
- 建立一个结点包括职工的编号、年龄和性别的单向链表,分别定义函数完成以下功能: (4)删除指定编号的职工结点; (5)删除年龄在60岁以上的男性职工或55岁以上的女性职工结点,保存在另一个链表中。 主函数建立简单菜单选择,测试你的程序。-establish a node, including the number of employees, age and gender of the one-way linked list, defined function to complete t
zmknne
- 单链表的反转 运行此程序后,你可以输入若干个数字,每输入一个数字,系统在链表中开辟一个新的结点,并把新输入的数字插入到链表的表头。运行主函数时,首先调用CreateList_L(L,n)函数,建立一个链表,并输入数据,然后最后调用输出函数,显示建立链表后链表内的内容;再调用反转函数,把链表中的数字在此链表中反转,最后调用输出函数,显示反转后的链表内的内容,可以显示出调用反转函数后,链表内的数据都进行了反转。 -reversal run this program, you can import a
lenght
- 删除链表中的重复结点并其求长度,很简单的一个程序。-Linklist delete duplicate node and seek its length, a very simple procedure.
shuangxunhuanlianbiao
- 此为数据结构中 双循环链表的定义和实现。其中包括了我们使用双循环链表中的常见的一些函数的定义和实现,并且进行了验证,经过证明自己的思路是正确的,具有很好的参考价值-this data structure for the two-cycle Chain definition and implementation. These include the use of two-cycle we Linklist some of the common functions of the definition
CandyMachine
- 关于糖果机取糖的程序,使用LINKLIST类.C++基本应用.-of sugar candy machine for the procedure, the use of LINKLIST category. C basic application.
linklist
- 对链表的操作,建立链表类,实现代码的重用,提高编程的效率
1
- 线性表(顺序表 链表)的基本操作(插入 查找 删除 建立)-the basic operate of sqlis and linklist
linklist
- 数据结构(c语言版)顺序链表上机实习csharp代码-Data structure (c language version) list on the local practice
duoxiangshijiajian
- 按降序排列多项式 void add(linklist &,linklist &) //多项式相加 void sub(linklist &,linklist &) //多项式相减 void sum(linklist) //赋X的值计算结果 -By descending order polynomial void add (linklist &, linklist &) / / polynomials void sub (linklist
linklist
- 链表的功能,链表怎么写,链表怎么学习,链表的学习-Linked list of functions, linked lists, how to write, how to learn a linked list, the learning of the list
LinkList
- 2.4 线性表的应用举例 线性表的顺序存储结构 线性表的顺序存储结构是指用一组连续的存储单元依次存储线性表中的每个数据元素。-2.4 Application examples linear table storage structure in order linear form linear sequence table storage structure refers to a group of contiguous memory locations sequentially sto
linklist
- 使用C++类实现了链表的一系列工程,包括链表的建立,节点的增加和删除-Use C++ class implements a list of a series of projects, including the establishment of the list, add and delete nodes
linklist
- 该文件主要用于创建单链表,插入节点,删除节点,创建树-creat linklist ,tree
linklist
- 数据结构中,用C语言程序将已知的单链表顺序逆置-Data structure using C language program known single chain sequence Retrograde