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