CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - regular expressions

搜索资源列表

  1. DFAv1

    0下载:
  2. 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50670
    • 提供者:高晖
  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. 1

    0下载:
  2. 1.Hyper Estraier是一个用C语言开发的全文检索引擎,他是由一位日本人开发的.工程注册在sourceforge.net(http://hyperestraier.sourceforge.net). 2.Hyper的特性: 高速度,高稳定性,高可扩展性…(这可都是有原因的,不是瞎吹) P2P架构(可译为端到端的,不是咱们下大片用的p2p) 自带Web Crawler 文档权重排序 良好的多字节支持(想一想,它是由日本人开发的….) 简单实用的API(我看了一
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1154337
    • 提供者:maozhucai
  1. compile_work2

    0下载:
  2. 想研究透彻正则表达式,必须知道有穷自动机的原理,这个源码可以给你一个很好的示例参考。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。-Wish to research thoroughly regular expressions, you must know the finite automata theory, this source can give you a good example for reference. The compiled pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:13352
    • 提供者:181
  1. regular_expressions

    0下载:
  2. 正则表达式处理,查找,匹配,资源非常好,要的赶紧下载。-regular expressions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1285144
    • 提供者:理想
  1. MasteringRegularExpressions

    0下载:
  2. 《精通正则表达式Mastering Regular Expressions》 pdf版本,必备资料- Mastering Regular Expressions
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1907797
    • 提供者:fox
  1. regularexpressiontodfs

    0下载:
  2. 从正则表达式到有穷自动机实例的源代码。希望有用。-From regular expressions to finite automata examples of source code. Want to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:254014
    • 提供者:jory
  1. Regex

    0下载:
  2. 很好的正则表达式学习资料,让大家快速人们正则表达式-Good learning materials regular expressions, so that we quickly people are expressions
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:60398
    • 提供者:陈建平
  1. Literature-Little-Helper

    1下载:
  2. 文学小助手,用到了STL,Boost库,使用正则表达式实现,可对文章进行完全匹配查找或通配符查找,初学STL,Bosst库入门非常有参考价值。-Literature his assistant, use the STL, Boost library, use regular expressions to achieve, you can find the article for an exact match or wildcard search, beginner STL, Bosst libr
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:16290
    • 提供者:fangshijie
  1. Hpoz_txt2coord

    0下载:
  2. 使用此函数来提取一个地理坐标输入字符串了。该功能非常灵活,因此,协调可能位于任何地方的字符串,并可能有许多的格式之一。 例子: txt2coord( 100 ° 7 30“宽 ) txt2coord( 100 ° 7 30 w 的) txt2coord( -100 ° 7 30“ ) txt2coord( 100 ° 75 w 的) txt2coord( 100 .125 °以西 ) txt2coord( 喇嘛100 °,7分钟 30 S喇嘛 )
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2713
    • 提供者:bcmvqqve
  1. Expressions

    0下载:
  2. 表达式cpp实现 数据结构实验源代码 实现前序、中序、后序表达式-Expression codes Formerorder expressions regular expression&Postorder expressions
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:881
    • 提供者:jzw
  1. strmatch

    0下载:
  2. 一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1069
    • 提供者:城管111
  1. Machine

    0下载:
  2. 由正则表达式生成有限自动机,显示有限自动机的状态和动作等,方便学习有限自动机课程。-By regular expressions to generate a finite automaton states and actions of finite automata, to facilitate learning finite automata courses.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:112006
    • 提供者:yhuib
  1. javase

    0下载:
  2. JAVASE案例,文件赋值,IO流处理,String操作,正则表达式-JAVASE case, the file assignment, IO stream processing, String operation, regular expressions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:902447
    • 提供者:陈泽科
  1. PCREv834_BCB

    0下载:
  2. PCRE [perl regular expressions] v8.34 with UNICODE adapted for C++ Builder(2007-XE6) with cbproj
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2874723
    • 提供者:AlekXL
  1. VB-Regular-Demon

    0下载:
  2. 这是一个利用正则表达式来提取指定数据的VB程序演示,利用正则可以很方便地从一堆杂乱的数据中提取所要的数据,示例中提取的是手机号码,还可以对处理结果进行去除重复的处理,大大加快工作的效率。-This is a use regular expressions to extract VB program demonstrates the specified data, the use of regularization can easily extract the desired data a ju
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:12412
    • 提供者:苏生
  1. paipai

    0下载:
  2. 采集拍拍卖家QQ号,按查询内容页搜索采集,使用正则表达式-Acquisition pat seller QQ number, acquisition, according to the query page search using regular expressions
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:8208
    • 提供者:xinag3ie978
  1. Spider

    0下载:
  2. JAVA写的网络爬虫小程序,利用正则表达式提取关键信息。-JAVA applet written web crawler using regular expressions to extract key information.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5170
    • 提供者:YANJZ
  1. yuanSuan

    0下载:
  2. 四则运算java源码(有界面的)基于正则表达式的有疑问亲留言呢-Four arithmetic java source code (with interface) based on regular expressions have questions, comments yet pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2911
    • 提供者:huang
  1. stl

    0下载:
  2. C++ SGI STL 3.3版,提供C++11支持,包含正则表达式array容器等新功能(C++ SGI STL 3.3 edition provides C++11 support, including regular expressions, array containers, and other new features)
  3. 所属分类:STL

    • 发布日期:2017-12-20
    • 文件大小:221184
    • 提供者:__HaloEtheral
« 12 »
搜珍网 www.dssz.com