CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - queue management

搜索资源列表

  1. power

    2下载:
  2. 电力载波抄表数据库设计,包括前置机,采集器,处理机,排队机,企业管理,发电机参数及负荷预测等部分-Power Line Meter Reading database design, including front-end, collector, processor, Queue, enterprise management, generator parameters and load forecasting, such as part of
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:350.48kb
    • 提供者:haibo
  1. car

    0下载:
  2. 使用栈和队列技术,模拟汽车站的管理系统,比较简单。-The use of stack and queue technology, Analog bus station management system, is relatively simple.
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-28
    • 文件大小:361.33kb
    • 提供者:
  1. tingchechang

    0下载:
  2. 停车场管理首先,实现栈和队列的基本操作,在此基础上,实现停车场管理。 停车场管理问题描述:设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门后,其它车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停
  3. 所属分类:Applications

    • 发布日期:2017-03-28
    • 文件大小:1.41kb
    • 提供者:小也
  1. managesystem

    0下载:
  2. 实现人员资料的管理方法,其中有教师类,学生类,在职员工类,采用队列的方法实现本管理系统,可以作为大家深入研究指针的用法和typedef的深入用法的研究-To achieve information management staff, including teachers students category, type of employees, using the method of queue management systems, in-depth study can be used as
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-25
    • 文件大小:21.3kb
    • 提供者:sam
  1. BOSCH_Meeting

    1下载:
  2. 实现BOSCH会议系统(硬件设备)话筒开关管理、申请发言、发言队列管理,以及议会式表决管理。主要应用在系统集成行业。本源代码是一个完整的实际应用案例。是研究BOSCH会议系统通信协议完美例程-BOSCH conference system implementation (hardware devices) microphone switch management application for a statement, queue management, and management of th
  3. 所属分类:Other systems

    • 发布日期:2015-09-24
    • 文件大小:4.5mb
    • 提供者:黑铁
  1. parking

    0下载:
  2. 这是一个简单的停车场管理系统 运用到了栈 和队列-This is a simple parking lot management system applied to the stack and queue
  3. 所属分类:transportation applications

    • 发布日期:2017-03-31
    • 文件大小:250.4kb
    • 提供者:yihuolei
  1. park

    0下载:
  2. 停车场管理系统 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-Parking Management System parking lot to stack simulation to simulate vehicle off the road on the queue, in accordance with the input from the terminal read sequences simulated data management.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-08
    • 文件大小:1.77kb
    • 提供者:jia
  1. Parking

    0下载:
  2. 停车场管理系统,熟练栈和队列的结构特征,实现和比较顺序和链式两种存储结构的特点-Parking management systems, skilled stack and queue structure, implementation, and compare sequence and structural features of two storage chain
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:王强
  1. manager

    0下载:
  2. 考虑一个这样的机房管理系统:假设我们对机器服务进行收费,如果每个用户为单位时间愿意支付的费用不同,则可以用支付费用作为优先级,优先级越高的越先得到服务,而如果两个用户优先级相同,则先到的先服务。 使用以上定义的优先队列来实现该系统。 系统提供一个菜单让管理员操作,管理员可以做如下操作: 增加用户入队列,每个用户有相应的优先级(愿意付费的等级) 用户出队列(为用户分配机器),出队列的用户需为优先级最高或到达最早的用户。-Consider such a room managem
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:范征弘
  1. Parkingmanagementsystem

    0下载:
  2. 设计一个停车场管理系统,模拟停车场的运作,通过此程序具备以下功能: 1、要求以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理; 2、要求处理的数据元素包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻; 3、该系统完成以下功能:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费); 4、要求栈以顺序结构实现,队列以链表实现。-Design
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-05
    • 文件大小:188.5kb
    • 提供者:于强
  1. ParkingManager

    0下载:
  2. 停车场管理系统,没有连接数据库。其中用栈作为停车场,队列作为车道。-Parking management systems, not connected database. As a parking lot with a stack of them, as the queue lane.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:282.85kb
    • 提供者:栗志广
  1. park

    0下载:
  2. 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-Practice using the stack and queue subject completed parking management, data structures, and to complete the election content
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:24.88kb
    • 提供者:陈小文
搜珍网 www.dssz.com