Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

finite-state-automata

Afinite-state machine (FSM),finite-state automaton (FSA), or simplystate machine is a mathematicalmodel of computation and anabstract 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 atransition.

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 ofhardware digital systems,software engineering,compilers,network protocols, andcomputational linguistics.

Here are 83 public repositories matching this topic...

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

  • UpdatedJan 28, 2013
  • C++

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

  • UpdatedJan 28, 2018
  • Swift

Python FSA constructor, determinizer, and minimizer.

  • UpdatedMar 26, 2008
  • Python

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

  • UpdatedNov 4, 2017
  • JavaScript

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

  • UpdatedJul 17, 2025
  • C#

Crea un automa riconoscitore che riconosce 1 o più sequenze

  • UpdatedNov 14, 2024
  • Python

ZOPSEDU Integrated University Management system framework with ZOPS Development Platform

  • UpdatedMay 1, 2023
  • JavaScript

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

  • UpdatedAug 28, 2023
  • Java

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

  • UpdatedJan 14, 2022
  • Kotlin

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

  • UpdatedDec 22, 2013

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)

  • UpdatedAug 3, 2020
  • Python

[8]ページ先頭

©2009-2025 Movatter.jp