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

搜索资源列表

  1. jojo

    0下载:
  2. 课题五、编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN)
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:22753
    • 提供者:shenjiulin
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 将操作系统中的磁盘调度中的扫描算法(SCAN)和循环扫描算法(CSCAN)模拟出来-The operating system scan disk scheduling algorithm (SCAN) and the cycle of scanning algorithm (CSCAN) simulated
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:73613
    • 提供者:feinglei
  1. OS-designreport

    0下载:
  2. 将操作系统的四个实验进行合成,组成界面,用于实现操作系统的四大功能的模拟,分别进行进程管理、处理机调度-作业调度、存储管理-页面调度以及设备管理-磁盘调度-The four experiments operating system synthesis, composition interface, the operating system used to implement the four functions of the simulation, respectively, process m
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:154962
    • 提供者:Nina
  1. test

    0下载:
  2. 图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:46199
    • 提供者:ouxinsu
  1. disk

    0下载:
  2. 磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。-Disk is the high-speed, large capacity,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:234725
    • 提供者:zsb
  1. Multilevel_Queue_Scheduling

    1下载:
  2. 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述;  使用两种方式产生作业:(a)自动产生, (b)手工输入;  在屏幕上显示每个作业的执行情况;  时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;  计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:655495
    • 提供者:
  1. Priority_Scheduling

    1下载:
  2. 合肥工业大学课程设计 进程/作业调度:优先权调度算法。中级 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 4计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 5将一批作业的执行情况存入磁盘文件,以后可以读出并重放 -Hefei University of
  3. 所属分类:OS Develop

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

    0下载:
  2. 磁盘调度算法,是我的操作系统课程设计的成果。-Disk scheduling algorithm, is my operating system, curriculum design results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1643
    • 提供者:chenbo
  1. 123

    0下载:
  2. 操作系统的磁盘调度,做实验的时候自己做的的,希望对大家有用处,是应用梯度调度算法的-Operating system disk scheduling, the time to do their own experiments to do, and we hope useful, is the gradient scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2065519
    • 提供者:luke
  1. cipandiaodu

    0下载:
  2. 磁盘调度算法...操作系统课程设计...实现一个磁盘调度算法-Disk scheduling algorithm Course Design ... ... the operating system to implement a disk scheduling algorithm ...
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:9287
    • 提供者:崔杰
  1. keshe

    0下载:
  2. 操作系统的课程设计实现银行家算法,进程调度算法和磁盘调度算法-Operating system design and implementation of courses bankers algorithm, the process of scheduling and disk scheduling algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:117351
    • 提供者:fanrenlong
  1. 1

    0下载:
  2. 磁盘调度模拟程序,观察磁臂寻道时的移动过程,再采用不同的寻道算法,比较不同。*先来先服务调度算法 *最短寻道优先调度算法 *扫描算法 *循环扫描算法 -Disk scheduling simulation program, observe the magnetic Seeker arm movement when the process of re-seeking algorithms using different, more different.* First come fi
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-02
    • 文件大小:2006
    • 提供者:刘烨
  1. diskschedueingalgorithm

    0下载:
  2. C++写的几种计算机操作系统里常见的磁盘调度算法-C++ to write several computer operating system, disk scheduling algorithm in common
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1353
    • 提供者:许滨
  1. operating_system_experiment_and_sourcecode

    0下载:
  2. 这个是我学习操作系统时做的实验,主要是磁盘调度算法的实现,其中还包括老师实验要求和目的。不保证完全正确,大家参考下还是很有价值的-This is my operating system to learn to do experiments, mainly disk scheduling algorithm, which also includes the teacher test requirements and objectives. Does not guarantee completely
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:14835
    • 提供者:wab
  1. cipandiaodu

    0下载:
  2. 操作系统中的磁盘调度算法,可以运行,VC6.0工具编写-Operating system disk scheduling algorithm, can run
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-10
    • 文件大小:1903139
    • 提供者:任丽芸
  1. DiskScheduler

    1下载:
  2. 计算机操作系统磁盘调度程序的实现,C++源代码-Computer operating system disk scheduler implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1020
    • 提供者:肖大宝
  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. caozuoxitongdiantidiaodusuanfa

    0下载:
  2. 操作系统中的磁盘调度算法,为电梯调度算法,包含实验报告和算法-Operating system disk scheduling, scheduling algorithm for the elevator, including lab reports and algorithms
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:5553
    • 提供者:yangyang
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com