搜索资源列表
QUEUE
- 这是一个关于循环队列的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
Pascaltriangle
- 通过基本数据结构——循环队列来打印杨辉三角,循环队列也有更广阔的应用空间-Through basic data structures- circular queue to print the Pascal triangle, circular queue has a broader application of space
cir_queu
- circular queue of c++ programming
cirque
- this the complete program of circular q-this is the complete program of circular queue
Queue
- Circular Buffer / Queue immplementation-Circular Buffer/Queue immplementation
2
- 首先建立循环队列的存储结构,为了区分男女队,需要设置两个循环队列,队列中元素的数据类型分别为字符型和整型,然后设计如下函数:ManQueue(Q)和WomanQueue(Q)(建立男人和女人队列)以及PeiDui(Q1,Q2)(舞伴配对),程序描述如下:-First, the establishment of circular queue storage structure, in order to distinguish between male and female teams, need
PROG14
- implements circular queue operations in C++.
xuhuanduilie
- 此程序的作用是对循环队列进行操作,主要是对循环队列进行入队和出队的操作-The role of this procedure is circular queue to operate, mainly on the circulation into the queue for the operation team and the team
duilie
- 数据结构中中有关堆栈和队列,循环队列的实现程序-Data structure in the stack and queue, circular queue implementation procedures
studentmatch
- 数据结构中用循环队列来解决学生跳舞搭配的问题-Circular queue data structure used to solve the problem with students dancing
gansidui
- 敢死队问题,数据结构的课程设计题目,用单循环链表,双循环链表,循环队列,数组四种方式实现,c++程序源码-Death squads problem, the data structure of course design topics, with a round robin list, double circular linked list, circular queue, four ways to achieve the array, c++ program source code
circular_deque
- 找到一个作者的关于环形队列的源码,分享一下 boost 已经有了一个这样 的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数 据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不 太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与 circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它 的速度要快一些-To find
xsxxgl
- (1)要模拟动态地显示出现题目中所要求的循环,我们要先建立两个循环队列。 (2)将数据分别存入这两个队列。以实现他们的循环配对输出,这是循环队列固有的特性。 (3)利用循环队列的特性,分别进行入队列和出队列操作,且实现搭配输出。 (4)循环队列的长度分别设为数据的个数即可。 -(1) to simulate the dynamic display required by the title appears cycle, we must first create two circu
linkedlist
- Here is the program for whole linked list implemented circular queue,double linked list,stack etc
Circular-queue
- 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
CSharpCircular-queue
- C#编写的循环队列,包括基本操作和运行程序-Basic operations written in C# circular queue
queue
- 在用户开发中断服务程序时,需要使用环形队列,本代码精炼,可以用于各种中断服务程序,如串口中断服务程序-In the development of the interrupt service routine when the user needs to use the circular queue, the code refining, can be used for various interrupt service routines, such as the serial interrupt
Circular-queue
- 对于数据结构中循环队列的功能实现,能更好的来理解数据结构的知识。-For the function of the circular queue data structure implementations, better able to understand the knowledge of the data structure.
queue
- 数据结构之循环队列的实现,及其相关基本操作-Implement circular queue data structures, and related basic operation
queue
- 创建一个空的循环队列,并实现入队、出队、返回队列的长度、返回队头元素、队列的遍历等基本算法。- Create an empty circular queue, and achieve into the team, the team, returns the length of the queue and returns the first element of the team, and other basic traversal algorithm queue.