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.479.259 Times

Dfa freeware
 

Dfa

Added: April 01, 2010 | Visits: 1.296

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 (142): DFA::Simple Download

Added: April 06, 2010 | Visits: 1.338

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

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 408

Debussy DFA Suite A Suite of Programs implementing a fast approach to the Debye Function Analysis (DFA) of powder diffraction data from nanocrystalline and/or non-ordered materials. See J. Appl. Cryst. 2010, 43, 1543-1547 Platforms: Mac, BSD, Linux

License: Freeware Size: 9.86 MB Download (49): Debussy DFA Suite Download

Added: November 06, 2010 | Visits: 814

dk.brics.automaton dk.brics.automaton project is a Java package that contains a DFA/NFA (finite-state automata) implementation with Unicode alphabet (UTF16) and support for the standard regular expression operations (concatenation, union, Kleene star) and a number of non-standard ones (intersection, complement,... Platforms: *nix

License: Freeware Size: 174.08 KB Download (112): dk.brics.automaton Download

Added: August 13, 2010 | Visits: 1.089

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: July 07, 2010 | Visits: 842

XFA XFA library implements an API that can be used to create NFA (either programmatically or from regular expressions) and to convert them in the minimal equivalent DFA. XFA library requires an ANSI C compiler, and this makes it portable virtually over every system. The complexity of the graphs... Platforms: *nix

License: Freeware Size: 337.92 KB Download (90): XFA Download

Added: September 15, 2010 | Visits: 1.239

FSA::Rules FSA::Rules is a Perl module to build simple rules-based state machines in Perl. Synopsis my $fsa = FSA::Rules->new( ping => { do => sub { print "ping!n"; my $state = shift; $state->result(pong); $state->machine->{count}++; }, rules => [ game_over => sub { shift->machine->{count} >=... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): FSA::Rules Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 535

UltraGram UltraGram is an advanced visual parser generator that provides functionality for creating grammar of a parser, interpreter or compiler, extensively test it and generate parser source code in a preferred programming language. Main advantages of the UltraGram are: -Simple and user-friendly... Platforms: Windows

License: Freeware Size: 3.6 MB Download (49): UltraGram Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 227

pygold Pure Python implementation of GOLD Parser Engine.GOLD Parser Engine is a LALR(1) parser with DFA tokenizer.It uses compiled grammar table generated by GOLD Parser Builder (not included - available on http://www.devincook.com/goldparser) Platforms: Windows, Mac, Linux

License: Freeware Size: 15.64 KB Download (46): pygold Download

Added: July 12, 2013 | Visits: 389

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

Added: August 27, 2013 | Visits: 373

HEART VI1 SIMULATOR SIMULINK-INVESTIGATION NdlT-11 It is HEART VI1 simulator simulink and comments of investigations NdlT-11--COMMENTS INVESTIGATIONS NdlT-111)in put of electrical stimulation signal Asinwt2)Stimulation of sinus only,sinusoidal signal from CNS,central neuronal system--As=-206--Fs=10rd/s--Aa=Fa=Av=Fa=0COMMENTS--sinusal arrhytmias... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): HEART VI1 SIMULATOR SIMULINK-INVESTIGATION NdlT-11 Download

Added: November 15, 2013 | Visits: 351

RXPY RXPY is a regular expression library, written in Python, that is almost completely backwards compatible with the standard Python re library (only locale-based character groups are not supported). It has a modular design that allows different alphabets and engines to be used. This allows regular... Platforms: Mac

License: Freeware Size: 51.2 KB Download (36): RXPY Download

Added: August 23, 2013 | Visits: 310

pyPEG Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates. But sometimes you may want to have your own parser. This is what's pyPEG for. To get a quick... Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): pyPEG Download

Added: August 16, 2013 | Visits: 347

bda.plone.finder This package provides an AJAX browser for Plone sites. It uses the column browsing metaphor of OSX finder. The intention was to speed up content management issues, and fast content browsing in Plone. .. image:: http://bluedynamics.com/bda.plone.finder.png Installation ============ * Make... Platforms: *nix

License: Freeware Size: 81.92 KB Download (39): bda.plone.finder Download

Added: September 10, 2013 | Visits: 388

pyPEG for Linux Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates. But sometimes you may want to have your own parser. This is what's pyPEG for. And pyPEG supports... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): pyPEG for Linux Download