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

搜索资源列表

  1. 可变分区存储管理

    1下载:
  2. 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adaptation algorithm, Finally adapta
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:76306
    • 提供者:
  1. 简单可变分区存储管理

    0下载:
  2. 简单算法简单可变分区存储管理,实现4种基本算法-simple algorithm is simple variable storage area management and achieve four basic algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:75610
    • 提供者:温升
  1. 可变分区存储管理的程序模拟

    0下载:
  2. 操作系统源代码----可变分区存储管理的程序模拟.
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:24012
    • 提供者:
  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to are
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:haha
  1. unix可变分区存储管理

    0下载:
  2. unix可变分区存储管理
  3. 所属分类:编程文档

    • 发布日期:2011-03-01
    • 文件大小:57425
    • 提供者:cjxhs@163.com
  1. mp

    0下载:
  2. 这是我在操作系统实验中独立编写的一个模拟动态分区存储分配算法的程序,采用最佳适应算法。在VC++6.0下编译通过,程序的输出结果经过多次测试,没有发现问题。-This is my experiment in the operating system independent prepared a simulated dynamic partitioning storage allocation algorithm procedures, the use of best-fit algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:7979
    • 提供者:daisichong
  1. dynamic

    0下载:
  2. 操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue queue and has spent each inser
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2466
    • 提供者:李志龙
  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. 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. 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. 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. 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. Fixed

    0下载:
  2. 实现固定分区存储管理方式下存储空间的分配和去配-To achieve a fixed partition memory management mode memory space allocation and de-allocation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:9955
    • 提供者:小高
  1. 11

    0下载:
  2. 通过编写和调试存储管理的模拟程序以加深对存储管理固定分区存储管理方案的理解。实现固定分区存储管理的分配、去配。-Storage management through the development and debugging of the simulation program to enhance the fixed partition of the storage management storage management program understanding. To achieve t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1634
    • 提供者:sue
  1. os

    0下载:
  2. 可变分区存储管理源文件,操作系统课程设计非常需要。-Variable partition storage management source files, operating system, a great need for curriculum design.
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-01
    • 文件大小:950736
    • 提供者:liyusi
  1. memory

    0下载:
  2. 该程序模拟可变分区存储管理技术管理内存,分配算法是最先适应分配算法。可以为作业分配内存、回收内存,在内存不够时可以进行主存紧凑。-The program simulated a variable partition storage management technology management memory allocation algorithm is first to meet the allocation algorithm. Can allocate memory for the op
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:36765
    • 提供者:jlliu
  1. os_shiyan

    0下载:
  2. 操作系统课程所有的试验的源码,包括处理及调度与死锁,可变分区存储管理,设备管理,文件管理,进程创建与撤销,进程同步,还有相关的报告。对于计算机专业操作系统学习很有用处的!-All of the tests the operating system source program, including processing and scheduling and deadlock, variable partition storage management, device management, do
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3324633
    • 提供者:meizi
  1. fenqu

    0下载:
  2. 可分辨分区存储管理方式内存的分配与回收 。 编写程序,采用可变分区存储管理方式实现内存的分配与回收。首先确定内存空间的分配表,其次采用最优适应算法(BFA)完成,最后编写主函数对所做的工作进行测试。-Distinguished geographical allocation of memory storage management and recovery. Programming, using variable partition memory management and memory al
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:11402
    • 提供者:小郭
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com