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-03-31
    • 文件大小:566
    • 提供者:胡欢
  1. Pascaltriangle

    0下载:
  2. 通过基本数据结构——循环队列来打印杨辉三角,循环队列也有更广阔的应用空间-Through basic data structures- circular queue to print the Pascal triangle, circular queue has a broader application of space
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:234645
    • 提供者:宋光
  1. cir_queu

    0下载:
  2. circular queue of c++ programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:669
    • 提供者:adico
  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-25
    • 文件大小:35853
    • 提供者:san_shinee
  1. Queue

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

    • 发布日期:2017-03-25
    • 文件大小:2150
    • 提供者: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
    • 文件大小:26228
    • 提供者:peter
  1. PROG14

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

    • 发布日期:2017-04-08
    • 文件大小:1090
    • 提供者: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
    • 文件大小:782
    • 提供者:smith
  1. duilie

    0下载:
  2. 数据结构中中有关堆栈和队列,循环队列的实现程序-Data structure in the stack and queue, circular queue implementation procedures
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:2491
    • 提供者:收到回复
  1. studentmatch

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

    • 发布日期:2017-04-12
    • 文件大小:1687
    • 提供者:白凝落
  1. gansidui

    0下载:
  2. 敢死队问题,数据结构的课程设计题目,用单循环链表,双循环链表,循环队列,数组四种方式实现,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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2436
    • 提供者:wangqiaoyan
  1. circular_deque

    1下载:
  2. 找到一个作者的关于环形队列的源码,分享一下 boost 已经有了一个这样 的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数 据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不 太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与 circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它 的速度要快一些-To find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:85697
    • 提供者:半半
  1. xsxxgl

    0下载:
  2. (1)要模拟动态地显示出现题目中所要求的循环,我们要先建立两个循环队列。 (2)将数据分别存入这两个队列。以实现他们的循环配对输出,这是循环队列固有的特性。 (3)利用循环队列的特性,分别进行入队列和出队列操作,且实现搭配输出。 (4)循环队列的长度分别设为数据的个数即可。 -(1) to simulate the dynamic display required by the title appears cycle, we must first create two circu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1621
    • 提供者:李飞飞
  1. linkedlist

    0下载:
  2. Here is the program for whole linked list implemented circular queue,double linked list,stack etc
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4130
    • 提供者:mohamed raoof
  1. Circular-queue

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

    • 发布日期:2017-03-30
    • 文件大小:2352
    • 提供者:杨涛
  1. CSharpCircular-queue

    0下载:
  2. C#编写的循环队列,包括基本操作和运行程序-Basic operations written in C# circular queue
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:59075
    • 提供者:Shawn
  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
    • 文件大小:1535
    • 提供者:董永强
  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
    • 文件大小:805
    • 提供者:zoubin
  1. queue

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

    • 发布日期:2017-04-12
    • 文件大小:999
    • 提供者:肖邦
  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
    • 文件大小:11572
    • 提供者:叶创基
« 12 3 4 »
搜珍网 www.dssz.com