搜索资源列表
Determinis1747915202004
- Uploading, This program use to convert nfa to dfa.
NFAtoDFA[J.S]
- 一个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.
NFA_to_DFA211465612008
- this program convert the nfa into dfa
fileloading
- convert nfa to dfa this program neveshte shode dar c++ builder
A_N_-_Quee18114710282004
- convert nfa to dfa this program neveshte shode dar c++ builder
135
- user enter one dfa or nfa and program check this automat is nfa or dfa
nfa_simulation
- Program to take Nfa as input and a string as input.Check whether string is accepted by NFA or not
REtoNFA
- 给出一个正则表达式,设计一个程序,让其实现到NFA的转换-A regular expression is given, design a program that allowed the conversion to achieve to the NFA
NFAtoDFA
- It s a program that convert NFA(Non deterministic Finite Automata) to DFA(Deterministic Finite Automata). This article used in scanners and parsers to detect some pattern of input characters similar to tokens.
regtonfa
- 实现了正则表达式转化为某一nfa的程序,代码简介,但是存在一个错误,不知道如何改正-Achieve a regular expression into a nfa program, code profiles, but there is a mistake, do not know how to correct
fwdcodefornfa
- program about NFA non deterministic automata algorithm in c++.
NFA to DFA.cpp
- nfa转换为dfa,一个简单的程序cpp(nfa trans to dfa,a simple program. /.cpp)
RextoNFA
- 正规式转NFA,用C++实现。描述必须满20个字?(A C++ program about Regex to NFA)
NFAtoDFA
- 将NFA转成DFA的程序,将不确定的自动机转化为确定的自动机,用于编译原理的研究。(Transforming NFA into DFA program, transforming uncertain automata into definite automata, is used for compiler principle research.)