CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 最短

搜索资源列表

  1. cibidiaodu

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

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

    0下载:
  2. 21.c 先来先服务(FCFS)算法调度作业运行。 211.c最短作业优先(SJF)调度算法。 212.c响应比高者优先(HRN)调度算法-21.c first-come first-service (FCFS queue) algorithm scheduling operations running. 211.c shortest priority operations (SJF) scheduling algorithm. 212.c response ratio were hig
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:61.17kb
    • 提供者:陈生
  1. Sys-simulate

    0下载:
  2. 模拟先来先服务作业调度 模拟最短作业优先作业调度 模拟响应比高者优先作业调度 -simulated first-come first-service job scheduling simulation shortest priority job scheduling operations simulation response ratio were higher priorities Job Scheduling
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:133.27kb
    • 提供者:李建康
  1. C-PRO3

    0下载:
  2. 用C语言实现的最短作业优先(包括抢占式和非抢占式)调度。-C language of the shortest priority operations (including preemptive and non-preemptive) scheduling.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:19.92kb
    • 提供者:武键
  1. 磁盘调度算法

    0下载:
  2. 磁盘调度算法 1。实现三种算法: 1。先来先服务 2。最短寻道优先(可自己假设当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-a disk scheduling algorithms. Three algorithms to achieve : 1. First-come first-serve two. Seeking shortest priority (to
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.17kb
    • 提供者:飞扬
  1. xp

    0下载:
  2. 完美卸载简装版介绍: 完美卸载是系统维护的瑞士军刀,独立的完美卸载简装版专门分离出软件卸载功能,针对用户难于卸载的300多个软件,进行快速彻底的清除。 完美卸载保证及时处理最新的软件,在最短的时间内解决用户卸载软件难的问题,并及时升级保证您的使用体验
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.75mb
    • 提供者:panweigood
  1. sy

    0下载:
  2. 操作系统实验 实现先进先出算法 基于优先级算法 最短执行时间算法
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.07kb
    • 提供者:周密
  1. os2final

    0下载:
  2. 先进先出,高响应比,最短优先-FIFO and high response ratio, minimum priority
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:陈如
  1. C

    0下载:
  2. 1) 设计下沙校园平面图,在校园景点选10个左右景点。以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等有关信息。 2) 为来访客人提供图中任意景点相关信息的查询。 3) 为来访客人提供任意景点的问路查询,即查询任意两个景点之间的一条最短路径。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:40.79kb
    • 提供者:Michel
  1. SJF.rar

    0下载:
  2. SJF算法,最短优先算法,大家还是看看吧,同样帮修改一下阿,谢谢啦,SJF algorithm, the shortest priority algorithm, we still look at it, also changed a bit to help Ah, thank you
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:2.63kb
    • 提供者:周玉
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8.33kb
    • 提供者:linqingyang
  1. c

    0下载:
  2. 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-Requirements: 1. The realization of the three algorithms: 1. First Come First
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1.71kb
    • 提供者:
  1. cipanyibi

    0下载:
  2. 磁盘移臂调度过程模拟系统的设计——先来先服务法、最短寻道时间优先算法、电梯算法-The process of shifting the disk arm scheduling simulation system design- first come first serve method, the shortest seek time priority algorithm, Elevator algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.85kb
    • 提供者:lingfei
  1. cpdd

    0下载:
  2. 设计五个算法,分别是先来先服务算法,最短寻道时间优先算法,扫描(SCAN)算法,循环扫描(CSCAN)算法,NStepSCAN算法.由人工输入当前的磁道数,由系统随即生成要访问的磁道-The design of the five algorithms, namely, first-come first-serve algorithm, the shortest seek time priority algorithm, scanning (SCAN) algorithm, scanning cy
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3.25kb
    • 提供者:uuwei
  1. include

    0下载:
  2. 磁盘调度算法,包含先来先服务,最短优先调度服务,电梯调度算法,单向调度算法,我也不知道到底好不好-disc dispatch algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:4.44kb
    • 提供者:李小月
  1. DiskAtemper

    0下载:
  2. 这是一个关于计算磁盘调度的算法,包括最短优先,s-scan,fcfs等。-This is one on the calculation of disk scheduling algorithms, including the shortest first, s-scan, fcfs so.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.66kb
    • 提供者:ming
  1. zuoyediaoducaozuoxitong

    0下载:
  2. 作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-FCFS.SJF.HRRN
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.93kb
    • 提供者:张驰
  1. shiyan

    0下载:
  2. 进程调度 先来先服务 最大优先数 最短执行时间-Process scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:255.91kb
    • 提供者:Jennifer
  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
    • 文件大小:1.02kb
    • 提供者:lzh
  1. work

    0下载:
  2. 作业调度,包含最短作业优先(SJF)、响应比高者优先(HRN)-Job scheduling, including the shortest job first (SJF), respond to than high preferred (HRN) ...
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1.43kb
    • 提供者:lzh
« 12 3 4 »
搜珍网 www.dssz.com