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

Iterative freeware
Filter: All | Freeware | Demo
 

Iterative

1 2 3 4 > 
Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 324

Parallel Iterative Deconvolution Parallel Iterative Deconvolution is a multithreaded ImageJ plugin for iterative image deblurring.



Platforms: Windows, Mac, Linux

License: Freeware Size: 4.87 MB Download (44): Parallel Iterative Deconvolution 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: May 15, 2013 | Visits: 439

Iterative Closest Point Method, C++ ICP - Iterative Closest Point algorithm, c++ implementation. Handles only points in R^3. Makes use of a kd-tree for closest-point search. ICP finds the transformation of points in data to fit points in model. Fit with respect to minimize a weighted sum of squares for distances between the data...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Iterative Closest Point Method, C++ Download

Added: April 21, 2010 | Visits: 868

projectM projectM is a XMMS visualization plugin which uses 3D hardware accelerated iterative image based rendering. projectM is basically a reimplementation of Milkdrop under OpenGL. projectM already does some things Milkdrop does not (like infinite custom shapes/waves). projectM should run anywhere...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (117): projectM Download

Added: December 03, 2013 | Visits: 642

Abjad Abjad helps composers build up complex pieces of music notation in an iterative and incremental way. Use Abjad to create a symbolic representation of all the notes, rests, staves, tuplets, beams and slurs in any score.


Platforms: *nix

License: Freeware Size: 10.41 MB Download (48): Abjad Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 413

PaDEL-AIMA PaDEL-AIMA was developed as a handy MZmine plugin for a fully automated iterative moving averaging (AIMA) technique for base-line correction. Now you can make use of this accessible and useful plugin to improve your work.


Platforms: Windows

License: Freeware Download (471): PaDEL-AIMA Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 264

paraffin paraffin was specially designed as an accessible and handy set of Ada 2005 generics. paraffin was built in order to add parallelism to iterative loops and recursive code. Now you can make use of this package to further improve your development process.


Platforms: Windows

License: Freeware Download (43): paraffin Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 534

Endeavour Agile ALM Endeavour Agile ALM is an Open Source solution to manage the creation of large-scale enterprise systems in an iterative and incremental agile software development process.


Platforms: Windows, Mac, Linux

License: Freeware Size: 114.37 MB Download (60): Endeavour Agile ALM Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 534

OSSWorx PLM OSSWORKS PLM centralizes your product data; provides check-in/check-out version control for all product related documentation; manages the iterative design release and engineering changes process for all components and assemblies in your product.


Platforms: Windows, Mac, Linux

License: Freeware Size: 56.88 MB Download (56): OSSWorx PLM Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 308

refinehmm RefineHMM refines an original hidden Markov model (HMM) to find an optimal fit against the evolutionary group that the HMM models, and it does this using through iterative database searches and incremental subsequent adaptation of the seed set.


Platforms: Windows, Mac, Linux

License: Freeware Size: 35.58 KB Download (45): refinehmm Download

Added: May 10, 2013 | Visits: 452

Generator for integer partitions Generator for integer partitions script uses an iterative procedure to deal with integer partitions.


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

License: Freeware Download (51): Generator for integer partitions Download

Added: June 03, 2013 | Visits: 741

Solve Kepler's Equation for E Given mean anomaly and eccentricity of an orbit, eccentric anomaly can be calculated using Kepler's Equation. However, the equation is nonlinear, and an iterative technique must be used. This program uses a fixed-point iterative technique to output eccentric anomaly to a user defined tolerance,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (56): Solve Kepler's Equation for E Download

Added: June 22, 2013 | Visits: 790

Minimum Entropy Deconvolution (MED 1D and 2D) This is the iterative 2D Minimum Entropy Deconvolution implemented according to an iterative method in the original paper:R.A. Wiggins, Minimum Entropy Deconvolution, Geoexploration, vol. 16, Elsevier Scientific Publishing, Amsterdam, 1978. pp. 21d-deOCt35.This also works applying the 1D MED when...


Platforms: Matlab

License: Freeware Size: 10 KB Download (65): Minimum Entropy Deconvolution (MED 1D and 2D) Download

Added: May 03, 2013 | Visits: 465

Ellipse Fit (Taubin method) This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust.It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse: ax^2 + bxy + cy^2 + dx + ey + f = 0,i.e. it returns the vector...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Ellipse Fit (Taubin method) Download

Added: June 07, 2013 | Visits: 355

Iterative Closest Point Method ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with data points, OUTPUT: R - rotation matrix and T...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Iterative Closest Point Method Download

VAPOUR LIQUID EQUILIBRIUM P-T-x-y CALCULATIONS FOR A IDEAL BINARY MIXTURE This being a very basic program for the demonstration of bubble and dew point calculations of a ideal binary VLE mixture obeying Raoult's. The basic purpose of this program is to demonstrate VLE P-T-x-y calculations of a ideal binary mixture and to get related data in graphical form for any such...


Platforms: Matlab


Added: September 02, 2013 | Visits: 406

Ellipse Fit (Direct method) This is a fast and non-iterative ellipse fit. Usage: A = EllipseDirectFit(XY)Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: A = [a b c d e f]' is the vector of coefficients of the equation of the best fitting ellipse: ax^2 + bxy + cy^2 + dx + ey + f =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Ellipse Fit (Direct method) Download

Added: August 03, 2013 | Visits: 565

Subsample Delay Estimation This package includes a number of methods of determining the delay between two period signals. The delay may be calculated to subsample accuracy. Methods include: three-point interpolation using parabolic, Gaussian, or cosine functions; a phase method; and an iterative method.A simple example is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Subsample Delay Estimation Download

Added: March 31, 2013 | Visits: 460

Solve TSP by MMAS MAX-MIN Ant System was supposed to work better than AS and ACS.In this M-file, MMAS Algorithm is implemented, it can be easily used as following command to see the playing iterative course.ACO('filename.tsp');here filename.tsp is the problem file of the Symmetrical or Asymmetrical TSP problem...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (41): Solve TSP by MMAS Download

Added: August 09, 2013 | Visits: 402

Approximate Lowner Ellipsoid This program implements the iterative algorithm in Khachiyan's paper "Rounding of Polytopes in the Real Number Model of Computation" to approximate the minimum volume ellipsoid circumscribing a non-degenerate set of points in arbitrary dimensions.It is basically like Nima Moshtagh's MinVolEllipse...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Approximate Lowner Ellipsoid Download

1 2 3 4 >