Словари, Словарь Dictionary
! & ( * , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = @ %
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ { ~
F+ F- F2 F6 FA FC FD FE FF FG FI FJ FK FL FM FN FO FP FQ FR FS FT FU FW FX FY

Finite State Machine

 
 
Finite State Machine (FSM or "Finite State Automaton", "transducer") An consisting of a set of (including the initial state), a set of input events, a set of output events and a state transition function. The function takes the current state and an input event and returns the new set of output events and the next state. Some states may be designated as "terminal states". The state machine can also be viewed as a function which maps an ordered sequence of input events into a corresponding sequence of (sets of) output events. A FSM is one where the next state is uniquely determinied by a single input event. The next state of a FSM (NFA) depends not only on the current input event, but also on an arbitrary number of subsequent input events. Until these subsequent events occur it is not possible to determine which state the machine is in. It is possible to automatically translate some (but not all) nondeterministic FSMs into deterministic ones which will produce the same output given the same input. [Is this true?] In a probabilistic FSM [proper name?], there is a predetermined of each next state given the current state and input (compare ). The terms "acceptor" and "transducer" are used particularly in language theory where automata are often considered as capable of recognising a language (certain sequences of input events). An acceptor has a single output and accepts or rejects the input sequence by outputting true or false respectively, whereas a transducer translates the input into a sequence of output events. FSMs are used in and in some practical applications such as and digital logic design. See also , . [J.H. Conway, "regular algebra and finite machines", 1971, Eds Chapman & Hall]. [S.C. Kleene, "Representation of events in nerve nets and finite automata", 1956, Automata Studies. Princeton]. [Hopcroft & Ullman, 1979, "Introduction to automata theory, languages and computations", Addison-Wesley]. [M. Crochemore "tranducters and repetitions", Theoritical. Comp. Sc. 46, 1986]. (2000-10-29)
на заглавную О сайте10 самыхСловариОбратная связь к началу страницы
© 2010 Admin User
словарь
словарь online
online словарь
цитаты chrome
XHTML | CSS
1.8.11