当前位置:
首页 资源下载
搜索资源 - Closest pair of points
搜索资源列表
-
0下载:
PQP is a library for performing three types of proximity queries on a pair of geometric models composed of triangles:
collision detection - detecting whether the two models overlap, and optionally, all of the triangles that overlap.
distance co
-
-
0下载:
最小点对距离,即ClosestPair,时间复杂度进行了优化-The program is used to find the closest pair points
-
-
0下载:
使用分治法求大量点中的最近点对.使用MFC做用户界面.10^6个点时间大约为0.1妙-Get the closest pair of points from points clouds by divide and conquer method. UI by MFC. It costs about 0.1 second computing from 1,000,000 points
-
-
0下载:
给定一个特定的二维点集,求出其中距离最近的一对点-Find the closest pair of a certain 2D points set.
-
-
0下载:
最近点算法,FCPP,c++语言,visual studio-The closest point algorithm, FCPP, c++ language, visual studio
-
-
0下载:
最小点对问题(二维)
二维最接近点对问题:给定平面上n个点,找其中的一对点,使得在n个点的所有点对中,该点对的距离最小。严格地说,最接近点对可能多于1对。
【本算法基于C++语言编写,在Windows平台的DEV C++下编译通过,且运行正常】
-The minimum point of the problem (two-dimensional) two-dimensional closest point of the problem: a pair of points
-
-
0下载:
第1章 算法引论
1.1 算法与程序
1.2 表达算法的抽象机制
1.3 描述算法
1.4 算法复杂性分析
小结
习题
第2章 递归与分治策略
2.1 速归的概念
2.2 分治法的基本思想
2.3 二分搜索技术
2.4 大整数的乘法
2.5 Strassen矩阵乘法
2.6 棋盘覆盖
2.7 合并排序
2.8 快速排序
2.9 线性时间选
-