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

搜索资源列表

  1. AirportSimulation

    0下载:
  2. 数据结构算法,三跑道飞机场模拟。 主要是队列的算法 内容包括: 实验报告 源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:26997
    • 提供者:张泽西
  1. supermarket6.0

    0下载:
  2. 本人仿真课程作业,工具VB6结合Access.利用排队理论研究超市的客户的到达和选择商品的时间和付款服务时间,研究排队延误等,有结果的分析,可选择置信度,有排队状况图示等等。希望能对大家有所帮助。-I work simulation programs, tools, VB6 with Access. The use of queuing theory to reach customers in the supermarket and the choice of a commodity of ti
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:544134
    • 提供者:beautiful5200
  1. jinchengdiaodu

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

    • 发布日期:2017-03-30
    • 文件大小:23512
    • 提供者:张超
  1. wjq

    0下载:
  2. TSOT:实验一 进程队列模拟,队列使用链表形式。 TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。 TAOT:实验三 进程调度。 TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation exp
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:36740
    • 提供者:yaowenxue
  1. shijianmoni

    1下载:
  2. 数据结构 队列 模拟事件驱动 程序。模拟客户到达事件,客户离开事件,事件列表,列队窗口,显示模拟结构-Queue data structure event-driven simulation program. Analog customers to reach the event, the customer to leave the event, event list, lined up window, show the simulated structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:30565
    • 提供者:teamo38
  1. zuigao

    0下载:
  2. 试模拟最高响应比调度算法原理 描述:从就绪队列中选择一个响应比最高的进程,让其获得处理器执行,直到该进程完成或因等待事件而退出处理器为止。模拟实现这一组进程的工作过程。 -Test scheduling algorithm for simulation of the maximum response ratio theory descr iption: From the ready queue, select a response ratio of the highest process
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:52134
    • 提供者:zj_yyh
  1. HQueue

    0下载:
  2. 带头结点的队列模拟程序 在控制台环境下运行 适合于初学者-Take the lead node queue simulation program running in the console environment, suitable for beginners
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:5439
    • 提供者:张小凡
  1. proj3_6

    0下载:
  2. 编写一个程序,反映病人到医院看病排队看医生的情况。在病人排队的过程中,主要重复两件事: (1)病人到达诊室,将病历本交给护士,排到等待队列中候诊。 (2)忽视从等待的队列中取出下一位病人的病历比,该病人进入诊室就诊。 模拟病人等待就诊这一过程 -Write a program, reflecting the patients to hospital queue to see a doctor situation. Patient queuing process, the main
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:892
    • 提供者:attough
  1. hw1

    0下载:
  2. 简易单服务台队列系统,C语言,VC6.0开发环境-M/M/1 queue simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:290260
    • 提供者:刘冰
  1. Discrete_Time_Queue

    0下载:
  2. 离散时间堆栈系统 The queue can store up to five packets. All packets are processed on a first come – first served basis. Assume that when a packet is serviced all other packets in a queue (if any) are shifted instantaneously towards the output. Each slot d
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1669564
    • 提供者:Yan Liu
  1. formation

    0下载:
  2. 通过队列模拟超市收银台收款队列,收银员为每个顾客服务的时间是随机的,一旦顾客结完帐就将其从队列中移除-Queue simulation cashier Collection
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1118
    • 提供者:刘岚
  1. paiduilun

    0下载:
  2. 做数学建模时编的程序,仿照linix系统中进程调度,作出的医院排队模拟程序。-Mathematical modeling prepared to do the procedure, modeled on the process of scheduling linix system to make the hospital queue simulation program.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1826
    • 提供者:郭志伟
  1. jincheng

    0下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法 基于优先数的调度算法 最短执行时间调度算法 确定这10个进程在CPU上的执行过程.要求每次进程调度时在屏幕上显示:当前执行进程 就绪队列 等待队列-Process scheduling simulation program: Suppose there are 10 process requires the CPU to perform, respectively: FIFO scheduling algori
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:593556
    • 提供者:lienquan
  1. consumerandconductor

    0下载:
  2. 模拟生产者和消费者调度算法,实现:用户指定要产生的进程及其类别,存入进入就绪队列 调度程序从就绪队列中提取一个就绪进程运行.如果申请的资源被阻塞则进入相应的等待队列,调度程序调度就绪队列中的下一个进程进程运行结束时,会检查对应的等待队列,激活队列中的进程进入就绪队列.-Simulation producers and consumers scheduling algorithm to achieve: a user-specified to generate the process and ty
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:270270
    • 提供者:lienquan
  1. C

    0下载:
  2. 银行业务模拟,能够实现排队等简单的功能,能够满足初学者的需求。-Banking business simulation, to achieve a simple function to queue up to meet the needs of beginners.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-07
    • 文件大小:236269
    • 提供者:link
  1. VPRY

    0下载:
  2. 可变分区回收算法。将回收的内存插入到自由主存队列中,供下次分配内存时使用.在本模拟程序中,自由主存队列的排序原则是按地址排列的-Variable partition recovery algorithm. The recovery of memory inserted into the free queue in main memory, the memory allocated for the next use. In this simulation program, free main me
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2264
    • 提供者:LLQ
  1. simulation_of_QuickPass_system

    1下载:
  2. 模拟游乐场的排队,验证Quickpass系统的可靠性-Simulation of the Queue in a theme park to test the stability of QuickPass system
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:108589
    • 提供者:黄诗涵
  1. duiliemoni

    0下载:
  2. 采用C语言编写的数据结构队列,并用队列模拟银行作业处理系统-Using C language data structure queue, and queue simulation of banking operations with the treatment system
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2429
    • 提供者:刘晓
  1. bankSimulation

    0下载:
  2. 模拟银行一天的人均逗留时间,其中采用队列和栈来实现主要功能。-Simulation of per capita stay one bank, which adopts queue and stack to achieve the main function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2342
    • 提供者:李林群
  1. checha

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-Simulation of car parks in order to stack to queue simulation sidewalk outside the car, in accordance with the read from the terminal sequence of the input data to simulate management.-Parkin
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2993
    • 提供者:sad
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com