Introduction - If you have any usage issues, please Google them yourself
State machine is generally divided into three types: Moore-type state machine: sub-state = f (the status quo, input), output = f (status) Mealy type state machine: sub-state = f (the status quo, input), output = f ( the status quo, input) mixed state machine.