搜索资源列表

  1. MemoryManager

    0下载:
  2. 内存管理函数myalloc() ,myfree()以及测试使用时遇到的全部情况如:请求内存时遇到的内存不足,以及能满足请求的几种情况:1.空闲区刚好和请求区大小一样2.空闲区比请求区大,但余下的不能划分会一个分区3.空闲区比请求区大但余下的可以划分为一个空闲区。释放内存时也有好多种情况如:1.已经释放了的内存,再次要求释放2.请求释放的内存不属于myalloc分给的内存区3.释放成功,但释放块没有和前后空闲区合并4.释放成功,释放块和前
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8292
    • 提供者:黄晓恒
  1. MemoryManager

    0下载:
  2. 内存管理函数myalloc() ,myfree()以及测试使用时遇到的全部情况如:请求内存时遇到的内存不足,以及能满足请求的几种情况:1.空闲区刚好和请求区大小一样2.空闲区比请求区大,但余下的不能划分会一个分区3.空闲区比请求区大但余下的可以划分为一个空闲区。释放内存时也有好多种情况如:1.已经释放了的内存,再次要求释放2.请求释放的内存不属于myalloc分给的内存区3.释放成功,但释放块没有和前后空闲区合并4.释放成功,释放块和前
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:8192
    • 提供者:黄晓恒
  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
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:3679232
    • 提供者:Jim
  1. MemoryManager

    0下载:
  2. This a Windows Mobile 6.0 smartphone application with source code, developed in C# (.netcf 2.0) Application will show the details about different types of memory available on device ROM,RAM,Flash etc.,-This is a Win
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-23
    • 文件大小:111616
    • 提供者:Himanshu
  1. MemoryManager

    0下载:
  2. 服务器程序中,内存管理很重要,想实现与操作系统相同的内存管理,实在费时费力,而且效果不明显,速度不快。 换一个角度实现一种不会给服务器造成负担的内存管理程序,而且简单快捷有效,这绝对是理想首选!-The server process, memory management is very important to achieve the same with the operating system memory management,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:汪国梁
  1. MemoryManager(2010)

    0下载:
  2. 内存管理模拟,书本上例题模拟实现内存管理模拟,书本上例题模拟实现-Memory management modeling, simulation implementation examples in books
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:20480
    • 提供者:dugumengyouzi
  1. au-memorymanager-pdf

    0下载:
  2. 创建自己的内存管理,关于动态内存的创建和删除-Create your own memory management, dynamic memory on the creation and deletion
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:50176
    • 提供者:王刚
  1. MemoryManager

    0下载:
  2. 操作系统课程中模拟内存管理的程序,模拟内存空间的分配,删除,自动合并-Program of courses in analog memory management of the operating system, the analog memory space allocated, deleted automatically merge
  3. 所属分类:系统编程

    • 发布日期:2024-05-23
    • 文件大小:223232
    • 提供者:无名
  1. MemoryManager

    0下载:
  2. 是一款内存管理器,基于安卓系统的手机应用。可以通过简单操作进行内存的清理-Is a memory manager, and Android-based mobile phone applications. Memory cleanup can be performed through a simple operation
  3. 所属分类:android开发

    • 发布日期:2024-05-23
    • 文件大小:82944
    • 提供者:will
  1. MemoryManager

    0下载:
  2. Memory Manager Source Code for Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:gingdinla
  1. MemoryManager

    0下载:
  2. 通过在系统层和应用层之间实现一个简易内存池,减轻系统层的负担,提高应用层的内存申请和释放效率,减少磁盘碎片-Through the system layer and application layer between a simple memory pool, reducing the burden on the system layer, application layer to improve application and rel
  3. 所属分类:系统编程

    • 发布日期:2024-05-23
    • 文件大小:14336
    • 提供者:佘云峰
  1. MemoryManager

    0下载:
  2. 1.通过随机数产生一个指令序列,共320条指令。指令的地址按下述原则生成: (1)50 的指令是顺序执行的; (2)25 的指令是均匀分布在前地址部分; (3)25 的指令是均匀分布在后地址部分; 具体的实施方法是: (1)在[0,319]的指令地址之间随机选取一起点m; (2)顺序执行一条指令,即执行地址为m+1的指令; (3)在前地址[0,m+1]中随机选取一条指令并执行,该指令的地址为m’; (4)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-23
    • 文件大小:233472
    • 提供者:zhangwei
  1. MemoryManager

    0下载:
  2. todo Move these constants to a common header file, preferably in tiler.h.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:huxfkf

源码中国 www.ymcn.org