Mooreállapotgépek
Mooreállapotgépek, also known as Moore machines, are a type of finite-state machine where the output is solely determined by the current state. This contrasts with Mealy machines, where the output depends on both the current state and the current input. In a Moore machine, each state has a defined output associated with it. When the machine transitions from one state to another due to an input, the output produced is the one designated for the *new* state.
The formal definition of a Moore machine consists of a set of states, a finite input alphabet,
Moore machines are often used in digital circuit design and in the modeling of sequential logic. They