期刊文献+

海量数据Delaunay三角网的并行构建算法 被引量:8

Parallel generation algorithm for Delaunay TIN with massive data
下载PDF
导出
摘要 对并行环境下Delaunay三角网的构建进行了研究。针对海量数据处理的高效性要求,提出了一种归并构网方法。该方法根据构网数据的实际分布特点,对数据点按x坐标进行排序,并将排序后的数据按给定的阈值点数依次分配给各工作线程,构建出一系列的初始子三角网,然后逐轮对相邻的子三角网进行两两归并,直至最终归并为一个三角网。该构网方法过程中子三角网间的相关性小,易于并行处理和流水线作业。该算法既适用于单机串行、多线程和多核并发环境处理,同时也适用于集群计算模式下的分布式并行处理。实验表明,该算法的时空效率较高,最坏的串行时间复杂度为O(nlogn),一般情况下不超过O(n2)。 The paper studied a parallel generation algorithm for Delaunay TIN with massive data. To meet the efficient demands of processing massive data, the paper proposed a merge method of generating the Delaunay TIN. According to the spatial distribution of data points, the method firstly sorts the data by their x coordinates, allocates the sorted data to the corresponding threads, generates a series of initial sub-TINs, and merges two adjacent sub-TINs recursively. All the sub-TINs are finally merged to a TIN. The relativity between sub-TINs is weak in the process of merging, so that it is easy to be pro- cessed in parallel and pipelined. The algorithm can run in the serial mode. the multi-thread mode.the multi-core mode, and the distributed parallel computing environment. The experiment proves that the algorithm is efficient and the worst serial time complexity is 0 (n log n) and often less than O(n2).
作者 张真
出处 《计算机工程与科学》 CSCD 北大核心 2013年第4期1-7,共7页 Computer Engineering & Science
基金 国家863计划资助项目(2009AA12Z226,2011AA120300)
关键词 DELAUNAY三角网 子三角网 串行 并行 归并 复杂度 加速比 Delaunay TIN sub-TIN serial parallel merge complexity acceleration ratio
  • 相关文献

参考文献4

二级参考文献11

  • 1Liu Xuejun,西安公路交通大学学报,2000年,20卷,3期
  • 2Liu Xuejun,中国公路学报,2000年,13卷,2期,31页
  • 3Wu Xiaobo,测绘学报,1999年,28卷,1期,28页
  • 4Zhu Qing,武汉测绘科技大学学报,1998年,23卷,3期,204页
  • 5Wang Fujian,中国公路学报,1998年,11卷,3期,17页
  • 6Lou Zhaoyang,计算机辅助设计与图形学学报,1997年,9卷,4期,302页
  • 7Liu Xuejun,中国公路学报,1997年,10卷,2期,24页
  • 8Tang Zesheng,计算机辅助设计与图形学学报,1990年,2卷,3期,1页
  • 9D. T. Lee,B. J. Schachter. Two algorithms for constructing a Delaunay triangulation[J] 1980,International Journal of Computer & Information Sciences(3):219~242
  • 10朱庆,陈楚江.不规则三角网的快速建立及其动态更新[J].武汉测绘科技大学学报,1998,23(3):204-207. 被引量:51

共引文献182

同被引文献96

引证文献8

二级引证文献24

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部