搜索资源列表
RegEx2NFA_RC
- 由正则表达式构造NFA的程序,并可以对输入串模拟正则表达式匹配-This is a C program used in compiling the given regular expression into an equivalent epsilon-NFA, simulated through tracking State sets.
dfa-nfa
- AFN -> AFD The program convert an AFN (non-deterministic) to AFD (deterministic)