CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 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. vc(QUEUE).rar

    0下载:
  2. 封装完善的C++队列类,可用在串口通讯、网络通讯上等等,Complete package C++ queue class, can be used in serial communications, network communications, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:938
    • 提供者:heyong
  1. tree

    0下载:
  2. 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
  3. 所属分类:Other windows programs

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

    0下载:
  2. 数据结构第三章的题,是队列那一行的输入。-Data structure of the title of Chapter III is the queue line input.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:7139
    • 提供者:王华
  1. jin

    0下载:
  2. 要求程序输出每辆车到达后的停车位置(停车场或便道),以及某辆车离开停车场时应该交纳的费用和它在停车场内停留的时间。 汽车的模拟输入信息格式可以为:(到达/离开,汽车牌照号码,到达/离开的时间)。用栈和队列来模拟停车场和便道 -Request procedures after the arrival of output per vehicle parking spaces (parking lot or sidewalk), as well as a vehicle to leave
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1934
    • 提供者:吕璐
  1. queue

    0下载:
  2. 对给定的一个有一定次序任务,判定其是否可以如期完工-Fo find whether a task with its queue can be done
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:9558
    • 提供者:张三
  1. Swithcing.tar

    0下载:
  2. This a Switch simulation... with 4 types of switches... and also we have average simulation time over these 4 switches 1. No Queue 2. Input Queue 3. Input Queue with iterative 4. Output QUeue-This is a Switch simulation... with 4 types
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:24601
    • 提供者:Sarang
  1. Queue

    0下载:
  2. 队列管理封装类,包括mutex锁, 先进先出的功能-Queue management package categories, including mutex locks, the function of FIFO
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2253
    • 提供者:sander
  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. list-and-Queue-template

    0下载:
  2. 自己封装的队列和链表模板类,使用方便!使用VC++开发工具.-Package their own queue and linked list template class, easy to use! Using VC++ development tools.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:3069
    • 提供者:shiwolf
  1. Queue

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

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

    0下载:
  2. 队列容器:静态队列,队列容量确定,由于内部使用数组存储,使得队列访问更快。-Queue container: static Queue
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:654
    • 提供者:bupteinstein
  1. Queue

    0下载:
  2. 本程式模拟一Queue data structure-This code simulate teh queue data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:116075
    • 提供者:魏维毅
  1. Queue

    0下载:
  2. 数据结构Queue.h头文件,包含QInsert,QDelete and QFront-Queue.h data structure header files, including QInsert, QDelete and QFront
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:1127
    • 提供者:杨穆智
  1. queue

    0下载:
  2. Write tamplate class queue with standart operation of the queue.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:464811
    • 提供者:Sashenceto
  1. VC_Queue

    1下载:
  2. 这是用VC编写的一个“队列”的插入和删除程序,使用的是循环队列。-This is prepared by VC a " queue" of the insert and delete procedures, the use of the circle queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:275057
    • 提供者:Mr.Chen
  1. Queue

    0下载:
  2. 数据结构中队列的函数操作,用 C语言编程,对数据结构学习很有帮助-A function of the queue data structure in operation, with C language programming, data structure learning helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:980
    • 提供者:caoji
  1. libscl-1.0.2

    0下载:
  2. This a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced b
  3. 所属分类:Other systems

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

    0下载:
  2. MM1队列模型 有最大排队人数限制 超出报错(MM1 queue There is a maximum queue limit beyond the reporting error)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1743872
    • 提供者:顾南
  1. Queue

    0下载:
  2. Mac OS下的Xcode,用C语言实现队列功能。(Queue in C language by Xcode on Mac OS.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:BoBo1996
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com