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

搜索资源列表

  1. DFA.rar

    0下载:
  2. 编译原理课程设计之正则表达式与自动机之间的变换,Principles of curriculum design to compile regular expressions with the automatic transformation between
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4427113
    • 提供者:weiren
  1. aaa.rar

    0下载:
  2. 使用正则表达式提取网页中的有用内容,提取网页中的URL地址,提取网页中的电子邮件E-mail地址,Use regular expressions useful to extract the contents of web pages, extract pages of the URL address, extract e-mail page E-mail Address
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:663
    • 提供者:ricky
  1. RegexTest

    0下载:
  2. 正则表达式小工具,参照网上源码,自己重写,界面用到extreme tookit-Gadgets regular expressions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:223501
    • 提供者:月光
  1. reg2NFA

    0下载:
  2. 这个编译实验把一个正则表达式转化为不确定的有穷自动机NFA算法,有兴趣的朋友可以看看哦。 -The experiment to compile a regular expression into an uncertain finite automata NFA algorithm, interested friends can see Oh.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:35722
    • 提供者:188
  1. RegextoDFA

    0下载:
  2. 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law) 2ε-NFA to DFA 3 minimal DF
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:85008
    • 提供者:王乾坤
  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. iuputtestCsharp

    0下载:
  2. C#输入检查,包括数字字符串检查,中文检查,邮箱地址检查等等。 还包括用于输入检查的一般正则表达式。-C# Input checks, including checking the number of strings, the Chinese inspection, checking e-mail address and so on. Also includes a general check for the importation of regular expressions.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1743
    • 提供者:马春林
  1. regexpress

    0下载:
  2. regexpr 正则表达式解析器。DELPHI版本。-regexpr regular expression parser.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:117583
    • 提供者:hkj
  1. ReDemo

    0下载:
  2. 正则表达式提取需要的信息,比如从网页提取公司职位信息-Regular expression extracting the required information, such as the company posts information from the web page extraction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:160269
    • 提供者:huangtiantian
  1. bianyiyuanli

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.- 1. Experimental goal: T
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:147868
    • 提供者:晨曦
  1. compile_work

    0下载:
  2. 从正则表达式到有穷自动机实例 想研究透彻正则表达式,必须知道有穷自动机的原理,这个源码可以给你一个很好的示例参考。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。 -From regular expressions to DFA thorough study of examples like regular expressions, we must know the principles of DFA, this source can give
  3. 所属分类:Windows Develop

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

    0下载:
  2. 正则表达式相关内容的初步探索,涉及相应的原理论述以及实现方案(源码),是研究句法分析的重要参考资料.-Regular expression content of the initial exploration, the corresponding principle involved, as well as on the realization of the program (source code), syntactic analysis is to study an important re
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:259972
    • 提供者:程度
  1. delphi-RegTool

    0下载:
  2. 用delphi写得正则表达式工具,支持导出txt格式-Use delphi write regular expression tools, to support the export txt format
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:317345
    • 提供者:黄水涛
  1. RegexMatch

    0下载:
  2. 正则表达式验证程序,源码~~~正则表达式验证程序,源码-Regular expression validation process, source ~ ~ ~ Regular Expression validation process, source
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:13586
    • 提供者:解城
  1. charmatch

    0下载:
  2. 基于正则表达式的字符串匹配,对于学习正则表达式和字符串的同学们十分有帮助-Based on regular expression string matching, regular expressions for the learning of students and string very helpful
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:273033
    • 提供者:Yang
  1. JavaReg

    0下载:
  2. Java中的正则表达式,使用方法,以及一些常用的表达式.-Java s regular expressions, the use of methods, as well as some commonly used expressions.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:10355
    • 提供者:xiahy
  1. RegexExample1

    0下载:
  2. 输入某个正则表达式和一个字符串,然后验证该字符串中是否包含与正则表达式匹配的内容。 -Enter a regular expression and a string, and then verify whether the string contains regular expression matching the content.
  3. 所属分类:.net

    • 发布日期:2017-04-29
    • 文件大小:13120
    • 提供者:denghuashan
  1. RegTest

    0下载:
  2. 正则表达式测试工具,用于测试正则表达式的工具-a soft ware for RegTest
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:29863
    • 提供者:彭郭盛
  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. RegularExp

    0下载:
  2. VC6等VC编译器下非常好用的正则表达式封装类。经过我精心封装,使用非常方便。非常难得的资料。请管理员帮我开通下载权限,谢谢!-VC compilers such as VC6 very useful type of regular expression packages. After I carefully package and is very convenient to use. Information is very rare. Please help me to open downlo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:18595
    • 提供者:baofanfan
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com