GitHub topics: automatons
YosiKariv1/Automate_Simulator
Simulators for Finite Automaton, Pushdown Automaton, and Turing Machine. Explore computational theory interactively!
Language: Dart - Size: 732 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Ransomware3301/Deterministic_Automatons_Emulators
Kotlin programs that emulate the available automatons
Language: Kotlin - Size: 30.3 KB - Last synced at: 16 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

hankster/Neckerworld
Neckerworld is a computer game designed to teach and explore human and computer vision.
Language: C++ - Size: 1.26 GB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

micycle1/PFLAP
Processing Formal Languages and Automata Package
Language: Java - Size: 4.01 MB - Last synced at: 27 days ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 1

andy489/Software_Engineering_State_Exam
Software Engineering @ FMI
Language: C++ - Size: 283 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 28 - Forks: 2

pereiraR3/SimuladorAFD
Work in the Discipline of Theory of Formal Languages and Automaton - UFMT
Language: C++ - Size: 424 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pereiraR3/GrammarAnalyzer
Work in the Discipline of Theory of Formal Languages and Automaton - UFMT
Language: C++ - Size: 328 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

EnguerranVidal/Cellular-Automatons
This repository focuses on studying and showcasing interesting patterns emerging from simple rules random motion algorithms. It contains a Conway's Game of life made in Python and a second algorithm for an animation of random walk algorithms on a 2D plane.
Language: Python - Size: 18.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

migueldeoleiros/TC
Prácticas de la asignatura de Teoría de la Computación de la Universidad De A Coruña (UDC) en el grado de ingeniería informática curso 2023/2024 GEI-TC
Language: OCaml - Size: 390 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

santiagocardoso/simulador_automatos_com_pilha
Pushdown automata simulator in Python
Language: Python - Size: 722 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MaxBuster380/Automatons
Library for finite-state machines, also known as automatons, in Kotlin.
Language: Kotlin - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Davi-Costa-Barroso/Automatos-Finitos
Automatos Finitos deterministicos (AFD) e não determinicos (AFND).
Language: Java - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

crixodia/java-game-of-life
game of life in java with swing components
Language: Java - Size: 13.9 MB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 2

empobla/NFAtoDFA
A CLI program that converts an input Non-Deterministic Finite Automaton into a Deterministic Finite Automaton.
Language: Python - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

theo-bnts/game-of-life
Ce projet visait à programmer deux automates connus avec un unique algorithme.
Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

paulinho-16/MIEIC-TCOM
Todo o conteúdo produzido para a unidade curricular TCOM (Teoria da Computação), para o curso em Engenharia Informática e Computação na FEUP
Size: 5.24 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tigertv/dfa
Deterministic finite automaton
Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

AlinGeorgescu/Deterministic-Finite-Automaton
Deterministic Finite Automaton analyzer using JFlex
Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

edwino-stein/ufrr-20.1-cc-trabalho3
3° Trabalho desenvolvido durante a disciplina de Construção de Compiladores 2020.1 do curso de Ciência da Computação da Universidade Federal de Roraima
Language: JavaScript - Size: 1.09 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

danitrod/AFnD
[PORTUGUÊS] Trabalho de Linguagens Formais e Autômatos para a faculdade
Language: C - Size: 19.5 KB - Last synced at: 27 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

DairoCantillo/automata
Aplicación básica de teoría de autómatas para la implementancion de expresiones regulares, corriendo en una pagina web.
Language: HTML - Size: 300 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

GustavoRuedaEnriquez/RE-to-DFA-parser
Regular Expressions to Deterministic Finite Automatons parser, used to obtain the minimum DFA, and also to check which strings are accepted by a given NFA.
Language: Python - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

adolfos94/Automaton-Finite-Builder
Automaton Finite Builder based on NodeJS. The application allows to create an automaton finite through the console or terminal. You can set multiple states and transitions, also it allows you to evaluate multiple strings.
Language: JavaScript - Size: 209 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Quiquiriquin/Automata-theory
This project will contain some programs about automatons, free context languages and Turing machines
Language: Python - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
