搜索资源列表
-
0下载:
代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin&quo
-
-
0下载:
正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
-
-
0下载:
regular expression转换为NFA
NFA转换到regular expression
包含设计说明文档、可执行程序、源代码等;清晰明了;
用java编写;-regular expression into NFA
NFA transition to regular expression
Includes design documentation, executable programs, source code, etc. clarity
Writ
-
-
0下载:
正则表达式的运用
字符串或字符匹配
字符串查找
字符串替换-The use of regular expression matching the string search string or character string replacement
-
-
0下载:
An example of using Regular Expressions in Java.
The program opens a textual file and outputs a textual file which contains only two lines after a regular expression of the form:
http://"Some Text":NUMBER
It demonstrates the usage of Buffers
-
-
0下载:
JAVA中的正则表达式及其应用,运行环境:J2SE1.4。-JAVA in the regular expression and its application, operating environment: J2SE1.4.
-
-
0下载:
Java做的文本搜索替换软件源码,可用于在多个文件中普通字符串或正则表达式查找与替换文本,支持多条件查找替换。 -Java text search and replace software source code, can be used for ordinary string in multiple files or regular expression search and replace text, search and replace support many conditions.
-
-
0下载:
基于java语言基础,android环境编译:正则表达式、包装类的应用-Based on the Java language, android environment compiler: the regular expression, the application of wrapper classes
-
-
0下载:
Java正则表达式校验邮箱、手机号和身份证等,用于校验用户名、密码、手机号、邮箱和身份证等信息-Java regular expression check e-mail, phone number and identification cards, used to verify the user name, password, phone number, email and ID information
-
-
0下载:
这是一段正则表达式匹配Java方法的源代码,希望对正则表达式在java使用方面有疑问的童鞋有帮助-This is a regular expression matching approach java source code, hope helpful for regular expressions in Java use question of children s shoes
-
-
0下载:
使用java语言实现无穷自动状态机,实现正则表达式的匹配。-Unlimited use of java language automatic state machine, implement regular expression matching.
-