资源列表
[其他小程序] 3
说明:我自己写的小程序,都是数据结构时候的试验,花了心血的,主要包括二叉树的一些遍历算法(都是非递归实现的),Huffman编码,还有多项式的混合运算,包括加减乘除-I write small programs, are data structures when the experiment took effort, and mainly includes a number of binary tree traversal algorithm (both non-recursive implement<remote> 在 2025-11-22 上传 | 大小:319kb | 下载:0
[其他小程序] 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-22 上传 | 大小:25kb | 下载:0
[其他小程序] chatroom
说明:簡易聊天室範例 希望大家可以學會一些簡單WINSOCK的語法 並且可以更精進-SIMPLE CHATROOM<cccccccccc> 在 2025-11-22 上传 | 大小:9kb | 下载:0
[其他小程序] Fuzzy_c-means_clustering_v.0.3_for_multidimension
说明:Fuzzy_c-means clustering algorithm to extact useful information from huge amount of data<sunil> 在 2025-11-22 上传 | 大小:3kb | 下载:0