文件名称:datastructure
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- luo***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现一个内存分配模拟系统,分配的原则参见“伙伴系统”。
要点:使用链表保存各块内存信息,同一个链表中保存的各块大小相同。
链表中的每个结点形式如下:
从键盘输入欲分配的块的大小,系统给出分配结果,并在屏幕上显示出来(图示方式或文本方式)。
-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.dsw
.............\datastructure.ncb
.............\datastructure.opt
.............\datastructure.plg
.............\Debug\datastructure.pch
.............\.....\vc60.idb
.............\.....\vc60.pdb
.............\main.cpp
.............\page.h
.............\Debug
datastructure
.............\datastructure.dsw
.............\datastructure.ncb
.............\datastructure.opt
.............\datastructure.plg
.............\Debug\datastructure.pch
.............\.....\vc60.idb
.............\.....\vc60.pdb
.............\main.cpp
.............\page.h
.............\Debug
datastructure