CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 操作系统 存储管理实验

搜索资源列表

  1. storemanage

    0下载:
  2. 这是上操作系统课的时候上实验学习存储管理那一部分,这个源代码是模拟的操作系统进行存储管理的.-This is the operating system on the experimental time course study that part of storage management, the source code of the operating system is the simulation of storage management.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:177026
    • 提供者:yibingjing
  1. process

    0下载:
  2. 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1137002
    • 提供者:white Snow
  1. os

    0下载:
  2. 操作系统实验报告,关于进程调度和存储管理的-Experimental operating system reports on the process of scheduling and storage management
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:208142
    • 提供者:燃烧
  1. file1

    0下载:
  2. 计算机专业操作系统实验报告,实验四存储管理-Computer Professional operating system, experimental report, experiment 4 Storage Management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:58034
    • 提供者:黄归
  1. 02

    0下载:
  2. 是操作系统分区式存储管理的一个运行试验,是用C++编写的。可以帮助更好的理解实验-Is the operating system partition storage management, a running test, is written in C++. Can help a better understanding of experimental
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:872994
    • 提供者:何玉
  1. ymzh

    0下载:
  2. 有关计算机操作系统中存储管理中的页面置换算法实验代码-The computer operating system stored in the management of the experiment code on the page replacement algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:975
    • 提供者:段明磊
  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
    • 文件大小:154962
    • 提供者:Nina
  1. OS

    0下载:
  2. 操作系统存储分区管理实验程序 采用首次适应算法 手动申请分区-Storage area management of the operating system using first-fit algorithm for experimental procedures manual for district
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1895413
    • 提供者:barry
  1. system

    0下载:
  2. 操作系统实验(进程调度+存储管理+磁盘调度++银行家算法+文件系统设计).doc-Operating System Experiment (process scheduling memory management++++ bankers disk scheduling algorithms+ file system). Doc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:99617
    • 提供者:明立寿
  1. exp

    0下载:
  2. 这个是我们操作系统的一个实验,它主要是编写一个简单的存储管理(文件管理),采用了双层目录结构来对文件管理的工作过程进行模拟,因为单层目录结构可能会在不同用户之间引起文件名称的混淆,因此为每个用户都创建一个独立目录。而且每次每个用户可保存10个文件,且在一次运行中只能打开一个文件,并对文件设置保护措施。呵呵,是不是怪简单的-This is an experimental operating system, it is primarily the preparation of a simple st
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:10987637
    • 提供者:happy
  1. Operating-System-visal--file-System

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

    • 发布日期:2017-04-09
    • 文件大小:1488954
    • 提供者:dorighting
  1. T_5424

    0下载:
  2. 操作系统第一次实验参考资料 可变分区存储管理 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:13822
    • 提供者:黄泽霖
  1. Basic-paging-management-reports

    0下载:
  2. 这是一个操作系统系统方面的资源,主要功能是实现基本分页存储管理,里面含有源代码+详细实验报告及相应的运行过程,希望对各位有所帮助。-This is an operating system, system resources, the main function is to achieve the basic storage management page, which contains the source code+ detailed lab report and the correspond
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:93507
    • 提供者:黎明
  1. storage-administration

    0下载:
  2. 操作系统实验虚拟存储管理有完整的代码和结果截图和注释以及使用说明-The operating system experiment virtual storage management have complete code and the results screenshots and commentary and instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:109133
    • 提供者:hule
  1. yemiancunchu

    0下载:
  2. 操作系统实验页面存储管理有完整的代码和结果截图和注释以及使用说明-The operating system experiment page storage management have complete code and the results screenshots and commentary and instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:133107
    • 提供者:hule
  1. cunchuguanli

    0下载:
  2. 操作系统实验二:存储管理——基本分页存储管理-Operating system Experiment II: storage management- paging storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1688
    • 提供者:陈百成
  1. Cfile1o

    0下载:
  2. 计算机专业操作系统实实验报告,实验四存储管理 -Real experimental report of the Computer Professional operating system, experimental storage management
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:58202
    • 提供者:zd
  1. os1

    0下载:
  2. 操作系统的实验,存储管理和虚拟存储器管理-Experiments of the operating system, memory management and virtual memory management
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:3530
    • 提供者:云天碧
  1. DEAL_STORAGE_NEW

    1下载:
  2. ① 本实验是模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 ② 采用最先适应法、最佳适应法、最坏适应法分配主存空间。 ③ 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这时应把它分成二部分,一部分为占用区,剩余部分又成为一个空闲区。 ④ 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。 ⑤ 运行所设计的程序,输出有关数据结构表项的
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:1907878
    • 提供者:张丹
  1. linux-mem

    0下载:
  2. 实验1-可变分区存储管理 交大计算机 操作系统作业-Experiment 1- variable storage management Jiaotong computer operating system job
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:16370
    • 提供者:godwot
« 1 2 34 »
搜珍网 www.dssz.com