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

搜索资源列表

  1. disk

    0下载:
  2. 本程序设计用于模拟实现包括FCFS、SSTF、电梯、scan算法在内的磁盘调度算法,计算出各种算法的磁头移动道数供用户参考比较。-This program is designed for analog realization, including FCFS, SSTF, the elevator, scan the disk scheduling algorithms, including, heads of various algorithms to calculate the number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1105
    • 提供者:su
  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. CPDD

    0下载:
  2. 磁盘臂调度算法,包含 先来先服务调度算法(FCFS) 最短磁道优先调度算法(SSTF) 电梯调度算法或扫描算(SCAN)-Disk arm scheduling algorithm, including a first-come first-served scheduling algorithm (FCFS) priority scheduling algorithm for the shortest track (SSTF) scheduling algorithm, or sca
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:29273
    • 提供者:xuxiaoxi
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. 1212

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

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

    0下载:
  2. 1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to achieve its main task is to s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1347
    • 提供者:fire
  1. ProcessScheduling

    0下载:
  2. 操作系统的进程调度算法模拟,FCFS、SJF、高响应比优先,基于MFC对话框,可动态显示就绪队列和当前执行进程-Operating system process scheduling algorithm simulation, FCFS, SJF, high priority response ratio, based on MFC dialog box, you can dynamically display the ready queue and the current implementa
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1994800
    • 提供者:Meihua
  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. zuoyeiaodu

    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. 所属分类:OS Develop

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

    0下载:
  2. 这是一个磁盘调度算法,包括FCFS、SCAN,是我的操作系统课程设计。-This is a disk scheduling algorithms, including FCFS, SCAN, is my operating system, curriculum design.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1606
    • 提供者:张祖强
  1. CPU---Schedule

    0下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -OS,CPU Schedule,FCFS、SJF、RR、MLFS algorithms。
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:925563
    • 提供者:赵阳
  1. myCPUsa

    0下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:925080
    • 提供者:赵阳
  1. sunnyCPUsa

    0下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:925125
    • 提供者:赵阳
  1. DiskTheAlgorithm

    0下载:
  2. 操作系统的实验 关于磁盘调度的算法 FCFS SSTF SCAN CSCAN 这四种算法-Experiments on the disk operating system scheduling algorithm FCFS SSTF SCAN CSCAN these four algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:8440
    • 提供者:huangbingtao
  1. dandaopichuli

    0下载:
  2. 为单道批处理系统设计一个作业调度程序。 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。 作业调度算法:①采用先来先服务(FCFS)调度算法 ②最短作业优先算法 ③响应比高者优先调度算法。 每个作业由一个作业控制块JCB表示,JCB可以包含如下信息:作业名、提交时间、所需的运行时间、所需的资源、作业状态、链指针等等。作业的状态可以是等待W(Wait)、运行R(Run)和完成F
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:653179
    • 提供者:杨晶
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,包含FCFS,SSTF,SCAN和CSCAN-Disk scheduling algorithms, including FCFS, SSTF, SCAN and CSCAN
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:488574
    • 提供者:踏雪
  1. cpdd

    0下载:
  2. 磁盘调度算法 (先来先服务 最短路径优先 电梯算法)-FCFS SSTF ELE
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4967
    • 提供者:杨淼
  1. OS-comparison

    0下载:
  2. 模拟操作系统中FCFS,SJF,RR以及多级反馈调度算法的平均周转时间-Simulate the operating system FCFS, SJF, RR, and multi-level feedback scheduling algorithm, the average turnaround time
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:884402
    • 提供者:马京亚
  1. FCFSPSJF

    0下载:
  2. 设计程序模拟进程的先来先服务FCFS和短作业优先SJF调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别采用先来先服务FCFS和短作业优先SJF进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of a first-come first-served FCFS and SJF short
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1117356
    • 提供者:gst
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com