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

搜索资源列表

  1. LinuxGroupMan

    1下载:
  2. Unix 成组链接法 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理-Unix Group Links UNIX System Simulation of spare pieces Group link, disk storage space to achieve the management
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:36.57kb
    • 提供者:戴其蓬
  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. disk_scheding

    0下载:
  2. 此算法模拟操作系统中磁盘移动臂调度算法 -algorithm simulation operating system disk mobile arm Scheduling Algorithm
  3. 所属分类:操作系统开发

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

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

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

    1下载:
  2. 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:135.57kb
    • 提供者:邹英斌
  1. 用login二级目录的文件系统

    1下载:
  2. 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on som
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.19kb
    • 提供者:程倩
  1. 文件系统模拟

    1下载:
  2. 文件系统模拟 模拟采用二级目录结构的磁盘文件系统中的文件操作-Analog simulation of the file system directory structure with the secondary file system disk file operations
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-28
    • 文件大小:7.73kb
    • 提供者:Dan_moon
  1. main

    0下载:
  2. 模拟成组链接法,实现文件系统磁盘空间管理,包括申请,释放-Simulation of the group link method, the file system disk space management, including the application, the release of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.63kb
    • 提供者:梁翀
  1. Disk

    0下载:
  2. IO磁盘模拟问题的源代码上传 欢迎下载 -IO disk simulation problem From welcome to download the source code
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:1.89mb
    • 提供者:赵启辰
  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. Scan

    0下载:
  2. 一个完整的模拟磁盘电梯调度算法 有详细的注释-Simulation of a complete elevator disk scheduling algorithm detailed notes
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1.88kb
    • 提供者:刘贤震
  1. osexperiment

    0下载:
  2. 我们全部的四个操作系统实验,模拟系统的内存管理,磁盘管理-We test all of the four operating systems, simulation systems memory management, disk management
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3.51mb
    • 提供者:leolee
  1. OS

    0下载:
  2. 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage medi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:483.39kb
    • 提供者:杜宁林
  1. abc

    0下载:
  2. 计算机操作系统磁盘驱动调度算法的模拟实现-Computer operating system disk drive simulation scheduling algorithm to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:9.71kb
    • 提供者:多啦A梦
  1. OS-designreport

    0下载:
  2. 将操作系统的四个实验进行合成,组成界面,用于实现操作系统的四大功能的模拟,分别进行进程管理、处理机调度-作业调度、存储管理-页面调度以及设备管理-磁盘调度-The four experiments operating system synthesis, composition interface, the operating system used to implement the four functions of the simulation, respectively, process m
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:151.33kb
    • 提供者:Nina
  1. Document-Management-System

    0下载:
  2. 文件管理系统 文件管理系统的设计实际上是对Windows资源管理器的模拟和扩展。它通过IO命名空间中相关类实现对磁盘、文件以及目录的访问,在制定的位置新建一个文件或目录、对指定的文件或目录进行删除操作、用相关的应用程序打开指定的文件和对某些特殊文件(如txt文件)进行编辑。-Document management system document management system is actually a simulation of Windows Explorer and expand.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:512.59kb
    • 提供者:nizy
  1. disk

    0下载:
  2. 操作系统各种调度算法模拟,包括先来先服务、最短寻道时间优先、电梯调度算法等。-A variety of operating systems scheduling algorithm simulation, including first come, first service, the shortest way time priority, elevator for scheduling algorithm, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.71kb
    • 提供者:lou
  1. Disk-scheduling-algorithm-simulation

    0下载:
  2. 磁盘调度算法的模拟实现及对比-Disk scheduling algorithm simulation and comparison of various algorithms of OPT, FIFO, the LRU simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:48.96kb
    • 提供者:Qugo
  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. Disk-scheduling

    0下载:
  2. 对操作系统的磁盘调度的一个算法模拟,可以根据界面上的提示进行相应操作。-An operating system disk scheduling algorithm simulation, based on the interface and operate accordingly.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:1.06kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com