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

Fast Field Algorithm software
Filter: All | Freeware | Demo
 

Fast Field Algorithm

< 1 2 3 4 5 > 

Fast algorithm for generating doubly-stochasstic matrices A simple and fast algorithm for generating doubly-stochasstic matrices.(matrices, where the sum of each column and each row is exactly 1).Each matrix is chosen uniformly from the space of all NxN doubly-stochassticmatrices.Note: the generated matrices are indeed doubly-stochastic, but it's...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast algorithm for generating doubly-stochasstic matrices Download

Fast Continuous Max-Flow Algorithm to 2D/3D Image Segmentation This software implement the fast continuous max-flow algorithm to 2D/3D image segmentation. It provides three implementation in matlab, C and GPU (cuda based). It provides the source files. So it is easy for you to incorporate the algorithms in your applications.Image segmentation can be modeled...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.19 MB Download (45): Fast Continuous Max-Flow Algorithm to 2D/3D Image Segmentation Download

Fast Continuous Max-Flow Algorithm to 2D/3D Multi-Region Image Segmentation This software implements the fast continuous max-flow algorithm to 2D/3D multi-region image segmentation (Potts model). It provides three implementations: matlab, C and GPU (cuda based). All the source files are provided. So it is easy for you to incorporate the algorithms in your own...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 6.59 MB Download (45): Fast Continuous Max-Flow Algorithm to 2D/3D Multi-Region Image Segmentation Download

Added: April 20, 2013 | Visits: 447

A fast voxel traversal algorithm for ray tracing A fast and simple voxel traversal algorithm through a 3D space partition (grid) proposed by J. Amanatides and A. Woo (1987).Author: JesdoDos P. Mena-Chalco.References:[1] "A fast voxel traversal algorithm for ray tracing" J. Amanatides and A. Woo. Eurographics, 87(3), 1987[2] Other...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (48): A fast voxel traversal algorithm for ray tracing Download

Added: May 10, 2013 | Visits: 635

A fast prime number list generator This is a fast prime number list generator using sieve algorithm. This function returns a list of prime numbers which are lower than a specified argument.


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

License: Freeware Download (76): A fast prime number list generator Download

Added: August 23, 2013 | Visits: 465

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 09, 2013 | Visits: 504

FAST CONVEX HULL ALGORITHM Even if totally m-coded, this routine is particularly fast in computing convex hull of 2D points. In many cases seems to be much faster than the matlab library routine. The main reason is that, differently from convhull, this algorithm jumps the call to unique function which can be very slow for...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): FAST CONVEX HULL ALGORITHM Download

Added: August 06, 2013 | Visits: 373

Fast Fourier Transform based Homogenization Implementation of Fast Fourier Transform based Homogenization for heterogeneous materials dealing with electric or heat conductiviy. It takes the values of conductivity at regular grid of periodic unit cell that represents the material and produces the distribution of local fields such as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (40): Fast Fourier Transform based Homogenization Download

Added: August 14, 2008 | Visits: 1.460

Field of Strategy Field of Strategy is a simple and universal wargame, replay all the great battles of the Napoleonic era with a simple, easy to play and fast system. Includes approximately 50 scenarios, Integrated scenario and army editor, Campaign mode to put together random battles according to moves on a...


Platforms: Windows

License: Freeware Size: 13.5 MB Download (158): Field of Strategy Download

Added: May 06, 2010 | Visits: 2.100

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 (218): Parallel Genetic Algorithm Library Download

Added: July 09, 2010 | Visits: 972

Algorithm::SocialNetwork Algorithm::SocialNetwork is a social network analysis. SYNOPSIS use Graph::Undirected; use Algorithm::SocialNetwork; my $G = Graph::Undirected->new(); $G->add_edges([qw(a b)], [qw(b c)]); my $algo = Algorithm::SocialNetwork->new(graph => $G3); my $BC = $algo->BetweenessCentrality(); #...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (104): Algorithm::SocialNetwork Download

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 1.446

Algorithm::Pair::Best Algorithm::Pair::Best is a Perl module to select pairings (designed for Go tournaments, but can be used for anything, really). SYNOPSIS use Algorithm::Pair::Best; my $pair = Algorithm::Pair::Best->new( ? options ? ); $pair->add( item, ? item, ... ? ); @pairList = $pair->pick( ? $window...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (118): Algorithm::Pair::Best Download

Added: May 30, 2013 | Visits: 592

Fast 2D Walsh-Hadamard Transform The function implement the 2D dyadic(Paley) ordered fast in-place Walsh-Hadamard transform, which can be used in signal processing, pattern recognition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 Nadditions and subtractions. Data...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Fast 2D Walsh-Hadamard Transform Download

Fast normalised cross correlation for gray-level and color images A fast vectorized implementation of the ncc that handles color (3 channel) images as well as gray level.The algorithm for colored images is based on the ncc formulation for vector valued functions.Note: A bug that I found in the normxcorr2 was also fixed here.


Platforms: Matlab


Added: August 26, 2013 | Visits: 748

Fast Fourier Transform Algorithm This program is open source code of fast Fourier transform in matlab.Where y is the input argument and p is the normalized size of the input. Lety = [1 2 3 4 ];x= length(y);m= log2(x);p= ceil(m);To call the function useft2(y,p);


Platforms: Matlab

License: Freeware Size: 10 KB Download (56): Fast Fourier Transform Algorithm Download

Added: April 02, 2013 | Visits: 406

NSGA - II: A multi-objective optimization algorithm NSGA-II is a very famous multi-objective optimization algorithm. I submitted an example previously and wanted to make this submission useful to others by creating it as a function. Even though this function is very specific to benchmark problems, with a little bit more modification this can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): NSGA - II: A multi-objective optimization algorithm Download

Added: June 09, 2013 | Visits: 481

FAST K-NEAREST NEIGHBOURS SEARCH 3D VERSION In this file you can find a simple but very effective algorithm for Nearest Neighbour Search which I megalomaniacly called the GLTree.You want more? go to the Professional version of GLTreeIt has been designed for uniformly random data, where is the fastest I ever used, but works fine even on...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): FAST K-NEAREST NEIGHBOURS SEARCH 3D VERSION Download

Added: May 19, 2013 | Visits: 491

FAST K-NEAREST NEIGHBORS SEARCH this file you can find a simple but very effective algorithm for Nearest Neighbour Search which I megalomaniacly called the GLTree.You want more? go to the Professional version of GLTreeIt has been designed for uniformly random data, where is the fastest I ever used, but works fine even on sparse...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): FAST K-NEAREST NEIGHBORS SEARCH Download

Added: August 13, 2013 | Visits: 412

Intoduction to the gravity field of earth This file includes two m-files. The ASWERS12345 calculates GRS80 free air anomalies,Eigen-CG03C and model of remaining topography reduction,empirical and analytic covariance functions,normal gravity (GRS67,GRS80) using Somigliana formula. The other one fftstokes.m is a geoid computation using...


Platforms: Matlab

License: Freeware Size: 2.04 MB Download (39): Intoduction to the gravity field of earth Download

Added: May 10, 2013 | Visits: 343

Fast Template Matching using SSDXCORR Fast template matching algorithm SSDXCORR is implemented in this file with neat and efficient code.The details of SSDXCORR paper information is:F. Essannouni, R. Oulad Haj Thami, D. Aboutajdine and A. Salam, "Simple noncircular correlation method for exhaustive sum square difference matching",...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Fast Template Matching using SSDXCORR Download

< 1 2 3 4 5 >