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

搜索资源列表

  1. 可变分区调度算法有

    0下载:
  2. 十大题型算法全实现——(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5006
    • 提供者:黄宜锋
  1. os_changeable_partition

    0下载:
  2. 采用可变分区存储管理并且 采用首次适应算法实现存储器分配与回收-using variable memory management and FFA agrithment implement the memory allocate and reclaim.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1183
    • 提供者:杨学思
  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  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. DynamicZonalMemoryManagement

    0下载:
  2. 可变分区存储管理的模拟实现 -variable storage management through the realization of variable analog storage management through the Simulation Division variable storage management module Variable be achieved through the Storage Management Simulation
  3. 所属分类:文件操作

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

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

    • 发布日期:2014-01-17
    • 文件大小:24012
    • 提供者:
  1. unix可变分区存储管理

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

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

    0下载:
  2. 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:957627
    • 提供者:果子狸
  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. 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. 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. yeshi

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

    • 发布日期:2017-03-29
    • 文件大小:340538
    • 提供者:ds
  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. 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
    • 提供者:小郭
  1. 存储管理---动态分区分配/回收算法的模拟

    0下载:
  2. 主存的分配和回收的实现是与住存储器的管理方式有关的。解决多进程如何共享主存空间的问题。当进程运行完时将进程所占的主存空间归还给系统。可变分区存储管理方式,分区分配中所用的数据就够采用空闲分区说明表和空闲分区链表来进行。
  3. 所属分类:编程文档

« 12 3 4 »
搜珍网 www.dssz.com