krayzk9s.com

  • Increase font size
  • Default font size
  • Decrease font size
krayzk9s.com

Finite State Machine

E-mail Print PDF

A finite state machine:

Wikipedia

 

Takes an alphabet of symbols, a start state, and a final state and procesess a tape to determine if the tape ends in the final position from the start position. In the default example we are determining if a number is divisible by 3. A future implementation for this program could be to extend the divisible by 3 operation to divisible by any number provided by the tape or user.

 

Directions:

Extract the zip file, compile all java files and run Driver 

Download the Finite State Machine 

Last Updated on Friday, 19 June 2009 23:07
 

Mountain Cipher

E-mail Print PDF

A Cipher program using a Mountain Cipher. A possible future direction for this program could be to let a user input what specific cipher commands to use, such as "Shift all characters 5 left"

Download the Mountain Cipher

Directions: Extract the folder, compile all java files and run Driver

Last Updated on Friday, 19 June 2009 23:08
 


Page 3 of 3