Understanding State Machines, Part 2: Why Use Them?

preview_player
Показать описание


A state machine is a model that describes the behavior of a system in each state. It defines how the system should transition between these states when certain conditions are true. State machines are used to model logic in many dynamic systems such as automobiles, aircraft, robots, applications with UIs, radar systems, and communication protocols.
Рекомендации по теме
Комментарии
Автор

This is one of the clearest presentations about State Machines I ever seen. 
Thank you Will.

malgailany
Автор

Wish my lecturer had made a presentation like this. Doing first year computing.

BushidoToken
Автор

One question...how do you define the optimum set of states....so that one does not create too many states or too less..

kennethcarvalho
Автор

State machines are perfect utilities for continious functions. I've used them alot in signal processing.

dfhwze
Автор

This is a much simpler way do FSM's than what they taught us in ECPE

marcusmedina