CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - regular expressions

搜索资源列表

  1. dolphin-0.2.10-src.zip

    0下载:
  2. Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be config
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:84150
    • 提供者:
  1. StudyRegularExpression

    0下载:
  2. 学习正则表达式的编写,了解正则表达式的使用与验证,本人收藏作品。推荐~-study is the preparation of regular expressions, understanding regular expression with the use of certification, I collect works. Suggest ~
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:85724
    • 提供者:刘某
  1. verifyRegularExpression

    0下载:
  2. 正则表达式的验证工具,提供在C#中通过程序来判断,是学习和了解正则表达式的好帮手。推荐-regular expression validation tool providing in C# adopted procedures to judgment, learning and understanding Regular expressions are a good helper. Suggest
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:68963
    • 提供者:刘某
  1. 110100

    0下载:
  2. 这是以纯汇编编写的正则表达式引擎库,与通用的正则表达式略有不同,加了几个很有特色的功能,能实现非常复杂的查找.所有符号除特别说明均可随意组合.所有符号均支持*与+.均可设置条件.(*/+)-<>/[]与|的组合能实现很复杂的多条件复合查询式查找.只要是文本,就可以按自己的意思进行查找.具体,需要你仔细的使用才能体会到它的强大。 -This is purely a compilation prepared by the regular expression engine base
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13405
    • 提供者:江洪洪
  1. PERL-FLEX

    0下载:
  2. flex是linux下一个很有用的高效的编译器工具,本软件将PERL中正则表达式转化为FLEX中可以识别的形式。-flex under linux is a very useful and efficient compiler tools, The software will be the Chiang Kai-shek PERL regular expressions into FLEX can be in the form of identification.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:26482
    • 提供者:梅子
  1. MyFrame1

    0下载:
  2. 模拟dfa实现功能的java程序,由正则表达式生成简化的dfa-simulation functionality java process from the formation Regular expressions are simplified DFA
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5528
    • 提供者:王平
  1. Everything

    0下载:
  2. 近期对Everything倍感兴趣,收集了该软件的执行程序,开发包,帮助文件,先贡献出来,供大家下载研究。 Everything是速度最快的文件名搜索软件。其速度之快令人震惊,百G硬盘几十万个文件,可以在几秒钟之内完成索引;文件名搜索瞬间呈现结果。它小巧免费,支持中文,支持正则表达式,可以通过HTTP或FTP分享搜索结果。如果不满意Windows自带的搜索工具、Total Commander的搜索、Google 桌面搜索或百度硬盘搜索,如果正在使用或放弃了Locate32,都值得推荐这款体积
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:593648
    • 提供者:峰回路转
  1. NFA-DFA-MFA

    0下载:
  2. 正则表达式及NFA-DFA-MFA的转换和判别-Regular expressions and NFA-DFA-MFA conversion and discriminant
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:14027
    • 提供者:dfadf
  1. dolphin-0.2.10-src

    0下载:
  2. Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to ge
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:84463
    • 提供者:none
  1. regex

    0下载:
  2. 从一个开源软件中摘取的正则表达式模块,是学习正则表达式、编译原理的好东西。-From an open-source software in the removal of the regular expression module, is to learn regular expressions, compile the principle of good things.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:120103
    • 提供者:yingjie
  1. RegularExpression

    0下载:
  2. 正则表达式由一些普通字符和一些元字符(metacharacters)组成。普通字符包括大小写的字母和数字,而元字符则具有特殊的含义.本程序用于将式子翻译成正则表达式.-Regular expression by a number of common characters and some meta characters (metacharacters) component. Ordinary characters, including upper and lower case letters a
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:32476
    • 提供者:03
  1. Lexical_analysis

    0下载:
  2. 编译器中词法分析部分,是基于正则表达式的词法分析,包括了代码,演示PPT,要分析的代码和分词结果-Compiler in the lexical analysis part of the regular expressions based on lexical analysis, including the code, demo PPT, to analyze the code and sub-term results
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:20678
    • 提供者:chuchong
  1. CombinatorParser_Demo

    1下载:
  2. C++轻量级分析器,Combinator Parser加入了对字符串、词法分析器以及正则表达式。有对于歧义和非歧义的控制。 -C++ lightweight analyzer, Combinator Parser to add strings, lexical analyzer, as well as regular expressions. There is the ambiguity and non-ambiguous control.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:93254
    • 提供者:lsl821052828
  1. NFA_DFA

    0下载:
  2. 正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程-Formal (then) regular expressions into NFA, DFA, DFA minimization, and process the result will be displayed
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2227072
    • 提供者:杨心海
  1. RegularExpression

    0下载:
  2. 精通正则表达式 英文版第一版 pdf 中文版 第三版 chm格式-Mastering Regular Expressions the first edition in English(pdf) and the the third edition in Chinese version(chm)
  3. 所属分类:Editor

    • 发布日期:2017-05-13
    • 文件大小:3410733
    • 提供者:
  1. Microsoft_VBScript_Regular_Expressions_5.5

    0下载:
  2. To run this code, you can save it as CurrencyEx.vbs and run it using Windows scr ipt Host, copy it to VB (need to add references to Microsoft VBscr ipt Regular Expressions) or embed the code in an HTML file.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:8133
    • 提供者:janxp
  1. regular

    0下载:
  2. 个人在学习delphi正则表达式时收集的代码资料,所有的代码均已编译通过。附带编译好源程序可直接运行-Individuals in learning regular expressions delphi code data collection, all of the code have been compiled. With compiling the source code can be run directly
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:335526
    • 提供者:斯人
  1. Regular

    0下载:
  2. 用oc编写的关于判断手机号是否正确的正则表达式-Regular Expressions
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:46957
    • 提供者:王莎
  1. Regular-Expressions-essays

    0下载:
  2. 关于编译原理中部分正则表达式的相关随笔和简介。-Regular Expressions essays
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:400678
    • 提供者:钟邮
  1. regular-expressions-in-a-1

    0下载:
  2. 易语言程序 易语言模块源码 正则表达式应用一例1-Easy language program easy language source module application of regular expressions in a 1
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2092
    • 提供者:ancqriif
« 12 3 »
搜珍网 www.dssz.com