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

搜索资源列表

  1. 节省资源的MD5算法

    0下载:
  2. 为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe att
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2559
    • 提供者:林华
  1. buddy_算法

    1下载:
  2. Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
  3. 所属分类:系统编程

    • 发布日期:2011-05-27
    • 文件大小:4311
    • 提供者:npu
  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. 可变分区存储管理

    1下载:
  2. 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adaptation algorithm, Finally adapta
  3. 所属分类:系统编程

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

    0下载:
  2. 虚拟内存分配、回收和内外存交换的算法-virtual memory allocation, recovery and foreign exchange deposit algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15592
    • 提供者:张林
  1. memoryAlgorithminC

    0下载:
  2. c程序内存分配算法,通过适应性算法获得最佳内存分配申请条件
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2508
    • 提供者:谢俊一
  1. lab3forTC

    1下载:
  2. 用C语言按照首次适应算法FF编制以动态分区管理方式进行内存分配和回收的程序,并测试通过。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2531
    • 提供者:xuyunfei
  1. rdb_mempool

    0下载:
  2. 采用伙伴系统算法进行内存管理的原码,可以最大限度的避免内存碎片,同时提高内存分配效率 。-a partnership system memory management algorithm for the original code, the maximum memory to avoid the debris, while improving the efficiency of memory allocation.
  3. 所属分类:系统编程

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

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

    • 发布日期:2009-01-06
    • 文件大小:1838
    • 提供者:hemeiqin
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7403
    • 提供者:machunyu
  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. OSexperiment

    1下载:
  2. 内存分配的GUI显示算法 分配的方式就是常见的三种 首次适配 最佳适配和邻近适配 还包括一个实验报告 适合做课程设计用-Memory allocation algorithm of the GUI shows the distribution of three common way to best fit the first time, and adjacent Adapter Adapter report also includes an experimental design suitabl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:192570
    • 提供者:姚云翔
  1. kebianfenqusuanfa

    0下载:
  2. LINUX环境下 可变分区内存分配算法思想及源码-LINUX environment variable partition memory allocation algorithm for ideas and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2494
    • 提供者:李慧
  1. neicunfenpei

    0下载:
  2. 动态内存分配算法,用c++实现。模拟内存分配回收,可随时查看内存分配情况-Dynamic memory allocation algorithm, using c++ implementation. Analog memory allocation recovery, they can always see the memory allocation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:240355
    • 提供者:kun
  1. os

    0下载:
  2. 系统资源分配算法,包括操作系统对内存的分配算法和对内容的释放回收模拟-OS ALG
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:440511
    • 提供者:zhj
  1. memory

    0下载:
  2. 该程序模拟可变分区存储管理技术管理内存,分配算法是最先适应分配算法。可以为作业分配内存、回收内存,在内存不够时可以进行主存紧凑。-The program simulated a variable partition storage management technology management memory allocation algorithm is first to meet the allocation algorithm. Can allocate memory for the op
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:36765
    • 提供者:jlliu
  1. linux_elevator_simulation

    0下载:
  2. linux 内存分配算法,模拟电梯程序,学习linux内核的同学可供参考,-linux memory allocation algorithms, simulated elevator program, students learn linux kernel for reference, thank you. . . .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:13908
    • 提供者:susan
  1. memory

    0下载:
  2. 此代码为windows内存分配算法的实例,供操作系统学习者参考-This code is an instance of windows memory allocation algorithms for the operating system learners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:844
    • 提供者:sky
  1. First Fit算法的java实现

    0下载:
  2. JAVA模拟内存分配与释放:首次适应算法(JAVA analog memory allocation and release)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:Tiger_SC
« 12 3 »
搜珍网 www.dssz.com