English 中文(简体)
Lex and Yacc for Finite Automata
原标题:Lex and Yacc for Finite Automata

我想开发一种工具,利用Lex和Yacc构建任何精选汽车的过渡图表。 工具还应提供一种设施,以检查体是否为汽车所接受。

人人都能告诉我如何这样做。

问题回答

这可能是一个有用的网站:http://www.cs.virginia.edu/kim/courses/cs471/lec/cs471-03-lex.pdf“rel=“nofollow noreferer”>。 以法文本、源代码和相当详细的说明实施《家庭状况调查》。





相关问题
How to perform FST (Finite State Transducer) composition

Consider the following FSTs : T1 0 1 a : b 0 2 b : b 2 3 b : b 0 0 a : a 1 3 b : a T2 0 1 b : a 1 2 b : a 1 1 a : d 1 2 a : c How do I perform the composition operation on these two FSTs (i.e. ...

Theory of Computation - Showing that a language is regular

I m reviewing some notes for my course on Theory of Computation and I m a little bit stuck on showing the following statement and I was hoping somebody could help me out with an explanation :) Let A ...

Why does my finite state machine take so long to execute?

I m working on a state machine which is supposed to extract function calls of the form /* I am a comment */ //I am a comment pref("this.is.a.string.which"can have QUOTES"", 123456); where the ...

Testing intersection of two regular languages

I want to test whether two languages have a string in common. Both of these languages are from a subset of regular languages described below and I only need to know whether there exists a string in ...

Good resources to learn about models of computation?

Out of curiosity, I am trying to identify what model of computation a system I work with is functionally equivalent to, and prove the equivalence. The longer I spend on this problem the more I ...

NFA to DFA question

First, this is not a question asking for the algorithm to convert a NFA to DFA. It s known (and proved) that the equivalent DFA of a NFA has at most 2n states, even though most of the times it will ...

Lex and Yacc for Finite Automata

我想开发一个工具,根据过渡表、利用Lex和Yacc进入邦和最后邦,构造任何精炼的汽车的过渡图。 工具还应为......提供设施。

热门标签