CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - fcfs算法

搜索资源列表

  1. OS

    1下载:
  2. 操作系统进程调度算法比较,FCFS,SJF,RR,MLFS-Comparison of the operating system process scheduling, FCFS, SJF, RR, MLFS
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3594058
    • 提供者:caomiao
  1. FCFS

    0下载:
  2. FCFS调度算法,,已经实现通过-FCFS scheduling algorithm, has been achieved through
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1145
    • 提供者:jiangwei
  1. FCFS-SJF-HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2127
    • 提供者:小猎人
  1. suanfa

    0下载:
  2. 通过磁盘调度算法的模拟设计,了解磁盘调度的特点。模拟实现FCFS、SSTF、SCAN、C-SCAN和LOOK算法,并计算及比较磁头移动道数。-Disk scheduling algorithm through the analog design, know the characteristics of disk scheduling. Analog implementation FCFS, SSTF, SCAN, C-SCAN and LOOK algorithm, and calculate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:38963
    • 提供者:李国村
  1. work

    0下载:
  2. 作业管理中FCFS,SJF,HRN调度算法-Activity-Based Management in FCFS, SJF, HRN scheduling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:9197
    • 提供者:zhang
  1. 11

    0下载:
  2. 先进先出算法,根据先进先出对列来服务,设置了一个时间片-fcfs
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1136
    • 提供者:张龙
  1. choose

    0下载:
  2. 先来先服务算法(FCFS)最短寻道时间优先算法(SSTF)并求出每种算法的平均寻道长度-First-come, first-served algorithms (FCFS) algorithm for the shortest seek time first (SSTF) and find the length of each algorithm, the average seek
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:1432
    • 提供者:高飞
  1. choose

    0下载:
  2. 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:小山
  1. OSDiskDispatchDemo

    0下载:
  2. 磁盘调度算法的模拟实现,我大学时的一个os作业,包含fcfs sstf scan cscan nstepscan 这几种算法,源码很简单主要还是算法的思想-Disk scheduling algorithm simulation to achieve, a os my college work, including fcfs sstf scan cscan nstepscan these types of algorithms, source code is very simple idea o
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3085
    • 提供者:李萌
  1. FCFS

    0下载:
  2. 进程调度问题 模拟先来先服务调度算法或者短作业调度算法,要求可以自动产生或者手动输入若干进程的名字、到达时间、运行时间; 响应键盘模拟时间片流逝,输出中间每个进程的运行状态,最后产生完成时间、周转时间、带权周转时间的汇总清单。 -Process scheduling simulation of FCFS scheduling algorithm, or short-scheduling algorithm, requests can be automatically generated
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1323
    • 提供者:马月
  1. 2

    0下载:
  2. 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:吗瑞
  1. cos

    0下载:
  2. 由C编写的实现os进程FCFS和SJF两种算法调度-Written in C to achieve os process FCFS and SJF two algorithms scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2197
    • 提供者:Natureli
  1. FCFS.rar

    0下载:
  2. 操作系统的进程调度,先来先服务算法,按进程到达的先后被CPU执行,The operating system process scheduling, first-come, first-served algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:2030886
    • 提供者:smilefuture
  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  1. fcfs-sjf

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:954821
    • 提供者:雷丽楠
  1. FCFS

    0下载:
  2. FCFS(First Come First Served )和先来先服务最短作业优先算法SJF-FCFS (First Come First Served) and a first-come, first-served shortest job first algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:767
    • 提供者:yangbo
  1. FCFS

    0下载:
  2. 模拟进程调度算法-先来先服务(FCFS),简单理解进程调度的基本内容-Simulation process scheduling algorithm- first come, first served (FCFS), simple to understand the basic process of scheduling content
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1200039
    • 提供者:班靖远
  1. FCFS-and-SJF

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法 有注释,简单明确-FCFS FCFS SJF process and short operating priority scheduling algorithm Notes, simple and clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1330
    • 提供者:吕梦楠
  1. FCFS优化

    0下载:
  2. 操作系统调度算法 先来先服务 给大家参考一下(this is a code about fcfs very easy but useful)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:478208
    • 提供者:求资源
  1. fcfs

    0下载:
  2. 先来先服务算法,操作系统作业调度,先来先服务(First come first served algorithm, operation system job scheduling, first come first served.)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:26624
    • 提供者:xcy。
搜珍网 www.dssz.com