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

Deterministic freeware
Filter: All | Freeware | Demo
 

Deterministic

1 2 3 > 

Pattern search method: deterministic iterative zero order algorithm It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm. Pattern search method It finds the relative minimum of a two variables... Platforms: Matlab


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

Added: May 31, 2013 | Visits: 413

Unconstrained optimization using Powell Deterministic unconstrained optimization method using Powell. Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Unconstrained optimization using Powell Download

Added: July 01, 2013 | Visits: 342

LLVM for Linux The broad goal of our project is to provide deterministic-by-default semantics for an object-oriented, imperative parallel language, using primarily compile-time checking. "Deterministic" means that the program produces the same visible output for a given input, in all executions. "By default"... Platforms: *nix

License: Freeware Size: 9.13 MB Download (44): LLVM for Linux Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 657

Random Number Generators Random Number Generators is a handy application that allows you to identify the shortcomings of random numbers generated with a deterministic algorithm. Random Number Generators was developed with the help of the Java programming language and can run on multiple operating systems. Platforms: Windows

License: Freeware Download (506): Random Number Generators Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 392

a generic NTCC interpreter capable of RT Ntccrt is an interpreter for the Non-deterministic Timed Concurrent Constraint (ntcc) calculus and its probabilistic extension (pntcc). It allows to execute models either as a stand-alone program, as a patch in OpenMusic or as an plugin in Max/MSP or PD Platforms: Mac

License: Freeware Size: 2.79 MB Download (47): a generic NTCC interpreter capable of RT Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 478

Beam Blocks Beam Blocks is a tile-based, turn-based, deterministic puzzle game. The object of the game is to, on each level, collect a fixed number of gems and escape the level through an exit hatch, resembling in that aspect games like Boulderdash. Platforms: Windows, Mac, Linux

License: Freeware Size: 75.76 KB Download (45): Beam Blocks Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 341

MesoRD MesoRD is a stochastic and deterministic simulator of coupled chemical reactions and diffusions in space. Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 577.09 KB Download (43): MesoRD Download

Added: May 04, 2013 | Visits: 595

HOSA - Higher Order Spectral Analysis Toolbox There is much more information in a stochastic non-Gaussian or deterministic signal than is conveyed by its autocorrelation and powerspectrum. Higher-order spectra which are defined in terms of the higher-order moments or cumulants of a signal, contain this additional information. The... Platforms: Matlab

License: Freeware Size: 2.92 MB Download (55): HOSA - Higher Order Spectral Analysis Toolbox Download

Added: April 24, 2013 | Visits: 370

Flow Accumulation (upslope area) How much water flows where? Use this algorithm to calculate the upslope area of each cell in a digital elevation model.Algorithm specifications:- multiple flow direction- single flow direction- routes across flats- calculates deterministic, randomized and random flow- allows you to specify a... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (43): Flow Accumulation (upslope area) Download

Added: June 29, 2013 | Visits: 385

CA QUASI-PARTICLES WITH SPIN This is a highly experimental code that serves to explore the possible deterministic/algorithmic origin of vacuum fluctuations and ZPE.The core idea is based on an initially reversible cellular automaton which is documented in the reference given in the first Help lines of the code. The present... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): CA QUASI-PARTICLES WITH SPIN Download

Added: October 01, 2013 | Visits: 207

librfa General purpose library that allows the construction of recursive deterministic automata in real-time from non-deterministic settings. Platforms: Mac

License: Freeware Size: 450.56 KB Download (41): librfa Download

Added: October 24, 2013 | Visits: 363

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: September 07, 2013 | Visits: 278

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

Released: February 24, 2020  |  Added: August 12, 2020 | Visits: 650

Fornux C++ Superset Fornux C++ Superset is a source-to-source compiler that injects an innovative deterministic memory manager into existing C/C++ code thus making the resulting application crash proof and free from any memory leaks implicitly. The resulting application remains real-time and works on all embedded... Platforms: Windows, Windows 8, Windows Server, Windows 7

License: Freeware Size: 96.28 MB Download (52): Fornux C++ Superset Download

Added: May 02, 2010 | Visits: 1.369

WorldForge::Mercator WorldForge::Mercator is primarily aimed at terrain for multiplayer online games and forms one of the WorldForge core libraries. It is intended to be used as a terrain library on the client, while a subset of features are useful on the server. Mercator is designed in such a way that individual... Platforms: *nix

License: Freeware Size: 78.85 KB Download (103): WorldForge::Mercator 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 06, 2010 | Visits: 1.268

Java RAM Interpreter JAM - Java RAM Interpreter simulates Random Access Machines (RAMs). A RAM is a theoretical computer model with an unlimited number of registers of unlimited size and a programming language similar to Assembly. It is used in the book "Theoretische Informatik" by Klaus W. Wagner. Many things... Platforms: *nix

License: Freeware Size: 27.65 KB Download (113): Java RAM Interpreter Download

Added: March 25, 2010 | Visits: 1.920

Running Unix Memory Test The goal of RUMT is to check the memory of a computer over a long period of time and almost-real load conditions without having to interrupt the services. RUMT exploits the possibility of some Unix kernels to selectivly disable some memory areas while still accessing them through the /dev/mem... Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Running Unix Memory Test Download

Added: January 21, 2010 | Visits: 856

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

1 2 3 >