搜索资源列表
QUEUE
- 这是一个关于循环队列的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
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
studentmatch
- 数据结构中用循环队列来解决学生跳舞搭配的问题-Circular queue data structure used to solve the problem with students dancing
stdafx
- 文件系统下的循环队列小程序,用于循环队列调试-File System applet under the circular queue, circular queue for debugging
Experimental-data-structure
- 数据结构的一些基本实验,包括多项式求和,后缀表达式求解,稀疏矩阵,循环队列的实现等,可以对刚开始学习数据结构的学生有很大的帮助-Some of the basic structure of the experimental data, including polynomial summation, postfix expression solving sparse matrix, the realization of the circular queue students just beginn
Static
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。-(1) initialization chain store stack, the stack, the stack operation. (2) stored in order to achieve the i
SeqQueue
- 数据结构循环队列的实现 在visual c++6.0运行-Circular queue data structure to achieve the visual c++6.0 run
Circular-queue
- 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked 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
Test-3
- 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。 -Fibonacci Fibonacci sequence of order 4 are: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+fi-2+fi-3+fi-4, k = 4 for the capa
ds7
- 循环队列的创建与操作 设循环队列中元素的数据类型为整型,编写函数实现以下操作: (1)循环队列的初始化 (2)循环队列的入栈 (3)循环队列的出栈 (4)取循环队列的栈顶元素 (5)循环队列的输出(从栈顶到栈底) -Circular queue creation and operation Set of elements in the circular queue data type integer, write a function to achieve th
Fibonacci
- 利用循环队列生成斐波那契数列的控制台程序!-Circular queue using a console program to generate Fibonacci number deed column!
circular_q
- Implementation of a Circular Queue in C
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.
