文件名称:AVL_Lib

介绍说明--下载内容均来自于网络,请自行研究使用

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.-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 whic
相关搜索: avl
btr
tree
AVL

(系统自动生成,下载前可以参看下载内容)

下载文件列表

AVL Lib.dsw

AVL Lib.opt

AVL_Lib.html

AVL_Libraries

.............\avl.h

.............\avl_debug_macros.h

.............\avl_errors.cpp

.............\avl_errors.h

.............\AVL_Libraries.dep

.............\AVL_Libraries.dsp

.............\avl_node.h

.............\Readme.htm

docss

.....\avl

.....\...\avl.htm

.....\...\members

.....\...\.......\Attach.htm

.....\...\.......\AVL.htm

.....\...\.......\CheckIntegrity.htm

.....\...\.......\Delete.htm

.....\...\.......\GetErrorMessage.htm

.....\...\.......\GetHeight.htm

.....\...\.......\GetInfo.htm

.....\...\.......\GetLastError.htm

.....\...\.......\GetListHead.htm

.....\...\.......\GetListTail.htm

.....\...\.......\GetNodeNumber.htm

.....\...\.......\GetRoot.htm

.....\...\.......\Insert.htm

.....\...\.......\Search.htm

.....\...\.......\SearchResult.htm

.....\...\.......\TreeInfo.htm

.....\...\members.htm

.....\avl_node_hnd_def

.....\................\avl_node_hnd_def.htm

.....\index.htm



LGPL.txt

licence.txt

Readme.txt

Test1

.....\gcc_make_debug

.....\gcc_make_release

.....\Readme.htm

.....\Resource.h

.....\StdAfx.cpp

.....\StdAfx.h

.....\stop.event

.....\Test1.clw

.....\Test1.cpp

.....\Test1.dep

.....\Test1.dsp

.....\Test1.h

.....\Test1.rc

.....\testcore.cpp

Test2

.....\avl_node_file.h

.....\gcc_make_debug

.....\gcc_make_release

.....\Readme.htm

.....\Resource.h

.....\StdAfx.cpp

.....\StdAfx.h

.....\Test2.clw

.....\Test2.cpp

.....\Test2.dep

.....\Test2.dsp

.....\Test2.h

.....\Test2.rc

.....\testcore.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org