资源列表
[其他小程序] 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-23 上传 | 大小:25kb | 下载:0
[Windows编程] pid2path
说明:simple program wich translates PID to process image path<Well Fellow> 在 2025-11-23 上传 | 大小:1kb | 下载:0
[其他小程序] chatroom
说明:簡易聊天室範例 希望大家可以學會一些簡單WINSOCK的語法 並且可以更精進-SIMPLE CHATROOM<cccccccccc> 在 2025-11-23 上传 | 大小:9kb | 下载:0
[Windows编程] HttpRequest
说明:本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol' s request message, including GET, POST method, compiled through the windows, you can run.<lijuan> 在 2025-11-23 上传 | 大小:2kb | 下载:0