文件名称:1005
-
所属分类:
- 标签属性:
- 上传时间:2013-04-19
-
文件大小:875kb
-
已下载:2次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方
其中0<=x<10000,0<=y<10000,(x,y是整数) 点数1<n<=30000.
Input
第一行表示点的数目n;
接下来的n行中,每一行依次表示点的x坐标,y坐标。
Output
输出n个点中最邻近点对距离的平方-Looking for n points in the nearest neighbor points divide-and-conquer algorithm (O (n log n) complexity), the output closest to the square of the distance where 0 < = x < 10000,0 < = y < 10000, (x, y is integer) Points 1 <n<=30000.
Input
第一行表示点的数目n;
接下来的n行中,每一行依次表示点的x坐标,y坐标。
Output
输出n个点中最邻近点对距离的平方
其中0<=x<10000,0<=y<10000,(x,y是整数) 点数1<n<=30000.
Input
第一行表示点的数目n;
接下来的n行中,每一行依次表示点的x坐标,y坐标。
Output
输出n个点中最邻近点对距离的平方-Looking for n points in the nearest neighbor points divide-and-conquer algorithm (O (n log n) complexity), the output closest to the square of the distance where 0 < = x < 10000,0 < = y < 10000, (x, y is integer) Points 1 <n<=30000.
Input
第一行表示点的数目n;
接下来的n行中,每一行依次表示点的x坐标,y坐标。
Output
输出n个点中最邻近点对距离的平方
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1005/10041.cpp
1005/10041.dsp
1005/10041.dsw
1005/10041.ncb
1005/10041.opt
1005/10041.plg
1005/Debug/10041.exe
1005/Debug/10041.ilk
1005/Debug/10041.obj
1005/Debug/10041.pch
1005/Debug/10041.pdb
1005/Debug/vc60.idb
1005/Debug/vc60.pdb
1005/Debug
1005
1005/10041.dsp
1005/10041.dsw
1005/10041.ncb
1005/10041.opt
1005/10041.plg
1005/Debug/10041.exe
1005/Debug/10041.ilk
1005/Debug/10041.obj
1005/Debug/10041.pch
1005/Debug/10041.pdb
1005/Debug/vc60.idb
1005/Debug/vc60.pdb
1005/Debug
1005
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.