Simulate_Allocate_Memory_Implement_by_C

所属分类:数据结构
开发工具:C/C++
文件大小:3KB
下载次数:95
上传日期:2006-03-31 23:20:11
上 传 者scauqxf
说明:  模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。)
(simulation memory allocation in C Language 6, the experiment was to understand user program memory allocation and recovery of memory used by the process, enhance the operating system memory management mechanisms and understanding. 7, the first experiment using content to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. (Tip : "memory free zone" set up an array of principles similar to the experimental one. Dynamic random to create a new "memory allocation" or "memory recovery" request, then you have chosen in accordance with the allocation algorithm to change the array. As the focus of this experiment is memory allocation, there is no test taking into account with a certain memory areas rela)

文件列表:
Simulate_Allocate_Memory_Implement_by_C\header.h (299, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C\main.c (2427, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C\DischargeSpace.c (534, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C\ApplySpace.c (553, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C\initial.c (817, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C\adjust.c (2233, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C\checkspacefordischarge.c (620, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C\checkspaceforapply.c (636, 2006-03-31)
Simulate_Allocate_Memory_Implement_by_C (0, 2006-03-31)

近期下载者

相关文件


收藏者