enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Automata theory - Wikipedia

    en.wikipedia.org/wiki/Automata_theory

    Automata theory is the study of abstract machines and automata, as well as the computational problems that can be solved using them. It is a theory in theoretical computer science with close connections to mathematical logic .

  3. Theory of computation - Wikipedia

    en.wikipedia.org/wiki/Theory_of_computation

    Automata theory is the study of abstract machines (or more appropriately, abstract 'mathematical' machines or systems) and the computational problems that can be solved using these machines. These abstract machines are called automata.

  4. Automaton - Wikipedia

    en.wikipedia.org/wiki/Automaton

    An automaton (/ ɔː ˈ t ɒ m ə t ən / ⓘ; pl.: automata or automatons) is a relatively self-operating machine, or control mechanism designed to automatically follow a sequence of operations, or respond to predetermined instructions. [1]

  5. Automata-based programming - Wikipedia

    en.wikipedia.org/wiki/Automata-based_programming

    Automata-based programming is a programming paradigm in which the program or part of it is thought of as a model of a finite-state machine (FSM) or any other (often more complicated) formal automaton (see automata theory). Sometimes a potentially infinite set of possible states is introduced, and such a set can have a complicated structure, not ...

  6. Deterministic automaton - Wikipedia

    en.wikipedia.org/wiki/Deterministic_automaton

    In computer science, a deterministic automaton is a concept of automata theory where the outcome of a transition from one state to another is determined by the input. [ 1 ] : 41 A common deterministic automaton is a deterministic finite automaton (DFA) which is a finite state machine, where for each pair of state and input symbol there is one ...

  7. Cellular automaton - Wikipedia

    en.wikipedia.org/wiki/Cellular_automaton

    A cellular automaton (pl. cellular automata, abbrev. CA) is a discrete model of computation studied in automata theory. Cellular automata are also called cellular spaces, tessellation automata, homogeneous structures, cellular structures, tessellation structures, and iterative arrays. [2]

  8. Abstract machine - Wikipedia

    en.wikipedia.org/wiki/Abstract_machine

    In the theory of computation, abstract machines are often used in thought experiments regarding computability or to analyse the complexity of algorithms. [3] This use of abstract machines is fundamental to the field of computational complexity theory, such as finite state machines, Mealy machines, push-down automata, and Turing machines. [4]

  9. Introduction to Automata Theory, Languages, and Computation

    en.wikipedia.org/wiki/Introduction_to_Automata...

    Introduction to Automata Theory, Languages, and Computation is an influential computer science textbook by John Hopcroft and Jeffrey Ullman on formal languages and the theory of computation. Rajeev Motwani contributed to later editions beginning in 2000.