-
这是我第一次画的DXP图,我不大知道到底这张图到底是干嘛的...
这是我第一次画的DXP图,我不大知道到底这张图到底是干嘛的-This is my first painting DXP map, in the end I do not know what this plan is in the end of the
- 2022-02-26 00:58:20下载
- 积分:1
-
WIN32汇编大全,您可以通过此文档很好的学习汇编
WIN32汇编大全,您可以通过此文档很好的学习汇编-WIN32 compilation Daquan, you can pass files compiled a good learning
- 2022-07-05 02:22:23下载
- 积分:1
-
九游戏里面详细说明了这个词的“可恶”的数字
游戏里面详细描述了九个字,令人发指的数字,几个数字
- 2022-03-03 11:20:56下载
- 积分:1
-
802.11a
802.11a标准 比较全面 各个方面的都有的-802.11a
- 2022-02-15 08:19:19下载
- 积分:1
-
dos下另一虚拟光驱
dos下另一虚拟光驱-dos under another virtual drive
- 2022-08-07 08:45:25下载
- 积分:1
-
俄罗斯方块,和平时玩的一样的,打开后里面有说明怎样的玩法...
俄罗斯方块,和平时玩的一样的,打开后里面有说明怎样的玩法-Russian box, and usually play the same, and opened there on what" s playing
- 2022-10-20 09:35:04下载
- 积分:1
-
电力104规约Demo版 C++版本,供大家参考
电力104规约Demo版 C++版本,供大家参考-104规约Demo版C
- 2022-02-03 19:19:45下载
- 积分:1
-
简单的分布式算法
简单的分布式算法-simple distributed algorithm
- 2023-06-27 19:35:03下载
- 积分:1
-
数字信号处理的快速傅里叶变换(FFT)代码
数字信号处理的快速傅里叶变换(FFT)代码-Digital Signal Processing of Fast Fourier Transform (FFT) code
- 2022-01-24 13:30:28下载
- 积分: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