搜索资源列表
-
0下载:
正则表达式源代码,用于对字符串的处理,如电话号码的识别等-regular expression source code for the string processing, such as telephone numbers and other identification
-
-
0下载:
C++正则表达式解析,学习c++的朋友,可以参考一下-C is a regular expression analysis, the study c friends can reference
-
-
0下载:
正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型);
多线程,想了很久的跨平台多线程库了;
数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备;
python,没错,对Python语言的支持;
-
-
0下载:
A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.,
A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
-
-
1下载:
正则表达式库,是实现正则表达式的官司方源代码。,Regular expression library, regular expressions to achieve the lawsuit Fangyuan code.Regular Expression Library.
-
-
0下载:
实现了正则表达式转NFA,NFA转DFA,DFA最简化的过程。并可输出DFA到图像。-It can translate Regular Expression into NFA, NFA into DFA, and minimize the DFA. The result can be printed as a graph.
-
-
0下载:
经典书籍——Eilly的《Master Regular Expression》正则表达式使用手册-Masterting Regular Expression
-
-
0下载:
Mastering Regular Expression that is very good for string manipulation in Unix and Windows
-
-
0下载:
pcre-7.9是用于正则表达式匹配,它的匹配效率很高,modsecurity就是用它进行正则匹配,而且它也是开源,所以只要你足够牛,就可以将pcre-7.9+modsecurity移植到任何平台下,进行数据匹配检测。-pcre-7.9 is used for regular expression matching, it matches very efficient, modsecurity is to use it for a regular match, but it is also op
-
-
0下载:
C++下面的正则表达式,可以在VC 6上面使用-C++ The following regular expression, you can use VC 6 above,
-
-
0下载:
VB写的正则表达式检查..帮你验证你所写的正则表达式是否有效.-VB to write regular expression check. . Written to help you verify your regular expression is valid.
-
-
0下载:
为linux & win32平台兼容写的正则表达式封装代码,Win32使用boost实现,Linux使用libc实现-For linux & win32 platform compatible regular expression package written in code, Win32 use the boost to achieve, Linux using libc implementation
-
-
0下载:
给学习正则表达式的朋友们,主要应用与linux/unix下的搜索,也适用于搜索方法的初学者-for learner of regular expression
-
-
0下载:
Emunge是一个非常简易的,在软件左窗口粘贴剪切板内容,提供基本拼写检索和替换操作,在右窗口输出内容的软件。-Emunge is a very simple program designed to take a piece of text from the clipboard or entered into the program s left window pane and perform a series of regular expression search and replace o
-
-
0下载:
pcre是用于正则表达式匹配,它的匹配效率很高正则表达式库的全部文件,库文件。-pcre is used for regular expression matching, it matches very efficient regular expression library, all documents, library files.
-
-
0下载:
Linux 下 正则表达式之grep 使用说明资料 -Linux, the grep regular expression for use information
-
-
0下载:
由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配-This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.
-
-
0下载:
正则表达式,是中文版的,chm格式,在linux与windows下均可以看,,但我主要是在linux下使用-Regular expression is a Chinese version, chm format, under both linux and windows can be seen, but I mainly use linux
-
-
0下载:
This the program which implements a regular expression of UNIX command.-This is the program which implements a regular expression of UNIX command.
-
-
0下载:
用c++实现的正则表达解析了,有test程序和使用文档。-C++ achieve with regular expression parsing, and there are test procedures and use documents.
-