Introduction to the Theory of Computation
目录
1Regular Languages
术语翻译
计算模型 • 英文 computational model
有限状态自动机 • 英文 finite state machine / finite automaton / finite automata
Finite Automata
第一个例子的门是一个朝里开的单向门.
Figre 1.4 中接受状态是由创建者指定的.
术语翻译
状态图 • 英文 state diagram
起始状态 • 英文 start state
接受状态 • 英文 accept state
转移 • 英文 transition
Formal Definition of a Finite Automaton
定义 1.5 中的字母表有限组合成字符串, 被有限自动机检查.
Formal Definition of Computation
定义 1.16 用较为数学的语言说, 就是 依次作用在 及其后继上, 最终位于可接受集中.
术语翻译
正则语言 • 英文 regular language
The Regular Operations
定义 1.23 中, Star 相当于
定理 1.25,1.26 显然.
Nondeterminism
有点像单向等价关系.