CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Queue

搜索资源列表

  1. 魔王语言

    1下载:
  2. 这是一个运用堆栈和队列编写的程序,主要是对一种语言的解释-A program written for stack and queue, explained a specific language
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:36817
    • 提供者:丁一
  1. 栈和队列CQandS

    0下载:
  2. 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8901
    • 提供者:沈石林
  1. PQueue

    0下载:
  2. 清华殷人昆版数据结构c++版,优先队列的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure c version, all the priority queue algorithm debugging success.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9941
    • 提供者:李海涛
  1. Bank_Simulation

    0下载:
  2. 银行业务情况模拟(银行有四个柜台。客户随机地进入银行办理业务,每个人办理业务需要的时间也是随机确定。客户进入银行后选择队列最短的队列排队,如果队列都一样长,则随机选择一个队列排队。客户进入队列后,如果是队列第一个,则接受银行服务,直到服务完成,然后离开银行。-banking business of simulation (4 bank counters. Random access to customer bank business, Everyone transacting business
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:5431
    • 提供者:王凯
  1. BankSimulation

    0下载:
  2. 一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two windows, with two queue imple
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:221746
    • 提供者:chaser tang
  1. linkedqueue

    0下载:
  2. 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3689957
    • 提供者:吴广哲
  1. BinTreeExp

    0下载:
  2. 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:15983
    • 提供者:LCC
  1. HQueue

    0下载:
  2. 带头结点的队列模拟程序 在控制台环境下运行 适合于初学者-Take the lead node queue simulation program running in the console environment, suitable for beginners
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:5439
    • 提供者:张小凡
  1. shape

    0下载:
  2. 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:20207
    • 提供者:scorpioc
  1. a

    0下载:
  2. this an example of dynamic data structures in C - dynamic queue -this is an example of dynamic data structures in C - dynamic queue
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1061
    • 提供者:hh
  1. prio

    0下载:
  2.   优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进行. -Priority queue is 0 or mor
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1082167
    • 提供者:bob
  1. 76590221_83_hw4

    0下载:
  2. 一共3个源码,分别实现了有障碍的完全图的最小二叉树生成,以及一个用优先队列实现的优先级排序问题。详见内附文档。-A total of three source, respectively, are obstacles to achieving a complete map of the smallest binary tree generation, and a priority queue implemented with priority scheduling.
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:120487
    • 提供者:任毅
  1. BankSchedual

    0下载:
  2. 设计和实现一个银行排队机系统,该系统对银行当前能提供服务的窗口统一调度,使用MFC模拟调度及排队窗口。-Queue design and implementation of a banking system that can provide services to the bank window to the current unified control, scheduling and queuing simulation using the MFC window.
  3. 所属分类:Console

    • 发布日期:2017-06-21
    • 文件大小:35961000
    • 提供者:zhdxch
  1. TravelingSalesmanProblem

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法-Solve the traveling salesman problem of the priority queue-type branch and bound
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:2376
    • 提供者:CGQ
  1. CoadaPrior

    0下载:
  2. Priority Queue Implementation
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:8175
    • 提供者:Ghedeon
  1. LQueue

    0下载:
  2. 一个链式队列模板动态库,其他程序可直接调用。-A chain dynamic queue template library, other procedures can be called directly.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:857600
    • 提供者:ouy
  1. Josephus

    0下载:
  2. 实现约瑟夫环,输入总个数和开始报数序号以及间隔,输出一个出队队列-Josephus, enter the total number and start reporting the number of serial interval, the output of a team queue
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:251378
    • 提供者:meng
  1. Queue

    0下载:
  2. 队列的顺序定义,队列的调用算法等,队列的模板类及其实现-Defined in the order queue, queue calls algorithm, queue template class and its implementation
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:732
    • 提供者:张宏超
  1. stack-and-queue

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

    • 发布日期:2017-04-03
    • 文件大小:2195
    • 提供者:fei
  1. Queue-with-array

    0下载:
  2. 数 组 实 现 循环队 列 ,控制台程 序。-An array queue (cycling column) .....
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1038611
    • 提供者:黄浩
« 12 3 »
搜珍网 www.dssz.com