作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2008, Vol. 34 ›› Issue (13): 10-12. doi: 10.3969/j.issn.1000-3428.2008.13.004

• 博士论文 • 上一篇    下一篇

近似查询中重叠区域的扫描计算

李博涵1,郝忠孝1,2,3   

  1. (1. 哈尔滨理工大学计算机科学与技术学院,哈尔滨 150080;2. 齐齐哈尔大学计算机与控制工程学院,齐齐哈尔 161006; 3. 哈尔滨工业大学计算机科学与技术学院,哈尔滨 150001)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-07-05 发布日期:2008-07-05

Sweeping Calculation of Overlapping Region in Approximate Search

LI Bo-han1, HAO Zhong-xiao1,2,3   

  1. (1. School of Computer Science and Technology, Harbin University of Science and Technology, Harbin 150080; 2. School of Computer and Control Engineering, Qiqihar University, Qiqihar 161006; 3. School of Computer Science and Technology, Harbin Institute of Technology, Harbin 150001)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-07-05 Published:2008-07-05

摘要: 根据R*树节点硬盘主引导记录(MBR)特征,在不改变最小外包矩形特征的前提下,通过区域扫描对正交MBR重叠区域边界建立二叉线段树,以此为基础分别计算面积和周长,有效改善了R*树节点结构。理论分析和实验均表明,与未经过重叠区域计算的R*树相比,经计算的R*树节点比较次数平均下降了近60%,准确率提高了约60%。

关键词: 近似查询, 硬盘主引导记录, 重叠区域, R*树

Abstract: According to the characteristics of Master Boot Record(MBR) in R*-tree, this paper creates the binary segment tree by sweeping the orthogonal overlapping region. Sweeping algorithm calculates the area and perimeter of the orthogonal overlapping region without changing the characteristics of the minimum bounding rectangle. Comparison of the evaluation reveals that the number of node access of R*-tree decreases by nearly 60 percent and the search accuracy increases by about 60 percent after calculating the overlapping compared with the algorithm uncalculated. Analysis and experimental results show that the algorithm can improve the accuracy and efficiency of route selection with inserting large amount of the spatial objects in approximate search by calculating the overlapping in advance.

Key words: approximate search, Master Boot Record(MBR), overlapping region, R*-tree

中图分类号: