搜索资源列表
DFAjuti
- 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
Soft20060210155855646
- 正则式到有穷自动机 自己搞的 多支持-to DFA to develop its own multi-support
69446611333
- 正则式到有穷自动机 基本上可以满足你的要求-to DFA basically satisfy your request
DFAScan
- 根据输入的正则式产生NFA,然后转化为DFA,并化简-under the importation of which is generated NFA-and then into DFA and Simplification
DFA
- 编译原理试验,dfa简单编译器,以定义好正则式(a|b)*ab,输入字符串,可以判断是否可以接受。
DFA
- 正则式转化有穷自动机
ToNfa
- 从正则式转化为有穷自动机-from regular-into DFA
正则式到有穷自动机
- 学习离散数学时在老师地要求下编写的个小程序,正则式到有穷自动机 -discrete mathematics learning at the request of the teacher to prepare the small procedure is to then - DFA
0024
- 正则式到有穷自动机,c++源代码,请大家多提宝贵意见,-to DFA, c source code, please provide more valuable advice, thank you
正则式到有穷自动机
- 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
正则式输出DFA
- 输入正则式 输出DFA
77433631694.rar
- 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西。 有限自动机的确定华,NFA到DFA的转变。 ,Is the type that the DFA has recently learned a compiler to produce more of the principle of things. Determination of finite automata China, NFA to DFA transformation.
Lex.rar
- 1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* ,1. Analysis of the input file 2.
zhengze
- 正则式到有穷自动机.VC++6.0环境下开发.-Is the type of the DFA. VC++6.0 development environment.
DFA
- dfa转化,希望大家用得着 这是源代码正则式-dfa transformation
NFADFA
- 正则式转成最小DFA,这是编译原理上机作业题目,含个人readme-The smallest regular expression turned into DFA, which is compiled on the machine operation principle of topics including personal readme
3c4f17957854
- 正则式到dfa的转化 正规式到有穷自动机的转化-Regular expression to dfa conversion of regular expression to the transformation of finite automata
cifafenxi
- 1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2, according to a regular gramm
FiniteAutomaton
- Java实现有限自动机相关功能的工具包,包含:正则式与NFA,DFA的相互转化;DFA的交、并、差、补运算;判断一个DFA对应的正则集是否是无限集;列出一个有限正则集所包含的所有字符串,以及包含字符串的最小长度和最大长度;判断两个最小化DFA是否等价等。 代码已开源:https://a1e2w3@bitbucket.org/a1e2w3/dfa4java.git-Java implementation of finite automata related functions toolk