Libraries tagged by finite
tii/csv-state-parser
27 Downloads
Parses CSV files with a simple finite-state machine.
sidfate/fsm
13 Downloads
A simple finite state machine
offbeatengineer/state
5 Downloads
A finite state machine for PHP.
noem/state-machine-interface
542 Downloads
Contracts for building and consuming event-based finite state machines
noem/state-machine
398 Downloads
An event-based finite state machine with support for hierarchical and parallel states
mucts/dfa
8 Downloads
Deterministic Finite Automaton,即确定有穷自动机。其特征为:有一个有限状态集合和一些从一个状态通向另一个状态的边,每条边上标记有一个符号,其中一个状态是初态,某些状态是终态。但不同于不确定的有限自动机,DFA中不会有从同一状态出发的两条边标志有相同的符号。
masterfri/stateful
15 Downloads
Finite state machine implementation for Laravel 5
markusbiggus/stateengine
0 Downloads
Finite state automata engine
lswl/sensitive
1 Downloads
Filter sensitive words based on determination of Finite Automata (DFA) algorithm.
kevinsimard/combinatorics
25 Downloads
Mathematical algorithms concerning the study of finite or countable discrete structures.
jmhc/sensitive
6 Downloads
Filter sensitive words based on determination of Finite Automata (DFA) algorithm.
jimchen/php-dfa-sensitive
960 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
jiangwu10057/dfa-sensitive
15 Downloads
copy from FireLustre/php-dfa-sensitive,To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
guanhui07/dfa-sensitive
2 Downloads
copy from FireLustre/php-dfa-sensitive,To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
free2er/state-machine
17 Downloads
PHP Finite state machine