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

搜索资源列表

  1. lrc编辑器

    0下载:
  2. 歌词编辑器,可以用它把MiniLyric的歌词提取出来,以供打印,希望大家喜欢,主要用到正则表达式。-lyrics editor, it can put MiniLyric extracted from the lyrics, for Print hope you like them, are mainly used regular expression.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:379769
    • 提供者:Ying
  1. TestRegExp

    0下载:
  2. java实现正则表达式的代码,加上我自己写的测试的例子,是用jbuilder实现的-achieve expression of code, coupled with my own writing test example is the use of JBuilder realized
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:1498559
    • 提供者:蛐蛐
  1. greta-2_6_4

    0下载:
  2. 用于正则表达式的C++库. 现在的版本那是2.6.4-Regular expressions are used in the C + + library. The current version is 2.6.4
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:100042
    • 提供者:陈刚
  1. MyFrame1

    0下载:
  2. 模拟dfa实现功能的java程序,由正则表达式生成简化的dfa-simulation functionality java process from the formation Regular expressions are simplified DFA
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5528
    • 提供者:王平
  1. linqt-2[1].8.3.tar

    0下载:
  2. 言规则,类和对象,流和I/O,异常处理,AWT/Swing高级编程,对 象序列化,高效I/O及正则表达式,...网络编程技术 TCP/IP协议,Socket套接字-on rule,class,object,stream,I/O,exception,AWT/Swing,seral,TCP/IP principle,Socket,and so on.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:314532
    • 提供者:丁飘
  1. 自动机

    0下载:
  2. 实现自动机,用于计算理论和编译原理的学习,关于上下文无关文法和正则表达式-automatic machine used in the calculation of compiler theory and principles of learning, on the context-free grammar, and is a regular expression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8208
    • 提供者:huwu
  1. reparse

    0下载:
  2. 功能比较强的正则表达式分析器,支持重复次数。尝试完全采用C++实现。可能速度不快。-function relatively strong in the regular expression analyzer, the number of repeat support. C to achieve completely. May slow.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11773
    • 提供者:俞怡炜
  1. JavaScriptCourse

    0下载:
  2. Jscr ipt 用户指南 Javascr ipt 语言参考 内容 :Jscr ipt 函数 Jscr ipt 错误 Jscr ipt 方法 Jscr ipt 对象 Jscr ipt 语句 scr ipting 运行时库参考 正则表达式简介-Jscr ipt users Javascr ipt Language Reference Guide : Jscr ipt function Jscr ipt Jscr ipt wrong way Jscr ipt Jscr ipt statement s
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:126092
    • 提供者:dick
  1. C#MP3播放器源码带文档

    5下载:
  2. C#MP3播放器源码带文档
  3. 所属分类:mpeg/mp3

  1. crawlerPerl实现的一个爬虫程序

    0下载:
  2. crawlerPerl实现的一个爬虫程序,程序虽小,但是短小精干。可以使用正则表达式来限定爬行范围
  3. 所属分类:源码下载

    • 发布日期:2011-03-19
    • 文件大小:2832
    • 提供者:ffl320650
  1. MySqlDBUtilDemo.rar

    0下载:
  2. 本示例演示了用C#操作MySQL的方法,提供了三个可重用的类MySqlDBUtil,MySqlPageUtil,Page。 本例程演示了: 1.MySQL数据库的插入,更新,修改,查询; 2.带参数的sql语句的使用,而不是拼SQL; 3.使用Limit子句的分页查询; 4.用事务同时执行多个SQL语句; 5.在插入数据的同时返回最新的ID值; 6.整型,实型,字符串,日期型,布尔型五种数据类型的操作; 7.使用正则表达式来验证整数和实数; 8.listview用来显示数据的一
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:103992
    • 提供者:陈述器
  1. regex-0.12.tar.gz

    1下载:
  2. 正则表达式库,是实现正则表达式的官司方源代码。,Regular expression library, regular expressions to achieve the lawsuit Fangyuan code.Regular Expression Library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:297790
    • 提供者:许静
  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. zzbds.rar

    0下载:
  2. 用正则表达式处理语料库,最多可以处理500个句子,如果想拥有更多功能可以注意使用V2.0,Corpus with the regular expression processing, can handle up to 500 sentences, if you want to have more features may take note of the use of V2.0
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-31
    • 文件大小:284832
    • 提供者:keypharse
  1. HTTP

    0下载:
  2. VC抓取网页内容,并下载保存至本地服务器,利用正则表达式提取并上传至数据库-VC crawl web content, and download and save to the local server, use regular expressions to extract and upload to the database
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2385608
    • 提供者:able
  1. WeatherReport

    0下载:
  2. 利用Boost库的正则表达式从中国气象网取天气预报,并将其写入Oracle数据库-Boost libraries to use regular expressions from the China Meteorological Net check the weather forecast and write Oracle database
  3. 所属分类:Database system

    • 发布日期:2017-04-10
    • 文件大小:1905640
    • 提供者:叶栋
  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. reEX-DFA

    0下载:
  2. 正则表达式转化为NFA,NFA转化为DFA,DFA最小化-regular expression toDFA
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:183723
    • 提供者:孙林晶
  1. SimpleDriverDetector

    0下载:
  2. VS2008 C#,自动监测新插入的设备(U盘、移动硬盘等),并按照设置自动复制特定文件到指定位置。主要用到 1.获取windows消息监测设备的插入与拔出 2.正则表达式以匹配文件名-VS2008 C#, automatic monitoring device changed(Flash disk, hard disk, etc.), and copy specified files to the destinate folder.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:334358
    • 提供者:Beeven
  1. express

    0下载:
  2. 通过正则表达式,对自定义的公式进行解析,允许公式中有自定义变量-By regular expressions, the definition of self-analytical formula, allowing a self-defined variables in the formula
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:777805
    • 提供者:琥珀沙漏
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 48 »
搜珍网 www.dssz.com