Finite State Machines with Output (Mealy and Moore Machines): An articles which converts an FSA to equivalent Moore and Mealy machines and discusses their equivalence.
Implementing Mealy and Moore Machines: This site has an example of conversion of a FSA to equivalent Moore and Mealy machines.
Mealy and Moore Machines: A set of lecture slides on Mealy and Moore machines with network applications.
Mealy Machine: Wikipedia article on Mealy machines, which are simple transducers.
Mealy/Moore Machines in VHDL: A set of slides that shows the use of Mealy and Moore machines to develop sequential circuits, which are then displayed in Verilog Hardware Description Language (VHDL.)
Moore Machine: Wikipedia article on Moore machines which are FSA with output determined by currecnt state alone.
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.
Specification of Sequential Systems: The application of Moore and Mealy machines in the design of synchronous sequential systems.