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

Algorithm Simulation software
Filter: All | Freeware | Demo
 

Algorithm Simulation

1 2 3 4 5 > 
Added: October 24, 2006 | Visits: 7.298

NoLimits Rollercoaster Simulation NoLimits is the ultimate roller coaster simulation game that lets you experience authentic roller coaster thrills. Focusing on realism and speed, NoLimits lets you ride pre-built real existing coasters, or build a roller coaster to your own specifications. Every kind of coaster element that you...



Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 15.2 MB Download (3296): NoLimits Rollercoaster Simulation Download

Added: August 13, 2008 | Visits: 2.702

Simulation Studio Simulation Studio is an interactive, 3d robotics and microcontroller simulator for Windows, all in physics enabled virtual world. Studio comes standard with simulation models for the popular BOE-Bot robot from Parallax, Inc. as well as the entire BASIC Stamp 2 series of microcontrollers.Using the...





Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 41.75 MB Download (795): Simulation Studio Download

Added: March 25, 2006 | Visits: 6.839

AbszOrb 3.0  - New Particle System Simulation and Screensaver The brand new AbszOrb 3.0 is a game, it's a program, it's a screensaver - it's three mints in one. The new version of AbszOrb has been completely revamped. You can now texture orbs, arrange them in your universe, and fly freely throughout the whole universe or particle system. The new version...



License: Freeware Size: 3.5 MB Download (657): AbszOrb 3.0 - New Particle System Simulation and Screensaver Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 635

Easy Java Simulations A discrete computer simulation, or simply a computer simulation, is a computer program that tries to reproduce, for pedagogical or scientific purposes, a natural phenomenon through the visualization of the different states that it can have. Each of these states is described by a set of variables...


Platforms: Windows

License: Freeware Download (450): Easy Java Simulations Download

Released: August 15, 2023  |  Added: September 19, 2023 | Visits: 2.096

Speculator: The Stock Trading Simulation Created by a Harvard lawyer/CPA/investor, Speculator is a uniquely sophisticated and realistic trading simulation/game that lets you have fun trading stocks and bonds (including convertible bonds), put and call options, and commodity futures. (Caution: Highly addictive. You may also grow...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $21.95 USD Size: 3.02 MB Download (389): Speculator: The Stock Trading Simulation Download

Added: May 06, 2010 | Visits: 2.093

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (214): Parallel Genetic Algorithm Library Download

Added: October 17, 2010 | Visits: 2.247

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (203): Algorithm::Knapsack Download

Added: February 27, 2010 | Visits: 915

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Released: August 12, 2005  |  Added: June 01, 2006 | Visits: 2.913

Industryplayer - Business Simulation Game Industryplayer is a Business Simulation Game. Many players from around the globe compete in real time for market share and profits. You start with a capital of 10 Million $ and are coached by an in-game Tutorial. Become a market leader within one sector or the most profitable holding of all. Gold...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 5.24 MB Download (147): Industryplayer - Business Simulation Game 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

Added: July 07, 2010 | Visits: 1.320

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (134): Algorithm::Line::Bresenham Download

Added: March 13, 2010 | Visits: 987

OpenGLavity OpenGLavity project is a gravity simulation program. It simulates gravity between several bodies using a full N-bodies algorithm and it has an OpenGL interface..


Platforms: *nix

License: Freeware Size: 245.76 KB Download (133): OpenGLavity Download

Added: October 15, 2010 | Visits: 876

Algorithm::C3 Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. SYNOPSIS use Algorithm::C3; # merging a classic diamond # inheritence graph like this: # # # / # # / # my @merged = Algorithm::C3::merge( D, sub { # extract the ISA array # from the package no...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (130): Algorithm::C3 Download

Added: November 14, 2010 | Visits: 1.230

Simulation::Sensitivity Simulation::Sensitivity is a general-purpose sensitivity analysis tool for user-supplied calculations and parameters. SYNOPSIS use Simulation::Sensitivity; $sim = Simulation::Sensitiviy->new( calculation => sub { my $p = shift; return $p->{alpha} + $p->{beta} } parameters => { alpha =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (129): Simulation::Sensitivity Download

Added: October 08, 2010 | Visits: 1.259

Optimization Algorithm Toolkit Optimization Algorithm Toolkit is a workbench and toolkit for developing, evaluating, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations, graphing, visualizations and much more. The project...


Platforms: *nix

License: Freeware Size: 6.5 MB Download (123): Optimization Algorithm Toolkit Download

Added: February 26, 2010 | Visits: 898

Crogai Crogai consists of a mixture of crowd simulation, AI, and genetic algorithms. It is possible to set up simulations and test different AI in a full 3D environment with a small physics engine, terrain, collision handling, etc. Crogai is inspired by the OpenSteer projet and uses steering behaviors...


Platforms: *nix

License: Freeware Size: 1024 KB Download (123): Crogai Download

Added: September 29, 2013 | Visits: 935

Genetic Algorithm File Fitter Genetic Algorithm File Fitter, or just GAFFitter, is a command-line software written in C++ that arranges--via a genetic algorithm--an input list of items or files/directories into volumes of a certain capacity (target), such as CD or DVD, in a way that the total wastage is minimized. By smartly...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (122): Genetic Algorithm File Fitter Download

Added: January 18, 2010 | Visits: 1.061

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: February 03, 2010 | Visits: 846

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

1 2 3 4 5 >