-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
用ATmega32写的采用四线接法的LCD1602驱动程序
用ATmega32写的采用四线接法的LCD1602驱动程序-ATmega32 using tablets写cavity using cavity四线blames the Yang-hung LCD1602 驱 most序
- 2022-02-14 12:51:22下载
- 积分:1
-
校园及时通,很好的通信软件!
校园及时通,很好的通信软件!-Campus timely pass, good communication software!
- 2022-05-08 09:21:44下载
- 积分:1
-
xml transform xlt tools
xml transform xlt tools-xml transform xlt tools
- 2022-02-05 02:20:39下载
- 积分:1
-
fortran courses designed to prepare the plane for the finite element program
fortran课程设计时编写的连续体平面问题的有限元源程序 -fortran courses designed to prepare the plane for the finite element program
- 2022-03-14 11:44:32下载
- 积分:1
-
小游戏能弓大家交流希望各位提点意见我建议给我让我改进
小游戏能弓大家交流希望各位提点意见我建议给我让我改进-Game to bow to facilitate the exchange of提点意见hope that I would suggest to me, let me improve
- 2023-03-19 16:10:03下载
- 积分:1
-
曙光网络使用的投票调查系统 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 投票系统 运行环境: Win9x/NT/2000/XP/ 软件大小:...
曙光网络使用的投票调查系统 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 投票系统 运行环境: Win9x/NT/2000/XP/ 软件大小: 26KB 软件等级:-dawn of the network system software poll Language : English software types : Domestic software/free version/vote system operating environment : CTP/software Size : 26KB Software Rating :
- 2022-04-09 00:07:14下载
- 积分:1
-
VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似...
VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似-VC a small calculators, can be realized 2,8,16. 10-band functions. interface with the system to bring their own calculators somewhat similar
- 2022-03-17 09:23:55下载
- 积分:1
-
一个非常好的闪光,大家可以参考一下它的功能和风格,是一个很好的文档
一个很漂亮的FLASH,大家可以参考其功能及风格,是个不错的文件-a very nice Flash, we can refer to its function and style, is a good document
- 2022-03-05 03:42:35下载
- 积分:1
-
电子跑表设计 希望对大家有帮助
这是我今年的课程设计
电子跑表设计 希望对大家有帮助
这是我今年的课程设计 -electronic stopwatch design we want to help me this year and this is the course design
- 2023-01-28 13:20:03下载
- 积分:1