资源列表

« 1 2 ... .87 .88 .89 .90 .91 43692.93 .94 .95 .96 .97 ... 66581 »

[其他小程序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编程Chat

说明:一个非常非常非常小型的聊天程序,不是很大,但可以通过它来学习socket编程哦-A very very very small chat program, not great, but you can through it to learn socket programming oh
<戴昏黑> 在 2025-11-13 上传 | 大小:25kb | 下载:0

[Windows编程Thread

说明:MFC THREAD的类继承使用开发的 例子-MFC THREAD class inheritance example of the use of the development ~~~~~~~~~~~~~~~~~~
<zzzz> 在 2025-11-13 上传 | 大小:25kb | 下载:0

[Windows编程AlphaBlendExample

说明:AlphaBlendExample source code for Visual Studio 2005 by VB
<李茂瓏> 在 2025-11-13 上传 | 大小:25kb | 下载:0

[Windows编程batprj

说明:运行.bat文件的VC程序 运行.bat文件的VC程序-vc
<l> 在 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

[其他小程序Search_Registry

说明:Registry search tool
<govind> 在 2025-11-13 上传 | 大小:25kb | 下载:0

[其他小程序1007

说明:Descr iption Calculate a*b Input Two integer a,b (0<=a,b<=101000) Output Output a * b-Descr iption Calculate a*b Input Two integer a,b (0<=a,b<=101000) Output Output a* b
<韩若影> 在 2025-11-13 上传 | 大小:25kb | 下载:0

[其他小程序42120215

说明:VB + DB所做成的所課系統,簡單而實用-VB+ DB Course System
<Hong> 在 2025-11-13 上传 | 大小:25kb | 下载:0

[界面编程silder

说明:一个特效的slider分割条,能够直接运行的vc++程序,对单文档界面美化有用-An effect of the slider divider bar is able to directly run vc++ program, useful for single-document interface beautification
<carl> 在 2025-11-13 上传 | 大小:25kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 43692.93 .94 .95 .96 .97 ... 66581 »

源码中国 www.ymcn.org