Welcome![Sign In][Sign Up]
Location:
Search - disk scheduling source code

Search list

[File Operatecipantiaodu

Description: sstf 最短磁盘调度算法,有详细的设计过程描述,包含原代码的,测试结果报告-sstf shortest disk scheduling algorithm, a detailed description of the design process, including source code, test results report
Platform: | Size: 6651 | Author: 小梨 | Hits:

[OS DevelopCipan1

Description: 磁盘调度算法源程序-disk scheduling algorithm source code
Platform: | Size: 2061 | Author: 网旭 | Hits:

[OS DevelopCipan1

Description: 磁盘调度算法源程序-disk scheduling algorithm source code
Platform: | Size: 2048 | Author: 网旭 | Hits:

[Dialog_WindowSSTF

Description: 操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
Platform: | Size: 1024 | Author: 陈秀兰 | Hits:

[File Formatcipantiaodu

Description: sstf 最短磁盘调度算法,有详细的设计过程描述,包含原代码的,测试结果报告-sstf shortest disk scheduling algorithm, a detailed description of the design process, including source code, test results report
Platform: | Size: 6144 | Author: 小梨 | Hits:

[OS Developsstf

Description: 磁盘调度的三种方法的其中一种用C语言实现-Disk scheduling one of three methods using C language
Platform: | Size: 1024 | Author: 范小雨 | Hits:

[Disk Toolscipandiaodu

Description: 操作系统的所有磁盘调度算法源程序代码,需要的就下载吧!-All the disk operating system scheduling algorithm source code, need to download it!
Platform: | Size: 1024 | Author: kon | Hits:

[OS DevelopDISK

Description: 采用C语言编写的源码,磁盘的调度模拟(没有图形界面)-The use of C language source code, disk scheduling simulation (no graphical interface)
Platform: | Size: 4096 | Author: | Hits:

[OS programos

Description: 操作系统:模拟磁盘调度算法 课题要求:●建立相应的数据结构 ●在屏幕上显示磁盘请求的服务状况 ●时间的流逝可用下面方法模拟: (a)按键盘,没按一次可认为过了一个时间单位 (b)响应WM_TIMER ●将一批磁盘请求的情况存磁盘文件,以后可以读出并重放 ●支持算法:FIFO,SSTF,SCAN,CSCAN,FSCAN -Operating Systems: simulation of disk scheduling algorithm subject requirements: ● the establishment of the corresponding data structure displayed on the screen ● disk status of the requested service ● time simulation can be used the following methods: (a) by the keyboard, not by one that had a time units (b) in response to a number of disk WM_TIMER ● request keep the disk files, then you can read and playback ● support algorithm: FIFO, SSTF, SCAN, CSCAN, FSCAN
Platform: | Size: 2051072 | Author: jiabin | Hits:

[OtherNCYMZH1-4

Description: 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithm, and calculated for each algorithm the average seek length, the main interface to design a flexible choice of a certain algorithm, and must realize the following algorithm: 1, first-come first-serve algorithm (FCFS) 2, Shortest Seek Time priority algorithms (SSTF) 3, scan algorithm (SCAN) 4, cycle scan algorithm (CSCAN)
Platform: | Size: 603136 | Author: CLJ | Hits:

[OS Developfczxtsxbg

Description: 操作系统实习报告,LINUX常用命令,fork.c源代码分析,磁盘调度-Internship report of the operating system, LINUX commonly used commands, fork.c source code analysis, disk scheduling
Platform: | Size: 530432 | Author: 屈辰子 | Hits:

[OS Developoskcsj

Description: 模拟电梯调度算法,实现对磁盘的驱动调度,源代码,流程图,截图-Simulated elevator scheduling algorithm, the realization of the disk drive scheduling, source code, flowcharts, screenshots
Platform: | Size: 83968 | Author: 屈辰子 | Hits:

[JSP/Javaelevator

Description: java电梯调度算法,含可视化窗口,演示简单直观-java elevator scheduling algorithm, including visualization window, simple and intuitive presentation
Platform: | Size: 50176 | Author: | Hits:

[Disk Toolsdianti01

Description: 电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
Platform: | Size: 1024 | Author: 操智雄 | Hits:

[OS Developcpdd

Description: 这是一个磁盘调度算法的源程序代码,为C++格式的,里面包含了先来先服务等三个代码的算法,与大家分享-This is a disk scheduling algorithm source code for C++ format, which includes a first-come first-serve algorithm for the three codes to share with you
Platform: | Size: 1024 | Author: 雪莱 | Hits:

[Windows Developcaozuoxitong

Description: 实现操作系统磁盘调度分析课程设计,报告源代码及实验报告所有环节。-Analysis of the achievement of the operating system disk scheduling curriculum design, the report of the source code and report on all aspects of the experiment.
Platform: | Size: 112640 | Author: cirenlamu | Hits:

[Windows Developdiskschedulingalgorithmsourcecode

Description: 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
Platform: | Size: 672768 | Author: cjw | Hits:

[Disk Toolstrack

Description: 磁盘调度的源代码 包含SCAN CSCAN等-The source code contains the disk scheduling, etc. SCAN CSCAN
Platform: | Size: 22528 | Author: hxy | Hits:

[OtherOSDiskDispatchDemo

Description: 磁盘调度算法的模拟实现,我大学时的一个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 of the algorithm mainly
Platform: | Size: 3072 | Author: 李萌 | Hits:

[Internet-NetworkUbuntu-source-Definitive-Guide

Description: 《Ubuntu权威指南》首先介绍Ubuntu Linux系统的安装与GNOME桌面环境,然后从基本命令行入手,由浅入深,逐步阐述Linux系统的基本概念与原理,同时给出大量的应用实例。在此基础上,对Linux系统的各种文件系统、Shell编程、进程管理、软件管理、磁盘空间管理、用户管理、系统启动过程、作业调度与系统日志、TCP/IP网络管理与应用、OpenSSH、DNS、NFS、Samba、Apache服务器与MySQL数据库等方面进行了深入的讨论。 《Ubuntu权威指南》内容丰富,语言流畅,涵盖了Linux系统的主要课题,可以作为学习、使用、管理与维护Ubuntu Linux系统的工具书,也可作为学习Linux操作系统的主要参考书。该文件是该书的源代码。-"Ubuntu Definitive Guide," first introduced the Ubuntu Linux system installation with the GNOME desktop environment, and then start from the basic command line, Deep Linux system gradually expounded the basic concepts and principles, and gives a large number of application examples. On this basis, the Linux system, the various file systems, Shell programming, process management, software management, disk space management, user management, system boot process, job scheduling and system logs, TCP/IP network management and application, OpenSSH, DNS, NFS, Samba, Apache server and MySQL database and other aspects of in-depth discussions. "Ubuntu Definitive Guide" is rich in content, language fluency, covering the main topics of the Linux system can be used as study, use, manage and maintain Ubuntu Linux system tool can also be used as learning the Linux operating system, the main reference. The document is the book s source code.
Platform: | Size: 38912 | Author: 大眼贼 | Hits:
« 12 »

CodeBus www.codebus.net