搜索资源列表
-
0下载:
程序用JAVA语言编写, 综合利用图结构和堆栈结构进行数据组织和处理. 可以进行正则表达式到NFA的转化, 并能用图形直观的表示.
对正则表达式有一些约定, 就是可以用单个字符表示输入, 也可以用 ‘ ‘ 连接起来的一串字符进行输入. 有基本的表达式以及由基本表达式构成的并置, 选择和重复的操作.
例:
A|b*c
‘letter’*’digit’
等都是合法输入. 还带有括号功能, 优先级
-procedures using Java language.
-
-
0下载:
<Javascr ipt:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features
-
-
0下载:
这是一本关于正则表达式编程的英文原版书,内容详实,正则表达式可用于各种文本处理场合,比常规的文本处理方法快捷高效。-This is a book introducing Regular Expression programming.
-
-
0下载:
这是一本关于正则表达式编程的英文原版书,内容详实,正则表达式可用于各种文本处理场合,比常规的文本处理方法快捷高效。-This is a book introducing Regular Expression programming.
-
-
0下载:
javascr ipt 的正则表达式帮助文档
chm格式的-javascr ipt regular expressions help file chm format
-
-
0下载:
jsp实现URL伪静态,主要原理是通过web.xml的过滤器,对动态的URL进行重写,重写的格式通过正则表达式控制-jsp to achieve pseudo-static URL, the main principle is that filters through the web.xml of a dynamic URL to rewrite, rewrite the form of control through regular expressions
-
-
0下载:
JSP课程设计,老师让做点东西,就做了这个小留言本,没有什么太大的功能,提供学习用。
该留言本采用JSP+JavaBean+Access开发,直接放到Tomcat下就能运行,不用配置数据源。
含有UBB代码和UBB头像,采用正则表达式制作。
管理登陆加入验证码,数据库管理密码采用MD5加密-JSP curriculum design, teacher so do things, on doing this little message in this, nothing is too
-
-
0下载:
通过正则表达式来进行 输入验证,可以验证手机号码 email地址,url等信息-Through the regular expressions for input validation, you can verify the phone number email address, url, etc.
-
-
0下载:
词法分析器的JAVA实现,,程序利用正则表达式实现了简单的词法分析器。-JAVA implementation of lexical analyzer, and procedures to use regular expressions to achieve a simple lexical analyzer.
-
-
0下载:
本压缩JAVA源程序是用来学习正则表达式的。-JAVA source of the compression is used to study regular expressions.
-
-
0下载:
java正则表达式应用,一个简单的字符串扫描程序,可以从字符串中删除所有指定字符-regular expressions java applications, a simple string scanning procedures, can be deleted from the string of all specified characters
-
-
0下载:
马士兵 JAVA视频教程 正则表达式 视频源码-Video tutorial马士兵JAVA regular expressions
-
-
0下载:
Javascr ipt完全自学宝典 (G) 演示Javascr ipt的简单应用及Javascr ipt特效,学习Javascr ipt的基本语法。学习Javascr ipt的高级语法,介绍Javascr ipt的面向对象特性。介绍Javascr ipt与表单控件,学习Javascr ipt中的正则表达式。-Javascr ipt completely self-book (G) demonstrate simple Javascr ipt applications and Javascr ip
-
-
0下载:
网页图片抓取,JSP开发,主要思想是正则表达式-Web Images crawl, JSP development, the main idea of regular expressions
-
-
0下载:
正则表达式结构简介,验证表达式各种情况下的使用。-About the structure of regular expressions to verify expression of the use of a variety of situations.
-
-
0下载:
正則表達式,最好的學習正則表達式的資料,需要資料的同學可以看下-Regular Expressions
-
-
0下载:
正则表达式的介绍,包括基础知识的介绍和进阶性知识的学习-Introduction to regular expressions, including the introduction of basic knowledge and advanced knowledge of learning
-
-
0下载:
15位和18位身份证的正则表达式及其验证-15 and 18 identity cards regular expressions and its verification
-
-
0下载:
介绍正则表达式的经典书籍。chm格式。O Reilly出品,英文版。-Describes the regular expression of the classic books. chm format. O' Reilly produced in English.
-
-
0下载:
现在网上有许多用java实现的获取MAC地址的方法,都是利用了windows系统的config命令,但是这些方法都是直接查找config命令的输出字符串。这种方法对一种语言的windows系统还可以,当在其它语言的系统下运行时,就会出现问题,本文的代码利用正则表达式,使获取MAC地址的程序能够在多语言环境下运行。-Get the MAC address of the method of realization of java online, are using the windows syste
-