Repository navigation

#

Finite-state machine

维基百科

相关主题

Automaton

A finite-state machine (FSM), finite-state automaton (FSA), or simply state machine is a mathematical model of computation and an abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition. An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.

In computer science, FSM are widely used in modeling of application behavior (control theory), design of hardware digital systems, software engineering, compilers, network protocols, and computational linguistics.

A python library to manipulate formal languages and various automata

Python
54
1 个月前

Deterministic Finite Automata in C++, Token Parser & Lexer

C++
48
13 年前

State machine creation framework written in Swift inspired by GKStateMachine from Apple GameplayKit

Swift
48
8 年前

Finite-state script normalization and processing utilities

Python
43
9 天前

Resources for morphological analysis of Portuguese

Lex
26
6 个月前

Python FSA constructor, determinizer, and minimizer.

Python
11
18 年前

Finite Automata and Regular Expressions for Regular Languages in Haskell

Haskell
10
4 年前

Create and simulate finite state machines in your browser. Includes interactive exercises.

JavaScript
10
8 年前

Binstate is a simple but yet powerful state machine for .NET. Thread safe. Supports async methods. Supports hierarchically nested states.

C#
8
3 个月前

Crea un automa riconoscitore che riconosce 1 o più sequenze

Python
8
1 年前

ZOPSEDU Integrated University Management system framework with ZOPS Development Platform

JavaScript
6
2 年前

A classic finite state automaton framework for JVM Applications (Android and jMonkeyEngine Applications).

Java
6
2 年前

Tool for automatic inference of minimal finite-state models of function blocks from execution scenarios and temporal properties

Kotlin
5
4 年前

C++ implementation of the DFA, NFA and e-NFA

5
12 年前

Finite state machine library based on C++20 coroutine symmetric transfer

C++
5
2 年前

A basic Implementation of a Deterministic Finite State Automaton (DFA), Non-Deterministic Finite State Automaton (NFA) and Fallback DFA with Actions (FDFA) along with the Left Recursion Elimination algorithm for a Context-Free-Grammar (CFG)

Python
5
5 年前