Moore Machine - Wikipedia article on Moore machines which are FSA with output determined by currecnt state alone. - http://en.wikipedia.org/wiki/Moore_machine
Mealy Machine - Wikipedia article on Mealy machines, which are simple transducers. - http://en.wikipedia.org/wiki/Mealy_machine
Sequential Log Implementation - A set of slides comparing Moore and Mealy machines and showing how they are used in designing the logic for vending machines and traffic light controllers. - http://inst.eecs.berkeley.edu/~cs150/fa05/Lectures/07-SeqLogicIIIx2.pdf#search=%22moore%20machines%22
Specification of Sequential Systems - The application of Moore and Mealy machines in the design of synchronous sequential systems. - http://www.cs.ucla.edu/Logic_Design/SLPDF/ch7.pdf#search=%22moore%20machines%22
Mealy and Moore Machines - A set of lecture slides on Mealy and Moore machines with network applications. - http://www.ece.ucsb.edu/courses/ECE152/152A_Su06Johnson/Lec11.pdf#search=%22moore%20machines%22
Implementing Mealy and Moore Machines - This site has an example of conversion of a FSA to equivalent Moore and Mealy machines. - http://www.cs.umd.edu/class/spring2003/cmsc311/Notes/Seq/impl.html