CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - regex-0.

搜索资源列表

  1. wrapperssrc

    0下载:
  2. 使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:206309
    • 提供者:谈一虎
  1. regexpp3.tar

    0下载:
  2. 最牛的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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:776588
    • 提供者:李伟
  1. Jianyang

    2下载:
  2. 在VC 6.0平台下,读取G代码文件,利用Boost中Regex正则表达式逐行提取数控G代码中的数值,分析两行G代码之间各轴速度变化。提供保存分析结果功能-in VC 6.0 platform, reading the G code files, Boost China Regex using regular expression Progressive extraction G NC numerical code, Analysis of two lines of code between t
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:1362874
    • 提供者:陈钊
  1. Regular-expressions-simplifypattern-matching-code.

    0下载:
  2. Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:112314
    • 提供者:qlw
  1. 16-java-regex-1199770549762914-5

    0下载:
  2. Java Regex Patterns explained in form power point slides. examples are shown-Java Regex Patterns explained in form power point slides. examples are shown
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:27293
    • 提供者:Ankit
  1. Regex

    0下载:
  2. Demonstration showing how to use the java.util.regex package that is part of JDK 1.4 and later.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:20555
    • 提供者:Lau
  1. tpl-2.3.01

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:761915
    • 提供者:GV
  1. regex

    0下载:
  2. 用正则表达式提取一个源文件中的类和方法并输出到文件-regex class
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1600
    • 提供者:冯星
  1. Regex

    0下载:
  2. 学习这则表达式很好的资料,大家可以好好地-The excellent material to learn Regex in JAVA.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5325
    • 提供者:刘大坤
  1. regex

    0下载:
  2. regex example in java program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4851
    • 提供者:komara
  1. TPerlRegEx(pcre-8.10)

    0下载:
  2. Perl RegEx VCL, TPerlRegEx for delphi 7 -2006-Perl RegEx VCL, TPerlRegEx for delphi 7 -2006
  3. 所属分类:Delphi VCL

    • 发布日期:2014-07-17
    • 文件大小:147456
    • 提供者:a2ngsa
  1. RegEx

    0下载:
  2. 使用.net 4.0实现的计算器,和常见的计算器不同。这个计算器支持复数计算。比如说输入是 3.567E-10+4.89E+5i-.1 它会自动分析出其中的运算有 1. 0.00000000003567 2. 489000i 3. -0.1-As of .NET 4.0, the native library does offer a complex class in the namespace System.Numerics. The ideal situation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:150429
    • 提供者:gerili
  1. regex-rule

    0下载:
  2. 正则表达式工具配套语法,配套使用方法。g及相关内容。-regex rule
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:14420
    • 提供者:hyzjq
  1. pcre-7.0-src

    0下载:
  2. PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5同样的语法和语义是很有用的。Boost太庞大了,使用boost regex后,程序的编译速度明显变慢。测试了一下,同样一个程序,使用boost::regex编译时需要3秒,而使用pcre不到1秒。因此改用pcre来解决C语言中使用正则表达式的问题 -PCRE (Perl Compatible Regular Ex
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1306504
    • 提供者:evil
  1. regex

    0下载:
  2. A REGEX MATCHER THAT FIND ITS GROUP MATCHED, START INDEX, END INDEX AND ITS LENGTH
  3. 所属分类:Project Design

    • 发布日期:2017-11-29
    • 文件大小:305049
    • 提供者:icymer
  1. regex-cheat-sheet

    0下载:
  2. 正则表达式的学习指南,相当实用,好好学习天天向上-Regex study guide, quite practical, What we have learned
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:869746
    • 提供者:_zero_
  1. RegEx

    0下载:
  2. 示例代码 正则表达式 VB.NET VB2010 比较简单,有兴趣的同学可以下载-Sample code regex VB.NET VB2010 relatively simple, interested students can download and see
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:66903
    • 提供者:szzdbg
  1. regex

    0下载:
  2. c语言实现的正则表达式.正则表达式是一个很强的工具。有了它,可以在你的软件中增强查找、替换、匹配等功能。 本文提供的 JRegex.c 封装了Henry Spencer的Regex库(ANSI C),可移植到任何系统上。-regex c language
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:16970
    • 提供者:sgwge
  1. CSharp-and-this-regex-manual

    0下载:
  2. C#与此正则表达式手册,正则表达式傻瓜入门-C# and this regex manual
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8479506
    • 提供者:xiaotang
  1. Regex

    0下载:
  2. java模拟c#正则表达式Regex简化代码-java simulation c# regex Regex simplify the code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:704
    • 提供者:zhouzhaoyin
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com