您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Perl 正则表达式讲解PERLReg_8rule.pdf

  2. Perl 正则表达式讲解PERLReg_8rule.pdf
  3. 所属分类:Perl

    • 发布日期:2008-09-04
    • 文件大小:977920
    • 提供者:techie_xia
  1. DIRegEx_7.0.0

  2. DIRegEx is a library of Delphi components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. There are two matching algorithms, the standard Perl and alternativ
  3. 所属分类:Delphi

    • 发布日期:2013-05-03
    • 文件大小:7340032
    • 提供者:gxzxabc
  1. Java.SOA.Cookbook

  2. Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xiii Part I. SOA Fundamentals 1. Introduction to SOA . . . . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2013-05-06
    • 文件大小:12582912
    • 提供者:cao3188512
  1. 词法分析程序

  2. 对实数进行分析判断,它的主要任务是扫描源程序,按构词规则识别单词,并报告发现的词法错误。其中涉及到的主要理论和技术是正则表达式(也叫正规式:regular expression)和有穷自动机(finite automata)。
  3. 所属分类:C

    • 发布日期:2013-05-08
    • 文件大小:619520
    • 提供者:dorothy0
  1. 正则表达式 测试 工具Regex Testor

  2. Regex Testor Version 1.02 Copyright (c) 2013 Fiery Red - flameleo 我们在使用正则表达式( regex: regular expression )的过程中,经常发现正则表达式的语法很令人头疼,即使对经常使用它的人来说也是如此。对于刚接触正则表达式的人来说多练习,多使用,才能熟练掌握正则表达式。 由于难于读写,容易出错,且需要反复练习。所以找一种工具对正则表达式对我们脑中构思的regex进行测试是很有必要的。 1.特点 a.适合初学
  3. 所属分类:VB

    • 发布日期:2013-05-09
    • 文件大小:488448
    • 提供者:unmage
  1. rx第三方控件

  2. RX Library 2.75 =============== The Set of Native Delphi Components for Borland Delphi versions 1, 2, 3, 4 & 5 and Borland C++ Builder 1, 3 & 4. 100% Source Code. Last revision date Oct 12, 1999. PLEASE FOLLOW THE INSTRUCTIONS PROVIDED IN THE INSTAL
  3. 所属分类:Delphi

    • 发布日期:2013-05-19
    • 文件大小:7340032
    • 提供者:u010756589
  1. 正则表达式

  2. 正则表达式(regular expression)就是用一个“字符串”来描述一个特征,然后去验证另一个“字符串”是否符合这个特征。比如 表达式“ab+” 描述的特征是“一个 'a' 和 任意个 'b' ”,那么 'ab', 'abb', 'abbbbbbbbbb' 都符合这个特征。
  3. 所属分类:C

    • 发布日期:2013-05-26
    • 文件大小:67584
    • 提供者:u010839206
  1. C++ 标准 ISO 14882-2011

  2. Contents Contents iii List of Tables xi List of Figures xv 1 General 1 1.1 Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Normative references . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:C++

    • 发布日期:2013-05-26
    • 文件大小:14680064
    • 提供者:crbboy
  1. Java中正则表达式使用方法详解

  2. 如果你曾经用过Perl或任何其他内建正则表达式支持的语言,你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语,那么“正则表达式”(Regular Expression)就是一个字符构成的串,它定义了一个用来搜索匹配字符串的模式。 许多语言,包括Perl、PHP、Python、Javascr ipt和Jscr ipt,都支持用正则表达式处理文本,一些文本编辑器用正则表达式实现高级“搜索-替换”功能。那么Java又怎样呢? 本文写作时,一个包含了用正则表达式进行文本处理的Ja
  3. 所属分类:Android

    • 发布日期:2013-05-27
    • 文件大小:317440
    • 提供者:zfenghui
  1. Beautiful Code(Edited by Andy Oram and Greg Wilson)

  2. Chapter 1, A Regular Expression Matcher, by Brian Kernighan, shows how deep insight into a language and a problem can lead to a concise and elegant solution. Chapter 2, Subversion’s Delta Editor: Interface As Ontology, by Karl Fogel, starts with a w
  3. 所属分类:C

    • 发布日期:2013-06-03
    • 文件大小:4194304
    • 提供者:goshirin
  1. TCL编程初步

  2. TCL(Tool Command Language) 本书籍由浅入深系统地介绍了Tcl语言,是学习Tcl语言的良师益友 Tcl编程初步 总目录 总目录 I 例索引. IV 表索引.VI 图索引VII 第 1 章. TCL基本知识 1 1.1 什么是 TCL ..1 1.2 TCL自学工具..1 1.3 TCL软件包 ..2 1.4 TCL命令格式..2 1.5 TCL脚本文件和 SOURCE 命令..3 1.6 可执行脚本文件(EXECUTABLE FILE) .3 1.7 获得帮助..4 1
  3. 所属分类:其它

    • 发布日期:2013-06-05
    • 文件大小:2097152
    • 提供者:terry_mico
  1. Objective-C头文件导出工具class-dump

  2. Objective-C头文件导出工具class-dump 。 Current version: 3.4 (64 bit Intel) Requires Mac OS X 10.7 or later. class-dump 3.4 (64 bit) Usage: class-dump [options] where options are: -a show instance variable offsets -A show implementation addresses --arch ch
  3. 所属分类:iOS

    • 发布日期:2013-06-06
    • 文件大小:271360
    • 提供者:hursing
  1. Mastering_Regular_Expressions

  2. Mastering_Regular_Expressions
  3. 所属分类:专业指导

    • 发布日期:2013-06-15
    • 文件大小:5242880
    • 提供者:u011078987
  1. learning javascript

  2. Get Started Fast with Modern Javascr ipt Web Development! With the arrival of HTML5, jQuery, and Ajax, Javascr ipt web development skills are more valuable than ever! This complete, hands-on Javascr ipt tutorial covers everything you need to know no
  3. 所属分类:Javascript

    • 发布日期:2013-06-25
    • 文件大小:6291456
    • 提供者:cyyjm
  1. 正则表达式学习资料

  2. 正则表达式(regular expression)就是用一个“字符串”来描述一个特征,然后去验证另一个“字符串”是否符 合这个特征。比如 表达式“ab+” 描述的特征是“一个 'a' 和 任意个 'b' ”,那么 'ab', 'abb', 'abbbbbbbbbb' 都 符合这个特征。 正则表达式可以用来:(1)验证字符串是否符合指定特征,比如验证是 否是合法的邮件地址。(2)用来查找字符串,从一个长的文本中查找符合 指定特征的字符串,比查找固定字符串更加灵活方便。(3)用来替换,比 普通的替
  3. 所属分类:其它

    • 发布日期:2013-06-26
    • 文件大小:315392
    • 提供者:xyycj
  1. 全面 javascript正则表达式

  2. javascr ipt经典的正则表达式资料,比较全面了
  3. 所属分类:Javascript

    • 发布日期:2013-06-26
    • 文件大小:200704
    • 提供者:u011208600
  1. Embedded Linux Primer.chm

  2. 嵌入式系统开发初级Foreword Computers are everywhere. This fact, of course, is not a surprise to anyone who hasn't been living in a cave during the past 25 years or so. And you probably know that computers aren't just on our desktops, in our kitchens, and, in
  3. 所属分类:Linux

    • 发布日期:2013-06-27
    • 文件大小:3145728
    • 提供者:pujiweinihao
  1. java7帮助文档

  2. Java Platform Standard Edition 7 Documentation What's New Documentation Release Notes Tutorials and Training The Java Tutorials Java Training More Information Java SE 7 Names and Versions Java SE White Papers Documentation Accessibility Specificatio
  3. 所属分类:Java

    • 发布日期:2013-07-01
    • 文件大小:57671680
    • 提供者:yg359547115
  1. 在C++/CLI使用正则表达式分析字符串

  2. 在C++/CLI使用正则表达式分析字符串 "one\ttwo three:four,five six seven"; 结果 pattern : '[a-zA-Z]*' text : 'one two three:four,five six seven' one two three four five six seven Number of Words : 7
  3. 所属分类:C#

    • 发布日期:2013-07-02
    • 文件大小:8192
    • 提供者:flyraccoon
  1. nmon64位源码包以及红帽6版

  2. 两个版本 1 源码 # Instructions for compiling the lmon14g.c code for Raspberry Pi # No code changes are needed # # See www.raspberrypi.org - for the platform information # # Get the developer package for ncurses # sudo apt-get install libncursesw5-dev # #
  3. 所属分类:Linux

    • 发布日期:2013-07-05
    • 文件大小:176128
    • 提供者:u011153836
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »