CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 先来先服务算法

搜索资源列表

  1. job

    0下载:
  2. 对于给定的一组作业, 给出其到达时间和运行时间分别用先来先服务算法、短作业优先和响应比高者优先三种算法给出作业的调度顺序。计算每一种算法的平均周转时间及平均带权周转时间并比较不同算法的优劣。 -For a given set of operations, given its arrival time and run time were used to first come first served method, short job priority and response than th
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1829
    • 提供者:sunzhiyu
  1. slsfu

    0下载:
  2. 进程管理-先来先服务算法.procedures for the use of the priority method andfirst come first serve algorithm.-Process management- first come first serve algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:38719
    • 提供者:agaeg
  1. FcfsSjf

    0下载:
  2. 先来先服务算法模拟实现,其中,文件长度和到来时间可以由用户输入,也可以自动生成-first come first service
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1492
    • 提供者:吴蕾
  1. cpdd

    0下载:
  2. 通过设计一个磁盘调度模拟系统,从而使磁盘调度算法更加形象化,容易使人理解,使磁盘调度的特点更简单明了,能使使用者加深对先来先服务算法、最短寻道时间优先算法、扫描算法以及循环扫描算法等磁盘调度算法的理解。-here is my code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1826
    • 提供者:heiming
  1. sick

    0下载:
  2. 病人看病的排列问题,根据先来先服务算法。还要考虑急切事件,对于突发事件的处理要有好的顺序。-The arrangement of the patient medical treatment, according to first come first serve algorithm. Urgent cases should also be considered for handling emergencies should be a good order.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1477
    • 提供者:xianhe
  1. 0000

    0下载:
  2. 操作系统课程设计题目:进程调度模拟程序 设计要求:编写一个进程调度程序,允许多个进程共享进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 -Courses on operating system design topics: process scheduling simulator design requirements: the preparation of a process scheduler that a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:560376
    • 提供者:小虎
  1. qw123

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-safsdfdsfsdafdsfdsfdsf
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:949821
    • 提供者:钱薇
  1. jinchengdiaodu

    0下载:
  2. 进程调度模拟算法,最高优先数和先来先服务算法,有几个不同的-Process scheduling simulation algorithm, the highest priority number and first come first serve algorithm, there are several different
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1185
    • 提供者:蔡建
  1. f

    0下载:
  2. 非强占短进程优先算法和先来先服务算法的实现-Short process Preemptive priority algorithm and a first-come first-served algorithm implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:9435
    • 提供者:陆晓峰
  1. Single-channel_batch_system

    0下载:
  2. 单道批处理系统:里面包括先来先服务算法,最短作业优先算法,响应比高者优先算法,时间片轮转算法。适合学习参考-Single-channel batch system: first come first serve which includes algorithms, shortest job first algorithm, the response is high and preferred method, time slice rotation algorithm. Reference for
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2442
    • 提供者:Juno
  1. FCFS

    0下载:
  2. 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first-served algorithm. Process pri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2064
    • 提供者:朱超
  1. cipandiaodusuanfa

    0下载:
  2. 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:904561
    • 提供者:abc
  1. Process

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

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

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithms, and calculate the average seek length of each algorit
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-31
    • 文件大小:1312
    • 提供者:圣人
  1. jinchengguanliyanshi

    0下载:
  2. 进程管理演示 模拟操作系统的调度算法 包括先来先服务算法、优先级算法及时间片轮转算法-Simulation process management presentation, including the operating system' s scheduling algorithm FCFS algorithm, priority and time slice rotation algorithm algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1641
    • 提供者:jie
  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. 2001-04-21-mp1

    0下载:
  2. 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:70345
    • 提供者:plutus
  1. 1212

    0下载:
  2. 先来先服务算法,输入小于6 的进程,时间-FCFS algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1200
    • 提供者:黄禄嘉
  1. procSchedule_exp

    0下载:
  2. 四种算法 最短作业优先算法 计算在采用先来先服务调度算法和最短作业优先算法的平均周转时间和平均带权周转时间,并指出他们的调度顺序及完成时间。-Four algorithms calculate the shortest job first algorithm uses a first-come first-served and shortest job first scheduling algorithm, the average turnaround time and av
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:67385
    • 提供者:myname
  1. fcfs3

    0下载:
  2. 操作系统的先来先服务算法,C编写,命令行运行-the first operating system to first serve algorithm, java preparation, command line operation, interface
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1130
    • 提供者:吴兵
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com