NFA(子集算法,DFA最小化)代碼實現

#include <iostream> #include <string> #include <cstdio> #include <cstdlib> using namespace std; const int maxn=1001; /* NFA五元組 M={K,A,f,S,Z}; K::狀態集合 A::字母表 F::轉換函數 S::開始狀態 Z::結束狀態 */ /*狀態集合K中的結點*/
相關文章
相關標籤/搜索