CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 磁盘调度算法

搜索资源列表

  1. 用信号量实现磁盘调度SCAN算法

    0下载:
  2. 属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3721
    • 提供者:杨蔺又
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6832
    • 提供者:何浩
  1. cipan

    0下载:
  2. 磁盘调度算法实现:先来先服务算法(FCFS)、短寻道时间优先算法(SSTF)算法和电梯算法(SCAN)-Disk Scheduling Algorithm: First Come First Served algorithm (FCFS), short seek time priority algorithms (SSTF) algorithm and elevator algorithm (SCAN)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1610
    • 提供者:黄致伟
  1. OS_algorithm

    0下载:
  2. 操作系统,磁盘调度算法演示程序,电梯调度算法-Operating systems, disk scheduling algorithm demo program
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:82617
    • 提供者:zdx
  1. disk_attemper

    0下载:
  2. 模拟操作系统的磁盘读取,按照不同的磁盘调度算法,进行比较磁盘调度的效果,并用图显示出来。-simulate mircosoft system disk attemper
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:114498
    • 提供者:陈冬
  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. cipandiaodu

    0下载:
  2. 操作系统磁盘调度算法,课程设计,内附流程图-Operating system disk scheduling algorithm, curriculum design, containing a flow chart
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:116581
    • 提供者:zhangjuan
  1. cpdu

    0下载:
  2. 磁盘调度算法,包括、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Disk scheduling algorithms, including, first-come first-serve algorithm (FCFS) 2, the shortest seek time priority algorithms (SSTF) 3, scanning method (SCAN) 4, cycle sc
  3. 所属分类:Windows Develop

    • 发布日期:2015-09-16
    • 文件大小:169653
    • 提供者:流水
  1. SCAN

    0下载:
  2. 磁盘调度算法中的SCAN算法,c++实现,操作系统课程设计-Disk scheduling algorithm in the SCAN algorithm, c++ to achieve, the operating system of course design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9892
    • 提供者:caonima
  1. cipandiaodu

    0下载:
  2. 磁盘调度设计,磁盘调度算法的实现,包括  先来先服务调度算法  最短寻道优先调度算法  扫描算法  循环扫描算法  N—Step—SCAN算法 -SSTF
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3233
    • 提供者:江鹏远
  1. cipan

    0下载:
  2. 磁盘调度算法,包括电梯调度,Scan-磁盘调度算法,包括电梯调度,Scan等等
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1249
    • 提供者:骆伟宏
  1. diskschedulingalgorithmsourcecode

    0下载:
  2. 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:672970
    • 提供者:cjw
  1. moni

    0下载:
  2. 磁盘调度模拟的算法实验课程设计的良药啊-Disk scheduling algorithm for simulation experimental medicine curriculum design ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:14053
    • 提供者:jiazhiyu
  1. cipandiaodu

    0下载:
  2. 磁盘调度算法c语言实现合集,包含所有磁盘调度算法实现,并通过一个主界面进行操作。-Disk-scheduling algorithm c language implementation Collection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:3261
    • 提供者:徐继原
  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. cpdd

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

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

    0下载:
  2. 使用visual studio 6.0编写的磁盘调度算法-Prepared using the visual studio 6.0 Disk Scheduling Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1090825
    • 提供者:郑细强
  1. cipan

    0下载:
  2. 可以模拟操作那系统中的磁盘调度算法,比如FCFS 等。(Can simulate the operation of the system disk scheduling algorithm, such as FCFS and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:39936
    • 提供者:帝国旗舰
  1. 磁盘调度

    0下载:
  2. 模拟实现操作系统磁盘调度算法,哈哈哈哈哈哈哈哈哈哈哈哈哈啊哈哈哈(use cao zuoxi tong suwfueiuwegui wiuefiw fugefiuwga,m choiwe cwkeguw ckwehw.e ckuegcwcewcwc)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:23552
    • 提供者:浅语清风
  1. demo3

    0下载:
  2. 进行了磁盘调度算法中的电梯调度算法,亲测有效,环境为win10+VS2015(The elevator scheduling algorithm in the disk scheduling algorithm is carried out, and the environment is win10+VS2015)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:12429312
    • 提供者:shujiemao
« 12 3 »
搜珍网 www.dssz.com