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

搜索资源列表

  1. Lex.rar

    0下载:
  2. 1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* ,1. Analysis of the input file 2.
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:17588
    • 提供者:顾添锦
  1. DFA

    0下载:
  2. 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:14112
    • 提供者:liyingan
  1. regex-lib

    0下载:
  2. 一个方便实用的正则表达式类库,纯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
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:81962
    • 提供者:nathanwang
  1. Debug-regular-expression-RegExp

    0下载:
  2. RegExp正则表达式调试学习工具,一个正则表达式的学习软件-Debug regular expression RegExp learning tool, a regular expression of the learning software
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:4222
    • 提供者:rocse
  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. TEMPLATE

    0下载:
  2. 输入正则表达式,转化为NFA,DFA,从测试文档中找出最大匹配子串-Enter the regular expression into NFA, DFA, document from the test to find out the biggest match Substring
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:67756
    • 提供者:
  1. RegularExpression

    0下载:
  2. 正则表达式的分析解释控件,适用于delphi各版本-is a regular expression analysis explained Control, applicable to all versions of delphi [引自此网络]-Regular Expressions analysis and interpretation of the controls, applied to delphi versions-is a regular expression analy
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:383369
    • 提供者:jinstr
  1. RE2eNFA

    0下载:
  2. Regular Expression to Epsilon-NFA
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:5885
    • 提供者:wanchat
  1. regular_expression_book

    0下载:
  2. 一本介绍正则表达式的教程,对于深入理解正则表达式有很大的帮助作用-Introduce a regular expression tutorial, in depth understanding of the regular expressions of great help to have the role of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:35401
    • 提供者:gezhenjiang
  1. Regular-Expression-Tutorial

    0下载:
  2. 这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式-This book introduces the basic regular expression syntax and application of easy step-by-step can help you quickly master the regular expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:285827
    • 提供者:lmm
  1. RegExp

    0下载:
  2. 实现正则表达式匹配。匹配速度很快,可以很方便的嵌入到自己的程序-The realization of regular expression matching. Fast.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:15225
    • 提供者:fanyu
  1. Main

    0下载:
  2. 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3893
    • 提供者:zhao
  1. Regular-Expression

    0下载:
  2. 正则表达式30分钟入门教程-deerchao的 30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它。 -Regular Expression Tutorial 30 minutes of-deerchao you 30 minutes to understand what is the regular expression, and it has some basic understanding, so that you can program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:125628
    • 提供者:liuyang
  1. regexpr_RU

    0下载:
  2. Regular expression for Delphi Library
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:86426
    • 提供者:Azuka
  1. regexpr_hlp_RU

    0下载:
  2. Help for Regular Expression for Delphi library
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:45909
    • 提供者:Azuka
  1. FA

    0下载:
  2. 正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:263039
    • 提供者:王据林
  1. lex

    0下载:
  2. 用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:15880
    • 提供者:0x7c00
  1. quickguidetoregularexpressions

    0下载:
  2. Perl- Regular expression quick refernce
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:592468
    • 提供者:kasra
  1. OReilly.Mastering.Regular.Expr_53571

    0下载:
  2. Mastering Regular Expression that is very good for string manipulation in Unix and Windows
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1505112
    • 提供者:nqbinh
  1. Regular Expression Pocket Reference

    0下载:
  2. regular expression pocket references in CHM
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:146432
    • 提供者:somename008
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com