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

搜索资源列表

  1. 20090106

    0下载:
  2. 停车场管理系统,运用链表和队列的数据结构-Car park management system, the use of linked list and queue data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3411
    • 提供者:saraandlara
  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. process

    0下载:
  2. 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:8269
    • 提供者:苏苒
  1. tingche

    0下载:
  2. 1 问题描述 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短来交费。如果停留在便道上的车未进入停车场就要离去,
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2437
    • 提供者:王欣
  1. park23

    0下载:
  2. 以栈模拟停车场,以队列模拟场外的车道,按照从终端读入的输入数据序列进行模拟管理。内含需求分析 概要设计等 -In order to simulate the stack parking lot, in order to simulate the queue outside the lane, in accordance with the input from the terminal read sequences simulated data management. Summary of req
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:100891
    • 提供者:zhaoshuangxiang
  1. 11

    0下载:
  2. 进程控制用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件。或者利用鼠标或者键盘中断的基于图形接口方式的进程控制管理。 具体过程: 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1776
    • 提供者:yli
  1. park

    0下载:
  2. 用C++实现的简单小停车厂管理系统,对队列、栈进行了灵活的运用-C++ implementation with a simple small for Parking management system, queue, stack the use of flexible
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2741
    • 提供者:lpb
  1. WCF

    0下载:
  2. 本书涵盖了所有设计开发基于WCF的面向服务应用程序所需的知识与技能。通过本书,你可以看到如何利用WCF内建的特性,例如服务托管、实例管理、并发管理、事务、离线队列调用以及安全。-This book covers all the design and development of service-oriented WCF-based applications with the necessary knowledge and skills. Through this book, you can se
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:653361
    • 提供者:benson
  1. lunchuanguanli

    0下载:
  2. 一个轮船渡口管理的应用程序。采用队列数据结构。-A steamboat ferry management application. Queue data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:242151
    • 提供者:李涞
  1. car_park

    0下载:
  2. 停车场管理系统 使用栈和队列实现 车子可以离开停车场 并且在离开时计算所用的费用-The parking management system stack and queue to realize the cost of the car leaving the parking lot and leave used in the calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2703
    • 提供者:姜雪
  1. Huffman-tree-and-Parking-management

    0下载:
  2. 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:3443
    • 提供者:李密
  1. PACKMANAGEMENTSYS

    0下载:
  2. 一个模拟停车管理系统作业,利用栈和队列记录进入的车辆,离开的车辆,停留时间,收费情况等信息,内附作业报告,详细内容可参考报告-A simulated parking management system operation, the use of stack and queue record to enter the vehicle, the vehicle left the residence time, the charges and other information included jo
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:14742366
    • 提供者:俞希
  1. 44parkingmanage

    1下载:
  2. 数据结构课程设计-停车场管理系统,用栈实现的停车场,用队列实现的便道-Data structure curriculum design- parking management system, implemented with stack parking, sidewalk with a queue implementation
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:2137
    • 提供者:fu gang
  1. FIFO

    0下载:
  2. 进程的管理 1、设计一个进程PCB的数据结构 2、设计三种进程基本状态的队列 3、创建进程,并将其送入某状态队列 4、实现进程之间状态的转换,进程转换到不同队列-Management of a process, the process of designing a data structure 2 PCB design three kinds of basic state process queue 3, the creating process, and sends it to
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:1116
    • 提供者:史玉隆
  1. process-manage

    0下载:
  2. 设计一个程序实现进程的管理 1、设计一个进程PCB的数据结构 2、设计三种进程基本状态的队列 3、创建进程,并将其送入某状态队列 4、实现进程之间状态的转换,进程转换到不同队列-Design a program to achieve process management 1, the design data structure of a process of PCB 2, three processes could design the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:194955
    • 提供者:joey
  1. ParkCPro

    0下载:
  2. 大二时用C++写的一个停车场管理系统,运用了队列的知识,没有使用界面,只是控制台。-Sophomore in C++ to write a parking management system, using the knowledge of the queue, there is no user interface, just the console.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-01
    • 文件大小:14269199
    • 提供者:左镇纲
  1. 商品货架管理

    0下载:
  2. 商品货架管理:商品货架可以看成一个栈,栈顶商品的生产日期最近,上货时,需要倒货架,以保证生产日期较近的商品在较下的位置,用队列和栈最为周转,实现上述管理过程(Goods shelves can be seen as a stack, the stack of goods production date recently on the goods, need to pour the shelves, to ensure production date near goods in the lower
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:29696
    • 提供者:firshan珊
  1. 数据结构停车场管理系统实验报告 - 用于合并

    0下载:
  2. 停车场程序中栈与队列的相关操作的代码及实验报告分析(Related code of parking lot program)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:174080
    • 提供者:pyy3165
  1. 新建文件夹

    0下载:
  2. 串口队列操作,串口自动存储数据,如队出队管理(Serial port operation, serial port automatically store data, such as team management.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:8192
    • 提供者:风的孩子
  1. shiyan

    0下载:
  2. 设有一个可以停放 n 辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n 辆车,则后到达的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如果有某辆车要开走,在它之后进入停车场的车辆都必须先退出停车场为它让道,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交纳保管费用。如
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:12288
    • 提供者:张点
« 12 »
搜珍网 www.dssz.com