Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
标签: available libraries Although nearly
上传时间: 2014-01-22
上传用户:zhoujunzhen
C51 DOS/WINDOWS下的MCS51系列24位高精度A/D(AD7791)的C驱动程序
上传时间: 2013-12-19
上传用户:冇尾飞铊
a new public static cla
上传时间: 2013-12-26
上传用户:杜莹12345
In this book, we aim to give you an introduction to a wide variety of topics important to you as a developer using UNIX. The word Beginning in the title refers more to the content than to your skill level. We ve structured the book to help you learn more about what UNIX has to offer, however much experience you have already. UNIX programming is a large field and we aim to cover enough about a wide range of topics to give you a good beginning in each subject.
标签: introduction important you to
上传时间: 2013-12-22
上传用户:youmo81
Knark is a kernel-based rootkit for Linux 2.2. 使用此工具可以获得root权限
标签: kernel-based rootkit Knark Linux
上传时间: 2015-05-19
上传用户:xyipie
PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and multimedia applications for small handheld and flat-panel based devices.
标签: applications environment footprint operating
上传时间: 2013-12-08
上传用户:Andy123456
Linux管理员手册,操作系统提供的主要服务明实现这些服务的程序 with a considerable lack of detail目的是理解系统整体
标签: considerable detail Linux with
上传时间: 2014-01-04
上传用户:woshiayin
将输入A律PCM编码器的正弦信号采样,进行PCM编码,求出编码器的输出码组序列。
上传时间: 2014-01-25
上传用户:evil
analysis patterns usable object model a good book
标签: analysis patterns object usable
上传时间: 2015-05-20
上传用户:siguazgb
ADDA转换的经典源代码(A/D & D/A Converters )
标签: Converters ADDA 转换 源代码
上传时间: 2014-01-08
上传用户:wuyuying