搜索资源列表
-
0下载:
学习正则表达式的编写,了解正则表达式的使用与验证,本人收藏作品。推荐~-study is the preparation of regular expressions, understanding regular expression with the use of certification, I collect works. Suggest ~
-
-
0下载:
正则表达式的验证工具,提供在C#中通过程序来判断,是学习和了解正则表达式的好帮手。推荐-regular expression validation tool providing in C# adopted procedures to judgment, learning and understanding Regular expressions are a good helper. Suggest
-
-
0下载:
本书详细介绍了在现有MFC应用程序中综合运用.NET框架的技术。全书共分11章,内容包括正则表达式、文件I/O和注册表、数据加密、XML和DOM、ADO .NET数据库、远程处理、事件日志等。为了让读者透彻理解如何运用.NET框架来扩展MFC程序,作者为每个知识点配备了演示程序并提供了实用的项目创建指导和大量案例程序。
本书适合于具有MFC编程知识的程序员作为参考书,尤其适合致力于在MFC应用程序中运用.NET基类库(BCL)的程序员。-the book described in de
-
-
0下载:
介绍了.NET中的字符串和正则表达式的匹配,组合和捕获等.-introduced.NET and the string is a regular expression matching, such as portfolio and capture.
-
-
0下载:
Compiles a regular expression into a fast automaton
编译正规表达式成机器代码(源码)(11KB)
-Compiles a regular expression into a fast a utomaton regular expression compiler code into machine (FOSS) (11KB)
-
-
0下载:
在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符合某个模式的文本内容。许多程序设计语言都支持利用正则表达式进行字符串操作。例如,在Perl中就内建了一个功能强大的正则表达式引擎。正则表达式这个概念最初是由Unix中的工具软件(例如sed和grep)普及开的。正则表达式通常缩写成“regex”,单数有regexp、regex,复数有regexps、regexes、regexen。-In com
-
-
0下载:
正则表达式匹配问题,王晓东算法书课后题,注释详细-Regular expression matching, Xiaodong after-school arithmetic book title, comments, details
-