文件名称:R-tree
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-04-02
- 文件大小:
- 1.18mb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
实现算法中的R树,
1.根节点若非叶子节点,则至少有两个子节点;
2.每个非根叶节点和非叶节点包含的实体个数均介于m和M之间;
3.所有叶子节点在同一层次;-The R-tree algorithm, a. If not the root leaf nodes, there are at least two child nodes 2. The number of entities for each non-root and leaf nodes are non-leaf node contains between m and M 3. All leaf nodes at the same level
1.根节点若非叶子节点,则至少有两个子节点;
2.每个非根叶节点和非叶节点包含的实体个数均介于m和M之间;
3.所有叶子节点在同一层次;-The R-tree algorithm, a. If not the root leaf nodes, there are at least two child nodes 2. The number of entities for each non-root and leaf nodes are non-leaf node contains between m and M 3. All leaf nodes at the same level
(系统自动生成,下载前可以参看下载内容)
下载文件列表
编程\Debug\T-tree.exe
....\.....\T-tree.ilk
....\.....\T-tree.obj
....\.....\T-tree.pch
....\.....\T-tree.pdb
....\.....\T_tree.bsc
....\.....\T_tree.exe
....\.....\T_tree.ilk
....\.....\T_tree.obj
....\.....\T_tree.pch
....\.....\T_tree.pdb
....\.....\T_tree.sbr
....\.....\vc60.idb
....\.....\vc60.pdb
....\T-tree.cpp
....\T-tree.dsp
....\T-tree.dsw
....\T-tree.h
....\T-tree.ncb
....\T-tree.opt
....\T-tree.plg
....\T_tree.cpp
....\T_tree.dsp
....\T_tree.dsw
....\T_tree.ncb
....\T_tree.opt
....\T_tree.plg
....\Debug
编程