搜索资源列表
mykmp
- 实现字符串匹配的简单匹配算法和KMP算法,并且使用相同的比较字符串重复比较至少5000次,计算两者的时间差别。C:\Users\Administrator\Desktop-The simple matching string matching algorithms and the KMP algorithm, and use the same comparison string repeat at least 5000 times, and calculate the time differen
ch09_09
- 设计一个类模板Exam<T>,实现operator==运算符重载,用于比较各种类型数据是否相等(包括字符串和可以用等号直接进行比较的数据类型)。-Design a class template the Exam <T>, achieve operator overloading operator == for the comparison of various types of data are equal (including the string data type
campare-two-string
- 比较两个字符串,相等返回1,不等返回不等的位置-Compare two strings, equal return an unequal position of return ranging
k_gram
- C#实现两字符串的比较,采用k-gram算法,可以手动输入k的值-Compare two strings in C#, using the k-gram algorithm can manually enter values of k