CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 磁盘编程 搜索资源 - 算法实现

搜索资源列表

  1. 磁盘进行调度的算法

    0下载:
  2. 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。
  3. 所属分类:磁盘编程

    • 发布日期:2013-04-24
    • 文件大小:1452
    • 提供者:JOHN
  1. 8

    0下载:
  2. 磁盘调度算法,实现了各种算法,如FIFO
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:2182
    • 提供者:huang
  1. ymzh

    0下载:
  2. 这是一个页面置换算法的实现,功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列 *给出FIFO、LRU、OPT算法的缺页中断率 *本程序中设初始页框里的页号与实际页号都不同-This is a page replacement algorithm to achieve functional descr iption : Importation of a few pages available memory and a logic operation visit, the page is g
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:3105
    • 提供者:齐大永
  1. dianti

    0下载:
  2. 磁盘调度算法,用的电梯调度的算法实现,再vc下可以运行!-Disk scheduling algorithm, using the elevator scheduling algorithm, and then can run under vc!
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:1658
    • 提供者:操智雄
  1. dianti01

    0下载:
  2. 电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:1640
    • 提供者:操智雄
  1. cipandiaodu

    0下载:
  2. 磁盘调度算法的实现,包括先来先服务、电梯法、最短路径优先法 -Disk scheduling algorithm, including the first-come, first serve, lift method, Shortest Path First Act
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:3174
    • 提供者:liuwei
  1. hwarray.12.25.21.tar

    0下载:
  2. 解决磁盘带宽瓶颈问题一个比较好的方案是采用RAID技术。但由于视频数据本身的特点依靠普通的RAID算法技术无法将存储带宽进一步提高,对目前市场上比较成熟的RAID产品的分析和测试性能都不是很强。基于上述原因,针对流媒体服务器视频数据的特点提出了自行定义的一些存储规则,通过一定的手段实现存储输出带宽的极大增长。通过对网上相关资料的分析和专利的查询工作,表明新的RAID-H技术具有独创性,可以很好解决存储带宽的提升。媒体服务器的存储方案是采用自行设计定义的RAID技术实现硬件平台,选用INTEL的I
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-23
    • 文件大小:7449039
    • 提供者:江南
  1. cipan

    0下载:
  2. 实现磁盘扫描的功能,主要是操作系统中的四种算法-Achieve the ScanDisk function of
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:5847
    • 提供者:xiaoxue
  1. test

    0下载:
  2. 图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:46199
    • 提供者:ouxinsu
  1. cipandiaodu

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

    • 发布日期:2017-03-31
    • 文件大小:1312
    • 提供者:圣人
  1. fenqucunchuguano

    0下载:
  2. 应用首次适应算法实现动态分区存储管理。主要思想是通过图形界面来获得用户输入信息。-Applications for the first time to adapt to the dynamic partitioning algorithm storage management. The main idea is to get through the graphical interface, user input information.
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-05
    • 文件大小:163315
    • 提供者:沈陆
  1. cipandiaodusuanfa

    0下载:
  2. 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。-This program to disk scheduling algorithm, first come first serve, Seeking shortest priority scanning, check scanning and circulation of five algorithms to achieve.
  3. 所属分类:Disk Tools

    • 发布日期:2017-11-24
    • 文件大小:1452
    • 提供者:宋江
  1. ll

    0下载:
  2. 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。 2. 实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 3. 设定开始磁道号寻道范围,依据起始扫描磁道号和最大磁道号数,随机产生要进行寻道的磁道号序列。 4. 选择磁盘调度算法,显示该算法的磁道访问顺序,计算出移动的磁道总数和平均寻道总数。 -1. This experiment is a simulation of the operating syst
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:1586
    • 提供者:路东方
  1. Cpdd

    0下载:
  2. 模拟实现磁盘调度算法:最短寻道时间优先(SSTF)和扫描(SCAN)算法。-Simulation disk scheduling algorithms: shortest seek priority (SSTF) and scanning (SCAN) algorithm.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:1115
    • 提供者:马亚
  1. music-and-esprit

    0下载:
  2. music与esprit算法,独立函数编写,可实现doa波达角的计算与估计。 -music and esprit algorithm
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-07
    • 文件大小:1205
    • 提供者:王怡
  1. LRU2

    0下载:
  2. 本文是本科期间缩写的一个LRU算法,基于c++语言,实现比较简单-This article is a abbreviated undergraduate during the LRU algorithm, based on c++ language, relatively simple to achieve
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-06
    • 文件大小:1107427
    • 提供者:李枫
搜珍网 www.dssz.com