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

搜索资源列表

  1. Diskatt

    0下载:
  2. C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10361
    • 提供者:
  1. SSTF

    0下载:
  2. 操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:866
    • 提供者:陈秀兰
  1. FCFSSSTF

    0下载:
  2. 《操作系统原理》课程设计 课题名称:磁臂调度及扇区排队算法模拟 模拟了FCFS和SSTF两种调度 -"Operating Systems Theory" design issues Name : Magnetic Sector arm scheduling and queuing algorithm simulation and the simulation of FCFS queue scheduling two SSTF
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:298076
    • 提供者:张兴州
  1. VBSSTF

    0下载:
  2. 是用VB写的操作系统课程设计SSTF模拟算法程序-is written in VB courses on operating system design simulation algorithm procedures SSTF
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:334329
    • 提供者:wsstc
  1. cipantiaodu

    0下载:
  2. sstf 最短磁盘调度算法,有详细的设计过程描述,包含原代码的,测试结果报告-sstf shortest disk scheduling algorithm, a detailed descr iption of the design process, including source code, test results report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6651
    • 提供者:小梨
  1. neicunyemianzhihuansuanfa

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calculated the average Seeking lengt
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:152468
    • 提供者:张宁
  1. OS

    0下载:
  2. java实现磁盘调度,包含FCFS,SSTF,SCAN,CSAN
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:17946
    • 提供者:张欢
  1. cipandiaodu

    0下载:
  2. 在先来先服务调度算法(FCFS),最短寻道时间优先调度算法(SSTF),循环扫描算法(SCAN)中选择一个适合的磁盘调度算法完成磁盘查找内容。-First come first serve scheduling algorithm (FCFS), priority scheduling algorithm for the shortest seek time (SSTF), cycle scan algorithm (SCAN) to select a suitable disk schedul
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:7845
    • 提供者:machunyu
  1. FCFSSSTFSCAN

    0下载:
  2. 一个简单的SSTF磁盘调度算法,在WIN2000环境下,由Visual C++编写完成-A simple SSTF disk scheduling algorithm, in WIN2000 environment, by Visual C++ Prepared
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5632
    • 提供者:李什
  1. spn

    0下载:
  2. SSTF算法操作系统实验SSTF算法实验源代码轻松完成实验-SSTF algorithm SSTF algorithm experiment experimental operating system source code to easily complete the experiment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:646
    • 提供者:帆帆
  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. choose

    0下载:
  2. 先来先服务算法(FCFS)最短寻道时间优先算法(SSTF)并求出每种算法的平均寻道长度-First-come, first-served algorithms (FCFS) algorithm for the shortest seek time first (SSTF) and find the length of each algorithm, the average seek
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:1432
    • 提供者:高飞
  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. 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. 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. OS2010

    0下载:
  2. 可视化磁盘调度,实现四种方法fcfs,sstf,scan,cscan-Visual disk scheduling, achieving four methods fcfs, sstf, scan, cscan
  3. 所属分类:Network Security

    • 发布日期:2017-05-10
    • 文件大小:2297446
    • 提供者:高新鹏
  1. cipandiaodusuanfa

    0下载:
  2. 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:904561
    • 提供者:abc
  1. GestoreDisco

    0下载:
  2. EXAMPLE OF AN ALGORITHM SSTF
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1793
    • 提供者:MATTEO
  1. SStF

    0下载:
  2. 最短寻道时间优先(SSTF)和扫描(SCAN)算法-Shortest seek first (SSTF) and scanning (SCAN) algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1059
    • 提供者:铁砧
  1. SSTF

    0下载:
  2. 初学者编写 的SSTF算法的实现,不是不是太好,你可能会用得到。-the method of SSTF,maybe you need it.
  3. 所属分类:Data structs

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