-
俄罗斯方块,支持网络对战,vc平台开发的
俄罗斯方块,支持网络对战,vc平台开发的-Russian box, a support network war, the development of the platform vc
- 2022-02-16 06:50:04下载
- 积分: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
-
一些LabVIEW的源代码
some labview source code
- 2023-04-28 03:50:03下载
- 积分:1
-
the easyest snake game with mfc for newer
the easyest snake game with mfc for newer
- 2022-04-26 20:27:54下载
- 积分:1
-
delphi write ADOMS steel source, in line with the steel industry sales model
delphi写的钢材进销存源码,符合钢材行业的销售模式-delphi write ADOMS steel source, in line with the steel industry sales model
- 2022-07-01 21:14:29下载
- 积分:1
-
SVMmulticlass: Multi
SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. This is probably the simplest possible instance of SVMstruct and serves as a tutorial example of how to use the programming interface.
- 2022-05-28 03:23:16下载
- 积分:1
-
很有意思的小游戏 ,喜欢的人下下来玩一下吧,对与头脑的休息还是大有好处的^_^...
很有意思的小游戏 ,喜欢的人下下来玩一下吧,对与头脑的休息还是大有好处的^_^-very interesting little game, like the people down play with under the bar, with the heads of the rest is good or the ^ _ ^
- 2022-01-28 18:29:36下载
- 积分:1
-
自己编写的用于时序分析的matlab源码,可以用于故障分析与诊断,...
自己编写的用于时序分析的matlab源码,可以用于故障分析与诊断,-their preparation for the time-series analysis of the source code Matlab can be used to fault analysis and diagnosis,
- 2022-09-21 10:50:03下载
- 积分:1
-
完整的算法求解背包问题通过C++动态规划。
The Complete Algorithm for the Knapsack Problem via Dynamic Programming in C++.
- 2022-04-28 21:52:52下载
- 积分:1
-
该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连
该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连续值,最后采用自适应阈值分割,检测出镜头边界。-This method is the use of anti-symmetric biorthogonal wavelet decomposition coefficients video frame the direction of gradient vector, and then statistics from the gradient vector angle and modulus values constitute the joint space of two-dimensional histogram, and then calculating the histogram for the distance between frames, by the two frames between the consecutive values, the final adaptive threshold segmentation, shot boundary detected.
- 2022-05-09 05:15:23下载
- 积分:1