vote up 4 vote down star
2

When I go back to school after Thanksgiving, I'll be taking a course in CS Theory covering topics such as deterministic and nondeterministic finite state machines, turing machines, pushdown automata and a few other things. However, I haven't found a good application that can produce a visual representation of them as well as testing how they work (pass/fail, etc). The best that I've found so far is jFlap, and I'm finding it rather awkward.

flag

I vote this a duplicate for stackoverflow.com/questions/198426/… ;-) – Tomalak Oct 13 '08 at 18:11
Not a duplicate of that question. – Aaron Smith Oct 13 '08 at 18:17
I used a java finite state machine program when I was in college, but I can't remember what it was called. I'm trying to find it for you. – Aaron Smith Oct 13 '08 at 18:18
I know it's not a duplicate, but rather a direct result of that question. That is why I made the smiley. – Tomalak Oct 13 '08 at 18:20
Aaron Smith: It's probably jFlap. It is Java, and very meh. But if that's what you come up with, post it as an answer. – Thomas Owens Oct 13 '08 at 18:20
show 2 more comments

7 Answers

vote up 6 vote down check

It was JFlap that I used in college. I didn't find it that awkward to use, but it looks like it may have changed since then. Sorry I don't have a better answer for you than that.

link|flag
Well, jFlap (as awkward as I find it) might be the best thing out there and if I want an app, I'll have to just learn how to use it. – Thomas Owens Oct 13 '08 at 18:23
vote up 2 vote down

A friend of mine used Latex to draw them. I always preferred pencil and paper.

link|flag
vote up 0 vote down

IAR visualSTATE might be of interest.

link|flag
That looks cool, but it doesn't appear to support all the different types of automata clearly, and it costs money. I think some people might be interested in this, but it doesn't look like it's good for me. – Thomas Owens Oct 13 '08 at 18:39
vote up 2 vote down

I'm in a class like this right now. I've found paper and pencil to be sufficient. I can't say for sure, but I don't think you'll be required to draw automata that are too complicated to understand on one sheet of paper.

link|flag
That's true, but I've got messy writing style, which makes it very difficult to write for turning in and testing. Although I manage on tests, relying on that for everything would be a pain. It is something that I am considering, however. – Thomas Owens Oct 13 '08 at 18:56
Never underestimate the complexity of a real-world state diagram! We've got one here that does need 8px font on an A3 sheet. (Though it should be modulized a bit...) – xtofl Nov 21 '08 at 9:22
vote up 1 vote down

I drew them in UML and submitted StarUML jpeg exports for a while.

Then I wrote a PHP script to convert them to DOT format and used Graphviz to get nice-looking machines.

link|flag
I forgot about DOT and Graphviz. That's an option I should look into, but it doesn't allow for testing the machines - I would have to do that by hand. – Thomas Owens Oct 13 '08 at 19:05
Yes. Since it was sufficient for me to test by hand, I never got around to modifying the script to test the machine as well. Graphviz does produce pretty-looking pictures, though :) – aib Oct 14 '08 at 13:14
vote up 0 vote down

Turing Machine Simulator

link|flag
vote up 0 vote down

Simulink Stateflow.

Massive overkill, of course.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.