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

搜索资源列表

  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. 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. 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. RegTest

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

    • 发布日期:2017-04-06
    • 文件大小:29863
    • 提供者:彭郭盛
  1. Missing

    0下载:
  2. 姓名缺失匹配查找,以用于检查列表,方便开发其他匹配运算的正则表达式-Find the names of missing matches for check list to facilitate the development of the other match of the regular expression operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:316853
    • 提供者:王思
  1. code2html

    0下载:
  2. 利用正则表达式实现将C++代码转换为html页面并对不同类别关键字高亮显示。编译时需boost/regex库支持。-Use regular expressions to achieve the C++ code into a html page and highlight the different types of keywords. When compiling boost/regex library support.
  3. 所属分类:Other systems

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

    0下载:
  2. 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1707
    • 提供者:wind
  1. JavaHighendprogramming

    0下载:
  2. 第1章讲述了Javascr ipt的起源,给大家一个关于Javascr ipt正确的认知。 第2~5章详细介绍了Javascr ipt语言本身,揭示了一些Javascr ipt不为认知的语言特点。 第6~9章介绍了Javascr ipt和浏览器进行交互的一些基础知识和一些进阶知识,如DOM的基础、正则表达式。 第10~13章介绍了一些更加高级的Javascr ipt技巧,这些技巧可以构建良好的客户端逻辑,包括表格排序、拖动等。 第14章关于错误处理的内容,既有如何编程处理
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3130884
    • 提供者:yangjie
  1. 正则表达式

    0下载:
  2. 使用正则表达式来验证用户输入的信息是否符合格式标准,若符合,返回true,若不符合,返回false(Use regular expressions to verify that the information entered by the user conforms to the format standard. If it does, return true, and if not, return the false)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:Fou-Lu
  1. 精通正则表达式(第三版)].(美)佛瑞德

    0下载:
  2. 本书为学习正则表达式的入门和深入的参考书,浅显易懂,能满足工作所需。(This book is to learn regular expressions of entry and in-depth reference books, easy to understand, to meet the needs of the work.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:55599104
    • 提供者:chamzep
  1. 正则应用例子

    0下载:
  2. 易语言正则表达式应用的一个源码例子,希望能帮到需要的人。(A source code example of an easy language regular expression application, hoping to help people in need.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:190464
    • 提供者:afeifei1120
  1. 学习正则表达式

    0下载:
  2. 通过实例介绍如何编写正则表达式,在学习PHP时比较有帮助(Describes how to write regular expressions through examples)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1357824
    • 提供者:wsy888
  1. 17、正则表达式和hashtable

    0下载:
  2. 正则表达式和hashtable :正则表达式、hashtable建立 删除 、遍历(Regular expressions and hashtable)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:126976
    • 提供者:小这
  1. 正则图形化

    0下载:
  2. #在输入框填入正则表达式,支持格式:1,没有斜线,如:\d|\s ; 2,有斜线,如:/\d|\s/ #点击展示按钮,将会在下方生成正则流程图;同时在控制台中将会输出该正则的数据结构。 #请在高级浏览器中运行。(# fill in the input box regular expression support format: 1, no slash, such as: \d|\s; 2, a slash, such as: /\d|\s/ # click the show button,
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:196608
    • 提供者:n1994
  1. 《易语言“正则表达式”详细教程》

    0下载:
  2. “正则表达式”的应用范围越来越广,有了这个强大的工具,我们可以做很多事情,如搜索一句话中某个特定的数据,屏蔽掉一些非法贴子的发言,网页中匹配特定数据,代码编辑框中字符的高亮等等,这都可以用正则表达式来完成。(The application of more and more widely, regular expressions with this powerful tool, we can do many things, such as search words in a specific da
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:520192
    • 提供者:popp
  1. 常用正则表达式大全

    0下载:
  2. js的常用正则表达式大全,很全乎,敬请下载(Regular regular expressions of JS)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:wankushaoye
  1. 正则表达式

    0下载:
  2. 调用正则表达式,对某个单元格的文字比如电话号码提取出来,重新排列到其他单元格里。(A regular expression is called, which is extracted from the text of a cell, such as the phone number, and rearranged into other cells.)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-07
    • 文件大小:157696
    • 提供者:hfranklin
  1. 正则表达式_all

    0下载:
  2. 正则表达式的入门基础知识总结,以及js,java的基本使用方法(A summary of the basic knowledge of regular expressions)
  3. 所属分类:其他

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