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

搜索资源列表

  1. yinhangmoni.rar

    1下载:
  2. 此为一银行业务模拟系统,用队列数据结构实现。计算客户在银行呆的总时间,然后计算平均时间,This is a banking simulation system realized with a queue data structure. Computing customers the total time spent in the bank, and then calculate the average time
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2506
    • 提供者:aa
  1. a4_mm1net.project

    0下载:
  2. opnet仿真平台 工程包,仿真M/M/1队列。两个源发包,PROC接收到之后销毁。 适合初学者了解opnetO(∩_∩)O~-opnet simulation platform engineering package, simulation M/M/1 queue. Two source contract, PROC received after the destruction. Suitable for beginners to understand opnetO (∩ _ ∩
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:96897
    • 提供者:shan5217
  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. BankCallingSystem

    0下载:
  2. 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:83089
    • 提供者:Yuan
  1. FIRST1

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1,或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -Write and debug a simulati
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1286
    • 提供者:sylvia
  1. flow_chart

    2下载:
  2. Matlab单队列多服务台仿真总流程图 本系统仿真程序采用事件步长法进行仿真,由以下功能模块组成: 1、仿真时钟; 2、事件表; 3、系统状态变量; 4、初始化子程序; 5、事件子程序; 6、调度子程序; 7、时钟推进子程序; 8、随机数产生子程序; 9、输出函数子程序; 10、统计计数器; 11、主程序。-Matlab simulation of the total single-queue multi-desk syst
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:73329
    • 提供者:xuwentao
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8528
    • 提供者:linqingyang
  1. FIRST2

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 -Write and debug a simulation of the process scheduling program, a "Round-Robin" scheduling algorithm for scheduling the five process. Round-Robin Round-Robin method can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1084
    • 提供者:sylvia
  1. Queap

    2下载:
  2. 用两个栈模拟一个队列,包含出队、入队和获取最大值函数,时间复杂的O(n)-Simulation of a queue with two stacks contain enter and quit team, and get the maximum value function, the time complexity of O (n)
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-07
    • 文件大小:1171
    • 提供者:吕楠
  1. printSimulation

    0下载:
  2. 利用队列的先进先出模拟打印机的工作过程。显示不同时间到达的不同执行时间的任务,打印机的执行过程。-Use of the FIFO queue simulation of the working process of the printer. Show different time of the execution time of different tasks, the printer of the implementation process.
  3. 所属分类:Printing program

    • 发布日期:2017-04-03
    • 文件大小:2031
    • 提供者:sunfuquan
  1. ProcessesCommunication

    0下载:
  2. 程序模拟操作系统课程中的进程间通信,方便起见,各个进程只有编号信息。所用数据结构为大小为10的队列。运行情况为:用户输入进程总数以及各个进程的编号,此后程序模拟进程对队列提出请求,若队列不空,则插入,队列满则不予插入。程序利用rnd这个随机变量是奇数还是偶数决定是入队还是出队。-Procedures for operating systems courses in the simulation process communication, convenience, only the number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1375
    • 提供者:
  1. 200603011052sjjg

    1下载:
  2. 本人自己作的一个数据结构课程设计,曾获得过满分.它是一个停车场管理系统,利用所学的栈,队列知识对停车厂管理系统进行模拟.本程序有记录停车时间的功能并且可以自动计费,功能强大.-I own a data structure for curriculum design, has won out. It is a car park management system, using what we learned in the stack, queue停车厂knowledge management sy
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:273514
    • 提供者:王晓宁
  1. hello

    0下载:
  2. 管理停车场的模拟程序,是数据结构课程设计的一部分,用到栈和队列-Simulation of the car park management procedures, data structure is part of the curriculum design, used for stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1628
    • 提供者:sunnydream
  1. dynamic

    0下载:
  2. 操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue queue and has spent each inser
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2466
    • 提供者:李志龙
  1. queueing

    0下载:
  2. 关于队列的omnet++仿真,有仿真的所有文件,只需点击exe文件即可运行。-On the queue omnet++ Simulation, simulation of all the files there, just click the exe file to run.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:493299
    • 提供者:zhongchun
  1. ReadWrite

    0下载:
  2. DriverStudio包含一个DriverMonitor显示工具。ReadWrite实例便是它的一个仿真,其驱动程序接收其它驱动程序的写请求,将输出信息写入一个信息队列中,DPMonitor应用程序从驱动程序读取信息,若没有,则读IRP暂时悬挂起来,待有信息时,将读取的信息显示出来。-DriverStudio contains a tool DriverMonitor show. ReadWrite instance is it a simulation, drivers receive th
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-25
    • 文件大小:7704771
    • 提供者:孔凡超
  1. park

    0下载:
  2. 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3846
    • 提供者:在路上
  1. os3

    0下载:
  2. 设系统有4个CPU并行处理提交(创建)的作业(进程)。作业(进程)的提交(创建)时刻从0开始计时,每隔一时间间隔(随机数)提交(创建)一作业(进程),作业(进程)运行需要的CPU时间也是一个随机数。每个CPU上有一就绪队列,提交(创建)的作业(进程)总是卦到长度最短的就绪队列上。试编一模拟程序统计一个工作日(8小时)内,作业(进程)的平均周转时间和系统的吞吐量(处理的作业(进程)数)。 -Based system has 4 CPU parallel processing to submit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:2065
    • 提供者:yilijuan
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12772
    • 提供者:guanjun
  1. tingchechang

    0下载:
  2. 1.本演示程序的主要目的是由栈模拟停车场,以队列模拟车场外的便道,按照用户在终端的输入数据序列进行模拟管理.每一组输入数据包括三个数据项.汽车”到达”或”离去”信息”.汽车牌照号码以及到达或离去的时刻.对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置 若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上不收费) 2.其中程序中需要别设一个栈,临时存放给要离去的汽车让路而从停车场退出的汽车,也有顺序存储结构实现.输入的数据按到达或离去
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:76754
    • 提供者:张蔷
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com