CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - java expression regular

搜索资源列表

  1. 运用异步输入输出流编写Socket进程通信

    0下载:
  2. 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin&quo
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4943
    • 提供者:陈浩
  1. JavaDictionary

    1下载:
  2. 一个Java编的小词典,图形界面,用正则表达式实现简单的字典查询-a series of small Java Dictionary, graphics interface, is a regular expression with simple dictionary inquiry
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2833179
    • 提供者:apple
  1. DFA

    0下载:
  2. 输入一个正则表达式,输出相应的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
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:14112
    • 提供者:liyingan
  1. bianyisrc

    0下载:
  2. 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:18651
    • 提供者:dai
  1. Regx

    0下载:
  2. 用netbean 实现的简单正则表达式调试器-This regular expression debugger is implemented by java in netbean develop toolkit!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:61074
    • 提供者:LiBin
  1. Main

    0下载:
  2. 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-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
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3893
    • 提供者:zhao
  1. FA

    0下载:
  2. 正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:263039
    • 提供者:王据林
  1. Automate

    0下载:
  2. graphic Automaton simulator,NFA to DFA conversion and minimisation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:692235
    • 提供者:darkzan
  1. ComentariosRegex

    0下载:
  2. this program delete comments the java with regular expression using regex
  3. 所属分类:J2ME

    • 发布日期:2017-04-06
    • 文件大小:12148
    • 提供者:Octavio
  1. NFA2RegularExpression

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:919842
    • 提供者:liu p
  1. zzbds

    0下载:
  2. 正则表达式的运用 字符串或字符匹配 字符串查找 字符串替换-The use of regular expression matching the string search string or character string replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5088
    • 提供者:小强
  1. RegExp

    0下载:
  2. 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
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:650
    • 提供者:Eyal D
  1. JavaRegex

    0下载:
  2. JAVA中的正则表达式及其应用,运行环境:J2SE1.4。-JAVA in the regular expression and its application, operating environment: J2SE1.4.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4981
    • 提供者:韦哥
  1. lexer

    0下载:
  2. 词法分析器,输入正规式,转换成NFA,在到DFA,最小化DFA。用java编写了可视化界面,健壮性强-允许输入拉丁字符的拼音 Lexical analyzer, enter the regular expression, convert the NFA to DFA, minimize DFA. Java prepared a visual interface, robustness
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:484705
    • 提供者:yang
  1. regexSearch

    0下载:
  2. 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.
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:294898
    • 提供者:张君亭
  1. day15pm

    0下载:
  2. 基于java语言基础,android环境编译:正则表达式、包装类的应用-Based on the Java language, android environment compiler: the regular expression, the application of wrapper classes
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2085826
    • 提供者:loginziyan
  1. Validator

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1109
    • 提供者:童伟
  1. zhengzebiaodashi--java

    0下载:
  2. 这是一段正则表达式匹配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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:200254
    • 提供者:ghh
  1. NFA

    0下载:
  2. 使用java语言实现无穷自动状态机,实现正则表达式的匹配。-Unlimited use of java language automatic state machine, implement regular expression matching.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:chenhuibing
  1. CatchNews

    0下载:
  2. 通过正则表达式分析网页内容,java编写的页面抓取程序-Regular expression analyzes web content, java written pages crawler
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-04
    • 文件大小:9065
    • 提供者:steve
搜珍网 www.dssz.com