搜索资源列表
wrapperssrc
- 使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The
regexpp3.tar
- 最牛的C++语言正则表达式库 regex++即将被纳入c++语言标准库成为c++语言不可分割的一部分,这也可以看出这个库的厉害之处。这个库本身是boost库的一部分,但是boost太大,使用不便。这是该库的作者独立发行的安装包。-C language is a regular expression library regex about to be incorporated into the standard language for c c become an integral part
regexbyhjs1111111
- 本文摘要翻译了几篇文章的内容,简单介绍 ATL CAtlRegExp,GRETA,Boost::regex 等正则表达式库,这些表达式库使我们可以方便地利用正则库的巨大威力,给我们的工作提供了便利。-This paper translated articles the contents of a brief introduction ATL CAtlRegExp, GRETA, Boost : : regex is a regular expression such as library, ex
LightNovelCopyCat
- 轻之国度拷贝猫,专门复制轻之国度网页 功能:将Discuz防拷网页解码转化为TXT,并可自动下载附件。 支持: 登陆并下载附件 下载小说插图 过滤乱码 过滤空行,格式化文本 支持更新 演示了Boost::regex(正则表达式处理)、libcURL、Win32多线程函数的使用. MFC应用程序,使用VC7编译,要求自备有Boost和libcURL。
regex
- 可以通过正则表达式检查输入的字符串是否匹配 使用了boost 库
regex
- boost/regex用法,正则表达式用法介绍-boost regex
regex-lib
- 一个方便实用的正则表达式类库,纯C编写,只需要把头文件包含到你的工程里即可,方便集成,支持多种操作系统及编译器。附常用正则表达式-A convenient and practical regular expression library, the preparation of pure C, only need to head to the file that contains your project where you can to facilitate the integration, s
regexsrc
- regex for windows driver development.
regex
- C++正则表达式,This library is part of boost-This library is part of boost
regex
- regular expressions for c++ builder
Regex
- Demonstration showing how to use the java.util.regex package that is part of JDK 1.4 and later.
tpl-2.3.01
- TPL is a Text Processing Library/Language in C++. Supports grammar, tokens, predicates, regex, matching operators, etc. It uses boost pheonix library.-TPL is a Text Processing Library/Language in C++. Supports grammar, tokens, predicates, regex, matc
Regex
- 有关正则表达式的代码,是实例,而且比较实用的例子,可以借鉴。-Regex
regex
- 用正则表达式提取一个源文件中的类和方法并输出到文件-regex class
regex
- 正则表达式头文件 regex.h 包括regcomp, regexec,regfree等主要函数-Regular expression header regex.h including regcomp, regexec, regfree other major functions
regex-cheat-sheet
- 正则表达式的学习指南,相当实用,好好学习天天向上-Regex study guide, quite practical, What we have learned
RegEx
- 示例代码 正则表达式 VB.NET VB2010 比较简单,有兴趣的同学可以下载-Sample code regex VB.NET VB2010 relatively simple, interested students can download and see
regex
- c语言实现的正则表达式.正则表达式是一个很强的工具。有了它,可以在你的软件中增强查找、替换、匹配等功能。 本文提供的 JRegex.c 封装了Henry Spencer的Regex库(ANSI C),可移植到任何系统上。-regex c language
regex.jar
- regex.jar for java 8
regex test
- c++ code for regex testing