资源列表
[其他小程序] ClosetPairs
说明:本算法使用分治法求解最近点对问题。事先用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 probl<lhguo> 在 2025-11-13 上传 | 大小:25kb | 下载:0
[Windows编程] AlphaBlendExample
说明:AlphaBlendExample source code for Visual Studio 2005 by VB<李茂瓏> 在 2025-11-13 上传 | 大小:25kb | 下载:0
[Windows编程] testftplib
说明:关于FTP上传的动态库调用程序,可以实现上传文件到指定FTP地址-With regard to the dynamic library calls FTP upload process, you can achieve upload files to the specified FTP address<侯占军> 在 2025-11-13 上传 | 大小:25kb | 下载:0
[其他小程序] lot
说明:关于矩阵乘法的两种算法之间的比较分析。 经典算法和STRASSEN算法。 用来做算法导论和算法分析与设计的论文不错-Matrix multiplication on the comparative analysis between the two algorithms. Classical algorithms and STRASSEN algorithms. Introduction to algorithms and algorithm used for analysis and desig<ROLL> 在 2025-11-13 上传 | 大小:25kb | 下载:0
[GDI/图象编程] EasySkin
说明:超简单的皮肤例子,不知道是皮肤被人搞得很复杂,还是被我搞得很简单,为了方便操作,我在里面使用了DC类来操作,如果不喜欢完全可以只用bilbit来做-Super-simple skin example, do not know the skin was Gaode very complicated, or was I inspired is very simple, in order to facilitate the operation, I used the DC inside the cla<林勇辉> 在 2025-11-13 上传 | 大小:25kb | 下载:0