CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - NFA DFA c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - NFA DFA c - List
[
ELanguage
]
NFA转换成DFA
DL : 0
C++实现NFA转换成DFA
Update
: 2009-11-23
Size
: 1.25mb
Publisher
:
asfv@163.com
[
ELanguage
]
1)
DL : 0
对C++进行词法和语法分析。 要求: 词法分析部分写出相应的正规集、正规式、NFA、DFA 写出语法分析所采用的方法和完成的语法分析功能 编写出响应的编译程序 写出完整的课程设计报告 说明:课程设计报告包括的基本内容有: 一、课程设计题目 二、课程设计的目的 三、课程设计的基本内容和实现功能介绍 四、词法分析:包括系统的词法规则,相应的正规集、正规式、NFA、DFA 五、语法分析:包括语法规则,分析所采用的技术和算法-On C++ For lexical and syntax analysis. Requirements: lexical analysis to write the corresponding part of the regular set, formal style, NFA, DFA write parsing methods and the completion of the syntax analysis prepared to respond to the compiler to write a complete report on curriculum design: curriculum design report including the basic contents are as follows: I. Title II curriculum design, curriculum is designed to three, the basic content of the curriculum design and realization of the four features, lexical analysis: including the system of lexical rules, the corresponding regular sets, formal style, NFA, DFA V. syntax analysis: including grammar rules, analysis techniques and algorithms used
Update
: 2025-02-17
Size
: 3kb
Publisher
:
王博
[
Other
]
nfadfa
DL : 0
编译原理小作业NFA转DFA,用C写的,环境是VC下的控制台程序-Compiler Construction Principles small operating NFA to DFA, written using C, the environment is under VC console procedures
Update
: 2025-02-17
Size
: 8kb
Publisher
:
徐元浩
[
Data structs
]
NFtoDFA
DL : 0
正则表达式转换为有穷自动机的算法,用c语言编写的。-Regular expression is converted to DFA algorithm, using c language.
Update
: 2025-02-17
Size
: 273kb
Publisher
:
Y.A.M
[
CSharp
]
RegToFA
DL : 0
从正则表达式到NFA再到DFA的C#实现,图形界面。-From regular expressions to NFA to DFA in C
Update
: 2025-02-17
Size
: 314kb
Publisher
:
苏鸿星
[
ELanguage
]
[NFA+TO+DFA]
DL : 0
[NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
Update
: 2025-02-17
Size
: 146kb
Publisher
:
三块一
[
ELanguage
]
NFATODFA
DL : 0
NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
Update
: 2025-02-17
Size
: 5kb
Publisher
:
姚升高
[
Windows Develop
]
NFA_DFA
DL : 0
nfa 到 dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。 -nfa to dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。
Update
: 2025-02-17
Size
: 3kb
Publisher
:
张志刚
[
Other resource
]
Lex
DL : 0
1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* -1. Analysis of the input file 2. Regular expressions into NFA 3. More than the combined NFA conversion 4.NFA Code Generation DFA 5 on input file format: There is no consideration of the lex input file error handling, the input file must be written in strict correct. Lex in the regular expression operators used the following: [] |* @ () and regular expressions can not be a subset of other regular expressions. If you want to be identified in the regular-type operator to use the above, please use the escape symbol, that is, \. For example, if you want to use*, can be written in \*
Update
: 2025-02-17
Size
: 17kb
Publisher
:
顾添锦
[
ELanguage
]
NFA-DFA
DL : 0
实现从nfa到dfa的转换,并且输出中间的状态集以及转换表-From nfa to dfa conversion and output as well as the middle of the state set conversion table
Update
: 2025-02-17
Size
: 3kb
Publisher
:
tang
[
Documents
]
nfa-dfa
DL : 0
可实现,nfa到dfa的转化,利用c语言编写,本人以用过一次,老师评价很好-Can be achieved, nfa to dfa conversion using c language, I used once, very good teacher evaluation
Update
: 2025-02-17
Size
: 2kb
Publisher
:
黄飞
[
ELanguage
]
lex
DL : 0
用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
Update
: 2025-02-17
Size
: 16kb
Publisher
:
0x7c00
[
Other
]
NFAtoDFA[J.S]
DL : 0
一个NFA转化为DFA的带有界面的程序,C++builder编写,能够输出转化子集;对于多终结符的情况也一样能够正确求解。-An NFA into a DFA with the interface of the program, C++ builder write to a subset of the output conversion for multi-terminator is also the case can be properly solved.
Update
: 2025-02-17
Size
: 1.04mb
Publisher
:
卓然
[
ELanguage
]
DFA
DL : 0
NFA的确定化算法 C++实现注释清楚详细 代码简单-NFA determination algorithm C++ code is easy to achieve clear and detailed comments
Update
: 2025-02-17
Size
: 8kb
Publisher
:
pengjun
[
ELanguage
]
NFA_DFA
DL : 0
利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
Update
: 2025-02-17
Size
: 1.25mb
Publisher
:
element
[
Compress-Decompress algrithms
]
c++
DL : 0
NFA to DFA (c++) with c++ langage.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
djongar
[
CSharp
]
NFA2DFA
DL : 0
nfa to dfa machines algorythm with c sharp
Update
: 2025-02-17
Size
: 35kb
Publisher
:
asd
[
ELanguage
]
nfatodfa
DL : 0
NFA转化成DFA的C程序代码,编译原理实验题目-NFA to DFA
Update
: 2025-02-17
Size
: 2kb
Publisher
:
云遥
[
Other
]
nfa--dfa
DL : 0
nfa转dfa,c++实现,转自lingyu940的csdn微博-nfa turn dfa, c++ achieve, carried lingyu940 of csdn microblogging
Update
: 2025-02-17
Size
: 2kb
Publisher
:
焦鹏
[
]
编译原理报告:NFA转DFA(详解-附源代码)
DL : 0
编译原理NFA转DFA的算法 啊啊啊啊啊啊啊啊啊啊。(ghdfhddashjoahsfashfhiaohfoafafafa)
Update
: 2025-02-17
Size
: 73kb
Publisher
:
空谷足音
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.