CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 首次适应

搜索资源列表

  1. chunchuguanli

    0下载:
  2. 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:12680
    • 提供者:hujiangang
  1. dynamicdevice

    0下载:
  2. 动态分区存储管理,提供首次适应算法和最佳适应算法。-Dynamic partitioning storage management, providing first-fit algorithm and the best fit algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:115180
    • 提供者:朱婧
  1. cPP

    0下载:
  2. 请求分配分区(首次适应算法、最坏适应算法、最佳适应算法)-Request allocation district (first-fit algorithm, the worst fit algorithm, the best-fit algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:mt
  1. memory-allocate

    0下载:
  2. 操作系统\磁盘调度 内存分配的首次适应算法\ 主存储器空间的分配和回收-Operating System \ disk scheduling the first-fit memory allocation algorithm \ main memory space allocation and recycling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:486666
    • 提供者:oran
  1. first_fit

    0下载:
  2. c++写的首次适应算法,很好很强大,你值得拥有。-the code for first fit,it s really nice for you to download,you won t be disappointed!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1682
    • 提供者:吴承恩
  1. contribute-and-recover

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和回收-Variable partition management mode in the first-fit algorithm using main memory allocation and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1218
    • 提供者:Ryan
  1. fenpeiyuhuishou

    0下载:
  2. 采用c语言实现首次适应算法完成主存空间的分配和回收-Using c language to complete first-fit algorithm for the allocation of main memory space and recycling
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1463
    • 提供者:王期
  1. stone

    0下载:
  2. 采用可变式分区管理,首次适应算法实现内存分配和回收-Using variable partitioning management, first-fit memory allocation and recovery algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:188926
    • 提供者:张磊
  1. Memory-Management

    0下载:
  2. 操作系统内存管理模拟程序代码,首次适应算法-The operating system memory management simulation program code,firstfit algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:768740
    • 提供者:xuexiasen
  1. MyProgram_77152

    0下载:
  2. 首次适应算法 首次循环适应算法 最佳适应算法 内存分配演示-The first adaptation algorithm first cycle algorithm to adapt the best adaptation algorithm memory allocation demonstration
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:32489
    • 提供者:liunim
  1. os2

    0下载:
  2. 设计一个程序模拟可变分区管理方式下首次适应算法实现主存分配和回收。-Design a program to simulate variable partition management mode, first-fit algorithm for main memory allocation and recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:2023
    • 提供者:chen
  1. zhanghua

    0下载:
  2. 改程序采用C++语言实现首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链表来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-The program uses the C++ language for the first time to adapt to the dynamic algorithm and the best-fit algorithm partition process alloc () and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3740
    • 提供者:张华
  1. os11

    0下载:
  2. 采用首次适应算法,循环首次适应算法,最佳适应算法,进行作业分配程序-job allocation process using the first-fit algorithm, the loop the first-fit algorithm, the best fit algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:277641
    • 提供者:kite
  1. Memory-Allocation

    0下载:
  2. 1.内存的分配和回收是存储器管理的关键。理解和掌握常用的内存分配算法的内容和原理。 2.通过本实验,模拟实现可变式分区分配算法:首次适应算法、最佳适应算法、最坏适应算法等。尝试编写一个简单的动态分区存储器管理模拟系统。-1the distribution and recovery of memory is a memory management key. Understanding and mastering the memory allocation algorithm content a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1602
    • 提供者:苡莣
  1. memery-manage

    0下载:
  2. 首次适应算法模拟系统,昆明理工大学操作系统实验,个人原创经典-First-fit algorithm simulation system, Kunming University experimental operating system, personal original classic
  3. 所属分类:OS Develop

    • 发布日期:2017-06-02
    • 文件大小:14604028
    • 提供者:刘召
  1. memory_malloc

    0下载:
  2. 模拟动态内存分配的首次适应法和最佳适应法-Simulation of dynamic memory allocation for the first time to adapt to law and the best fit
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2098
    • 提供者:zhaohui
  1. dongtaifenqu

    0下载:
  2. 允许用户选择采用“首次适应算法”、“下次适应算法”、“最佳适应算法”、“最坏适应算法”中的一个,为输入的作业分配内存-Allows users to select a " first-fit algorithm, next-fit algorithm," best-fit algorithm, a " worst-fit algorithm, the input job to allocate memory
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:7952
    • 提供者:wuhao
  1. three-options

    0下载:
  2. 实现存储器空间的分配和回收,采用动态分配,首次适应算法,循环首次适应-Memory space allocation and recovery, dynamic allocation, the first-fit algorithm, the cycle for the first time to adapt to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:280540
    • 提供者:yolandmao
  1. Wshiyan1i

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsi -Char* malloc (unsigned size) function apply to
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:3717
    • 提供者:yongjiu
  1. a5_bestfit

    0下载:
  2. 操作系统内存分配首次适应算法的模拟方案程序
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1961
    • 提供者:liang
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com