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

Euclidean Algorithm Gcf software
Filter: All | Freeware | Demo
 

Euclidean Algorithm Gcf

< 1 2 3 4 5 > 
Added: July 30, 2013 | Visits: 502

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 (44): Euclid's algorithm Download

Added: September 06, 2013 | Visits: 502

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

Added: July 07, 2013 | Visits: 367

NIPALS algorithm This m-file give you the Nipals algorithm to realize a Principal Components Analysis for statistical study. I realize this program specifically with an aim of analysis spectroscopic data. Use 'help' for description Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): NIPALS algorithm Download

Added: August 03, 2013 | Visits: 510

Rainflow Counting Algorithm The rainflow algorithm code has been prepared according to the ASTM standard (Standard practices for cycle counting in fatigue analysis) and optimized considering the calculation time. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (50): Rainflow Counting Algorithm Download

Added: July 13, 2013 | Visits: 482

Advanced Dijkstra's Minimum Path Algorithm DIJKSTRA Calculate Minimum Costs and Paths using Dijkstra's AlgorithmInputs:[AorV] Either A or V where A is a NxN adjacency matrix, where A(I,J) is nonzero if and only if an edge connects point I to point J NOTE: Works for both symmetric and asymmetric A V is a Nx2 (or Nx3) matrix of x,y,(z)... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Advanced Dijkstra's Minimum Path Algorithm Download

Added: September 07, 2013 | Visits: 315

Valiaho's algorithm Implementation of Valiaho's algorithm to determine the handicap based on paperH. Valiaho. Determining the handicap of a sufficient matrix. Linear Algebra and Its Applications, 253:279-298, 1997. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Valiaho's algorithm Download

Added: July 31, 2013 | Visits: 227

CAIM discretization algorithm This is the implementation of CAIM algorithm. Only one function is offered. Any corrections or improvements, please let me know. CORRECTED....**** Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): CAIM discretization algorithm Download

Added: June 04, 2013 | Visits: 289

Dp algorithm a kind of usefull clustering algorithm that is better than kmeans and ward hierarchical clustering algorithms in some data sets Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (49): Dp algorithm Download

Added: September 14, 2013 | Visits: 393

Gram schmidth Algorithm(modified) This is a very user friendly Gram Schmidth Algorithm implemented in MATLAB.I have already submited a file of the same algo,bt this one is bit more flexible than previous.Hope u will find it useful. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Gram schmidth Algorithm(modified) Download

Added: June 05, 2013 | Visits: 330

Matrix Permanent using Ryser Algorithm Matrix permanent calculated using the fast Ryser Algorithm.Uses the Ryser Formula to calculate the permanent of a matrix. It is O((n^2)(2^n)) which is much faster than the naive algorithm O(n!n). The determinate of a matrix is defined as the analog of determinant where the signs ofeach term in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Matrix Permanent using Ryser Algorithm Download

Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink.Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink.Marcelo Augusto Costa FernandesDCA - CT - UFRNmfernandes@dca.ufrn.br Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (49): Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink Download

Added: July 24, 2013 | Visits: 375

Line Drawing by Bresenham Algorithm This code implements Bresenham Line Algorithm with slight modification of error term in respect of computation efficiency that it does not require any division process. Hence it is more efficient. Also it has been generalized to draw lines of any slope. Point input order is thus insignificant. I... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Line Drawing by Bresenham Algorithm Download

Minimum Spanning Tree or Kruskal's algorithm is used to find the branches of a ''tree'' having the minimum weight in a system of branches. The application of this algorithm is wide. One example is in finding the shortest (and cheapest) path of interconnecting several towns with an electric network.The GUI was built using... Platforms: Matlab


Added: June 24, 2013 | Visits: 407

2D fast marching algorithm Compute the distance map to a set of points using the fast marching algorithm.Solves the 2-D eikonal PDE. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (56): 2D fast marching algorithm Download

Added: August 01, 2013 | Visits: 295

Villalta et al.'s colocalization algorithm This new algorithm automatically obtains the true colocalization in a pair of fluorescence confocal images.The algorithm was integrated in a graphical users interface (GUI_COLOC).The rationale of the algorithm has been submitted for publication. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (46): Villalta et al.'s colocalization algorithm 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


Added: June 09, 2013 | Visits: 453

Algorithm::Points::MinimumDistance Given a set of points in N-dimensional Euclidean space, works out for each point the distance to its nearest neighbour (unless its nearest neighbour isn't very close). The distance metric is a method; subclass and override it for non-Euclidean space. SYNOPSIS use... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Algorithm::Points::MinimumDistance Download

Added: October 23, 2013 | Visits: 532

Algorithm::Evolve Calculate distances on a square grid with optional wormholes (the 'chessboard metric') Algorithm::Metric::Chessboard is a Perl module to calculate distances on a square grid with optional wormholes (the 'chessboard metric'). Calculates the minimum number of moves between two points in a game... Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): Algorithm::Evolve Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 744

SentiSight algorithm demo (for Windows) Object recognition technology demo applications for Microsoft Windows. The technology supports webcams, surveillance cameras, media files with still images and video, and is able to perform real-time video stream processing. The recognition algorithm is tolerant to object scale, rotation, pose,... Platforms: Windows

License: Shareware Cost: $479.00 USD Size: 10.57 MB Download (53): SentiSight algorithm demo (for Windows) Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 609

VeriEye Algorithm Demo (For Windows) Eye iris identification algorithm demo application for MS Windows. The robust proprietary iris recognition technology accepts images with gazing away eyes or narrowed eyelids and provides reliable iris matching at speeds up to 150,000 irises per second. The demo application reads iris images from... Platforms: Windows

License: Demo Cost: $1239.00 USD Size: 1.3 MB Download (51): VeriEye Algorithm Demo (For Windows) Download

< 1 2 3 4 5 >