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
It is about C++ Network programming(Socket Application Programming Interface).If you listen this lesson, you must get this program!
标签: Application Programming programming Interface
上传时间: 2015-05-20
上传用户:924484786
Jama includes matrix operator class... and linear Algebra... it s cool
标签: includes operator Algebra matrix
上传时间: 2015-05-21
上传用户:zhangzhenyu
Analyse the uboot code and let you know how to adopt it
上传时间: 2014-10-12
上传用户:电子世界
This book isn t for uber-programmers who already have all the answers. If you think that J2EE does everything that you need it to do and you can make it sing, this book is not for you. Believe me, there are already enough books out there for you.
标签: uber-programmers already answers think
上传时间: 2015-05-22
上传用户:tb_6877751
perfect gcc book for using system and tutorial , youcan using it as a good book to learing
标签: using book tutorial perfect
上传时间: 2013-11-25
上传用户:ecooo
Delineate is a tool for converting bitmap raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It displays SVG results using Apache Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF,PCD, PSD, RAS.
标签: converting Delineate Graphics Scalable
上传时间: 2014-01-19
上传用户:四只眼
good thing if you need it ,please download it
标签: download please thing good
上传时间: 2013-12-03
上传用户:zhanditian
good thing ,if you need it .please downlaod it
标签: downlaod please thing good
上传时间: 2014-01-09
上传用户:yy541071797
This zip describes a benchmark software provided by IXXAT. It shows how to use the DBGU and timer peripherals on the AT91RM9200. Includes main.html file for help.
标签: describes benchmark software provided
上传时间: 2015-05-24
上传用户:xinzhch