  |
Automata Theory - http://en.wikipedia.org/wiki/Automata_theory
Wikipedia article on finite state machines with links to articles about pushdown automata, linear bounded automata and Turing machines. |
  |
Finite State Machine - http://en.wikipedia.org/wiki/Finite_state_machine
Wikipedia article on FSA, Moore and Mealy machines. |
  |
reAnimator - http://osteele.com/tools/reanimator/
A regular expression FSA visualizer that provides interactive visualization of how finite-state automata can be used to match regular expressions. |
  |
Automata - http://www.cs.uky.edu/~lewis/texts/theory/automata/autointr.pdf
Course notes from the University of Kentucky with sections on finite state automata, pushdown automata and linear bounded automata. |
  |
Turing Machines - http://www.cs.princeton.edu/courses/archive/spr01/cs126/lectures/T2-4up.pdf#search=%22linear%20bounded%20automata%22
A brief survey of finite state automata, pushdown automata, linear bounded automata and Turing machines. |