-
本算法使用分治法求解最近点对问题。事先用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
-
通过串口将TXT文件中的数据读取出来,并显示波形
通过串口将TXT文件中的数据读取出来,并显示波形-Through the serial port data in the TXT file to read out and display the waveform
- 2022-02-04 03:18:40下载
- 积分:1
-
Virtual Machine Design and Implementation of source code, source code is pretty...
虚拟机设计与实现源代码,很不错的源代码。至于书籍可到网上下载!-Virtual Machine Design and Implementation of source code, source code is pretty good. As for books can be purchased online at download!
- 2022-02-01 21:31:36下载
- 积分:1
-
关于DOS的一些常用应用,大多数的都有,中文版的。
关于DOS的一些常用应用,大多数的都有,中文版的。-Some commonly used on DOS applications, most of all, the Chinese version.
- 2022-07-08 11:23:10下载
- 积分:1
-
这是一个ASP编写的关于制作网页论坛的程序,首先声明这段程序并不是我编的,我只是觉得这段程序写得很好,对ASP初学者有好处....
这是一个ASP编写的关于制作网页论坛的程序,首先声明这段程序并不是我编的,我只是觉得这段程序写得很好,对ASP初学者有好处.-This is an ASP, on the Forum website production process, the first to declare that this procedure is not my series, I just feel that this was very well written procedures for beginners ASP good.
- 2022-09-24 23:35:04下载
- 积分:1
-
sql表的制作过程演示
sql表的制作过程演示-sql table in the process of making demonstration
- 2022-03-13 08:33:40下载
- 积分:1
-
VB打印预览和其他形式的MSFlexGrid
VB中打印预览Msflexgrid等表格-VB Print preview and other forms Msflexgrid
- 2022-03-11 07:56:21下载
- 积分:1
-
让您爱不释手的专业串口调试软件,使用完全免费! 本软件可以在Win95/98、Win2000、WinNT、WinXP下面运行....
让您爱不释手的专业串口调试软件,使用完全免费! 本软件可以在Win95/98、Win2000、WinNT、WinXP下面运行.-attractive professional serial debugging software, the use of a completely free! the software can Win95/98, Win2000, WinNT, running WinXP below.
- 2022-12-21 13:40:03下载
- 积分:1
-
报表制作程序演示
报表制作程序演示-statements prepared demo
- 2023-05-18 14:30:03下载
- 积分:1
-
利用神经网络和多元回归预测的人均国内生产总值,和…
采用神经网络和多元回归对人均GDP进行预测并建模-Using neural networks and multiple regression to predict the per capita GDP, and Modeling
- 2022-03-22 21:09:02下载
- 积分:1