搜索资源列表
the-single-linked-list
- 实现单链表的创建,单链表内元素的插入、查找和删除。-The creation of a single list, the insertion of elements in a single linked list, find and delete.
singly-linked-list
- singly linked-list with circular buffer
35127
- Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting a
Link_list
- 用链表实现多项式的加法与乘法,链表是采用数据结构里面的单链表-polynomial with the addition and multiplication, linked list data structure is used inside the single-linked list
linkl
- LINKED LIST OF JAVA, use abstrct classes, hope some data structure can been learn better-LINKED LIST OF JAVA, use abstrct classes, hope some data structure can learn been better!
Cstep
- C语言进阶,包含以下的内容:C语言进阶-第一讲概述.pdf\C语言进阶-第二讲C语言复习.pdf\C语言进阶-第三讲编译汇编调试.pdf\C语言进阶-第四讲存储器与指针.pdf\C语言进阶-第五讲 数据结构与链表.pdf\C语言进阶-第六讲中断与驱动.pdf\C语言进阶-第七讲编码风格.pdf\C语言进阶-第八讲编写安全无错的代码.pdf\C语言进阶-lmalloc 第四讲代码.rar\C语言进阶-ASIX Win link list
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份-I have written a two-way linked list of C language procedures realize, has a detailed list manipulation functions, language learning can be used as a referenc
Bigint
- 利用双向链表实现对两大整数的相加运算。 可以修改数组长度实现更大整数的相加-Realize the use of two-way linked list of integers the sum of the two operations. Can modify the array length to achieve a greater sum of integers
Student
- 一个简单的学生信息数据库小程序,采用链表方法-A simple student information database of small procedures, the use of linked list method
homework2_2
- 用链表(单向链表或双向链表)实现 多项式之间的运算包括:多项式之间的加、减、乘、除*法等 -Use linked lists (one-way or two-way linked list) between the computing polynomial realize include: polynomial between the add, subtract, multiply, divide, etc.* Act
CommonQueue
- 一个用pthread和双向链表实现的队列模板-A two-way linked list with pthread and realize the queue template
data_structure
- 数据结构的介绍,ppt文件;分为链表,alv树,队列,堆等几章节-Introduction of data structures, ppt file divided into linked lists, alv tree, queue, stack, such as several chapters
longint
- 用双向链表实现大整数相加,学习数据结构是做的实验-Realize two-way linked list with the sum of large integers, learning data structures is to do experiments
bak
- 数据结构中链表算法的PPT,包括伪代码和基本原理,内容很详细-Data structure linked list algorithm PPT, including pseudo-code and the basic principles of the content in detail
double-linked-list
- double link list sample
datastruct_flash
- 数据结构算法的flash动画演示,形象生动地说明了链表、栈、队列等操作的流程。-Data Structure Algorithm Animation flash, image vividly illustrates linked list, stack, queue operations, such as flow.
hy240a_assign1.tar
- This a safe double linked list data structure in order to store data on void* pointer for data segment.-This is a safe double linked list data structure in order to store data on void* pointer for data segment.
07 - Linked Lists
- As we saw in the previous unit, one way to implement the list ADT was with an array. An alternate approach is what's called a linked list, a.k.a. a pointer-based list
linked-list
- c++自己实现的链表功能,以及附带的测试程序!!(C++'s own linked list function, and the incidental test program!)
Linked List
- Linked list source in C++ (Data structures)