Trabalho da matéria de IA maquina de estados
-
Updated
Sep 24, 2016 - JavaScript
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.
Trabalho da matéria de IA maquina de estados
A tiny event-based finite state machine
A tiny event-based finite state machine, with promises
Implementations for the practical content of the Data Compression course
Create and simulate finite state machines in your browser. Includes interactive exercises.
A JavaScript finite-state machine sample.
UmlFsm - UML-compliant State Machine for Javascript ES6+
Small RTS game - Akeneo Game Jam #4
🤖 Finite State Machine Simulator in JavaScript
Stately.js is a JavaScript based finite-state machine (FSM) engine for Node.js and the browser.
[Maintenance Mode] A promise-aware finite state machine implementation for Ember
Carbon FSM is a async enabled lightweight but powerful finite state machine for javascript/nodejs
Automata samples.
Visual automata-based programming in functional JavaScript
🔢 A tool for generation, visualisation and interaction with theoretical finite state machines.
🔐 nanomachine is a state machine for tiny JS
🛠️ A front-end application for the generation and visualisation of theoretical finite state machines.