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

搜索资源列表

  1. yuanma.rar

    0下载:
  2. 数据结构的几个小程序:汉诺塔,杨辉三角,括号匹配,表达式求值,Data structure of several small programs: Tower of Hanoi, Yang Hui Triangle bracket matching, regular expression evaluator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5136
    • 提供者:吴用
  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. chengshi

    0下载:
  2. 运用模式匹配的思想,正则表达式的工具,对网页中图形,文字的截取,还有函数编程,字典的应用-Ideas using pattern matching, regular expression tool, web page graphics, text capture, also function programming, the application dictionary
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1262
    • 提供者:yandongbin
  1. zzbds

    0下载:
  2. 正则表达式的运用 字符串或字符匹配 字符串查找 字符串替换-The use of regular expression matching the string search string or character string replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5088
    • 提供者:小强
  1. pcre-8.2

    0下载:
  2. PCRE WINDOWS下的编译包。The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. -The PCRE library is a set of functions that implement regular expression pattern matching usin
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:199958
    • 提供者:chenggong
  1. htdocs

    0下载:
  2. PHP正则匹配、查找、修改、删除实例 -PHP regular expression matching, search, modify, delete instances PHP regular expression matching, search, modify, delete instances
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2554
    • 提供者:赵小见
  1. Regular-Expression-Matching

    0下载:
  2. 一个很好的正则表达式匹配算法,常出现在一些公司的笔试题中。-Regular Expression Matching
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:677622
    • 提供者:wxd
  1. NFA

    0下载:
  2. 使用java语言实现无穷自动状态机,实现正则表达式的匹配。-Unlimited use of java language automatic state machine, implement regular expression matching.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:chenhuibing
  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-03
    • 文件大小:520192
    • 提供者:popp
  1. linux grep命令

    0下载:
  2. linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。 -h:查询多文件时不显示文件名。 -l:查询多文件时只输
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:21504
    • 提供者:hhhhhhsss
搜珍网 www.dssz.com