搜索资源列表
用C++描述的各种数据结构算法
- 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
数据结构及算法经典源程序集
- 数据结构经典算法源码,包括二叉数,队列,栈.应有尽有-data structure classical algorithm source code, including the number two forks, queue, stack. Everything
m_数据结构
- 数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
queue
- 一个数据结构的编程,练习了插入删除队列的操作
队列解决农夫过河问题
- 数据结构 数值算法与实现-队列解决农夫过河问题-numerical algorithm data structure and implementation-Queue solve farmers problems river
queue
- 数据结构第三章的题,是队列那一行的输入。-Data structure of the title of Chapter III is the queue line input.
Queue
- C数据结构 队列实现实例-C to achieve an instance of a queue data structure
DataStructure
- C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
Queue
- 数据结构队列,通过栈来实现的,内容简单 容易看明白 一学就会-Datastacture Queue
queue
- 数据结构--队列,实现出对、入队、取对等操作。-Data structure- the queue
queue
- 数据结构 队列 实现了以下功能: "---------------主菜单薄---------------"<<endl <<"* 1 初始化 *"<<endl <<"* 2 销毁 *"<<endl <<"* 3 清空 *"<<endl <<"* 4 判断空否 *"<<endl <<"* 5 队列长度 *"<<endl
Queue
- 数据结构 队列的简单操作 包括了队列初始化 入队(以随机数方式)操作,出队列操作,遍历输出 (不完全)-Data Structure. SqQueue
附录代码(笔记)
- 数据结构的附录代码展示,如循环队列,约瑟夫,链表(Data structure appendix code display, such as circular queue, Joseph, linked list)
环形队列
- 环形队列是在实际编程极为有用的数据结构,它有如下特点。它是一个首尾相连的FIFO的数据结构,采用数组的线性空间,数据组织简单。能很快知道队列是否满为空。能以很快速度的来存取数据。 因为有简单高效的原因,甚至在硬件都实现了环形队列.环形队列广泛用于网络数据收发,和不同程序间数据交换(比如内核与应用程序大量交换数据,从硬件接收大量数据)均使用了环形队列.(The ring queue is a very useful data structure in practical programming,
Queue
- 队列是一种特殊的线性表,特殊之处在于它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作,和栈一样,队列是一种操作受限制的线性表。进行插入操作的端称为队尾,进行删除操作的端称为队头。(The queue is a special linear list, and the special thing is that it only allows the deletion of the front end of the table (front), and the in
park
- 解决停车问题, fifo队列的构建,排队问题(Solve the problem of parking, construction of FIFO queue and queuing problem)
链队列
- 数据结构,使用c++实现的链队列,简单实现没有bug,啦啦啦(Data structure, the use of c++ to implement the chain queue, simple implementation without bug, cheerleading)
Queue
- C++实现了数据结构中的队列,可直接引用头文件使用(The implement of the queen(data structure))
DataStructure
- 数据结构的实验,包换栈,链表,队列,各种排序(Data structure experiments, packet replacement stack, linked list, queue, sorting.)
停车场
- 数据结构停车场代码,利用了链表,线性栈,链队列(Data structure car park code, the use of linked list, linear stack, chain queue)