搜索资源列表

  1. a

    0下载:
  2. 用c语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作-Using c language for some procedures, simulating the use of list storage management structure to adapt to the law of the first cycle of memory allocation and release operations
  3. 所属分类:系统编程

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

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-This procedure for a memory allocation of dynamic partitioning simulation program, using the first and best adaptation algorithm to adap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:347136
    • 提供者:liang
  1. 3

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-This procedure for a memory allocation of dynamic partitioning simulation program, using the first and best adaptation algorithm to adap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:349184
    • 提供者:liang
  1. 4

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-This procedure for a memory allocation of dynamic partitioning simulation program, using the first and best adaptation algorithm to adap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:364544
    • 提供者:liang
  1. os_2

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

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:
  1. suanfasuanf

    0下载:
  2. 这个是我找的一个有关操作系统下的首次适应算法的实现代码,希望大家能指点下-This is what I looking for a first operating system to adapt to the realization of algorithm code, hope that we can show under
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:谢玉城
  1. turboc2(1)

    0下载:
  2. 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirement
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:957440
    • 提供者:果子狸
  1. fenqu

    0下载:
  2. 模拟内存分区分配和回收(首次适应算法,最佳适应算法)-Simulation of geographical distribution and recovery of memory (the first adaptation algorithm, the best adaptation algorithm)
  3. 所属分类:系统编程

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

    0下载:
  2. 在可变分区管理方式下,采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。-Variable partition management mode, using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algor
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:dingdangmao
  1. os5

    0下载:
  2. 设可供分配的内存储器为1MB(1000KB),内存分配采用动态分区分配策略,分区分配的数据结构为空闲分区链,分配算法采用首次适应算法(FF) 系统仅有一个CPU;作业提交时申明需要的CPU时间和内存大小(以KB为单位)。-Located within the memory available for allocation to 1MB (1000KB), memory allocation dynamic partition alloc
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 用C++实现的运用首次适应算法动态内存分配和释放-The first time to adapt to the dynamic memory allocation algorithms
  3. 所属分类:Windows编程

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

    0下载:
  2. 用JAVA实现的模拟内存管理程序,可以模拟操作系统动态管理内存,主要采用首次适应算法以及最佳适应算法。-The realization of the simulation with JAVA memory management procedures, the operating system can simulate the dynamic management of memory, the main algorithm used to
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:qin
  1. 53607907direction

    0下载:
  2. 首次适应算法Java首次适应算法Java-Algorithm to adapt the first Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:zft
  1. first_fit

    0下载:
  2. 采用可变式分区管理方式,空闲区采用分区说明表时,使用首次适应算法实现主存的分配与回收-Using variable partition management, free zones, when the use of geographical descr iption, use the first algorithm to adapt to the distribution of main memory and the recovery
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:zhouren
  1. Dynamic_partitioning_of_the_simulated_distribution

    0下载:
  2. ⑴ 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 ⑵ 假设初始状态下,可用的内存空间为640KB,并有下列的请求序列:  作业1申请130KB。  作业2申请60KB。  作业3申请100KB。  作业2释放60K
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:275456
    • 提供者:lzl
  1. caozuotitong

    0下载:
  2. 操作系统课程设计 FIFO、LRU、首次适应算法-Operating systems curriculum design FIFO, LRU, the first adaptation algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:41984
    • 提供者:马闹闹
  1. shiyan1

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr) 或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsig
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:一零
  1. source

    0下载:
  2. 首次适应进行内存管理分配回收功能,用c语言实现。-F
  3. 所属分类:操作系统开发

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

    0下载:
  2. 基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
  3. 所属分类:文档资料

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

    0下载:
  2. 使用首次适应法 实现内存的分配与回收 使用MFC 有窗口和图形显示-Use first-fit method to achieve the memory allocation and recovery of the use of MFC have windows and graphical display
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:842752
    • 提供者:钟峰
« 1 2 3 4 5 67 8 9 10 11 12 »

源码中国 www.ymcn.org