Finite-state Automata in Java

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
April 15th, 2009 | Tags: , ,

Finite-state Automata in Java

Author: Bradley Kjell, Cental Connecticut State University

These notes discuss finite-state automata, their practical uses, and how to implement them in Java. Finite-state automata are useful in many application areas: compiler design, natural language understanding, user interface design, and general programming. Many programming problems are straightforward when understood as finite automata. Without that understanding, the same problems can be confusing.

To use these notes with maximum benefit, read though them interactively. Think about and answer the question at the bottom of each page. These notes assume that you have at least the Java Development Kit (JDK) version 2.0 or later from Sun (http://www.javasoft.com) and a simple text editor such as NotePad.

a java book for free download

View/Download Finite-state Automata in Java

Related posts:

  1. Introduction to Computer Science Using Java
  2. Introduction to Computer Science using Java
  3. Tree Automata Techniques and Applications
  4. Teach Yourself Java Programming in 24 Hours
  5. Concurrent Programming Using Java



Get a 7 Day Free Trial of Napster
Once You Know, You Newegg
Winch Depot

invisibleSHIELD for T-Mobile G1
Save up to 75% off retail at Ashford.com

No comments yet.