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

搜索资源列表

  1. scan_attemper

    0下载:
  2. 有关scan扫描算法的基于MFC的程序,可视化界面-the scan scan algorithm based on the procedures for MFC, Visual Interface
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:113kb
    • 提供者:王一
  1. zuoyecaozuoxitong

    0下载:
  2. 编程模拟实现磁盘调度算法(3)---------采用循环扫描cscan算法-simulation programming disk scheduling algorithm (3 )--------- cycle scanning algorithm cscan
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:林明
  1. CSCAN

    0下载:
  2. 一个用VC++实现的CSCAN扫描算法。但是不是可视化界面-a VC with the rltrasonic scanning algorithm. But is visualization interface.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:347.79kb
    • 提供者:踏歌内
  1. 1100

    0下载:
  2. 非常好的一个磁盘调度程序算法,包括先来先服务,循环扫描等,希望大家能够喜欢-Very good procedures for a disk scheduling algorithm, including the first-come, first service, scanning cycle, so that we can love
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3.41kb
    • 提供者:三毛
  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. caozuoxit

    0下载:
  2. 操作系统。主要对最短寻道时间优先(SSTF)和扫描(SCAN)算法进行模拟演练!-C++
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:5.48kb
    • 提供者:见习生1
  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
    • 文件大小:71.89kb
    • 提供者:feinglei
  1. diskseekingalgorithms

    0下载:
  2. 操作系统课程设计,磁盘寻道算法。做了扫描和循环扫描算法。分别用数组和链表方式进行了测试。并比较了时间效率。-Operating systems curriculum design, disk seeking algorithms. Done a scan and cyclic scan algorithm. Way with arrays and linked lists were tested. And compared the time efficiency.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:611.44kb
    • 提供者:田晓宇
  1. scan_and_sstf

    0下载:
  2. 最短寻道时间优先(SSTF)和扫描(SCAN)算法。可以对给出的任意的磁盘请求序列、计算平均寻道长度; 要求可定制磁盘请求序列长度、磁头起始位置、磁头移动方向。-Shortest seek time first (SSTF) and scanning (SCAN) algorithm. Can be given any sequence of disk requests, calculate the average seek length requirements can be customi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:192.97kb
    • 提供者:李朗
  1. disk-schedule

    0下载:
  2. 操作系统\磁盘调度 磁盘调度的4种调度方式: 先来先服务调度\最短寻道时间优先调度算法\单向扫描/循环扫描调度算法-Operating System \ disk scheduling the four scheduling disk scheduling methods: first-come first-served scheduling \ shortest seek time first scheduling algorithm \ one-way scan/scan sch
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:293.3kb
    • 提供者:oran
  1. Disk-scheduling

    0下载:
  2. ① 理解和掌握常用的磁盘调度算法的内容和原理。磁盘是可被多个进程共享的设备。当有 多个进程都请求访问磁盘时,应采用一种适当的调度算法,以使各个进程对磁盘的平均访问(主要是寻道)时间最小。 ② 通过本实验,使用先来先服务算法、最短寻道时间优先算法、扫描算法,模拟实现一个简单的磁盘调度系统。 -The understanding and grasp of the commonly used disk scheduling algorithm content and principle.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1.53kb
    • 提供者:苡莣
  1. operating-system

    0下载:
  2. 计银行家算法,void FCFS(int Han,int DiscL[]) //先来先服务算法(FCFS) void SSTF(int Han,int DiscL[]) //最短寻道时间优先算法(SSTF) int SCAN(int Han,int DiscL[],int x,int y) //扫描算法(SCAN) void CSCAN(int Han,int DiscL[]) //循环扫描算法(CSCAN) void N_Step_SCAN(int Han1,int DiscL
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:235kb
    • 提供者:suhuhu
  1. NewJFrame

    0下载:
  2. 磁盘调度算法的模拟与实现 1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Simulation and implementation of a first-come, first-served (FCFS) disk scheduling algorithm 2, the shortest seek time priority (SSTF) 3, scanning algorithm (SCAN)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:3.04kb
    • 提供者:姬永明
  1. subject_5

    4下载:
  2. 编写一个磁盘调度程序,模拟操作系统对磁盘的调度。  可以随机输入磁道请求序列,当前磁头位置和磁头移动方向,支持先来先服务、最短寻道时间优先、扫描、循环扫描调度算法,能够输出磁头移动经过的磁道序列。 输入: 磁盘调度算法     当前磁头位置     磁头移动方向     磁道请求序列(磁道1,磁道2,磁道3,...)     其中:     (1) 调度算法选项为: 1 先来先服务 2 最短寻道时间优先
  3. 所属分类:OS Develop

    • 发布日期:2017-01-11
    • 文件大小:1kb
    • 提供者:刘先生
  1. ConsoleApplication21

    0下载:
  2. 1、模拟先来先服务法(First-Come, First-Served,FCFS),最短寻道时间优先法(Shortest Seek Time First, SSTF),电梯扫描算法(SCAN)三种磁盘调度算法;(FCFS SSTF SCAN how to show you)
  3. 所属分类:操作系统开发

搜珍网 www.dssz.com