搜索资源列表
-
0下载:
代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin&quo
-
-
1下载:
一个Java编的小词典,图形界面,用正则表达式实现简单的字典查询-a series of small Java Dictionary, graphics interface, is a regular expression with simple dictionary inquiry
-
-
0下载:
输入一个正则表达式,输出相应的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
-
-
0下载:
编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
-
-
0下载:
用netbean 实现的简单正则表达式调试器-This regular expression debugger is implemented by java in netbean develop toolkit!
-
-
0下载:
这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
-
-
0下载:
正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
-
-
0下载:
graphic Automaton simulator,NFA to DFA conversion and minimisation
-
-
0下载:
this program delete comments the java with regular expression using regex
-
-
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下载:
词法分析器,输入正规式,转换成NFA,在到DFA,最小化DFA。用java编写了可视化界面,健壮性强-允许输入拉丁字符的拼音
Lexical analyzer, enter the regular expression, convert the NFA to DFA, minimize DFA. Java prepared a visual interface, robustness
-
-
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.
-
-
0下载:
通过正则表达式分析网页内容,java编写的页面抓取程序-Regular expression analyzes web content, java written pages crawler
-