搜索资源列表
-
0下载:
编译原理课程设计之正则表达式与自动机之间的变换,Principles of curriculum design to compile regular expressions with the automatic transformation between
-
-
0下载:
使用正则表达式提取网页中的有用内容,提取网页中的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
-
-
0下载:
正则表达式转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
-
-
0下载:
一个方便实用的正则表达式类库,纯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
-
-
1下载:
1、管理数据库表,查看结构、生成常用SQL语句和存储过程、导出表结构文档。
2、根据字段生成对象的属性和构造函数。
3、基于PetShop架构,生成常用操作的DAL/BLL/Model层C#代码,包括插入、更新、删除、查询、分页查询等操作。
4、附带一些有用的小工具如MD5加密、正则表达式验证等。 -1, the management of database table, view the structure, commonly used to generate SQL s
-
-
0下载:
用简单的代码量 实现复杂的正则表达式!
-Volume code with a simple realization of complex regular expressions!
-
-
0下载:
本文目标
如何使用本教程
正则表达式到底是什么?
入门
测试正则表达式
元字符
字符转义
重复
字符类
反义
替换
分组
后向引用
零宽断言
负向零宽断言
注释
贪婪与懒惰
处理选项
平衡组/递归匹配
还有些什么东西没提到
联系作者
最后,来点广告...
一些我认为你可能已经知道的术语的参考
网上的资源及本文参考文献
更新说明
-In this p
-
-
0下载:
Java中的正则表达式,使用方法,以及一些常用的表达式.-Java s regular expressions, the use of methods, as well as some commonly used expressions.
-
-
0下载:
这是一个MIS中使用过正则式,检验用户输入的日期是否为正确的日期格式!分析完这个正则表达式后,对于正则表达式你绝对会有一个深深的认识!-This is a MIS used regular type, test date entered by the user for the correct date format! Analysis of End of the regular expressions, the regular expression for you absolutely have
-
-
0下载:
正则表达式30分钟入门教程 正则表达式30分钟入门教程-30 minutes of regular expressions Regular Expressions tutorial Introduction to 30-minute Getting Started tutorial regular expressions within 30 minutes Getting Started tutorial
-
-
0下载:
正则表达式30分钟入门教程.htm -Regular Expression Tutorial 30 minutes of entry. Htm regular expressions within 30 minutes Introduction to course. Htm
-
-
0下载:
已建立索引的Python核心编程(中文第二版)。对于初学者,这是一本Python开发的权威指南,涵盖了Python的核心功能特性,而不仅仅是语法,有正则表达式、网络、多线程、图形用户界面、Web/CGI和Python扩展等高级功能,同时也包括了数据库、网络客户端、Java/Jython和Microsoft Office等内容,并有大量实例-Index has been the core of Python programming (English second edition). For beg
-
-
0下载:
用boost库实现的网页页面url提取,采用正则表达式实现快速url抓取-Using boost library url web pages extracted using regular expressions fast url crawl
-
-
0下载:
正则表达式的一些基本功能以及基本的入门用法-Regular expressions of some of the basic features and basic usage of the portal
-
-
0下载:
C++正则表达式编程。在C++中调用pcre库, 即在源代码中include<pcre.h>。正则表达
式在软件设计中非常有用。-Using Regular expressions in C++ Programming.Regular expressions is useful in soft designing
-
-
0下载:
精通正则表达式的最新版(第三版),精通正则表达式-the lastest version of Master regular express, Master regular express
-
-
0下载:
可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。
查询的字典文件为
-
-
0下载:
一个学习正则表达式的好的电子书,欢迎大家下载-Learn the regular expression a good e-book
-
-
0下载:
Mastering Regular Expressions - Powerful Techniques For Pearl And Other Tools (1997)
Ultimate guide to writing Pearl expressions
-
-
0下载:
本事例介绍vb中应用正则表达式去匹配字符串,很好用-This example describes the application vb regular expressions to match the string, easy to use
-