链表排序- The chain table arranges 下载
|
十字链表(数据结构作业)- Cross chain table (construction of data work) 下载
|
链表的基本操作,循环链表的一个应用实例,围桌问题的一个解决方法!-Chain basic operation, the recycling Chain an example, sat around the table in a solution! 下载
|
链表的基本操作包括: 1. 初如化表。 2. 检查表是否为空。 3. 输出表。 4. 确定表的长度。 5. 销毁表。 6. 检索第一个节点中的数据。 7. 检索最后一个节点中的数据。 8. 搜索表中指定的项。 9. 在表中插入一项。 10. 从表中删除一项。 11. 复制一个链表。 -Chain basic operation include : 1. As of early table. 2. Check whether the empty table. 3. Output Table. 4. Determine the length of table. 5. Table destruction. 6. A node retrieval of data. 7. Finally a node retrieval of data. 8. Search table designated items. 9. The insertion of a table. 10. From the table, delete one. 11. A copy List. 下载
|
在tc编译通过 顺序表的操作 链表的操作等-tc compiled by the order of the operating table Chain operation 下载
|
用于查看FAT表,查找扇区数,起始簇链,很好用的,多看看!! -to view FAT table, to find out the number of sectors, the initial cluster chain, the good, and see! ! 下载
|
单链表的反转 运行此程序后,你可以输入若干个数字,每输入一个数字,系统在链表中开辟一个新的结点,并把新输入的数字插入到链表的表头。运行主函数时,首先调用CreateList_L(L,n)函数,建立一个链表,并输入数据,然后最后调用输出函数,显示建立链表后链表内的内容;再调用反转函数,把链表中的数字在此链表中反转,最后调用输出函数,显示反转后的链表内的内容,可以显示出调用反转函数后,链表内的数据都进行了反转。 -reversal run this program, you can import a number of figures, one for each input figures, Linklist system in the opening of a new node, and the number of new Chain inserted into the table first. Running main function, the first call CreateList_L (L, n) function, the establishment of a linked list, and the input data, and then output the final call function, indicated after the establishment List List of contents; another called inversion function, Listless put the figures in this Linklist reversal, the final output function call, showing the flip List the contents, can show called inversion function, the Chain of data for the inversion. 下载
|
设表的Reverse运算将表中次序反转,实现单链表的Reverse,为公有成员-based questionnaire Reverse Operators will reverse the table order to achieve single-Chain Reverse. members of the public 下载
|
本代码实现了常用的数据结构类:安全数组,链表,双向循环链表,哈希表,二叉搜索树等。-the source implementation of a common data structure types : security arrays, linked lists, and two-way cycle chain and the hash table, two forks search trees. 下载
|
我收集的一些算法 稀疏矩阵、基于数组的线性表、模式匹配、线性链表等等-I collected some sparse matrix algorithm, based on the linear array table, pattern matching, etc. Linear Chain 下载
|