Top "State-machine" questions

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

Boost Statechart vs. Meta State Machine

Apparently boost contains two separate libraries for state machines: Statechart and Meta State Machine (MSM). The taglines give very similar …

c++ boost state-machine boost-statechart boost-msm
How to create a simple state machine in java

I am currently learning java and would like to know how to control state in a OO way. I implemented …

java state-machine
JavaScript Event State Machine

Does anybody know of any javascript implementations of a state machine? My goal is to setup a state machine implementation …

javascript state-machine
uses for state machines

In what areas of programming would I use state machines ? Why ? How could I implement one ? EDIT: please provide a …

state-machine
Can a DFA have epsilon/lambda transitions?

Can´t find anything affirmative about it. And a NFA with any epsilon transition is a epsilon-NFA ? Thanks.

finite-automata state-machine automata dfa automata-theory
Is a Markov chain the same as a finite state machine?

Is a finite state machine just an implementation of a Markov chain? What are the differences between the two?

math statistics state-machine fsm markov-chains
Short example of regular expression converted to a state machine?

In the Stack Overflow podcast #36 (https://blog.stackoverflow.com/2009/01/podcast-36/), this opinion was expressed: Once you understand how easy it …

regex state-machine fsm
How to Make a Basic Finite State Machine in Objective-C

I am attempting to build an FSM to control a timer in (iphone sdk) objective c. I felt it was …

objective-c protocols state-machine
What is the difference between state machine and workflow?

I want to learn what is the difference between "State machine" and "workflow", and how is it any different from "…

workflow-foundation state-machine business-process-management
How to write state machines with c#?

I need to write state machines that run fast in c#. I like the Windows Workflow Foundation library, but it's …

c# state-machine