Tagged Questions
The jflap tag has no wiki summary.
1
vote
0answers
27 views
JFLAP : Symbol for any character in lanugage
I'm beginner for Automata and JFLAP. I have action Finite Automata which tells that on any character in the language, it must go to another state. How am I implement this on JLAP.Thanks
0
votes
0answers
36 views
How do you define a language for simulation in JFLAP?
http://www.cs.duke.edu/csed/jflap/tutorial/
Using this tool you can create Finite Automata and then test various strings. I have an alphabet of letters, and I want test out strings that fit that ...
0
votes
0answers
90 views
The jFlip plugin not working in IE9 even using excanvasX.js
I am using jquery-jflip plugin. you can see origional demo here
http://www.jquery.info/scripts/jFlip/demo.html
Document: http://www.jquery.info/spip.php?article78
But its not working with IE9 i ...
0
votes
1answer
186 views
Batch Test for JFLAP Turing Machine
I built a Turing Machine in JFLAP is a binary adder. It is a 3 tape TM: first two tapes are inputs, and the 3rd tape gets the output. When I try to do the batch testing (info found here), I cannot get ...
0
votes
2answers
354 views
Determinant Finite Automata (JFLAP)
I have a DFA question (Determinant Finite Automata) . We are using JFLAP to construct the automata. I cannot figure this question out to save my life! Here it is
"DFA to recognize the language of ...
0
votes
2answers
388 views
Where can I find sample automata and turing machines?
I'm studying for an automata test on a course that's heavily based on jflap. Trouble is we don't have much documentation and the sample automata that I've found on jlap like this and this, are ...