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

搜索资源列表

  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:354.58kb
    • 提供者:陈任全
  1. 内存分配

    0下载:
  2. windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:83.76kb
    • 提供者:叶黄
  1. 操作系统课内存分配问题最先适应法

    0下载:
  2. 操作系统课程设计,内存分配问题,最先适应法,可以运行,没有错误-Operating systems curriculum design, memory allocation, the first adaptation method, you can run, no errors! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-24
    • 文件大小:2.65kb
    • 提供者:张苛
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:39.06kb
    • 提供者:陈任全
  1. nachosMemoyallocation

    0下载:
  2. 实现操作系统课程中的nachos 内存分配实验,实现内存的分配-nachos experiment on memory allocation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:205.11kb
    • 提供者:hzx
  1. ap

    0下载:
  2. 演示操作系统的内存分配的三种方式,邻近适配,最佳适配,首次适配-Demonstration of the operating system memory allocation of three ways, adjacent adapter, the best fit, for the first time Adapter
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:205.35kb
    • 提供者:r
  1. caozuoxitongshiyandaima

    0下载:
  2. 操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:40.72kb
    • 提供者:wtl
  1. neic

    0下载:
  2. 操作系统实验 内存分配与回收 实验二(包含程序源代码和完整报告)-Experimental operating system memory allocation and recovery experiment II (including source code and complete report)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:43.63kb
    • 提供者:紫光
  1. allocate

    0下载:
  2. 操做系统动态内存分配,适合于操作系统类的课程设计。-Parade to do dynamic memory allocation system, suitable for the operating system type of curriculum design.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:8.14kb
    • 提供者:tt
  1. Memory_Management

    1下载:
  2. 扩展的动态内存机制 任务综述 本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:30.31kb
    • 提供者:litao
  1. DynamicBlockManagement11

    0下载:
  2. 操作系统实验报告:动态内存分配与回收 VC基本对话框画图演示分配与回收的过程。-Experimental report operating system: Dynamic memory allocation and recovery of basic dialog VC presentation drawing distribution and recovery process.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:54.97kb
    • 提供者:慕林通
  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
    • 文件大小:1.06mb
    • 提供者:小衍
  1. neicun

    0下载:
  2. 一个操作系统的课程设计,希望能有所帮助。内存分配与回收!-Curriculum design an operating system, hoping to be helpful. Memory allocation and recovery!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:连帅
  1. MemoryManager

    0下载:
  2. 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to use to distinguish between dif
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3.51mb
    • 提供者:Jim
  1. Processor_schedul

    0下载:
  2. 操作系统进程调度模拟和内存分配相关模拟(用户界面)-The operating system process scheduling simulation of analog and memory allocation-related (user interface)
  3. 所属分类:OS Develop

    • 发布日期:2017-06-15
    • 文件大小:23.43mb
    • 提供者:董涛
  1. OS_Big_Work_No3

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

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

    1下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm). Memory can be allocated, you
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:467.27kb
    • 提供者:何志芬
  1. Code Example

    0下载:
  2. 分区式存储管理程序编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。(Partitioned storage manager)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-22
    • 文件大小:5kb
    • 提供者:liukangkang
  1. 新建文件夹

    0下载:
  2. 基于C语言的操作系统首次适应算法内存分配的模拟(Distribution of simulated first adaptive algorithms)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:2kb
    • 提供者:mmmdddddd
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with dynamic drag partition manageme
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:4kb
    • 提供者:翼展
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com