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

搜索资源列表

  1. MemoryOperation

    0下载:
  2. 操作系统中内存分配与回收的模拟和实现
  3. 所属分类:DNA

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

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:43993
    • 提供者:liuqiang
  1. 888

    0下载:
  2. 模拟Windows的内存的分配与回收过程,没有通过MFC的可视化窗口实现。-Simulation Windows memory allocation and recovery process, not through the MFC to achieve the visualization window.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1725466
    • 提供者:wangaiguo
  1. memery

    0下载:
  2. 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1691
    • 提供者:weiwei
  1. main1

    0下载:
  2. 操作系统模拟算法,采用可变式分区,空闲区链实现内存的分配与回收,包含已分配表-Operating system simulation algorithm, using variable type area, free area chain of memory allocation and recovery, including the table allocated
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3891
    • 提供者:胡晓炜
  1. shoucishiying.c

    0下载:
  2. 模拟首次适应存储管理的内存分配与回收,采用数组进行模拟,比较简单-Simulation of the first memory allocation to adapt to storage management and recovery, using an array of simulation, a relatively simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2572
    • 提供者:zj_zfq
  1. memory-management-

    0下载:
  2. 用C语言模拟虚拟存储器管理--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1330
    • 提供者:剑煮江湖
  1. memory-management-

    0下载:
  2. 用C语言模拟虚拟存储器管理-模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:373522
    • 提供者:onmon
  1. Memory-allocation-simulation

    0下载:
  2. 1.模拟操作系统动态内存分配。 2.对内存合理回收与分配算法。 3.寻找内存块,合并内存 4.模拟各种内存分配算法-1 simulation operating system dynamic memory allocation. (2) a reasonable recovery and the memory allocation algorithms. 3 Look for memory blocks, merging memory 4. Simulate various memo
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:2273
    • 提供者:fei
  1. memorry

    0下载:
  2. 编译原理课程实验:模拟首次适应动态分区存储管理方案中的内存分配与回收。-Compiler theory curriculum experiment: simulated first-fit dynamic storage management program memory allocation and recovery....
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1335260
    • 提供者:yu
  1. merroy

    0下载:
  2. 模拟内存的分配与回收 可变分区式存储 C++实现-Analog memory allocation and recovery of variable-area storage
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2871
    • 提供者:op0006jingyi460
  1. merroy100

    0下载:
  2. 内存管理 模拟内存的分配与回收 分页式存储管理-Memory management, storage management page
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2889
    • 提供者:mo18503jiaobu28
搜珍网 www.dssz.com