Top "State-machine" questions

A State Machine is a computation model used to design both computer programs and sequential logic circuits.

Simple state machine example in C#?

Update: Again thanks for the examples, they have been very helpful and with the following I don't mean to take …

c# state-machine
state machines tutorials

I am just wondering if anyone know of some good tutorials on the Internet for developing state machines. Or ebooks? …

c c99 state-machine
How to implement a FSM - Finite State Machine in Java

I have something to do for work and I need your help. We want to implement a FSM - Finite …

java design-patterns state-machine fsm state-pattern
C state-machine design

I am crafting a small project in mixed C and C++. I am building one small-ish state-machine at the heart …

c++ c architecture state-machine
C++ code for state machine

This was an interview question to be coded in C++: Write code for a vending machine: Start with a simple …

c++ design-patterns switch-statement state-machine idioms
Mealy v/s. Moore

What is the difference between Mealy & Moore type of finite state machines?

state-machine
Workflow engine in Javascript

Does anybody know a workflow engine (such as Spring WebFlow) for Javascript? We have a home-made framework that allows us …

javascript workflow state-machine
Python state-machine design

Related to this Stack Overflow question (C state-machine design), could you Stack Overflow folks share your Python state-machine design techniques …

python state-machine fsm
Use cases of the Workflow Engine

I'd like to know about specific problems you - the SO reader - have solved using Workflow Engines and what …

state-machine business-process-management task-management workflow-engine
Java enum-based state machine (FSM): Passing in events

I'm using several enum-based state machines in my Android application. While these work very well, what I am looking for …

java enums fsm state-machine