文件名称:datastructure
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:29.5kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
实现一个内存分配模拟系统,分配的原则参见“伙伴系统”。
要点:使用链表保存各块内存信息,同一个链表中保存的各块大小相同。
链表中的每个结点形式如下:
从键盘输入欲分配的块的大小,系统给出分配结果,并在屏幕上显示出来(图示方式或文本方式)。
-A memory allocation simulation system, the principle of allocation see the " buddy system" . Points: the use of linked lists to save each block of memory, the same block size saved with a linked list. Each node in the list, in the following form: For the size of the allocated block input from the keyboard, the system gives the distribution results, and displayed on the screen (icon or text).
要点:使用链表保存各块内存信息,同一个链表中保存的各块大小相同。
链表中的每个结点形式如下:
从键盘输入欲分配的块的大小,系统给出分配结果,并在屏幕上显示出来(图示方式或文本方式)。
-A memory allocation simulation system, the principle of allocation see the " buddy system" . Points: the use of linked lists to save each block of memory, the same block size saved with a linked list. Each node in the list, in the following form: For the size of the allocated block input from the keyboard, the system gives the distribution results, and displayed on the screen (icon or text).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
datastructure/datastructure.dsp
datastructure/datastructure.dsw
datastructure/datastructure.ncb
datastructure/datastructure.opt
datastructure/datastructure.plg
datastructure/Debug/datastructure.pch
datastructure/Debug/vc60.idb
datastructure/Debug/vc60.pdb
datastructure/main.cpp
datastructure/page.h
datastructure/Debug
datastructure
datastructure/datastructure.dsw
datastructure/datastructure.ncb
datastructure/datastructure.opt
datastructure/datastructure.plg
datastructure/Debug/datastructure.pch
datastructure/Debug/vc60.idb
datastructure/Debug/vc60.pdb
datastructure/main.cpp
datastructure/page.h
datastructure/Debug
datastructure
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.