CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - QUEUE

搜索资源列表

  1. queue

    0下载:
  2. 组队列算法: 设置队列指针a和b,a和b都为0 建立n个数组记录元素的分组情况 初始化,i=0,表示当前有多少个队列已经有元素 读入1个命令 如果是删除命令,从第a个队列开始搜索,找到第1个元素出队 如果删除元素后队列变空,a++ 如果是结束命令,输出所有队列的元素,注意队列为空则不要输出 如果是插入命令,首先检查a到b中各个队列是否有同组元素 如果在第k个队列发现同组元素,则进入第k队列 如果无发现,则插入第b个队列,b++ -Group qu
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4994
    • 提供者:maizhao
  1. stack-to-queue

    0下载:
  2. 用二个顺序存储结构的栈,通过这二个栈的相关运算实现队列的以下功能。 Queue() //构造函数 bool empty() //返回队列是否已空 bool full() //返回队列是否已满 int serve() //出队列,成功返回0,否则返回-1 int append(const string &item) //item进队列,成功返回0,否则返回-1 int retrieve(string &item) const //将队列头的值赋给item,成功返
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1190
    • 提供者:一二三
  1. queue

    0下载:
  2. 队列的一系列操作源码,非常经典,非常实用,适合经常要用队列的同学。-Source queue a series of operations, very classic, very useful for the students often use the queue.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:621
    • 提供者:Lzhou
  1. yinghangpaidui

    0下载:
  2. 银行排队系统具有许多功能。 1、顾客到达:分为vip用户与普通用户排队; 2、顾客离开:将该顾客从队列中删除,并让客户评价; 3、查看业务办理:查看每个业务窗口正给几号顾客办理业务; 4、查看排队情况 5、系统查询 6、退出-The bank line up system has many functions. 1, customers arrived: divided into VIP customers line up with ordinary user
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3263
    • 提供者:赵云
  1. Queue

    0下载:
  2. VS2008编写的链表队列程序,自己实现编写的,数据结构学习用-VS2008 queue list written procedures, to achieve their own writing, and learning to use data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:529966
    • 提供者:cmdeng
  1. queue

    0下载:
  2. 队列。学生信息系统,实现学生信息排队,插队,出队,查询等功能。-queue Data Structure
  3. 所属分类:Education soft system

    • 发布日期:2017-04-25
    • 文件大小:348100
    • 提供者:K
  1. queue

    0下载:
  2. 循环队列实行删除,插入功能等的程序代码-queue insert and delete function
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:888
    • 提供者:陈琳
  1. Stack-and-Queue

    0下载:
  2. 从栈与队列的逻辑结构与存储结构,以数据结构和算法结合的角度掌握这两种结构。-From the stack and queue logical structure and storage structure, data structures and algorithms with the perspective to grasp the two structures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1266123
    • 提供者:蔡庆芃
  1. Queue

    0下载:
  2. 一位在红帽工作的Geek编写的数据结构代码-队列-Code of Data Structure Writen by a Geek working in Red Hat-PartIV(Queue)
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2593
    • 提供者:liangerhu
  1. queue.c

    0下载:
  2. data structure-- implementing queue using c-data structure-- implementing queue using c...
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:693
    • 提供者:nisha
  1. queue-data-structure

    0下载:
  2. 用数据结构实现C++中的队列功能,如入队,出队等简单的基本常用功能-Use data structure realize the function of queue in c++
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1082
    • 提供者:syf
  1. queue

    0下载:
  2. This the queue implemented in C-This is the queue implemented in C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2301
    • 提供者:Dhivi
  1. list-and-queue-Classic-Source

    0下载:
  2. list and queue (Classic Source )
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:42487
    • 提供者:
  1. Queue-and-stack

    0下载:
  2. 这里写了创建队列,栈,链表的操作及源代码,初学者可以学习下哦-Written create a queue, stack, linked list operations and source code, beginners can learn!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:5020
    • 提供者:林浩
  1. labview-Queue

    0下载:
  2. labview队列操作程序,包含基于队列的数据采集和基于数据流的数据采集程序-labview queue
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:68169
    • 提供者:张海涛
  1. Queue

    0下载:
  2. 展示了队列的使用方法,对我们学习很有帮助- It show what to use the queue。It will help many people to learn queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:148638
    • 提供者:张青
  1. Queue

    0下载:
  2. 实现了队列的基本操作,由C++实现,作为模板使用。-Queue implement
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1205
    • 提供者:曹磊
  1. stack-and-queue-

    0下载:
  2. 数据结构 栈和队列及其应用 对栈进行一些操作-Data structures stack and queue and its application to carry out some operations on stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3666
    • 提供者:prince
  1. queue

    0下载:
  2. 用 LinkedList 建立queue data structure. -Use LinkedList to establish a queue.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3121
    • 提供者:qianwen chen
  1. QUEUE

    0下载:
  2. 用C++的类实现队列的创建,增加元素,删除等功能。-Create queue with C++ class to increase the element, delete, and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:281053
    • 提供者:dawnlee
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com