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

搜索资源列表

  1. mmc_analysis

    0下载:
  2. 单列多服务台排队系统需求分析 用户在系统主界面输入服务台数、顾客总数、仿真时间、等初始数据,经过后台系统处理相关数据并进行分析计算,得出顾客排队的最大队长、平均队长、系统中平均实体数、顾客平均等待时间、顾客最大等待时间、服务台的空期和忙期各占百分比以及每个顾客在系统中花费的时间等等。-Single multi-server queuing system requirements analysis the main user interface to enter in the system h
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:3159
    • 提供者:xuwentao
  1. MyHospital

    0下载:
  2. 此医院排队就诊系统设计是用c#基于.NET编程做的,具体功能如下: 1.输入病历号,点“排队”按钮,加入到排队队列中。 2.点“就诊”按钮,队列中最前面的病人就诊。 3.界面有自动显示队列排队情况、队列中总排队人数的对话框。 4.点“不再排队”按钮,不再允许输入病历号排队。 5.点“恢复排队”按钮,系统恢复正常。 6.点“退出”按钮,系统退出。-This hospital queuing treatment system design is to use c#-based
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:42586
    • 提供者:艾无止境
  1. bankorder

    0下载:
  2. 银行排队系统的VHDL程序实现,可以实现排队顾客自动取号,查看前面排队人数,银行服务柜台号等。-Bank queuing system VHDL program can be achieved automatically check its customers lined up to view the queue in front of the number of its banking services, such as counters.
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:1875
    • 提供者:divine
  1. mmc_system_report

    0下载:
  2. 单队列多服务台排队系统系统分析报告 1、系统的组成实体 实体:顾客、n个服务台、队列 2、系统组成实体的属性 顾客属性:到达时间、编号、 服务机构属性:编号、忙闲状态、服务项目的时长 队列属性:队列长 -Single-queue multi-server queuing system, system analysis 1, the system' s constituent entities of entities: customers, n a d
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:186479
    • 提供者:xuwentao
  1. flight-query--system

    0下载:
  2. 可以对航班进行预订、查询、退订、按余票查询、删除,运用链表队列等数据结构-Can make reservations for flights, query, unsubscribe, I vote according to query, delete, queue, linked list data structures such as the use of
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:378940
    • 提供者:祝子豪
  1. queue

    0下载:
  2. 银行排队系统建模的C++源代码,关于离散事件的建模-The bank line up system modeling
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:17562
    • 提供者:liujincun
  1. omnetUserManual

    0下载:
  2. OMNeT++中文手册协议模拟 OMNEST 是OMNeT++的一个商业版本,OMNeT++只在学术和非盈利性活动免费,在进行商业性 研究时需要从Global 公司获得OMNEST 许可证。-OMNeT++ Chinese manual agreement simulation • simulation queue network • simulation multiprocessor and other distributed hardware
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:1045658
    • 提供者:吴亚杰
  1. EPON-MAC-upstream

    0下载:
  2. 本文从提高系统的带宽利用率的角度出发,充分利用网络流量的自相似 特性,提出了一种能有效提高上行带宽利用率的动态分配算法-In this thesis, dynamic bandwidth allocation algorithm TGOGT where the two groups of ONU are granted in turn and allocation bandwidth according to the characteristic of network traffic
  3. 所属分类:Development Research

    • 发布日期:2017-05-07
    • 文件大小:1975098
    • 提供者:kite
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-11
    • 文件大小:437699
    • 提供者:孙萧萧
  1. Ticket-Sale-of-Airplane-System

    0下载:
  2. 一个飞机售票系统,用QT平台编译,GUI界面,很不错,用队列完成数据保存和操作。-An airplane ticket system, using QT platform compiler, GUI interface, very good, with complete data retention and queue operations.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1028395
    • 提供者:梁兴
  1. Heaps

    0下载:
  2. Many applications require that we process records with keys in order, but not necessarily in full sorted order. Often we collect a set of items and process the one with the current minimum value. e.g. jobs sent to a printer, Operating system j
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:611592
    • 提供者:ashlafir
  1. Load-Balancing

    0下载:
  2. WEB服务器集群系统中负载平衡的设计与实现 -With the increase of users and dense tasks in Internet and Intranet, the transacting capability of the single Web server is limited, which has already become the new bottleneck of network visiting. If the Web server clust
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:51753
    • 提供者:song
  1. OSALSystem-Framework-a

    0下载:
  2. 对osal系统的整体框架进行解释分析,任务管理,内存,事件管理,消息列队都有解释,-Osal overall framework to explain the system analysis, task management, memory, event management, message queue has explained,
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:181373
    • 提供者:xu
  1. AQS

    0下载:
  2. Simple Government Queue System so important if we have to make some clients wait in clerks queue .
  3. 所属分类:Software Testing

    • 发布日期:2017-05-04
    • 文件大小:4222
    • 提供者:AhmedHacker
  1. MM1_Tutorial1

    0下载:
  2. MM1_Tutorial Objective This laboratory is important for understanding OPNET system and user interface. The lab contains a step-by-step example that shows how to use OPNET to construct an M/M/1 queue design and analysis. Overview The task i
  3. 所属分类:文章/文档

    • 发布日期:2018-01-01
    • 文件大小:234496
    • 提供者:北城以北
搜珍网 www.dssz.com