搜索资源列表

  1. first-fit_mem_manage

    0下载:
  2. 首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:石皓伟
  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)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:hujiangang
  1. dynamicdevice

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

    • 发布日期:2024-05-21
    • 文件大小:114688
    • 提供者:朱婧
  1. cPP

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:mt
  1. memory-allocate

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

    • 发布日期:2024-05-21
    • 文件大小:486400
    • 提供者: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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:吴承恩
  1. contribute-and-recover

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Ryan
  1. fenpeiyuhuishou

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王期
  1. stone

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

    • 发布日期:2024-05-21
    • 文件大小:188416
    • 提供者:张磊
  1. Memory-Management

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

    • 发布日期:2024-05-21
    • 文件大小:769024
    • 提供者:xuexiasen
  1. MyProgram_77152

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

    • 发布日期:2024-05-21
    • 文件大小:32768
    • 提供者:liunim
  1. os2

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者: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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:张华
  1. os11

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

    • 发布日期:2024-05-21
    • 文件大小:277504
    • 提供者:kite
  1. Memory-Allocation

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:苡莣
  1. memery-manage

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

    • 发布日期:2024-05-21
    • 文件大小:14604288
    • 提供者:刘召
  1. memory_malloc

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

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

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

    • 发布日期:2024-05-21
    • 文件大小:280576
    • 提供者: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 (un
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:yongjiu
« 1 2 ... 4 5 6 7 8 910 11 12 »

源码中国 www.ymcn.org