0

I was reading a book named "An introduction to Formal Languages and Automata" by Peter Linz. In one of it's questions, it asked me to, "Design an acceptor for integers in a programming language C" Can some one please tell me how can I obtain an answer for this. Any help would be greatly appreciated

4

1 に答える 1

1

あなたの本はオートマトンに関するものなので、彼らはあなたに有限状態機械を書いてほしいと思っているのでしょう。C で FSM を作成する方法を検索できます。ここに一例があります。

于 2011-02-07T16:59:10.660 に答える