文件名称:AVL_LIB
- 所属分类:
- 数值算法/人工智能
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 92kb
- 下载次数:
- 0次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
独立于AVL库的存储媒体
虽现在有不少可用的AVL树库,但几乎都是工作在RAM中,当数据量小的时候,这种方式可行,但当树结构变大时时,读取和存储的时间就会大大变长,任务效率大大降低。能不能直接用磁盘进行树的操作呢?若可以,就不必进行频繁的磁盘内存交换了,本程序就实现了这个功能。实际上,这个程序无论是磁盘还是内存,都很好用。-independent of the AVL storage media is now available in a number of the AVL tree, But almost all work in the RAM, when a small amount of data, this approach feasible, but big tree structure constant, read and storage time will be much longer and the task efficiency has been greatly reduced. Can directly use the disk tree operation? If so, there is no need for frequent exchange of disk memory, the process to achieve this function. In fact, this procedure is disk or memory, are very handy.
虽现在有不少可用的AVL树库,但几乎都是工作在RAM中,当数据量小的时候,这种方式可行,但当树结构变大时时,读取和存储的时间就会大大变长,任务效率大大降低。能不能直接用磁盘进行树的操作呢?若可以,就不必进行频繁的磁盘内存交换了,本程序就实现了这个功能。实际上,这个程序无论是磁盘还是内存,都很好用。-independent of the AVL storage media is now available in a number of the AVL tree, But almost all work in the RAM, when a small amount of data, this approach feasible, but big tree structure constant, read and storage time will be much longer and the task efficiency has been greatly reduced. Can directly use the disk tree operation? If so, there is no need for frequent exchange of disk memory, the process to achieve this function. In fact, this procedure is disk or memory, are very handy.
相关搜索: AVL树
(系统自动生成,下载前可以参看下载内容)
下载文件列表
独立于AVL库的存储媒体
.....................\demo
.....................\....\AVL Lib.dsw
.....................\....\AVL Lib.ncb
.....................\....\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_Libraries.plg
.....................\....\.............\avl_node.h
.....................\....\.............\Readme.htm
.....................\....\.............\Release
.....................\....\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
.....................\....\LGPL.txt
.....................\....\licence.txt
.....................\....\Readme.txt
.....................\....\Test1
.....................\....\.....\gcc_make_debug
.....................\....\.....\gcc_make_release
.....................\....\.....\Readme.htm
.....................\....\.....\Release
.....................\....\.....\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
.....................\....\.....\Release
.....................\....\.....\Resource.h
.....................\....\.....\StdAfx.cpp
.....................\....\.....\StdAfx.h
.....................\....\.....\Test2.clw
.....................\....\.....\Test2.cpp
.....................\....\.....\Test2.dep
.....................\....\.....\Test2.dsp
.....................\....\.....\Test2.h
.....................\....\.....\Test2.rc
.....................\....\.....\testcore.cpp
.....................\demo
.....................\....\AVL Lib.dsw
.....................\....\AVL Lib.ncb
.....................\....\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_Libraries.plg
.....................\....\.............\avl_node.h
.....................\....\.............\Readme.htm
.....................\....\.............\Release
.....................\....\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
.....................\....\LGPL.txt
.....................\....\licence.txt
.....................\....\Readme.txt
.....................\....\Test1
.....................\....\.....\gcc_make_debug
.....................\....\.....\gcc_make_release
.....................\....\.....\Readme.htm
.....................\....\.....\Release
.....................\....\.....\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
.....................\....\.....\Release
.....................\....\.....\Resource.h
.....................\....\.....\StdAfx.cpp
.....................\....\.....\StdAfx.h
.....................\....\.....\Test2.clw
.....................\....\.....\Test2.cpp
.....................\....\.....\Test2.dep
.....................\....\.....\Test2.dsp
.....................\....\.....\Test2.h
.....................\....\.....\Test2.rc
.....................\....\.....\testcore.cpp