-
本算法使用分治法求解最近点对问题。事先用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
-
This is the introduction of a Face Recognition English on the paper, which is a...
这是介绍人脸识别的一篇英文综述性的论文,这是上半部分-This is the introduction of a Face Recognition English on the paper, which is a part
- 2022-07-02 23:19:44下载
- 积分:1
-
大学计算机基础课程 电子技术实验 用Multisim2001编写 实验内容 应用运算放大器放大81倍的电路设计图...
大学计算机基础课程 电子技术实验 用Multisim2001编写 实验内容 应用运算放大器放大81倍的电路设计图-University computer based courses using electronic technology experiment prepared Multisim2001 experimental content applications Operational amplifier circuit 81 times the design
- 2022-03-31 06:31:17下载
- 积分:1
-
...技术文章 程序源码 合作项目 在线教程 书籍下载 读书笔记 发布文章 综 合类编程 界面类编程 系统类编程 网络类编程 模板组件类 打印类... C/C+...
...技术文章 程序源码 合作项目 在线教程 书籍下载 读书笔记 发布文章 综 合类编程 界面类编程 系统类编程 网络类编程 模板组件类 打印类... C/C+ +编程 XML/.NET 其它编程 欢迎光临VC在线 VC在线自创建以来,-procedures ... Technical Articles source cooperation projects online tutorial books downloaded articles published study notes Comprehensive Programming Interface Programming System category type programming network programming template type components category Print category ... C/C Programming XML/.NET other programming Welcome VC online VC online since its inception,
- 2022-05-19 20:40:33下载
- 积分:1
-
altera cycloneII fpga 的pcb封装图,protel格式的,下载后加载,省得自己画了。...
altera cycloneII fpga 的pcb封装图,protel格式的,下载后加载,省得自己画了。-altera cycloneII fpga the pcb package plans, protel format, download load clinics to save their own a painting.
- 2023-02-23 23:30:03下载
- 积分:1
-
用于个人网站建设用的漂亮公告代码 用HIML语言编的
用于个人网站建设用的漂亮公告代码 用HIML语言编的-personal website for the code used Notice beautiful language series hole
- 2023-02-19 02:25:02下载
- 积分:1
-
精彩特效之位图的飘动.rar
精彩特效之位图的飘动.rar-position wonderful effects of the plan wafted. Rar
- 2022-09-20 04:30:03下载
- 积分:1
-
无线电源控制系统接收和发射程序
主要是无线电源电路的设计中的程序...
无线电源控制系统接收和发射程序
主要是无线电源电路的设计中的程序-Wireless power supply control system for receiving and launching process is the design of wireless power circuit of the procedures
- 2022-05-22 07:25:01下载
- 积分:1
-
Free call software make free phone software ah good good good ah
免费打电话软件 好好啊 好 免费打电话软件 好好啊 好-Free call software make free phone software ah good good good ah
- 2023-08-27 11:50:05下载
- 积分:1
-
人体高低潮判断程序
人体高低潮判断程序-human judgment procedures
- 2022-03-17 11:49:37下载
- 积分:1