搜索资源列表
-
0下载:
SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scr ipting language by Larry Wall and is ava
-
-
0下载:
基于正则表达式的字符串匹配,对于学习正则表达式和字符串的同学们十分有帮助-Based on regular expression string matching, regular expressions for the learning of students and string very helpful
-
-
6下载:
一些经典算法包括:有向树k中值问题,正则表达式匹配问题,最大长方体问题,直线K中值问题--KML-Some classic algorithms include: the k value to the tree problem, regular expression matching problem, the biggest problem rectangular, linear K value problems- KML
-
-
0下载:
一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev
-
-
0下载:
正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode
-