0

我必须从有限自动机的应用程序中选择一个主题来进行演示。有限自动机在计算机科学中有哪些应用?他们可能在编程。

4

1 回答 1

2

Lexing, parsing, scheduling, networking (e.g. TCP & routing), event-driven programming ... use finite state automata.

Actually, automata are used everywhere in computer science & in programming. It might be harder to name programming techniques which don't even remotely use them.

But your question belongs more to programmers than to here.

于 2011-12-06T12:40:08.713 回答