资源列表
[数据结构常用算法] MD5加密的C++类
说明:这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果<俞训峰> 在 2024-11-20 上传 | 大小:4kb | 下载:0
[数据结构常用算法] PatternMatching
说明:这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and<孙江萍> 在 2024-11-20 上传 | 大小:311kb | 下载:0
[数据结构常用算法] 三种模式匹配算法的比较
说明:Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison<lxr> 在 2024-11-20 上传 | 大小:325kb | 下载:0
[数据结构常用算法] 最小生成树prim算法
说明:最小生成树的prim算法 是求图中的最短路径的一个重要算法 但是是O(n2)复杂度的一个算法-minimum spanning tree algorithm is the prim map for the shortest path algorithm of an important but is O (n2) of a complex algorithm<袁文> 在 2024-11-20 上传 | 大小:3kb | 下载:0