搜索资源列表
duifengpei.cpp
- KMP目录下是字符串的堆分配存储表示源程序,其中使用KMP算法完成模式匹配 -KMP directory is the string heap memory allocation, said the source, the use of KMP completed pattern matching algorithm
source
- ac-bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
BoyerMooreSearch_src
- bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
StringMatch
- 四种字符串匹配算法: RK,KMP,BMH及QS算法。
kmp
- 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
shiyan2
- 运用栈实现表达式开、闭括号是否配对出现算法。先要实现栈的基本操作算法,包括初始化栈、进栈、退栈等。本程序中,表达式中的元素限定为char型,表达式的长度<100。表达式输入的为一个以“#”为结束标志的字符串。若用户输入的表达式中少了左括号或少了右括号,打印“括号不匹配”。若输入的表达式左右括号匹配,打印“括号匹配”。-Use stack to achieve expression open, close parenthesis pair appeared algorithm. The ne
UnCode
- 验证码识别,对于正规的数字验证码识别能达到100 ,同时加入了字符串的相似度匹配算法-Identification code validation for regular digital identification code validation can reach 100 , while adding a string similarity matching algorithm
BMSearch
- BM算法,十分高效的一种字符串匹配算法,比KMP高效-BM Search