CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 正则表达式

搜索资源列表

  1. WeatherForecast

    0下载:
  2. java写的天气预报信息获取、提供,HttpURLConnection抓取信息,正则表达式提取。-the weather information access, delivery, HttpURLConnection crawls information, Regular expressions are extracted.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6001
    • 提供者:avant
  1. lexparse

    0下载:
  2. 正则表达式解析库,很不错的,对于语法解析定义等有好处,-analytic libraries, very good, for parsing good definition,
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24143
    • 提供者:小果
  1. regexp

    0下载:
  2. 在unix下使用正则表达式-the use of regular expressions
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4082
    • 提供者:周杰
  1. REGEXPP3.ZIP

    0下载:
  2. 正则表达式源代码,用于对字符串的处理,如电话号码的识别等-regular expression source code for the string processing, such as telephone numbers and other identification
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1466521
    • 提供者:Rex Yan
  1. regexp.tar

    0下载:
  2. C++正则表达式解析,学习c++的朋友,可以参考一下-C is a regular expression analysis, the study c friends can reference
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69710
    • 提供者:AllanYu
  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3491458
    • 提供者:hnycmx
  1. pcre_7.4_for_delphi_obj

    0下载:
  2. pcre正则表达式库文件.可以进行正则解析.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:336149
    • 提供者:senfore
  1. cppdbug[1].1.5

    0下载:
  2. 适用于c++的dbug,这是又名的dbug调试库的c++版本,经过简单升级以后,可以支持简单的正则表达式过滤,利用了c++局部变量的特性,因此此库只适应与c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:101956
    • 提供者:dd
  1. l7-protocols-2008-12-18.rar

    0下载:
  2. 7层协议识别模板,使用正则表达式,可以作为网络安全的开发借鉴,7 layer protocol identification templates, use regular expressions can be used as the development of network security from
  3. 所属分类:Network Security

    • 发布日期:2017-03-28
    • 文件大小:201597
    • 提供者:hh
  1. regex-0.12.tar.gz

    1下载:
  2. 正则表达式库,是实现正则表达式的官司方源代码。,Regular expression library, regular expressions to achieve the lawsuit Fangyuan code.Regular Expression Library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:297790
    • 提供者:许静
  1. regex

    0下载:
  2. 实现了正则表达式转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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:187357
    • 提供者:sunli
  1. X

    0下载:
  2. 微软的正则表达式教程 (一):正则表达式简介 认识正则表达式 如果原来没有使用过正则表达式,那么可能对这个术语和概念会不太熟悉。不过,它们并不是您想象的那么新奇。 请回想一下在硬盘上是如何查找文件的。您肯定会使用 ? 和 * 字符来帮助查找您正寻找的文件。? 字符匹配文件名中的单个字符,而 * 则匹配一个或多个字符。一个如 data?.dat 的模式可以找到下述文件: data1.dat data2.dat datax.dat dataN.dat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:24137
    • 提供者:
  1. myregclass

    0下载:
  2. 我自己用的操作数据库的类,封装了数据库的API函数,加入了正则表达式支持,编译需boost/regex库支持-I used to operate the type of database, the database package API function, added support for regular expressions, the compiler need to boost/regex library support
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:2832
    • 提供者:晓阳
  1. eillyMasteringRegularExpressions_3rdEdition

    0下载:
  2. 经典书籍——Eilly的《Master Regular Expression》正则表达式使用手册-Masterting Regular Expression
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1505121
    • 提供者:吕本伟
  1. pcre-7.9.tar

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:861580
    • 提供者:林可可
  1. deelx

    0下载:
  2. C++下面的正则表达式,可以在VC 6上面使用-C++ The following regular expression, you can use VC 6 above,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:16640
    • 提供者:thelostmind
  1. VBreg

    0下载:
  2. VB写的正则表达式检查..帮你验证你所写的正则表达式是否有效.-VB to write regular expression check. . Written to help you verify your regular expression is valid.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:7547
    • 提供者:weixianliu
  1. regexwrapper

    0下载:
  2. 为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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7202
    • 提供者:
  1. Regular_Expression

    0下载:
  2. 给学习正则表达式的朋友们,主要应用与linux/unix下的搜索,也适用于搜索方法的初学者-for learner of regular expression
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:275982
    • 提供者:deeper99
  1. pcre-6.4

    0下载:
  2. pcre是用于正则表达式匹配,它的匹配效率很高正则表达式库的全部文件,库文件。-pcre is used for regular expression matching, it matches very efficient regular expression library, all documents, library files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2307680
    • 提供者:马远超
« 12 3 »
搜珍网 www.dssz.com