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. ConMemMan

    0下载:
  2. 这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2589
    • 提供者:王晓栋
  1. zhihuansuanfa

    0下载:
  2. 操作系统中各种资源分配算法的实现,特别是对虚拟存储,页面置换有了深入的了解,并能够用高级语言进行模拟演示。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:45010
    • 提供者:陈晨
  1. dfdfg

    0下载:
  2. 分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器,编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:wang shao hua
  1. memoryAlgorithminC

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

    • 发布日期:2008-10-13
    • 文件大小:2508
    • 提供者:谢俊一
  1. 分页存储管理算法VB程序演示

    0下载:
  2. 这个程序是由Visual Basic 6.0所编,它主要演示了关于分页存储管理中的随机分页的过程,程序可演示4个作业的分配,但总长度不可打于64,它可以显示作业号、页表长度、作业长度、状态(空项、已分配)。通过点击按键“我有作业要分配”来激活分配。程序共由两个表格、一个按键组成。关于不同的作业运用了不同的颜色,可以让读者看出这个页分配给了哪个作业。“空项”表示该作业还不存在,“已分配”表示该作业已分配完了,对照作业号上的颜色,可以看出哪几页是被分配给该作业的。-Visual Basic 6.04
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30237
    • 提供者:黄志炎
  1. 动态分区的分配和回收算法

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to achieve the main memory space
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2493
    • 提供者:程倩
  1. 主存储器的分配与回收

    0下载:
  2. 用三个算法来实现对主存储器的分配与回收:首次适应算法、最佳适应算法、最坏适应算法-algorithm used to achieve three of the main memory allocation and recovery : the first adaptation algorithm, the best adaptation algorithm, the worst adaptation algorithm
  3. 所属分类:系统编程

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

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

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

    0下载:
  2. windows存储管理分区分配算法。运行环境borland c++ 3.1-windows storage management district allocation algorithm. Operating environment borland c++ 3.1
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2492
    • 提供者:Hugh
  1. os_2

    1下载:
  2. 存储分配算法采用首次适应(FF)法。根据指针fhead查找空闲分区链,当找到第一个可满足分配请求的空闲区时便分配之。当某空闲区被分配后的剩余空闲空间大于规定的碎片最小容量MIN,则形成一个较小的空闲区留在空闲分区链中。 回收时,根据MAT将指定分区链入空闲分区链。若该分区有前邻或后邻分区,则将它们拼接成一块较大的空闲区。 -Storage allocation algorithm uses the first time to adapt to (FF) method. According
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3386
    • 提供者:
  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. 2

    0下载:
  2. 操作系统课程设计的动态分区分配算法的C语言实现-Operating system, curriculum design, the dynamic partition allocation algorithm for the C language implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:3689
    • 提供者:罗波
  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. 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-29
    • 文件大小:36765
    • 提供者:jlliu
  1. First Fit算法的java实现

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

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:Tiger_SC
  1. lair

    2下载:
  2. CDMA系统中几种功率分配的算法,功率控制提高信道容量()
  3. 所属分类:系统编程

    • 发布日期:2018-10-09
    • 文件大小:7168
    • 提供者:rskie%24986020
« 12 3 4 5 6 »
搜珍网 www.dssz.com