搜索资源列表
dl99_EhLib36_D6-7
- for delphi7 .1已经发布,完全支持BDS4.0,这个是评估版的。 希望大家能够找到正式版本..... 另外,4.0的正式版下载文件名为:hq8205_Ehlib_v4.0_FS.rar 14 January 2006 Deployed EhLib 4.1 + Added support of Borland Developer Studio 2006 (Delphi and C++ Builder). * Fixed a e
proptree_src
- The CPropTree class implements a tree control that is similar to the property view seen in Visual Studio .Net. The source project compiles to a DLL so you can easily incorporate it into your project. You can check my web page for more information on
verticaltree
- While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
Rtree
- 對空間作索引的一種資料結構,可以快速地找出指定空間的物件-R tree structure, reference:R-Trees- A Dynamic Index Structure for Spatial Searching
prtree-1.5.tar
- 新型多维空间索引结构PR-tree,并且在这种新型的索引结构下进行了高维数据的查询操作.这种新型的空间索引结构有两个主要的特点:对需要查询的数据空间进行层次划分 并且对结点的插入、删除等操作具有高度的灵活性-PRTree is a Priority R-Tree, a spatial index. For some background read this: http://www.cs.umd.edu/class/spring2005/cmsc828s/slides/prtree.pdf
Coordinate
- 基于R树的K近邻查询算法及递增的k近邻查询算法实现-the implemention of R-tree K-nearest neighbor query algorithm and incremental nearest neighbor query algorithm