搜索资源列表
stringprocess
- 字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
SimpleDataStruct
- 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Bloc
back
- 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找
chazhaozichuan
- 查找子串
cdmspp
- 串的模式匹配问题算法cpp源代码,(查找子串在主串中的位置)。ACM适用
重复子串
- 查找字符串中子最长串
stringprocess
- 字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
SimpleDataStruct
- 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Bloc
back
- 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找-Suffix array construction, the realization of a substring of string matching and longest repeat substring search
chazhaozichuan
- 查找子串-Find substring
cdmspp
- 串的模式匹配问题算法cpp源代码,(查找子串在主串中的位置)。ACM适用-String pattern matching problem algorithm cpp source code, (substring search in the main string of the position). ACM applicable
article_Edit_mfc
- 文章编辑器 【内容与要求】 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 (4)实现查找符合要求的某个字符串,能实现将该字符串替换为另一字符串 【提示】采用字符串实现。 -Articles Editor】 【content a
kmp
- kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
kmp
- 给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-s
Stringfind
- String类仅仅查找操作 就为我们提供了6种查找函数,每种函数以不同形式的find命名。 find、rfind、find_first_of 、find_first_not_of、find_last_of 、find_last_not_of 这些都是const成员函数,const 也就是说,它们只是为了针对某种用途去寻找子串的位置,并不能够改变它们所作用的那个串的值。 -String type only to find th
shangchuan
- 在一个字符串中查找子串 在一个字符串中查找子串-Find a string in the substring
commonsubstring
- 最长公共子串查找算法实现。利用数码管方式构造子串,完成穷举搜索。-Longest Common Substring search algorithm. The use of digital control mode constructor string, completed an exhaustive search.
string
- 设计string类 要求: 1、为该类定义构造函数,析构函数和赋值操作。构造函数至少应有三个:无参构造函数、C风格字符串构造函数和复制构造函数 2、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,至少应包括下标访问,子串查找、获得C风格字符串、获得字符串长度、字符串比较这几个函数 3、利用该string类完成测试程序:统计一个文本文件中所有包含给定子串的单词,并
lcs-2
- 利用后缀树进行的多个字符串的最长公共子串查找。-String suffix tree longest common substring search.
FileSearch
- 用于文件搜索和子串查找,适用于可以text打开的程序(For file search and substring lookup, suitable for programs that can be opened by text.)