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

搜索资源列表

  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. paidui

    0下载:
  2. mm1排队模型的matlab源码,从c语言裸转过来的,主要解决排队论在matlab中的仿真问题-mm1 queue model matlab source code, from the c language naked in turn, mainly queuing theory to solve the simulation problem in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2032
    • 提供者:skyout
  1. form

    0下载:
  2. 多级反馈队列模拟进程调度C语言代码,多级反馈队列模拟进程调度C语言代码。-Multi-level feedback queue scheduling C language code modeling process, multi-level feedback queue scheduling simulation of the process of C language code.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1113
    • 提供者:
  1. queue

    0下载:
  2. 排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。-Simulation model of the queuing code, the customer arrival time and service time uniform distribution.
  3. 所属分类:Applications

    • 发布日期:2017-04-01
    • 文件大小:3785
    • 提供者:周朝
  1. MultilevelFeedbackQueue

    0下载:
  2. 操作系统实验、多级反馈队列、java swing-Operating System Experiment, multi-level feedback queue, java swing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:10942
    • 提供者:忘了
  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. queue

    0下载:
  2. 单服务台排队系统仿真 离散事件系统仿真 达时间间隔以及服务员为每个顾客服务的时间服从指数分布,-Single-server queuing system, discrete event system simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5428511
    • 提供者:llt
  1. simulation

    2下载:
  2. 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S
  3. 所属分类:Fax program

    • 发布日期:2015-09-04
    • 文件大小:112722
    • 提供者:张三
  1. os

    0下载:
  2. 实现模拟的进程调度:时间片轮转,高优先级,多级反馈队列-Analog of the process scheduling: time slice rotation, high-priority, multi-level feedback queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:577356
    • 提供者:wumai
  1. m-queue-simulation

    0下载:
  2. m queue simulation and methods
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:236216
    • 提供者:徐玲玲
  1. Queue

    0下载:
  2. 队列的代码实现,VC++开发平台,C语言描述的数据结构。-The queue code, VC++ development platform, the C language to describe the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:184767
    • 提供者:李海锋
  1. queue

    1下载:
  2. 购物商场中模拟排队的程序-Program which simulates shopping queues
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-30
    • 文件大小:10957
    • 提供者:站长
  1. javaparase

    0下载:
  2. 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to resolve XML document has done a
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:8310
    • 提供者:站长
  1. Cpp源代码

    0下载:
  2. 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:19406
    • 提供者:站长
  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. MsmqTool

    0下载:
  2. A utility for Microsoft Message Queue (MSMQ)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:12791
    • 提供者:driver
  1. queue

    0下载:
  2. 这是一个基于ARM7的2134的在内存中开辟循环队列的的程序!-This is an ARM7-based on the 2134 cycle opened in memory of the process queue!
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:2911
    • 提供者:张文
  1. queue

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

    • 发布日期:2017-03-27
    • 文件大小: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. 这是严蔚敏数据结构(C版)中的队列这一章的部分源码-This is a data structure Yan Wei-min (C version) of the queue part of this chapter source
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6417
    • 提供者:xaoyan
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com