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

搜索资源列表

  1. 内存算法

    0下载:
  2. 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:fan
  1. 内存分配小算法

    0下载:
  2. 可以选择要进行分配或释放的作业。每次选择算法时,程序自动将内存块清零。当内存块都不足以分配给作业时,程序会报错。-can choose to release or distribution operations. Each algorithm, the program will automatically reset the memory block. When the block of memory are not allocated to the operation, the program
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:15671
    • 提供者:zf
  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
    • 文件大小:363092
    • 提供者:陈任全
  1. 内存分配

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

    • 发布日期:2008-10-13
    • 文件大小:85773
    • 提供者:叶黄
  1. 虚拟存储器的内存管理

    1下载:
  2. 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a thread used to simulate memory allo
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:62713
    • 提供者:陆阳
  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. 模拟段式管理内存分配与回收

    0下载:
  2. 把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:23422
    • 提供者:haha
  1. 操作系统内存分配与回收

    0下载:
  2.   在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收。
  3. 所属分类:系统编程

    • 发布日期:2009-01-06
    • 文件大小:1838
    • 提供者:hemeiqin
  1. C中的内存空间分配

    0下载:
  2. 堆和栈是两个不用概念,本文详细说明了二者的异同。
  3. 所属分类:编程文档

    • 发布日期:2012-03-11
    • 文件大小:4760
    • 提供者:striker999
  1. m

    0下载:
  2. 自己写的一格内存分配回收程序,进行段页式管理。-Write your own memory allocation of a cell recovery procedure in the management section of paging.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:383313
    • 提供者:Grace
  1. malloc

    0下载:
  2. 操作系统实验,内存分配与回收,用MFC做的源程序,包括首次和最佳分配算法-Experimental operating system, memory allocation and recovery, to do with the MFC source code, including the first and best allocation algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:788054
    • 提供者:肖健
  1. kebianfenqu

    0下载:
  2. 用最佳分配算法实现对可变分区的分配、回收及显时内存分配状况。-With the optimal allocation algorithm for variable partition allocation, recovery and noticeable when the memory distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:261034
    • 提供者:zaini
  1. nachosMemoyallocation

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

    • 发布日期:2017-03-30
    • 文件大小:210031
    • 提供者:hzx
  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
    • 文件大小:41701
    • 提供者:wtl
  1. monineicunfenpei

    0下载:
  2. 用高级语言编写和调试多道环境下连续可变式内存分配的模拟程序,以加深对连续可变式内存分配算法的理解。-Use of advanced language writing and debugging multi-channel environment variable memory allocation for the simulation program in order to deepen their understanding of continuous variable memory allo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:47160
    • 提供者:hyw
  1. ch14

    0下载:
  2. 一、教学目的: 要求掌握C++对内存的管理方法,能灵活使用new和delete运算符对堆进行操作。理解和正确使用拷贝构造函数,理解临时对象和无名对象的概念。 二、教学重点: 通过大量的例程的分析,使学生正确掌握堆的分配释放操作,拷贝构造函数的使用。 三、教学难点: 深拷贝和浅拷贝的区别,临时对象和无名对象的理解。-I. Teaching Purpose: To request grasp C++ Memory management methods, the flexib
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:77375
    • 提供者:新奇
  1. KeChengSheJi

    0下载:
  2. (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1290436
    • 提供者:唐吟
  1. Memory_Management

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

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

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1194
    • 提供者:Jun
  1. moniduanshicunchuguanli

    0下载:
  2. 1采用段式管理方案实施内存分配和回收。能够处理以下的情形 ⑴ 随机确定内存大小,进程的个数,每个进程的段数及段大小; ⑵ 要求当某进程提出申请空间的大小后,显示能否满足申请,以及为该进程分配资源后有关内存空间使用的数据(注意回收后的合并)。-Segment management programs using a memory allocation and recovery implementation. Able to handle the case of the following
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66301
    • 提供者:鱼儿
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com