码迷,mamicode.com
首页 > 其他好文 > 详细

Automata

时间:2017-12-29 12:28:20      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:log   func   led   org   res   repr   wiki   called   post   

A deterministic finite automaton is represented formally by a 5-tuple (Q,Σ,δ,q0,F), where:
  • Q is a finite set of states.
  • Σ is a finite set of symbols, called the alphabet of the automaton.
  • δ is the transition function, that is, δ: Q × Σ → Q.
  • q0 is the start state, that is, the state of the automaton before any input has been processed, where q0∈ Q.
  • F is a set of states of Q (i.e. F?Q) called accept states.

Automata

标签:log   func   led   org   res   repr   wiki   called   post   

原文地址:https://www.cnblogs.com/huangzejun/p/8143128.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!