CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - disk scheduling

搜索资源列表

  1. 磁盘调度算法

    0下载:
  2. 一个简单的磁盘调度算法,可以实现先进先出,最短寻道,scan的算法-a simple disk scheduling algorithm can achieve FIFO, shortest Seeking, scan algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:刘翔
  1. 磁盘调度

    1下载:
  2. 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:213186
    • 提供者:翁明喆
  1. cibidiaodu

    0下载:
  2. 有多个访盘要求在等待时对这些要求的顺序的确定安排或调整,只在减少平均磁盘服务时间就成为磁盘调度,而磁盘调度有多种的调度算法,其中最短路径优先是其中基本一种,本课程设计是使用C++程序设计语言,在windows平台下对此调度算法进行模拟,通过此调度算法的模拟来进一步的加深对磁盘最短路径优先调度的了解,及对C++程序设计语言的使用。 关键词:磁盘调度 最短路径优先 操作系统 课程设计 -set to visit a number of requests waiting for the rig
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:43711
    • 提供者:戴天天
  1. dsadasdasdas

    0下载:
  2. 自己看磁盘调度算法要的自己载磁盘调度算法-look disk-scheduling algorithms to set its own disk scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1435
    • 提供者:chenyi
  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:15000
    • 提供者:ww
  1. SCAN

    0下载:
  2. java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2016-01-24
    • 文件大小:863
    • 提供者:吕学娜
  1. a1

    0下载:
  2. 磁盘调度算法:包括先来先服务算法,最短寻道时间算法,电梯寻道算法。-Disk scheduling algorithms: including a first-come first-served algorithm, the shortest seek time algorithm, elevator seek algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1048
    • 提供者:lzh
  1. moni

    0下载:
  2. 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:8045
    • 提供者:heizi
  1. disk

    0下载:
  2. OS磁盘调度演示程序(有图形演示) 先来先服务的磁盘调度功能 最短寻道时间优先的磁盘调度功能。 电梯算法的磁盘调度功能。 -OS disk scheduling demo first come first served the shortest seek time disk scheduling priority function of the disk scheduling functions. Elevator disk scheduling algorithm functi
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-13
    • 文件大小:3254220
    • 提供者:秦璞
  1. DiskSchecualing

    0下载:
  2. (1)设计并实现了一个函数,完成先来先服务的磁盘调度功能 (2)设计并实现了一个函数完成最短寻道时间优先的磁盘调度功能。 (3)设计并实现了一个函数完成电梯算法的磁盘调度功能 -(1) design and implementation of a function, to complete a first-come first-served disk scheduling (2) design and implementation of a function to complete
  3. 所属分类:OS Develop

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

    0下载:
  2. 操作系统中关于磁盘调度的课程设计源码程序-Operating system on the source disk scheduling program curriculum design
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-27
    • 文件大小:2044
    • 提供者:xiao
  1. disk-schedule

    0下载:
  2. 操作系统\磁盘调度 磁盘调度的4种调度方式: 先来先服务调度\最短寻道时间优先调度算法\单向扫描/循环扫描调度算法-Operating System \ disk scheduling the four scheduling disk scheduling methods: first-come first-served scheduling \ shortest seek time first scheduling algorithm \ one-way scan/scan sch
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:300339
    • 提供者:oran
  1. DISK-scheduling

    0下载:
  2. 设备管理--模拟磁盘调度算法。加深对操作系统原理的进一步认识,加强实践动手能力和程序开发能力的培养,提高分析问题解决问题的能力,培养合作精神,以巩固和加深磁盘调度的概念。-Equipment management-simulated disk scheduling algorithm. Deepen our understanding of the principle of operating system further understanding, strengthen practical
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:12322
    • 提供者:吴浩
  1. scheduling-disk-

    0下载:
  2. 磁盘调度算法,很适合初学者学习操作系统的原理,是很好的基础算法-Disk scheduling algorithm, it is suitable for beginners to learn the principle of the operating system , is a good basic algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2042
    • 提供者:jerryhu
  1. Disk-scheduling-algorithm-simulation

    0下载:
  2. 磁盘调度算法的模拟实现及对比-Disk scheduling algorithm simulation and comparison of various algorithms of OPT, FIFO, the LRU simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:50135
    • 提供者:Qugo
  1. Disk-scheduling

    0下载:
  2. ① 理解和掌握常用的磁盘调度算法的内容和原理。磁盘是可被多个进程共享的设备。当有 多个进程都请求访问磁盘时,应采用一种适当的调度算法,以使各个进程对磁盘的平均访问(主要是寻道)时间最小。 ② 通过本实验,使用先来先服务算法、最短寻道时间优先算法、扫描算法,模拟实现一个简单的磁盘调度系统。 -The understanding and grasp of the commonly used disk scheduling algorithm content and principle.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1562
    • 提供者:苡莣
  1. Disk-Scheduling-Alogorithms

    0下载:
  2. 操作系统磁盘调度算法 操作系统磁盘调度算法-Operating system, disk scheduling algorithm operating system, disk scheduling algorithms operating system disk scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:57941
    • 提供者:panpan
  1. process-scheduling-experiment

    0下载:
  2. 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly be able to run.// Function: acc
  3. 所属分类:OS Develop

    • 发布日期:2017-11-25
    • 文件大小:1628
    • 提供者:金旭斌
  1. Disk-scheduling

    0下载:
  2. 对操作系统的磁盘调度的一个算法模拟,可以根据界面上的提示进行相应操作。-An operating system disk scheduling algorithm simulation, based on the interface and operate accordingly.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:1081
    • 提供者:
  1. Disk-scheduling-algorithm

    0下载:
  2. FCFS磁盘调度算法设计,内含有详细的代码注释和实验结果-FCFS disk scheduling algorithm design, which contains detailed code comments and experimental results
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-05
    • 文件大小:75392
    • 提供者:tuantaun1234
« 12 3 4 5 »
搜珍网 www.dssz.com