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

Algorithm And Flowcharting freeware
Filter: All | Freeware | Demo
 

Algorithm And Flowcharting

< 1 2 3 4 5 
Added: July 16, 2013 | Visits: 563

French stemmer This module improves results of the search module for the french language.It does so by using the Paice Husk stemmer algorithm and some extra process : * accents are removed, * 'au' 'eau' 'o' are interpreted as 'o', * double letters are reduced to one letter, 'tt', 'mm', 'nn' etc. are interpreted...



Platforms: PHP

License: Freeware Size: 10 KB Download (49): French stemmer Download

Added: June 24, 2013 | Visits: 351

Fraqtive for Linux Fraqtive is an open source, multi-platform generator of the Mandelbrot family fractals. It uses very fast algorithms supporting SSE2 and multi-core processors. It generates high quality anti-aliased images and renders 3D scenes using OpenGL. It allows real-time navigation and dynamic generation...





Platforms: *nix

License: Freeware Size: 2.69 MB Download (43): Fraqtive for Linux Download

Added: August 11, 2013 | Visits: 484

Lunar Azimuth and Altitude Estimation Algorithm This algorithm will accept a Latitude, Longitude and Altitude location as well as a specific universal coordinated time. It will use this information and calculate the position of the moon in a local coordinate frame (az and alt aka az and el).Example Function Call:[Az El] = LunarAzEl('1991/05/19...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Lunar Azimuth and Altitude Estimation Algorithm Download

Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm In this M-file, the implementation of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the playing iterative course.ACO('filename.tsp');filename.tsp is the problem file of the Symmetrical or...


Platforms: Matlab


A greedy algorithm for data sharpening and constraint handling This function was developed for nonparametric estimation problems where the estimate must satisfy some shape constraint. Our standard example of this is using a kernel density estimator, with the constraint that the estimate can have only one mode.Let x be the observed data, and confun(x,...) be...


Platforms: Matlab


Added: April 09, 2010 | Visits: 1.027

Algorithm::Loops Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): Algorithm::Loops 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: April 25, 2010 | Visits: 937

Algorithm::Permute Algorithm::Permute is a Perl module with handy and fast permutation with object oriented interface. SYNOPSIS use Algorithm::Permute; my $p = new Algorithm::Permute([a..d]); while (@res = $p->next) { print join(", ", @res), "n"; } my @array = (1..9); Algorithm::Permute::permute { print...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Algorithm::Permute Download

Added: February 19, 2010 | Visits: 879

Algorithm::SISort Algorithm::SISort is a Perl module that contains select and insert sorting algorithm. SYNOPSIS use Algorithm::SISort qw(Sort Sort_inplace); @sorted_list = Sort {$_[0] <=> $_[1]} @unsorted_list; # ... or ... $number_of_comparisons = Sort_inplace {$_[0] <=> $_[1]} @unsorted_list; This...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Algorithm::SISort Download

Added: November 16, 2010 | Visits: 996

Algorithm::Merge Algorithm::Merge is a Perl module package that provides three-way merge and diff. SYNOPSIS use Algorithm::Merge qw(merge diff3 traverse_sequences3); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } }); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } },...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Algorithm::Merge Download

Added: November 04, 2010 | Visits: 941

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: May 02, 2010 | Visits: 1.059

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

Added: May 10, 2013 | Visits: 629

SMAWK totally monotone matrix searching algorithm This SMAWK algorithm takes as input a function for computing matrix values, and searches for the position of maximum value in each row. The matrix must satisfy the "totally monotone" property: in each submatrix (in particular each 2x2 submatrix) the positions of the maxima must move leftward as...


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


Added: July 23, 2013 | Visits: 596

Gravitational Search Algorithm (GSA) Gravitational search algorithm (GSA) is an optimization algorithm based on the law of gravity and mass interactions.This algorithm is based on the Newtonian gravity: "Every particle in the universe attracts every other particle with a force that is directly proportional to the product of their...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Gravitational Search Algorithm (GSA) 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 19, 2013 | Visits: 526

Heuristic Algorithm for finding Maximum Independent Set findMIS is an heuristic algorithm for solving Maximum Independent Set problem (MIS).An independent set of a graph is a subset of vertices in which no two vertices areadjacent. Given a set of vertices, the maximum independent set problem callsfor finding the independent set of maximum...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Heuristic Algorithm for finding Maximum Independent Set Download

Added: August 23, 2013 | Visits: 458

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: June 28, 2013 | Visits: 532

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: September 10, 2013 | Visits: 452

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

Free Split and Merge Expectation Maximization for MultiVariate Gaussian Mixture Free Split and Merge Expectation-Maximization algorithm for Multivariate Gaussian Mixtures. This algorithm is suitable to estimate mixture parameters and the number of conpounds Usage ------- [logl , M , S , P] = fsmem_mvgm(Z , [M0] , [S0] , [P0] , [option]); Inputs ------- Z Measurements (d x N)...


Platforms: Matlab


< 1 2 3 4 5