Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.340.291 Times

Finite Automata C software
Filter: All | Freeware | Demo
 

Finite Automata C

1 2 3 4 5 > 
Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 402

jFAST - the Finite Automata Simulator jFAST is a simple finite automata (FA) graphical simulation utility; it is designed to feature simple mechanisms for creating, editing, and simulating FA. jFAST is ideal for use by students, instructors, and self-guided explorers alike.



Platforms: Windows, Mac, Linux

License: Freeware Size: 489.13 KB Download (51): jFAST - the Finite Automata Simulator Download

Added: April 01, 2010 | Visits: 1.291

DFA::Simple DFA::Simple is a Perl module to implement simple Discrete Finite Automata. SYNOPSIS my $Obj = new DFA::Simple or my $Obj = new DFA::Simple $Transitions; or my $Obj = new DFA::Simple $Actions, $StateRules; $Obj->Actions = [...]; my $Trans = $LP->Actions; $Obj->StateRules = [...]; my...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (136): DFA::Simple Download

Added: April 06, 2010 | Visits: 1.333

DFA::Kleene DFA::Kleene is a Kleenes Algorithm for Deterministic Finite Automata. Calculates the "language" (set of words) accepted (= recognized) by a Deterministic Finite Automaton. SYNOPSIS use DFA::Kleene qw(initialize define_accepting_states define_delta kleene example); use DFA::Kleene...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (164): DFA::Kleene Download

Added: July 12, 2013 | Visits: 385

XFA library The XFA library is a Finite Automata (FA) library to handle tasks like building (programmatically or from regular expressions), converting NFA (Non-deterministic FA) to DFA (Deterministic FA) and reducing FA graphs.The library relies only on the availability of an ANSI C compiler, and in this way...


Platforms: C and C plus plus

License: Freeware Size: 337.92 KB Download (47): XFA library Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 417

jFTools Tools for finite automata simulation, minimization and grammar utilities (left recursion removal, context free grammar simplification and transformation to Chomsky Normal Form).


Platforms: Windows, Mac, Linux

License: Freeware Size: 221.03 KB Download (47): jFTools Download

Added: October 02, 2010 | Visits: 1.318

Free Finite Element Package Free Finite Element Package is a modular collection of C libraries which contain numerical methods required when working with linear and quadratic finite elements in two dimensions. FFEP works on GNU/Linux and is portable to every system where MEML (i.e. LAPACK and BLAS) are available. The goal...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (125): Free Finite Element Package Download

Added: August 13, 2010 | Visits: 1.084

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE Download

Added: June 05, 2010 | Visits: 1.015

GFA Fractal Imager GFA Fractal Imager project is a imager which uses a simple visual construction mechanism. Generalized Finite Automata (GFA) Imager is a simple Java Applet which creates fractal images using an intuitive visual representation of finite automata Try clicking in the applet area to the right :...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (97): GFA Fractal Imager Download

Added: August 17, 2013 | Visits: 497

Cellular Automata Rules Model The EJS Cellular Automata Rules Model shows a spatial lattice which can have any one of a finite number of states and which are updated synchronously in discrete time steps according to a local (nearby neighbor) rule. You can change the lattice size, pick different rules (0 to 255 as classified...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.3 MB Download (36): Cellular Automata Rules Model Download

Added: November 14, 2013 | Visits: 416

Cellular Automata (Rule 90) Model The EJS Cellular Automata (Rule 90) model displays a lattice with any one of a finite number of states which are updated synchronously in discrete time steps according to a local (nearby neighbor) rule. Rule 90 is a specific nearby neighbor rule following the classification scheme developed by...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.2 MB Download (35): Cellular Automata (Rule 90) Model Download

Added: September 26, 2010 | Visits: 1.211

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (107): Getfem Download

Added: June 21, 2013 | Visits: 909

Qfsm Qfsm is a graphical editor for finite state machines written in C++ using Qt the graphical Toolkit from Trolltech. Finite state machines are a model to describe complex objects or systems in terms of the states they may be in. In practice they can used to design integrated circuits or to create...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (109): Qfsm Download

Released: December 10, 2012  |  Added: December 10, 2012 | Visits: 420

ASTL Automata Standard Template Library ASTL Automata Standard Template Library (Vincent Le Maout - Dominique Revuz) is a set of generic and efficient C++ components for automata manipulation.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.78 MB Download (50): ASTL Automata Standard Template Library Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 359

Java Automata Library A library to build and manipulate finite state automata, I/O automata, transducers and rational langagues in Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 145.4 KB Download (45): Java Automata Library Download

Added: May 10, 2013 | Visits: 680

Finite State Machine (FSM) This script shows a Finite State Machine (FSM) that can be used for small parsing tasks. The code is quite simple. The bulk of it is comments. In addition to state this FSM also maintains a user defined "something". This "something" is effectively memory, so this FSM could be considered a...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Finite State Machine (FSM) Download

Added: November 30, 2013 | Visits: 773

San Le's Free Finite Element Analysis SLFFEA stands for San Le's Free Finite Element Analysis. It is a package of scientific software and graphical user interfaces for use in finite element analysis. It is written in ANSI C by San Le and distributed under the terms of the GNU license.


Platforms: *nix

License: Freeware Size: 1.39 MB Download (44): San Le's Free Finite Element Analysis Download

Released: November 02, 2006  |  Added: November 16, 2006 | Visits: 3.144

RichView (C++Builder version) RichView is a suite of native Delphi/C++Builder components for displaying, editing and printing hypertext documents. Components support various character attributes (fonts, subscripts/superscripts, colored text background, custom drawn). Documents can contain tables, pictures, images from...


Platforms: Windows

License: Shareware Cost: $239.00 USD Size: 9.56 MB Download (118): RichView (C++Builder version) Download

Added: February 17, 2006 | Visits: 9.472

Windows Std Serial Comm  Library for C/C++ MarshallSoft C/C++ serial communication component library (DLL) for serial port communications. Uses the standard Windows API to communicate with any device connected to a serial port. Includes 28 functions plus modem control, ANSI emulation, ASCII/XMODEM/YMODEM protocols, and multiple C/C++ and...


Platforms: Windows

License: Shareware Cost: $105.00 USD Size: 517 KB Download (633): Windows Std Serial Comm Library for C/C++ Download

Released: March 03, 2004  |  Added: January 01, 2006 | Visits: 5.435

Client / Server Comm Library for C/C++ The Client / Server Communication Library for C/C++ (CSC4C) is a TCP/IP communication component DLL library. CSC4C uses the standard Windows API (Application Programmer's Interface) to communicate with other programs (written using CSC) across any TCP/IP network such as the Internet. CSC4C...


Platforms: Windows

License: Shareware Cost: $105.00 USD Size: 261.84 MB Download (144): Client / Server Comm Library for C/C++ Download

Released: February 02, 2004  |  Added: April 18, 2006 | Visits: 7.510

Visual Browser for C/C++ Visual Browser for C/C++ is a C/C++ Code Browser integrating program code editor,analyzer and documentation generator with code flowcharting and visualization. It can help programmers to browse,edit,document and understand c,c++source code with built-in analysis for C/C++ program.It also can be...


Platforms: Windows

License: Shareware Cost: $79.98 USD Size: 1.17 MB Download (328): Visual Browser for C/C++ Download

1 2 3 4 5 >