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

搜索资源列表

  1. memory_administration

    0下载:
  2. 操作系统课程设计中的内存分配与回收! 有参考价值!-courses on operating system design and distribution of memory recovery! Reference value!
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2496
    • 提供者:邹建青
  1. memory1.0

    0下载:
  2. 模拟linux操作系统的内存分配与回收,并有简单的输出-simulation linux operating system memory allocation and recovery, and a simple output
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3433
    • 提供者:zy
  1. neicunfenpeisuanfa

    0下载:
  2. 用数组表实现的内存分配与回收算法,希望对大家有帮助-table with an array of achieving recovery and memory allocation algorithm, we hope to help
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1762
    • 提供者:阳阳
  1. teamspeak

    0下载:
  2. 动态分区内存分配与回收算法,可利用C++实现可变分区内存分配与回收算法-dynamic memory allocation with the district recovery algorithm can be used to achieve Variable Area C memory allocation and recovery algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1275103
    • 提供者:李户
  1. os1

    0下载:
  2. 操作系统进程调度内存分配与回收-operating system memory allocation process scheduling and recovery
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3281
    • 提供者:王充
  1. meryf

    0下载:
  2. 操作系统实验四:连续式与分页式主存管理的模拟实现 模拟在连续分配与分页管理两种方式下,主存空间的分配与回收,帮助学生加深了解存储器管理的工作过程。 注意,该实验为模拟实验,并不要求进行真正的内存分配与回收,主要是编写程序模拟其中过程即可。 -four experimental operating system : Continuous and pagination main memory management simulation simulation in a row and pa
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2367
    • 提供者:qiuzhicheng
  1. 内存分配与回收设计

    0下载:
  2. 内存分配与回收设计,一个小实验-memory allocation and recovery design, a small experiment
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43572
    • 提供者:无风
  1. 内存分配与回收

    0下载:
  2. 内存分配与回收,是用TC写的,请大家-memory allocation and recovery, is TC wrote, please s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3662
    • 提供者:
  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. 进程调度与作业调度的模拟

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

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  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. 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. neic

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

    • 发布日期:2017-04-06
    • 文件大小:44675
    • 提供者:紫光
  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
    • 文件大小:56285
    • 提供者:慕林通
  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. neicun

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

    • 发布日期:2017-04-10
    • 文件大小:1891454
    • 提供者:连帅
  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. 未命名6

    0下载:
  2. 主存空间分配与回收模拟实现 模拟内存分配的c语言实现(Simulation of main memory space allocation and recovery)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:nyh555
« 12 3 4 5 »
搜珍网 www.dssz.com