-
大屏幕显示, 大屏幕显示, 大屏幕显示
大屏幕显示, 大屏幕显示, 大屏幕显示-display
- 2023-08-31 18:25:03下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用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
-
实现了简单科学计算器的功能,可以使运用计算器简单功能的人受到很大方便。...
实现了简单科学计算器的功能,可以使运用计算器简单功能的人受到很大方便。-achieve a simple scientific calculator function, we can make use of a simple calculator functions of the great convenience.
- 2022-09-28 01:40:03下载
- 积分:1
-
这teechart.ocx Visual Basic。
This TeeChart.ocx for Visual Basic.
- 2022-08-12 20:09:59下载
- 积分:1
-
This is a Gaussian elimination of the solution equation c language. For multiple...
这是一个高斯消元发解方程的c语言实现。对于接多元方程非常的方便-This is a Gaussian elimination of the solution equation c language. For multiple access very convenient equation
- 2022-02-02 13:19:39下载
- 积分:1
-
another type of ppt format
another type of ppt format
- 2022-03-11 22:24:22下载
- 积分:1
-
PLC example. Mainly industrial control systems. Ladder design code. Is very rich...
PLC例子.主要是工业控制系统.梯形图的设计代码.内容很丰富-PLC example. Mainly industrial control systems. Ladder design code. Is very rich in contents
- 2022-01-26 01:08:03下载
- 积分:1
-
I uploaded a seven
本人上传了一幅红外的神七图片,对研究红外图象处理的也许有用啊-I uploaded a seven-infrared image of God, the study of infrared image processing may be useful ah
- 2022-01-25 17:50:39下载
- 积分:1
-
再matlab下面实现音乐信号的端点检测。
算法是利用帧长
再matlab下面实现音乐信号的端点检测。
算法是利用帧长-sign
- 2022-10-13 21:35:03下载
- 积分:1
-
为初学者提供MFC程序设计的试验方法和部分知道
为初学者提供MFC程序设计的试验方法和部分知道-MFC for beginners program designed to provide test methods and some know
- 2022-02-12 17:53:36下载
- 积分:1