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-automaton

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 9 public repositories matching this topic...

Language:All
Filter by language

🌁 Nondeterministic Finite State Automata for Java (in plain English: flowcharts with multiple possible outcomes)

  • UpdatedOct 19, 2025
  • Java

learning haskell

  • UpdatedFeb 14, 2015
  • Haskell

A simple generic library to implement FSMs (Finite-State Machines) and the State Design Pattern in PHP.

  • UpdatedMay 31, 2021
  • PHP

[8]ページ先頭

©2009-2025 Movatter.jp