Category
page 1Automata (computation)
Turing machine
abstract computation model; mathematical model of computation that defines an abstract machine which manipulates symbols on a strip of tape according to a table of rules
regular expression
sequence of characters that forms a search pattern
automata theory
study of abstract machines and automata
formal grammar
structure of a formal language
pushdown automaton
type of automaton
sequential logic
type of logic circuit
abstract machine
theoretical model of a computer hardware or software system used in automata theory
linear bounded automaton
Turing machine, in which computation is restricted to the portion of the tape containing the input
State transition table
table in automata theory and sequential logic
asynchronous circuit
digital circuit without clock cycles

synchronous circuit
Digital circuit synchronized by clock signal
nested stack automaton
deterministic pushdown automaton
Abstract machine in computer science
Road coloring problem
theorem that every aperiodic strongly-connected out-regular directed graph can be labeled to give a synchronizable deterministic finite automaton
De Bruijn graph
node-link graph representing overlaps between sequences of symbols
discrete system
system with a countable number of states
computation tree logic
theory in computer science
DEVS
DEVS, abbreviating discrete event system specification, is a modular and hierarchical formalism for modeling and analyzing general systems that can be discrete event systems which might be described by state transition tables, and continuous state systems which might be described by differential equations, and hybrid continuous state and discrete event systems. DEVS is a timed event system.
behavior tree
control method
Augmented transition network
a graph-based structure for parsing natural language
Infinite tree automaton
mathematical structure
Tree automaton
state machine for tree structures
Boolean differential calculus
subject field of Boolean algebra discussing changes of Boolean variables and functions
embedded pushdown automaton