CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - circular queue

搜索资源列表

  1. QUEUE

    0下载:
  2. 这是一个关于循环队列的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:566byte
    • 提供者:胡欢
  1. cirque

    0下载:
  2. this the complete program of circular q-this is the complete program of circular queue
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:35.01kb
    • 提供者:san_shinee
  1. Queue

    0下载:
  2. Circular Buffer / Queue immplementation-Circular Buffer/Queue immplementation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2.1kb
    • 提供者:Manoj M
  1. 2

    0下载:
  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
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:25.61kb
    • 提供者:peter
  1. PROG14

    0下载:
  2. implements circular queue operations in C++.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.06kb
    • 提供者:S.Iswariya
  1. xuhuanduilie

    0下载:
  2. 此程序的作用是对循环队列进行操作,主要是对循环队列进行入队和出队的操作-The role of this procedure is circular queue to operate, mainly on the circulation into the queue for the operation team and the team
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:782byte
    • 提供者:smith
  1. studentmatch

    0下载:
  2. 数据结构中用循环队列来解决学生跳舞搭配的问题-Circular queue data structure used to solve the problem with students dancing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:白凝落
  1. stdafx

    0下载:
  2. 文件系统下的循环队列小程序,用于循环队列调试-File System applet under the circular queue, circular queue for debugging
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2.05kb
    • 提供者:liuyong
  1. Experimental-data-structure

    0下载:
  2. 数据结构的一些基本实验,包括多项式求和,后缀表达式求解,稀疏矩阵,循环队列的实现等,可以对刚开始学习数据结构的学生有很大的帮助-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:192.97kb
    • 提供者:wangxiuyong
  1. Static

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。-(1) initialization chain store stack, the stack, the stack operation. (2) stored in order to achieve the i
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:6.55kb
    • 提供者:BidyBai
  1. SeqQueue

    0下载:
  2. 数据结构循环队列的实现 在visual c++6.0运行-Circular queue data structure to achieve the visual c++6.0 run
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:679.83kb
    • 提供者:小银
  1. Circular-queue

    0下载:
  2. 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2.3kb
    • 提供者:杨涛
  1. queue

    0下载:
  2. 在用户开发中断服务程序时,需要使用环形队列,本代码精炼,可以用于各种中断服务程序,如串口中断服务程序-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
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.5kb
    • 提供者:董永强
  1. Test-3

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:922byte
    • 提供者:崔雪莹
  1. ds7

    0下载:
  2. 循环队列的创建与操作 设循环队列中元素的数据类型为整型,编写函数实现以下操作: (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
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:827byte
    • 提供者:颜瑞廷
  1. Fibonacci

    0下载:
  2. 利用循环队列生成斐波那契数列的控制台程序!-Circular queue using a console program to generate Fibonacci number deed column!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:239.52kb
    • 提供者:clarklee
  1. circular_q

    0下载:
  2. Implementation of a Circular Queue in C
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:764byte
    • 提供者:mad breed
  1. Circular-queue

    0下载:
  2. 对于数据结构中循环队列的功能实现,能更好的来理解数据结构的知识。-For the function of the circular queue data structure implementations, better able to understand the knowledge of the data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:805byte
    • 提供者:zoubin
  1. queue

    0下载:
  2. 数据结构之循环队列的实现,及其相关基本操作-Implement circular queue data structures, and related basic operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:999byte
    • 提供者:肖邦
  1. queue

    0下载:
  2. 创建一个空的循环队列,并实现入队、出队、返回队列的长度、返回队头元素、队列的遍历等基本算法。- 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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:11.3kb
    • 提供者:叶创基
« 12 »
搜珍网 www.dssz.com