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

搜索资源列表

  1. saqibmm1

    0下载:
  2. Simulation of M/M/1 q-Simulation of M/M/1 queue
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:949
    • 提供者:Saqib
  1. BankSchedual

    0下载:
  2. 设计和实现一个银行排队机系统,该系统对银行当前能提供服务的窗口统一调度,使用MFC模拟调度及排队窗口。-Queue design and implementation of a banking system that can provide services to the bank window to the current unified control, scheduling and queuing simulation using the MFC window.
  3. 所属分类:Console

    • 发布日期:2017-06-21
    • 文件大小:35961000
    • 提供者:zhdxch
  1. yinhang

    0下载:
  2. 在8086上编程模拟银行排队机的功能,如当客户到达时,总人数增加一个;当客户处理完业务时,已处理人数增加一个-Simulation programming in 8086 on the functions of banks Queue
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1950
    • 提供者:陈训秋
  1. qlen

    0下载:
  2. 节点队列的实时监测,包括仿真的源代码,仿真的trace文件,仿真结果-Real-time monitoring of the node queue, including the simulation of the source code, the simulation trace file, the simulation results
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1047528
    • 提供者:wyao
  1. bank_

    1下载:
  2. 银行的模拟系统,有客户平均排队时间的计算,设置了优先级队列-Bank of simulation system, a customer calculate the average queue time, set the priority queue
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-31
    • 文件大小:805135
    • 提供者:张涵飞
  1. smqueue11

    0下载:
  2. 电影院排队系统仿真程序,随机人数到达电影院,计算最短排队时间,排队人数,生成图形-Cinema queuing system simulation program, random number to reach the cinema, computing the shortest queue time, queue size, generated graphics
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1156
    • 提供者:称浩男
  1. 1008

    0下载:
  2. 队列程序模拟,动态非配内存,先申请,先释放原则-Queue process simulation, dynamic non-allocated memory, first come, first release of the principles of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:934
    • 提供者:ivan
  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
    • 文件大小:1812
    • 提供者:jia
  1. stackANDqueue

    0下载:
  2. 1. 用栈模拟停车场,队列模拟便道。停车场满的时候在便道排队,一旦有车开走,排在第一位的就进入停车场。 2. 当有车要开走的时候在它后面进入停车场的车先依次开出,待该车缴费离开后再依次回到停车场。 3. 离开停车场时应按时间缴纳费用,排队车辆进入停车场时也应该缴纳相应的排队费用。 4. 车辆到达时输出停车位置,离开时输出停留时间和应缴纳费用。 -1. With a stack simulation parking lot, queue simulation of pavement
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:SUMMER
  1. parking_do

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道。栈以顺序结构实现,队列以链表结构实现。- 源语言:中文▼目标语言:英语▼翻译文字或网页 以栈模拟停车场,以队列模拟车场外的便道。栈以顺序结构实现,队列以链表结构实现。 请键入文字或网站地址,或者上传文档。 取消 朗读将中文译成英语 Parking lot to stack simulation to simulate vehicle off the sidewalk queue. Structure in order to
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:196123
    • 提供者:liudong
  1. fifo_8_8

    0下载:
  2. 该程序实现的是8*8位的先进先出队列功能的存储器,已成功通过仿真。-Implementation of the program is 8* 8 bit FIFO queue memory function, has successfully passed the simulation.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:213090
    • 提供者:chenzhuaixia
  1. Process-Scheduling-Algorithm

    0下载:
  2. 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:183526
    • 提供者:Lambert
  1. matching

    0下载:
  2. 利用循环队列模拟舞伴配对问题:在舞会上,男、女各自排成一队。舞会开始时。依次从男队和女队的队头各出一人配成舞伴。如果两队初始人数不等,则较长的那一队中未配对者等待下一轮舞曲。假设初始男、女人数及性别已经固定,舞会的轮数从键盘输入。-Simulation using circular queue partner matching problem: at the ball, male and female each queue. Party starts. Turn from the men'
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3947
    • 提供者:tang
  1. tingchechang

    0下载:
  2. 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Stack simulation parking lot to the sidewalk outside the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1891
    • 提供者:王博
  1. zhucunkongjianfenpeihehuishou

    0下载:
  2. 设计一个程序,可以由用户初始化空闲表和作业申请队列,程序在这个基础上模拟作业调度及内存分配,并将过程显示。 用户初始化空闲表的时候需要指定每一个空闲块的大小及起址,程序根据空闲块起址自动将其插入到空闲表中的相应位置 用户初始化申请队列时只需输入作业名及提交时间,所需时间。程序将申请队列中的作业按提交时间排序。-Design a program that can free the user initiates an application form and job queues, proc
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:891778
    • 提供者:luoliji
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4969
    • 提供者:heartBeat
  1. easyjf-iula-0.1.0

    0下载:
  2. 本EasyJF iula会议室系统主要用于EasyJF开源团队的成员网上会议使用,会议系统模拟传统的会议形式,可以同时开设多个不同主题的会议室,每个会议室需要提供访问权限控制功能,会议中能够指定会议发言模式(分为排队发言、自由发言两种),系统能自动记录每个会议室的发言信息,可以供参会人员长期查阅。-Conference Room of the EasyJF iula EasyJF open source system is mainly used for online meetings with
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3765012
    • 提供者:行者无疆
  1. Parkingmanagementsystem

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

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

    0下载:
  2. 一个模拟银行业务程序,模拟银行排队以及办理各种业务流程的程序 -A simulation banking program to simulate bank queue and the procedures for a variety of business processes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:hxj
  1. scheduling

    0下载:
  2. 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3584403
    • 提供者:xysheep
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com