搜索资源列表
queue
- 队列,1、 掌握队列的顺序存储结构和“假溢出”的处理方法 2、 设计用标志位解决“假溢出”问题的顺序队列 -cohort, 1, the master queue storage structure and sequence "false spillover" of the two treatment methods. Design signs spaces, "false spillover" in the order queue
实现 stack或queue 的基本
- 实现 stack或queue 的基本 ; 用 stack来实现 queue或用queue来实现 stack。
Queue-c++
- 数据结构常用数据结构-队列,包含队列的常用操作和class类,基本的结构类型-data structure used data structure - queue, the queue contains commonly used operation and class category, the basic structure types
Queue
- 队列的代码实现,VC++开发平台,C语言描述的数据结构。-The queue code, VC++ development platform, the C language to describe the data structure.
queue
- 用C语言实现的队列的数据结构,很好的学习资料。-Using C language to achieve the queue data structure, a very good learning materials.
queue
- 这是严蔚敏数据结构(C版)中的队列这一章的部分源码-This is a data structure Yan Wei-min (C version) of the queue part of this chapter source
Queue
- 掌握循环队列的基本操作及在顺序存储结构上的实现。数据结构-Circular Queue grasp the basic operation and in order to achieve the storage structure. Data Structure
queue
- 提供队列数据结构的相关操作,用C语言实现,效率较高!-Queue data structure to provide the relevant operation, using C language, and more efficient!
queue
- 两个文件分别用链式表示、顺序表示实现了队列的基本操作。-Two documents were used to express the chain, the order said that the implementation of the basic operation queue.
queue
- 通过创建链表实现一个队列的数据结构。控制台接受输入输出。-Using linked list to build a queue.
Link-Queue
- 链式队列的存储结构以及功能实现,有QueueTraverse(),EnQueue(),DeQueue()等子函数。-Queue chain structure and function of the realization of storage, there are QueueTraverse (), EnQueue (), DeQueue () Function, etc..
queue
- 用数据结构中的队列实现解决迷宫问题的程序-Data structure used to achieve a settlement of the queue maze procedure
tcc
- 以栈模拟停车场,以队列模拟车场外的便道。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停车不收费)。栈以顺序存储结构实现,队列以链表结构实现。-Simulation of the car park to the stack to queue outside the road vehicle
queue
- This queue structure, especially, circular queue which includes clear-cut instructions. you can get the algorithm of queue structure more than other-This is queue structure, especially, circular queue which includes clear-cut instructions. you ca
Queue
- implementation of Q-implementation of Queue
QUEUE
- 建立空队列,随机个元素入队,再将随机个元素出队。分别打印出来。-Create an empty queue, random elements into the team, and then random elements out of teams. Were printed.
Queue
- queue implementation
Queue
- Its about the data structure Q-Its about the data structure Queue...
queue
- 数据结构实现:队列(环形数组、链式实现)的基类实现。-Data structure implementation: queue (circular array, chain to achieve) is the base class implementation.
Circular-queue
- 数据结构 循环队列 用C语言实现,在VC6.0下实现-Circular queue data structure using C language, to achieve in the VC6.0