CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - nfa
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - nfa - List
[
JSP/Java
]
reg2nfa
DL : 0
程序用JAVA语言编写, 综合利用图结构和堆栈结构进行数据组织和处理. 可以进行正则表达式到NFA的转化, 并能用图形直观的表示. 对正则表达式有一些约定, 就是可以用单个字符表示输入, 也可以用 ‘ ‘ 连接起来的一串字符进行输入. 有基本的表达式以及由基本表达式构成的并置, 选择和重复的操作. 例: A|b*c ‘letter’*’digit’ 等都是合法输入. 还带有括号功能, 优先级 -procedures using Java language. Comprehensive Utilization graph structure and stack structure and data processing. it is a regular expression for NFA to the transformation and can use the intuitive graphical said. Regular expressions are to some agreement and it is expressed with a single character input, we could also use '' linking the string of characters for importation. a basic expressions and by the basic form of expression and Home and choose and repeat the operation. cases : A | b * c 'letter' * 'digit' are all legally imported. also bracketed with functionality, prioritized
Date
: 2008-10-13
Size
: 12.41kb
User
:
onlyerlee
[
JSP/Java
]
reg2NFA
DL : 0
从正则表达式到NFA的JAVA实现代码,图形界面。
Date
: 2008-10-13
Size
: 35.75kb
User
:
苏鸿星
[
JSP/Java
]
reg2NFA(java)
DL : 0
正则表达式到NFA,NFA到DFA的JAVA实现,图形表示结果。
Date
: 2008-10-13
Size
: 35.16kb
User
:
洪兴
[
JSP/Java
]
reg2nfa
DL : 0
程序用JAVA语言编写, 综合利用图结构和堆栈结构进行数据组织和处理. 可以进行正则表达式到NFA的转化, 并能用图形直观的表示. 对正则表达式有一些约定, 就是可以用单个字符表示输入, 也可以用 ‘ ‘ 连接起来的一串字符进行输入. 有基本的表达式以及由基本表达式构成的并置, 选择和重复的操作. 例: A|b*c ‘letter’*’digit’ 等都是合法输入. 还带有括号功能, 优先级 -procedures using Java language. Comprehensive Utilization graph structure and stack structure and data processing. it is a regular expression for NFA to the transformation and can use the intuitive graphical said. Regular expressions are to some agreement and it is expressed with a single character input, we could also use '' linking the string of characters for importation. a basic expressions and by the basic form of expression and Home and choose and repeat the operation. cases : A | b* c 'letter'* 'digit' are all legally imported. also bracketed with functionality, prioritized
Date
: 2026-01-01
Size
: 12kb
User
:
onlyerlee
[
JSP/Java
]
reg2NFA
DL : 0
从正则表达式到NFA的JAVA实现代码,图形界面。
Date
: 2026-01-01
Size
: 35kb
User
:
苏鸿星
[
JSP/Java
]
reg2NFA(java)
DL : 0
正则表达式到NFA,NFA到DFA的JAVA实现,图形表示结果。-Regular Expression to NFA, NFA to DFA s JAVA realized, graphical representation of results.
Date
: 2026-01-01
Size
: 35kb
User
:
洪兴
[
JSP/Java
]
RE2eNFA
DL : 0
Regular Expression to Epsilon-NFA
Date
: 2026-01-01
Size
: 5kb
User
:
wanchat
[
JSP/Java
]
reg2NFA
DL : 0
这个编译实验把一个正则表达式转化为不确定的有穷自动机NFA算法,有兴趣的朋友可以看看哦。 -The experiment to compile a regular expression into an uncertain finite automata NFA algorithm, interested friends can see Oh.
Date
: 2026-01-01
Size
: 35kb
User
:
188
[
JSP/Java
]
javafr_EDITEUR-GRAPHIQUE-NFA-DFA___Page
DL : 0
graphic simulation nfa to dfa
Date
: 2026-01-01
Size
: 677kb
User
:
bechir
[
JSP/Java
]
automaton-1.11-2.tar
DL : 0
automate program nfa dfa -automate program nfa dfa
Date
: 2026-01-01
Size
: 274kb
User
:
bechir
[
JSP/Java
]
22nfa2dfa
DL : 0
nfa convert to dfa by java language
Date
: 2026-01-01
Size
: 296kb
User
:
Zicker
[
JSP/Java
]
Grafo5
DL : 0
UTILITY FOR GRAPHICS NFA AND FDA
Date
: 2026-01-01
Size
: 77kb
User
:
LUIS
[
JSP/Java
]
NFA
DL : 0
naf课程设计源代码,对一个正则式转化成nfa的描述-naf
Date
: 2026-01-01
Size
: 1kb
User
:
王一
[
JSP/Java
]
NFAState
DL : 0
编译原理,自动分析语法,判断与法是否符合语法分析规则-nfa
Date
: 2026-01-01
Size
: 1kb
User
:
王一
[
JSP/Java
]
ConvertingNFA
DL : 0
Converting a regular expression to a NFA
Date
: 2026-01-01
Size
: 15kb
User
:
tremor
[
JSP/Java
]
Advanced.Programming.Java.NFA.graph.algorithms
DL : 0
Java NFA图形算法高级编程Advanced Programming Java NFA graph algorithms -Advanced Programming Java NFA graph algorithms
Date
: 2026-01-01
Size
: 11kb
User
:
杨明
[
JSP/Java
]
RegtoNFA
DL : 0
简单的正则表达式转NFA 编译原理作业 在判断正则表达式合法性上有欠缺-Reg to NFA
Date
: 2026-01-01
Size
: 2kb
User
:
yu_njnu
[
JSP/Java
]
NFA
DL : 0
nfa to dfa concersion code with regular expression
Date
: 2026-01-01
Size
: 7kb
User
:
sourav
[
JSP/Java
]
NFA
DL : 0
为NFA.java文件中的NFA类实现成员函数boolean recognizeString(in mov[][],int accept_state[],Strin word)-For the NFA in NFA.java file class member function boolean recognizeString (in mov [] [], int accept_state [], Strin word)
Date
: 2026-01-01
Size
: 4kb
User
:
Cherry
[
JSP/Java
]
NFA
DL : 0
NFA.java 中山大学编译原理实验三源码。为NFA.java中的类增加识别函数和跳转函数。-NFA.java Sun Yat-source compiler principle experiment three. The class is NFA.java increased recognition function and the jump function.
Date
: 2026-01-01
Size
: 1kb
User
:
hr
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.