搜索资源列表
FA
- 正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
NFA_to_DFA211465612008
- this program convert the nfa into dfa
Compilers
- Here you can draw states and linkers to creat a NFA or DFA.
DeterministicFiniteAutomata_JAVA
- This program is used in a language examination of the DFA. DFA is one type of FA where there is only one alternative state transitions from one state to another using the same input. In this program users can create a new DFA and DFA can be done in
JavaScanner
- 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-1. Using DFA realize the design of the lexical analyzer 2. To realize th
JDFAReadeera
- 一个java编写的DFA(difinite automata reaader)拥有完备的图形界面和rebustness另付.dat的测试文件 -Write a java DFA (difinite automata reaader) has a complete graphical interface and rebustness extra dat the test file
Java-Scanner
- Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
DFA
- 用java语言实现有穷自动状态机,译码正则表达式。-Using java language DFA state machine, decode regular expressions.
Hutool_v3.2.0
- Hutool是一个Java基础工具类,对文件、流、加密解密、转码、正则、线程、XML等JDK方法进行封装,组成各种Util工具类,同时提供以下组件: 布隆过滤 缓存 克隆接口 类型转换 日期处理 数据库ORM(基于ActiveRecord思想) 基于DFA有限自动机的多个关键字查找 HTTP客户端 IO和文件 有用的一些数据结构 日志 反射代理类的简化(AOP切面实现) Setting(一种扩展Properties的配置文件) System(JVM和系统信息等) W