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

搜索资源列表

  1. 111111111111111

    0下载:
  2. 最佳适应动态分区存储管理器模拟 最佳适应动态分区存储管理器模拟-best adapt to dynamic memory management district for the best simulation of the dynamic storage area management simulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:208501
    • 提供者:何小雄
  1. OS_experiment

    0下载:
  2. 一些操作系统课程实验的程序,存储管理、单处理器系统的进程调度模拟实验、动态分区存储管理方式的主存分配回收-some experimental courses on operating system procedures, storage management, single processor system process scheduling simulation. dynamic storage management district's main memory allocation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7355
    • 提供者:黄晗
  1. Memory_Management

    0下载:
  2. 本项目是一款内存动态分区分配模拟程序。用户通过本程序可以了解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:16927
    • 提供者:程斌
  1. dynamicDevide

    0下载:
  2. 动态分区存储管理是一种存储器管理方案。它包含四种内存分配方法:首次适应法、循环首次适应法、最佳适应法和最差适应法,这四种方法各有其优缺点。它在回收内存分区时又包含四种情况:与回收区相邻的两分区都不是空闲分区,此时直接回收该分区;与回收区低地址端相邻分区是空闲分区,而与回收区高地址端相邻分区不是空闲分区,此时将回收区与低地址端分区合并成一个空闲分区;与回收区低地址端相邻分区不是空闲分区,而与回收区高地址端相邻分区是空闲分区,此时将回收区与高地址端分区合并成一个空闲分区;与回收区低地址端和高地址端
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:geduo
  1. dfdfg

    0下载:
  2. 分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器,编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:wang shao hua
  1. 动态分区分配算法的模拟

    0下载:
  2. 存储管理---动态分区分配算法的模拟 大学本科,--- Storage Management Allocation Algorithm Dynamic Simulation Division undergraduate
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:28070
    • 提供者:zpwz_yz
  1. MCB

    0下载:
  2. 实现动态分区内存管理: 1.数据结构、分配算法设计 2.加深对动态分区存储管理方式及其实现过程的理解。 -Dynamic partition memory management: 1. Data structure, distribution algorithm 2. Better memory management for dynamic partitions and its realization process of understanding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1958567
    • 提供者:jim
  1. FF_NF_BF_WF

    0下载:
  2. 实现了操作系统中存储管理动态分区分配算法的模拟。-Simulation of the dynamic partitioning of the operating system storage management allocation algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:533504
    • 提供者:Dwxiao
  1. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  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. 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. 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. 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. 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. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:322470
    • 提供者:xcc
  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1231
    • 提供者:Nic
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of the dynamic memory allocation a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:186491
    • 提供者:小白鲨
  1. 存储管理---动态分区分配/回收算法的模拟

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

  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:gou0751731
  1. 模拟动态存储管理设计

    0下载:
  2. C模拟操作系统动态分区式存储管理中最佳适应算法的实现(The realization of the best adaptive algorithm in C dynamic operating system dynamic partition storage management)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:里阿库
« 12 3 »
搜珍网 www.dssz.com