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 49.997.948 Times

Multiplication Algorithm freeware
Filter: All | Freeware | Demo
 

Multiplication Algorithm

< 1 2 3 4 5 > 
Added: August 19, 2013 | Visits: 523

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

Model Determination using Genetic Algorithm: Forst-Kalkwarf-Thodos Model We use the genetic algorithm (gatool) to determine the four parameters of the implicit Forst-Kalkwarf-Thodos Model. Predictions are in perfect agreement with data of vapour pressure of iodobenzene versus temperature for a temperature range from 380.15 K to 580.15 K.





Platforms: Matlab


Added: August 23, 2013 | Visits: 457

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 (41): Hungarian Algorithm for Linear Assignment Problems (V2.2) Download

Added: August 11, 2013 | Visits: 482

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

Added: July 19, 2013 | Visits: 524

ClonalG Immune Algorithm for Optimiation with Constraints This algorithm deal with multimodal optimization problems under constraints.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): ClonalG Immune Algorithm for Optimiation with Constraints Download

Added: May 01, 2013 | Visits: 485

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

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


Added: June 28, 2013 | Visits: 531

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 (46): SpeedyGA: A Fast Simple Genetic Algorithm Download

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

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

Applying Greedy Algorithm and Local Search in a Supply Chain distribution problem This is an application of the Greedy Algorithm and the Local Search for finding a solution for the SC Distribution Network problem.We dealt with one level SC composed of a set of factories and a set of Sales Points, each sales point has a demand at a certain time, each factory has a production...


Platforms: Matlab


Added: June 03, 2013 | Visits: 435

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

Model Determination using Genetic Algorithm: Application to Vapour Pressure vs Temperature Equations We use the genetic algorithm (gatool) to determine the three parameters of the simple Antoine equation and the six parameters of the Modified Antoine Model. Predictions are in perfect agreement with experimental data of vapor pressure of ethanol versus temperature for a temperature range from...


Platforms: Matlab


Added: July 14, 2013 | Visits: 379

Orthogonal Least Squares Algorithm for RBF Networks The code implements the algorithm as given in Chen et. al 1991.It takes max tolerance from the user.It selects Ms significant regressors from the total M regressors.Unfortunately, the error obtained after training the RBF network isn't as expected. Is there a mistake in my code???Please feel free...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Orthogonal Least Squares Algorithm for RBF Networks Download

Added: September 01, 2013 | Visits: 447

Cuckoo Search (CS) Algorithm A new metaheuristic optimization algorithm, called Cuckoo Search (CS), is fully implemented, and the vectorized version is given here. This code demonstrates how CS works for unconstrained optimization, which can easily be extended to solve various global optimization problems efficiently.


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Cuckoo Search (CS) Algorithm Download

Added: April 25, 2013 | Visits: 612

Firefly Algorithm Firefly algorithm for nonlinear constrained optimization


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Firefly Algorithm Download

Added: August 20, 2013 | Visits: 394

General Viterbi Algorithm General implementation of matlab version of Viterbi algorithm specifically written for gene structure finding problem in mind. However, it can be modified to suit the goal of a user.Input:Transition Probability MatrixEmission Probability MatrixInitial Probability MatrixStates Matrix (ie....


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): General Viterbi Algorithm Download

Added: July 30, 2013 | Visits: 496

Euclid's algorithm This function do the Euclid's algorithm. As a matter of fact, for two given polynomials n, m (which are the polynomials of the symbolicvariable "s") it gives two other polynomials x, y such that nx+my=1.


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Euclid's algorithm Download

Added: September 06, 2013 | Visits: 497

Demo files for The example is on developing an algorithm for detecting an object (green ball) in MATLAB. The demo highlights* image import (and video import)* image visualization* simple image processing* automatic report generation* GUI building* deploying stand alone applicationYou can find the recording of...


Platforms: Matlab

License: Freeware Size: 327.68 KB Download (41): Demo files for "Algorithm Development with MATLAB" Webinar Download

Fixed Start Open Traveling Salesman Problem - Genetic Algorithm Script The algorithm computes the optimal route from a fixed predetermined starting point to all other cities without returning to the starting point.


Platforms: Matlab


< 1 2 3 4 5 >