Welcome![Sign In][Sign Up]
Location:
Search - deelx

Search list

[ELanguagedeelx

Description: 看看吧C加加环境下的正则表达式引擎deelx-do is look at it under the regular expression engine deelx
Platform: | Size: 16127 | Author: zhouwei | Hits:

[Windows Developdeelx

Description: DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 基本特点: 支持与 Perl 兼容的正则表达式语法。 支持 IGNORECASE, SINGLELINE, MULTILINE 等常见匹配模式。 兼容性强,能在 vc6, vc7, vc8, gcc, Turbo C++ 等大多数 C++ 环境编译。 支持命名分组,条件表达式,递归表达式等多种高级特性
Platform: | Size: 16877 | Author: netxiao | Hits:

[Otherdeelx

Description: 史寿伟利用C++开发的正则表达式引擎,带有模板应用。
Platform: | Size: 16300 | Author: lichunlin | Hits:

[Other resourcedeelx

Description: 正则表达式库,能够实现搜索,替换等基本功能
Platform: | Size: 16344 | Author: 李量 | Hits:

[Windows Developdeelx

Description: 正则表达式的强大单独库
Platform: | Size: 20805 | Author: lidf | Hits:

[Develop ToolsDEELX

Description: DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。
Platform: | Size: 65322 | Author: jimxu | Hits:

[ELanguagedeelx

Description: 看看吧C加加环境下的正则表达式引擎deelx-do is look at it under the regular expression engine deelx
Platform: | Size: 15360 | Author: zhouwei | Hits:

[Windows Developdeelx

Description: DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 基本特点: 支持与 Perl 兼容的正则表达式语法。 支持 IGNORECASE, SINGLELINE, MULTILINE 等常见匹配模式。 兼容性强,能在 vc6, vc7, vc8, gcc, Turbo C++ 等大多数 C++ 环境编译。 支持命名分组,条件表达式,递归表达式等多种高级特性 -DEELX is a C++ Environment with Perl-compatible regular expression engine. Is RegExLab carried out a research and development projects. Basic characteristics: the support and Perl-compatible regular expression syntax. Support IGNORECASE, SINGLELINE, MULTILINE common pattern matching. Compatibility, in vc6, vc7, vc8, gcc, Turbo C++ Such as the majority of C++ Environment compiler. Support for named groups, conditional expression, recursive expressions and many other advanced features
Platform: | Size: 16384 | Author: netxiao | Hits:

[Otherdeelx

Description: 史寿伟利用C++开发的正则表达式引擎,带有模板应用。-Wei史寿use C++ Developed regular expression engine, with an application template.
Platform: | Size: 16384 | Author: lichunlin | Hits:

[Other systemsdeelx

Description: 正则表达式库,能够实现搜索,替换等基本功能-Regular expression library, to achieve a search to replace such basic functions
Platform: | Size: 16384 | Author: 李量 | Hits:

[Windows Developdeelx

Description: 正则表达式的强大单独库-A powerful regular expression library alone
Platform: | Size: 229376 | Author: lidf | Hits:

[Documentsdeelx_zh.chm

Description: 学习正则表达式的入门文档! DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 -Learn the regular expression entry documents! DEELX is a C++ Environment with Perl-compatible regular expression engine. Is RegExLab carried out a research and development projects.
Platform: | Size: 64512 | Author: straybird | Hits:

[Otherdeelx

Description: 这是自动机理论、语言和计算导论的一个大作业解答,关于则正表达式的。-This is automata theory, language and calculation of Introduction to a major operation to answer, with regard to the positive expression.
Platform: | Size: 16384 | Author: lailaidaxia | Hits:

[Software Engineeringdemo

Description: 一个正则语言搜索程序的demo,对于正则表达事的搜索引擎-A regular language search procedure demo, for regular expression search engine thing
Platform: | Size: 17408 | Author: 张严浩 | Hits:

[OtherDEELXs

Description: DEELX 正则表达式引擎(v1.2) DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 基本特点: 支持与 Perl 兼容的正则表达式语法。 支持 IGNORECASE, SINGLELINE, MULTILINE 等常见匹配模式。 兼容性强,能在 vc6, vc7, vc8, gcc, Turbo C++ 等大多数 C++ 环境编译。 支持命名分组,条件表达式,递归表达式等多种高级特性。(1.2版本新特点) 与 GRETA、boost 相比,DEELX 独到之处: 完全使用模版库编写,支持 char, wchar_t, int 等以及其他基类型版本。 全部代码位于一个头文件(.h)中, 比任何引擎都使用简单和方便。 支持从右向左匹配模式,可从文本结束位置向前搜索匹配。 可防止零长度子匹配循环无限次而产生的死循环。(1.2版本新特点) -DEELX Regular Expression Engine (v1.2) DEELX is a C environment and Perl-compatible regular expression engine. Is RegExLab carried out a research and development projects. Basic characteristics: the support and Perl-compatible regular expression syntax. Support IGNORECASE, SINGLELINE, MULTILINE common pattern matching. Compatibility, in vc6, vc7, vc8, gcc, Turbo C , such as the majority of C compiler environment. Support for named groups, conditional expression
Platform: | Size: 64512 | Author: 钱斌 | Hits:

[Otherdeelx_zh

Description: C++ 环境下的正则表达式引擎,RegExLab 的研究开发项目。 本文详细说明了DEELX 正则表达式语法并配以相关例子,方便学习验证。还针对编程提供了帮助以及相关示例-C++ environment regular expression engine, RegExLab research and development projects. This article details the DEELX regular expression syntax and accompanied by relevant examples to facilitate learning validation. Has also provided assistance for the programming and related examples
Platform: | Size: 64512 | Author: steven | Hits:

[OS programdeelx

Description: C++下面的正则表达式,可以在VC 6上面使用-C++ The following regular expression, you can use VC 6 above,
Platform: | Size: 16384 | Author: thelostmind | Hits:

[Otherdeelx

Description: deelx正则表达式 轻量级表达式开源代码,-deelx regex expressions lightweight open source code,
Platform: | Size: 556032 | Author: 龙龙 | Hits:

[Windows Developdeelx

Description: 功能强大的正在表达源文件,加入头文件即可使用 // deelx.h // // DEELX Regular Expression Engine (v1.2) // // Copyright 2006 (c) RegExLab.com // All Rights Reserved. // // http://www.regexlab.com/deelx/ // // Author: 史寿伟 (sswater shi) // sswater@gmail.com -Regular expression
Platform: | Size: 15360 | Author: lukarl | Hits:

[Windows Developdeelx

Description: DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。-DEELX is a regular expression engine in C++, Perl compatible. It is a research project of RegExLab.
Platform: | Size: 514048 | Author: hzf | Hits:
« 12 »

CodeBus www.codebus.net