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

Faster Algorithm Design freeware
Filter: All | Freeware | Demo
 

Faster Algorithm Design

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 388

z_string This module provides several functions that can encode and decode a string. It also has a function called partition for designing faster algorithms. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): z_string Download

Added: August 21, 2013 | Visits: 298

SparthMP for Linux SparthMP is an ANSI-C math library for Multi-Precision calculations, i.e. beyond float/double domain. It supports regulated accuracy of calculations. For algorithm design with this library you should have and understanding of rounding errors in math. Platforms: *nix

License: Freeware Size: 849.92 KB Download (33): SparthMP for Linux Download

Added: March 06, 2010 | Visits: 1.800

Open City OpenCity is a 3D city simulator game. Once upon the time, I was travelling over the Internet, and I found a city simulator under linux called FreeReign at SourceForge. But it isnt maintained any more. I decided to push the game up so I had a look at the FreeReign sources. However, its codes... Platforms: *nix

License: Freeware Size: 2.8 MB Download (155): Open City Download

Added: June 27, 2010 | Visits: 1.058

Boost.Join Boost.Join is an asynchronous, message based C++ concurrency library based on join calculus. It is applicable both to multi-threaded applications and to the orchestration of asynchronous, event-based applications. The project follows Comegas design and implementation and builds with Boost... Platforms: *nix

License: Freeware Size: 58.37 KB Download (99): Boost.Join Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 209

RnaCoFold The software implements a fast optimal co-folding of pairs of RNA sequences. The algorithm is described in details in the paper 'A faster algorithm for RNA co-folding' by Ziv-Ukelson, Gat-Viks, Wexler, and Shamir. Platforms: Windows, Mac, Linux

License: Freeware Size: 80.21 KB Download (44): RnaCoFold Download

Added: June 23, 2013 | Visits: 543

Radio link coverage map is program computes a map of visibility from a selected point on a topography. It has been written to help the search for radio relay best location. Because it considers only direct line of sight, it gives a good estimation for possible radio link for short distances only (less than 10 km),... Platforms: Matlab

License: Freeware Size: 430.08 KB Download (44): Radio link coverage map Download

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem The Jonker-Volgenant algorithm is much faster than the famous Hungarian algorithm for the Linear Assignment Problem (LAP). This Matlab implementation is modified from the original C++ code made by Roy Jonker, one of the inventors of the algorithm. It is about 10 times faster than the munkres code... Platforms: Matlab


Added: August 23, 2013 | Visits: 466

Hungarian Algorithm for Linear Assignment Problems (V2.2) This is an extremely fast implementation of the famous Hungarian algorithm (aslo known as Munkres' algorithm). The new version (V2.2)is about 1.5 times faster than the old version (V2.1). It can solve a 1000 x 1000 problem in about 20 seconds in a Core Duo (T2500 @ 2.00GHz) XP laptop with Matlab... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Hungarian Algorithm for Linear Assignment Problems (V2.2) Download

Added: September 10, 2013 | Visits: 457

N-DIMENSIONAL CONVEX HULL: QUICKER HULL ALGORITHM The Matlab convhulln is a gateway to the quickhull algorithm ( see www.qhull.org ). In my opinion, one weak point of this mex routine is that it processes all the points without performing any preliminary filtering.In many cases it would be faster if only the point that can be part of the... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): N-DIMENSIONAL CONVEX HULL: QUICKER HULL ALGORITHM Download

Added: June 03, 2013 | Visits: 441

Munkres Assignment Algorithm Munkres algorithm (also known as Hungarian algorithm) is an efficient algorithm to solve the assignment problem in polynomial-time. The algorithm has many applications in combinatorial optimization, for example in Traveling Salesman problem.There are a few submissions in the File Exchange for the... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Munkres Assignment Algorithm Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 872

Design Sintez Design Sintez is software tool for automatization the work of furniture traders and producers. It creates 3D models of the constructed furniture; calculates their cost price on the based on the needed materials. It generates working plans,specifications and cutting maps. Allows the creation of 3D... Platforms: Windows

License: Freeware Download (469): Design Sintez Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 813

Free Large Design Icons Ready made graphics can be inferior in quality and limit your options when you design a website. Most website designers spare the hassles by creating graphics from scratch. With our free large design icons you can save time on graphics production without being concerned about the quality. Large... Platforms: Windows

License: Freeware Download (48): Free Large Design Icons Download

Added: April 17, 2013 | Visits: 856

Optimization of a Double Wishbone Suspension System This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.Note: You will need to have the following products installed in order to run this demo: MATLAB, Simulink, Optimization Toolbox,... Platforms: Matlab

License: Freeware Size: 2.02 MB Download (46): Optimization of a Double Wishbone Suspension System Download

Added: May 01, 2013 | Visits: 489

Colonial Competitive Algorithm (CCA) These files are the MATLAB code for "Imperialist Competitive Algorithm (ICA)" which in some papers is referred by "Colonial Competitive Algorithm CCA".Evolutionary optimization methods, inspired from natural processes, have shown good performance in solving complex optimization problems. For... Platforms: Matlab

License: Freeware Size: 450.56 KB Download (44): Colonial Competitive Algorithm (CCA) Download

Added: June 28, 2013 | Visits: 536

SpeedyGA: A Fast Simple Genetic Algorithm SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Without bells and whistles, it faithfully implements the specification for a Simple GA given on pgs 10, 11 of M. Mitchell's GA book. See comments in code for details.This script has played a crucial... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): SpeedyGA: A Fast Simple Genetic Algorithm Download

Added: June 22, 2013 | Visits: 480

Binary Step Size Based LMS Algorithms(BS-LMS) I was trying out modifications of the LMS algorithm so that it will converge faster and the mean square error will also be smaller. Getting to one of the drawbacks of LMS, that it has only one controllable parameter "mu", the selection of whose value will be the most critical from design point of... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): Binary Step Size Based LMS Algorithms(BS-LMS) Download

Released: January 03, 2002  |  Added: July 12, 2006 | Visits: 10.635

Electronic Design Studio Electronic Design Studio 3 is an integrated EDA. The project and netlist navigators let you move around your project easily, and the comprehensive range of tools including the fast powerful Viper II autorouter, and new DTM mean that you can spend less time swapping between packages and more time... Platforms: Windows

License: Freeware Size: 9 KB Download (1962): Electronic Design Studio Download

Added: January 09, 2006 | Visits: 2.952

Space Design Screensaver SpaceDesign Screen saver ,it contains 25 sheets art design opus.They are very visualize and lifelikeness,and it contains ethereally music 'A comme Amour', when you have a rest,you will go into the dream 3D world and enjoy the concinnity music .... It is Free Screensaver ... Thanks for... Platforms: Windows

License: Freeware Size: 1.63 MB Download (145): Space Design Screensaver Download

Added: January 18, 2010 | Visits: 1.066

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: October 17, 2010 | Visits: 2.253

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 (209): Algorithm::Knapsack Download

1 2 3 4 5 >