搜索资源列表
closestPair
- 给定平面上的n个点,找其中的一对点,使得在n个点组成的所有点对中,该点对间的距离最小。-Plane on a given n points, find one of a pair of points, making the composition of the n points of all points, the distance between points on the smallest.
ClosestPair
- 最小点对距离,即ClosestPair,时间复杂度进行了优化-The program is used to find the closest pair points
closestpair
- 随机生成一定范围内的点,然后寻找任意两个点之间的最近距离的closestpair算法。-Randomly generated points within a certain range, and then look for closestpair algorithm closest distance between any two points.
ClosestPair
- 平面最近点对问题是计算几何学中研究的基本问题之一。假设在平面S上有n个点,在这n个点所组成的点对中,寻找距离最近点对问题。例如:有两点 与 。它们之间的距离为: 。n个点可以组成 个点对,找其中的一点对,使得在n个点组成的所的点对中,该点对的 为最小。-Plane closest point to the problem is one of the basic problems of research in computational geometry. Suppose there are n
closestPair
- 给定一个特定的二维点集,求出其中距离最近的一对点-Find the closest pair of a certain 2D points set.
ClosestPair
- 求解平面最近点对,分治经典题目。。。。。。。(The program to solve the nearest point pair of the plane, divide and conquer the classic topic.)