-
It is a vending machine.
It is a vending machine.
- 2022-01-23 10:07:08下载
- 积分:1
-
密码算法库的用户界面
Crypto Library User Interface
- 2023-06-03 17:20: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
-
C++实现的复数+_*/运算,自己用了很多年了
C++实现的复数+_*/运算,自己用了很多年了-C++ complex
- 2022-02-16 03:10:28下载
- 积分:1
-
一套及时通讯的原码,功能相当强大,有兴趣地可以自己二次开发...
一套及时通讯的原码,功能相当强大,有兴趣地可以自己二次开发-Timely communication of the original set of code, function very strong, with interest to their own secondary development
- 2022-01-22 16:58:27下载
- 积分:1
-
TI TMS320F2810DSP 生成SVPWM程序
TI TMS320F2810DSP 生成SVPWM程序-TI TMS320F2810DSP generation procedures SVPWM
- 2022-01-31 10:04:18下载
- 积分:1
-
On learning VBA good information, detailed practical examples teach you how to l...
关于VBA学习的好资料,详细的实际例子教你如何学习VBA。-On learning VBA good information, detailed practical examples teach you how to learn VBA.
- 2022-11-14 21:00:03下载
- 积分:1
-
使用MATLAB语言特征提取源,PCA主成分…
pca进行特征提取源码,用matlab语言编写,pca即主成分分析-pca source for feature extraction using Matlab language, pca that Principal Component Analysis
- 2023-05-06 03:30:02下载
- 积分:1
-
通过雪花飞舞这个小例子学习怎么制作控制动画
通过雪花飞舞这个小例子学习怎么制作控制动画-snowflakes fluttering through the small examples to learn how to control animation production
- 2022-05-23 22:43:55下载
- 积分:1
-
采用vc对pro/engineer 进行二次开发时,vc环境的设置示例.
采用vc对pro/engineer 进行二次开发时,vc环境的设置示例.-Using vc on pro/engineer to carry out when the second development, vc sample the environment settings.
- 2022-10-28 21:15:03下载
- 积分:1