搜索资源列表
NDisk
- 操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
操作系统课设
- 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
SSTF
- 操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
磁盘调度算法
- 操作系统课设磁盘调度算法,并求出每种算法的平均寻道长度
cipandiaodu
- 操作系统中磁盘调度算法,基本有四种算法,用C++实现
用信号量实现磁盘调度SCAN算法
- 属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
scan与cscan算法模拟磁盘调度实验
- 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
OS_algorithm
- 操作系统,磁盘调度算法演示程序,电梯调度算法-Operating systems, disk scheduling algorithm demo program
disk_attemper
- 模拟操作系统的磁盘读取,按照不同的磁盘调度算法,进行比较磁盘调度的效果,并用图显示出来。-simulate mircosoft system disk attemper
cipandiaodu
- 操作系统磁盘调度算法,课程设计,内附流程图-Operating system disk scheduling algorithm, curriculum design, containing a flow chart
SCAN
- 磁盘调度算法中的SCAN算法,c++实现,操作系统课程设计-Disk scheduling algorithm in the SCAN algorithm, c++ to achieve, the operating system of course design
407417080115
- 操作系统课程设计驱动调度 模拟电梯调度算法,实现对磁盘的驱动调度-Operating system scheduling simulation program designed to drive the elevator scheduling algorithm to achieve the scheduling of disk drives
003
- 操作系统课程设计报告及代码,磁盘调度算法中的FCFS,SSTF,SCAN,CSCAN-Curriculum design and operating system code, disk scheduling algorithms FCFS, SSTF, SCAN, CSCAN
Disk-Scheduling-Alogorithms
- 操作系统磁盘调度算法 操作系统磁盘调度算法-Operating system, disk scheduling algorithm operating system, disk scheduling algorithms operating system disk scheduling algorithm
test
- 一个模拟操作系统磁盘调度算法的小程序,对学习很有帮助-A small program to simulate the operating system disk scheduling algorithm helpful in learning
cipan
- 可以模拟操作那系统中的磁盘调度算法,比如FCFS 等。(Can simulate the operation of the system disk scheduling algorithm, such as FCFS and so on.)
磁盘调度
- 模拟实现操作系统磁盘调度算法,哈哈哈哈哈哈哈哈哈哈哈哈哈啊哈哈哈(use cao zuoxi tong suwfueiuwegui wiuefiw fugefiuwga,m choiwe cwkeguw ckwehw.e ckuegcwcewcwc)
demo3
- 进行了磁盘调度算法中的电梯调度算法,亲测有效,环境为win10+VS2015(The elevator scheduling algorithm in the disk scheduling algorithm is carried out, and the environment is win10+VS2015)
ConsoleApplication21
- 1、模拟先来先服务法(First-Come, First-Served,FCFS),最短寻道时间优先法(Shortest Seek Time First, SSTF),电梯扫描算法(SCAN)三种磁盘调度算法;(FCFS SSTF SCAN how to show you)
操作系统磁盘调度
- 该程序是在操作系统实训期间完成,能够实现先来先服务,扫描算法和循环扫描算法。既可以一条访盘序列用三个算法,也可以重新输入。