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

State Machine Vhdl Contact Php freeware
Filter: All | Freeware | Demo
 

State Machine Vhdl Contact Php

< 1 2 3 4 5 > 
Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 353

Nunni FSM Generator NunniFSMGen generates a FSM (Finite State Machine) in Java, C or C++ starting from a transition table. NunniFSMGen cleanly separates logic from implementation by using a modified version of the state pattern, easing the development process!



Platforms: Windows, Mac, Linux

License: Freeware Size: 76.76 KB Download (48): Nunni FSM Generator Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 257

Statecharts Interpreter for Java This is an Hierarchical State Machine (aka Statechart) engine written in Java (1.5 +) Actually we will develop only support for a subset of UML 2.0 semantics but, in future, we hope to add support for other semantics.





Platforms: Windows, Mac, Linux

License: Freeware Size: 451.62 KB Download (49): Statecharts Interpreter for Java Download

Added: September 07, 2013 | Visits: 275

QSMM QSMM is a recursive acronym for "QSMM State Machine Model". The program tries to interact optimally with external event source represented by deterministic finite automaton. A prototype for request/response interaction mode is also implemented.


Platforms: *nix

License: Freeware Size: 768 KB Download (34): QSMM Download

Added: September 19, 2010 | Visits: 1.015

State Threads State Threads project is a small library for designing scalable Internet applications. The State Threads is a small application library which provides a foundation for writing fast and highly scalable Internet applications (such as Web servers, proxy servers, mail transfer agents, etc.) on...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (91): State Threads Download

Added: June 27, 2010 | Visits: 1.195

Roadsend PHP SiteManager 2.6.0 / 4.0.0 Roadsend Compiler for PHP produces optimized stand alone applications, GUI applications (with GTK), libraries, and web applications from standard PHP source code. The compiler produces native machine code, not PHP byte code, therefore interpreter is required..


Platforms: *nix

License: Freeware Size: 276.48 KB Download (125): Roadsend PHP SiteManager 2.6.0 / 4.0.0 Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 667

PV Logger PV Logger was specially designed as a simple and easy-to-use utility for archiving and retrieving machine state history. PV Logger was created using the Java programming language and can be run from all the major operating systems available.


Platforms: Windows

License: Freeware Download (487): PV Logger Download

Added: May 10, 2013 | Visits: 384

GNU ccScript3 GNU ccScript is a C class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. GNU ccScript uses a class hierarchy and one extends the ScriptInterp base class to create a new dialect localized...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (63): GNU ccScript3 Download

Added: September 10, 2013 | Visits: 537

phpWebApp for Scripts phpWebApp is an application framework which makes easy and simple the task of building PHP web applications based on relational databases. It separates the task of designing and changing the layout of the application from the task of implementing the logic of the application, by using XML...


Platforms: PHP

License: Freeware Size: 460.8 KB Download (46): phpWebApp for Scripts Download

Added: May 10, 2013 | Visits: 1.288

phpWebApp phpWebApp is an application framework which makes easy and simple the task of building PHP web applications based on relational databases. It separates the task of designing and changing the layout of the application from the task of implementing the logic of the application, by using XML...


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

License: Freeware Download (111): phpWebApp Download

Added: September 15, 2010 | Visits: 1.233

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

Added: January 21, 2010 | Visits: 852

ccscript 3 GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne. GNU ccScript uses a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (89): ccscript 3 Download

Added: July 04, 2013 | Visits: 229

AQAppStateMachine AQAppStateMachine is designed to assist the development of applications with some fairly intricate state requirements. The idea is that the state itself is stored as an n-bit bitfield, and that the application can define certain ranges of this bitfield to refer to state flags. These flags can be...


Platforms: Mac

License: Freeware Size: 92.16 KB Download (36): AQAppStateMachine Download

Added: October 24, 2013 | Visits: 359

ccscript 4 GNU ccScript is a C class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne. GNU ccScript uses a...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (41): ccscript 4 Download

Added: January 21, 2010 | Visits: 1.668

The Mesa 3D Graphics Library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI,...


Platforms: *nix

License: Freeware Size: 3.2 MB Download (123): The Mesa 3D Graphics Library Download

Added: April 08, 2010 | Visits: 2.794

CGI::MxScreen CGI::MxScreen is a multi-screen stateful CGI framework. SYNOPSIS require CGI::MxScreen; my $manager = CGI::MxScreen->make( -bgcolor => "#dedeef", -screens => { "state_1" => [-class => "STATE_1", -title => "Hello"], "state_2" => [-class => "STATE_2", -title => "Hello #2"], },...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (98): CGI::MxScreen Download

Added: February 09, 2010 | Visits: 898

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): Algorithm::AhoCorasick Download

Robot Soccer: An Exercise in Learning the Key Features of Simulink This demo helps you apply the key features of Simulink that are discussed in the "Introduction to Simulink" webinar:http://www.mathworks.com/company/events/we.../wbnr37271.htmlThe demo was specifically built using the features and concepts that are shown in the webinar; modeling a simple...


Platforms: Matlab

License: Freeware Size: 399.36 KB Download (45): Robot Soccer: An Exercise in Learning the Key Features of Simulink Download

Added: July 27, 2006 | Visits: 2.854

HS POP3 Lite HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and...


Platforms: Windows

License: Freeware Size: 80 KB Download (171): HS POP3 Lite Download

Added: August 10, 2008 | Visits: 1.369

HS SMTP Lite HS SMTP LITE is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided To send a text email message to any...


Platforms: Windows

License: Freeware Size: 76 KB Download (129): HS SMTP Lite Download

Added: March 25, 2010 | Visits: 705

MTasker MTasker is a two-file C++ library designed to support very simple cooperative multitasking. MTasker can facilitate writing code that would ordinarily require a state machine, for which the author does not consider himself smart enough. This class does not perform any magic it only makes calls...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (105): MTasker Download

< 1 2 3 4 5 >