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

搜索资源列表

  1. HMHMHMH

    0下载:
  2. 操作系统的课程设计,存储管理,相当好,给各位欣赏一下,学习学习,OK-Operating system, curriculum design, storage management, very good to you and admire, learn, OK
  3. 所属分类:OS Develop

    • 发布日期:2017-04-28
    • 文件大小:72069
    • 提供者:李丽
  1. manager_save

    0下载:
  2. 操作系统课程设计 模拟实现可变分区存储管理-Curriculum design simulation of the operating system to achieve variable partition storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:257923
    • 提供者:kaixincai
  1. sto

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page request to design a storage management program. And the preparation of simul
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:14522
    • 提供者:wyywd
  1. cunchuguanli

    0下载:
  2. 模拟系统中,主存部分分为两部分,一部分是系统区,这里只存放进程控制块和内存分配表,一部分是用户区,这里主要是对用户区的管理。 系统区包括PCB区域、内存空间分配表; 用户区用数组模拟,大小为512字节,存储管理采用动态分区存储管理方式。-Simulation system, part of main memory is divided into two parts, the system area, only the storage process control block and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3069
    • 提供者:liweixia
  1. neicunguanli

    0下载:
  2. 1.应用所学过的课程软件工程、数据结构、操作系统原理、高级语言程序设计等专业知识完成系统的分析和设计; 2.完成的系统能模拟实际应用,具体要求如下: ① 用户界面友好; ② 实现多道多任务内存管理,涉及分区管理、页式管理、虚拟存储管理; ③ 设计应遵守软件工程原则,软件有健壮性; ④ 文档规范,图表清楚,符合论文规范。 -Computer Operating System(OS) control and manage various computer systems ha
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9994791
    • 提供者:cl
  1. PageManagement

    0下载:
  2. 操作系统功能中,请求页式存储管理的实现程序,C语言编程实现-Operating system functions, the request for page storage management implementation program, C programming language implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:147197
    • 提供者:yf
  1. Unix_system_design

    0下载:
  2. 本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:8773354
    • 提供者:Roric
  1. OPERAING

    0下载:
  2. 操作系统中的固定分区存储管理的实验报告,有截图和代码。-operating system
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:31781
    • 提供者:李楠
  1. d

    0下载:
  2. 操作系统课程设计实现可变分区存储管理 大学本科-Curriculum design to achieve the operating system storage management variable college district
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2280
    • 提供者:zpwz_yz
  1. Page

    0下载:
  2. MFC程序模拟内存的页式存储管理机制,并分时完成每个作业。-MFC simulation program storage memory page management mechanism, and time to complete each operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1066038
    • 提供者:华秋实
  1. cunchu

    0下载:
  2. 操作系统实验报告,关于存储管理的应用,比较实用-Experimental report the operating system on the storage management applications, more practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3079
    • 提供者:麦琪
  1. 905186

    0下载:
  2. 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:12545
    • 提供者:lys
  1. File

    0下载:
  2. 设计一个请求页式存储管理方案,并编写模拟程序实现之。页面淘汰算法采用 ① FIFO页面淘汰算法 ② LRU页面淘汰算法。-sorry
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:9637
    • 提供者:shazi
  1. fenqucunchu

    0下载:
  2. 编写程序完成可变分区存储管理方式的内存分配会受。实验具体包括:首先确定内存空间分配表;然后采用最佳分配算法完成内存空间的分配和回收;最后编写主函数对所做工作进行测试-Completed programming stored variable district management will be affected by the memory allocation. Specific experiments include the following: first determine alloca
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1432
    • 提供者:
  1. dongtaifenquguanli

    0下载:
  2. 操作系统课程设计:可变分区存储管理 包括程序代码以及具体word文档-Operating systems curriculum design: storage management, including variable zoning code and the specific word document
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:76281
    • 提供者:ak
  1. menory

    0下载:
  2. 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage management and recovery of the m
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1106917
    • 提供者:小衍
  1. yeshi

    0下载:
  2. 模拟存储管理中内存空间的管理和分配内存空间的管理分为固定分区管理方式,可变分区管理方式,页式存储管理,段式存储管理。本程序实现了静态页式存储管理。-static page storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:340538
    • 提供者:ds
  1. javarms

    0下载:
  2. 这个是手机J2ME存储管理系统RMS的入门级应用,新手可以借鉴一下-This is a J2ME mobile phone RMS storage management system of entry-level applications, novices can learn from you
  3. 所属分类:J2ME

    • 发布日期:2017-04-01
    • 文件大小:175823
    • 提供者:David
  1. ccode3

    0下载:
  2. 一个c下的 可变分区存储管理方案中的内存分配程序 供参考-C under a variable partition of storage management solutions for the memory allocation procedure reference
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2939
    • 提供者:艺天
  1. AddressExchange

    0下载:
  2. 用c++描述操作系统的断页式存储管理地址的转换-Using c++ descr iption of the operating system off-page storage management address translation
  3. 所属分类:OS Develop

    • 发布日期:2017-05-27
    • 文件大小:10169334
    • 提供者:王火华
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com