We continue with the Excel VBA assignments, and will be implementing various finite state automata (FSA). To be announced, discussed in class on Monday.
#7: Due Wednesday, Feb 13
Using VBA for Excel, implement the first FSA from assignment #5. Read the input string from cell B1. Print "accept" or "reject" in C1. Print the sequence of states in cell A4 and down (A5, A6, etc). Use gotos and goto labels to represent the states. Use the MID function to extract letters sequentially from the input string.
You can download the video here.
Sunday, February 10, 2008
Homework #7, 8
Posted by
joshwaxman
at
5:09 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment