CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法

文件名称: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 Lib.dsw
AVL Lib.opt
AVL_Lib.html
AVL_Libraries/avl.h
AVL_Libraries/avl_debug_macros.h
AVL_Libraries/avl_errors.cpp
AVL_Libraries/avl_errors.h
AVL_Libraries/AVL_Libraries.dep
AVL_Libraries/AVL_Libraries.dsp
AVL_Libraries/avl_node.h
AVL_Libraries/Readme.htm
docss/avl/avl.htm
docss/avl/members.htm
docss/avl/members/Attach.htm
docss/avl/members/AVL.htm
docss/avl/members/CheckIntegrity.htm
docss/avl/members/Delete.htm
docss/avl/members/GetErrorMessage.htm
docss/avl/members/GetHeight.htm
docss/avl/members/GetInfo.htm
docss/avl/members/GetLastError.htm
docss/avl/members/GetListHead.htm
docss/avl/members/GetListTail.htm
docss/avl/members/GetNodeNumber.htm
docss/avl/members/GetRoot.htm
docss/avl/members/Insert.htm
docss/avl/members/Search.htm
docss/avl/members/SearchResult.htm
docss/avl/members/TreeInfo.htm
docss/avl_node_hnd_def/avl_node_hnd_def.htm
docss/index.htm
docss/tree.jpg
LGPL.txt
licence.txt
Readme.txt
Test1/gcc_make_debug
Test1/gcc_make_release
Test1/Readme.htm
Test1/Resource.h
Test1/StdAfx.cpp
Test1/StdAfx.h
Test1/stop.event
Test1/Test1.clw
Test1/Test1.cpp
Test1/Test1.dep
Test1/Test1.dsp
Test1/Test1.h
Test1/Test1.rc
Test1/testcore.cpp
Test2/avl_node_file.h
Test2/gcc_make_debug
Test2/gcc_make_release
Test2/Readme.htm
Test2/Resource.h
Test2/StdAfx.cpp
Test2/StdAfx.h
Test2/Test2.clw
Test2/Test2.cpp
Test2/Test2.dep
Test2/Test2.dsp
Test2/Test2.h
Test2/Test2.rc
Test2/testcore.cpp

相关说明

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

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com