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.

Node.js "fs" and browser File System API adapters and in-memory implementations 👍

TypeScript
1954
3 天前

[CVPR19] FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image

Python
628
3 年前
TypeScript
607
5 年前

Fluent syntax for defining typesafe reducers on top of typescript-fsa.

TypeScript
220
3 年前

Malayalam Morphological Analyzer using Finite State Transducer

Lex
63
9 个月前
JavaScript
56
5 年前

Market-Derived Financial Sentiment Analysis: Context-Aware Language Models for Crypto Forecasting

Jupyter Notebook
18
6 个月前

Utils to define react redux reducers/actions in typescript.

TypeScript
17
2 年前

Design System site for USDA Farm Production and Conservation products

JavaScript
16
1 个月前

Create redux reducers for async behaviors of multiple actions.

JavaScript
14
3 年前

Flux Standard Action creation with schema validation.

JavaScript
14
9 年前

Finite-State Machine (FSM) for Arduino

C++
12
2 年前

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

Java
12
2 年前

An R package for finding higher order interactions, and best subsets for statistical regression models.

R
7
4 年前

A comprehensive school management system built using PHP Laravel, Bootstrap, and MySQL, offering efficient management of teachers, courses and administrative tasks with a user-friendly interface.

JavaScript
7
2 年前

🐰 🐱 🐻 FSA-compliant promise middleware for Redux, supports referencing dispatcher/state in action.

TypeScript
5
7 年前

This TypeScript library provides factories for creating fully typed FSA-compliant Actions, reducers and RxJS utility operators.

TypeScript
5
7 年前

Developer friendly API to use the Morphologic FSA

Java
3
1 天前