搜索资源列表
PAGE
- 目的: 了解分页存储的原理。 理解分页存储的管理算法。 实验内容和步骤: 1.分页式存储管理方案。 内存被划分成2048块(页)。用32位字长的字存放位示图, 为0的位表示该块尚未分配,为1的位表示该块已分配。 2.算法处理过程。 编辑文件。该文件中存有内存目前状况的位示图的数据(0和1的文件)。 程序应读入数据,存放在相应的数据结构中。 显示友好的用户界面,输入内存申请(总块数)。 根据申请和位示图状态,为用户分配内存,并建立页表。 输出位示图和
bestfit
- 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
CLOCK101
- clock算法是内存分配的一种!结合LRU和FIFO!-clock
fenqu100
- 模拟内存分区分配和回收(首次适应算法,最佳适应算法)-Simulation of geographical distribution and recovery of memory (the first adaptation algorithm, the best adaptation algorithm)
memoryAlgorithminC
- c程序内存分配算法,通过适应性算法获得最佳内存分配申请条件-c procedures for memory allocation algorithm, through the adaptive algorithm to obtain the best conditions for the application memory allocation
MemoryPools
- 简单的内存池分配算法,已在大型MMO项目中使用-Simple memory pool allocation algorithm has been used in large-scale MMO projects
OPT
- 对内存最佳分配算法的模拟,当有任务进入内存运行时,将满足大小要求的最小内存块分配给任务-Best memory allocation algorithm for the simulation of a task into memory when run, will meet the size requirements of the minimum memory block allocated to the task
work2
- 模拟系统内存管理的一个软件,手动分配内存,然后选择3个算法进行内存清理-Memory management
lab3forTC
- 用C语言按照首次适应算法FF编制以动态分区管理方式进行内存分配和回收的程序,并测试通过。-Using C language in accordance with the first FF algorithm to adapt to the preparation of a dynamic regional management approach to memory allocation and recovery procedures and test.
memoryAlgorithminC
- c程序内存分配算法,通过适应性算法获得最佳内存分配申请条件-c procedures for memory allocation algorithm, through the adaptive algorithm to obtain the best conditions for the application memory allocation