finite-automata
What are some specific applications of finite state automata? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-09 02:56 分类:问答Need help constructing a deterministic finite automata?
What are the rules for constructing a deterministic finite automata in the form of a diagram? My professor explained by 开发者_如何学JAVAexamples, but I am not exactly sure what rules must be followed[详细]
2023-04-07 04:56 分类:问答Real world uses of DFA,NFA,PDA and Turing machines
I am now taking a course on Theory of Computation. I can und开发者_开发技巧erstand the concepts well. I can able to solve the problems. And, when I asked my instructor about the real world application[详细]
2023-04-06 03:28 分类:问答Equivalence between two automata
Which 开发者_Go百科is the best or easiest method for determining equivalence between two automata?[详细]
2023-03-24 04:58 分类:问答Behavior Tree versus State machine
I want to implement a complex branching logic Android business application to be used as a marketing questionaire tool with lots of questions and branching among them according to what the user respon[详细]
2023-03-20 13:00 分类:问答How the Perl regular expressions dialect/implementation is called?
The engine for parsing strings which is called \"regular expressions\" in Perl is very different from what is known by the term \"regular expressions\" in books.[详细]
2023-03-08 03:33 分类:问答Advantages/Disadvantages of NFA over DFA and vice versa
What are the relative pro\'s and con\'s of both DFA\'s and NFA\'s when compared to each other? I know that DFA\'s are easier to implement than NFA\'s and that NFA\'s are slo开发者_JAVA技巧wer to arri[详细]
2023-03-04 08:37 分类:问答Converting RE -> NFA
I have a question regarding the conversion of regular expressions to no开发者_Go百科n-deterministic finite state automata:[详细]
2023-03-04 05:04 分类:问答State diagram and Transition table for a Moore machine
I have drawn a mealey machine for this circuit, with two states, however I can\'t draw a Moore machine state diagram, I don\'t understand how to do this.[详细]
2023-03-02 00:23 分类:问答What is the algorithm for generating a random Deterministic Finite Automata?
The DFA must have the following four properties: The DFA has N nodes Each node has 2 outgoing transitions.[详细]
2023-02-21 20:56 分类:问答