CS301
Foundations of Computer Science

Spring 2006
Department of Computer Science
Link to Colorado State University Home
 Page

Overview    Announcements   Schedule   Instructors   Grading   Class Material   Discussion Board   Resources


Resources

Note: Colorado State University in no way endorses, supports, or is affiliated with the resources listed on this page. The opinions expressed on any of the pages linked to from this page are entirely that of the person expressing them. We are in no way responsible for any information you receive from these sites and don't guarantee the correctness of answers you may receive on message boards, should you choose to use them.

Pumping Lemma

Regular Expressions

Susan Rodger at Duke University

Some fun, interactive tools in Java to build and simulate automata, Turing Machines, and other things.
You can run a local version that allows you to save your automata you build.
To run it, type
      ~cs301/jflap/run
Once it starts, read how to use it by clicking on Help in the menu bar.
You can run the example from class by doing
      ~cs301/jflap/run -tm ~cs301/jflap/examples/class-ss.TM

Interactive Animation of Finite-State Automata, by Thomas Dunn

Includes Java source.

Alan Turing Internet Scrapbook,

Includes a Turing Machine simulation in Java

Turing Machines as Java Applets

Super-Turing

Miscellaneous

LaTeX

Back to top of this page