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

Iteration software
Filter: All | Freeware | Demo
 

Iteration

1 2 3 4 5 > 
Added: April 06, 2013 | Visits: 549

Lucas-Kanade Tracker with pyramid and iteration The file contains Lucas-Kanade Tracker with pyramid and iteration to improve performance. There is a wrapper for image sequences, and a corner detection function using Shi-Tomasi method.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Lucas-Kanade Tracker with pyramid and iteration Download

Added: May 10, 2013 | Visits: 358

NextVector Toolbox It can handle iteration for all permutations, combinations, subsets and tuples.This is useful when the results of perms or nchoosek are too large to hold in memory but the number of iterations is feasible.Vectors are ordered according to number of elements and lex. if the length is the same, they...





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

License: Freeware Download (55): NextVector Toolbox Download

Added: May 24, 2013 | Visits: 280

LCP / MCP solver (Newton-based) x = LCP(M,q) solves the LCP x >= 0 Mx + q >= 0 x'(Mx + q) = 0 x = LCP(M,q,l,u) solves the generalized LCP (a.k.a MCP) l Mx + q = 0 x = u => Mx + q Mx + q > 0 x = LCP(M,q,l,u,x0,display) allows the optional initial value 'x0' and a binary flag 'display' which controls the display of iteration...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): LCP / MCP solver (Newton-based) Download

Added: June 09, 2013 | Visits: 197

Iteration with one variable using Newtons method The program estimates a given number of intersection values, amongst which the start point of the following iteration can be chosen. These values are found graphically, and after each ended iteration the found intersection value is plotted with a cross together with the iterated function. This...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Iteration with one variable using Newtons method Download

Added: November 02, 2013 | Visits: 377

Funiter for Linux Funiter (short for function iteration) is an application developed for educational purposes as a laboratory, generating graphs of several types for iteration of real and complex functions, with comfortable switching between related types of graphs. Originally developed in the context of courses...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (42): Funiter for Linux Download

Added: October 24, 2013 | Visits: 353

Parallel::Loops Often a loop performs calculations where each iteration of the loop does not depend on the previous iteration, and the iterations really could be carried out in any order. This module allows you to run such loops in parallel using all the CPUs at your disposal. Return values are automatically...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Parallel::Loops Download

Added: September 03, 2013 | Visits: 351

croniter for Linux Example of usage: >>> from croniter import croniter >>> from datetime import datetime >>> base = datetime(2010, 1, 25, 4, 46) >>> iter = croniter('*/5 * * * *', base) # every 5 minites >>> print iter.get_next(datetime) # 2010-01-25 04:50:00 >>> print iter.get_next(datetime) # 2010-01-25 04:55:00...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): croniter for Linux Download

Released: March 08, 2005  |  Added: April 23, 2006 | Visits: 2.560

Mix Finder You want to make a mixture. You have ingredients composed of the same components. The proportions (percentage,content) of the components is different in each ingredient. The composition of the mixture will depend on how much of each ingredient you will add. Exact this -"how much of each...


Platforms: Windows

License: Freeware Size: 259 KB Download (555): Mix Finder Download

Added: August 23, 2010 | Visits: 1.300

Sunrise Data Dictionary Sunrise Data Dictionary is a library for hashtable storage of arbitrary data objects with built-in reference counting and guaranteed order iteration for the C programming language. Sunrise Data Dictionary library can participate in external reference counting systems or use its own built-in...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (116): Sunrise Data Dictionary Download

Added: May 10, 2013 | Visits: 462

Iterating through large file-like objects This function provides a simple iterator for the lines of a file-like object. (It also provides a flag for removing/retaining trailing newlines.) I ran into the problem a number of times that I wanted to read-in a very large file-like object (say a GB or two) line by line. This is a problem for...


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

License: Freeware Download (63): Iterating through large file-like objects Download

Added: May 10, 2013 | Visits: 324

Another TSP Solver The script can display how the route rearranges at each script iteration.The input for the program is an Nx2 cities array sorted in the initial traveling path. The output is the cities arranged in a more effective route, index vector of the order the cities should be visited & the total rout...


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

License: Freeware Download (52): Another TSP Solver Download

Added: September 11, 2013 | Visits: 557

Extended DFT EDFT (Extended Discrete Fourier Transform) algorithm produces N-point DFT of sequence X where N is greater than the length of input data. Unlike the Fast Fourier Transform (FFT), where unknown readings outside of X are zero-padded, the EDFT algorithm for calculation of the DFT using only...


Platforms: Matlab

License: Freeware Size: 235.52 KB Download (42): Extended DFT Download

Added: March 29, 2013 | Visits: 508

Markov Decision Processes (MDP) Toolbox The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Processes: backwards induction, value iteration, policy iteration, linear programming algorithms with some variants.The functions were developped with MATLAB (note that one of the functions requires the...


Platforms: Matlab

License: Freeware Size: 235.52 KB Download (44): Markov Decision Processes (MDP) Toolbox Download

Added: July 07, 2013 | Visits: 607

Another Particle Swarm Toolbox Particle swarm optimization is a derivative-free global optimum search algorithm based on the collective intelligence of a large group of intercommunicating entities. The individual particles are simple and primitive, knowing only their own current locations and fitness values, their personal...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (53): Another Particle Swarm Toolbox Download

Added: May 14, 2013 | Visits: 355

Leibniz Approximation of pi pi/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 ...The program performs this computation and prints the approximation after every iteration, so you can see the decimal places converging one by one.There are three programs, each more efficient and accurate. The final program uses an averaging method to find a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Leibniz Approximation of pi Download

Added: July 13, 2013 | Visits: 321

EM for HMM Multivariate Gaussian processes em_ghmm : Expectation-Maximization algorithm for a HMM with Multivariate Gaussian measurement Usage ------- [logl , PI , A , M , S] = em_ghmm(Z , PI0 , A0 , M0 , S0 , [options]); Inputs ------- Z Measurements (m x K x n1 x ... x nl) PI0 Initial probabilities (d x 1) : Pr(x_1 = i) , i=1,...,d. PI0...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (40): EM for HMM Multivariate Gaussian processes Download

Added: April 23, 2013 | Visits: 478

Hamilton-Jacobi solver on unstructured triangular grids Implementation based on:"Finite-Element Discretization Of Static Hamilton-Jacobi Equations Based On A Local Variational Principle"by F. Bornemann and C. RaschComments:1. There is no restriction on the type of triangulation, i.e. it does not need to be acute. But the method will require more than...


Platforms: Matlab

License: Freeware Size: 307.2 KB Download (44): Hamilton-Jacobi solver on unstructured triangular grids Download

Added: July 28, 2013 | Visits: 413

State-machine simplex minimizer This is a single M-file that implements a Nelder-Mead simplex minimizer. It makes use of MATLAB's persistent variables to create a "state machine" implementation. This allows entire minimization programs to be written as MATLAB scripts, as it does not require a function to be defined and passed...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): State-machine simplex minimizer Download

Added: June 21, 2013 | Visits: 274

EM_MVGM Mex implementation of EM algorithm for multivariate Gaussian mixture. Multiple data/initial parameters are allowed by ND slices definition em_mvgm : Expectation-Maximization algorithm for Multivariate Gaussian Mixtures Usage ------- [logl , M , S , P] = em_mvgm(Z , M0 , S0 , P0 , [nbite]); Inputs...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): EM_MVGM Download

Added: August 27, 2013 | Visits: 329

Numerical Analysis Functions 1 Numerical analysis functions that employ the Bisection, Fixed-point, Newton-Raphson, and Muller's methods. Each returns a root for a given function, and optionally a iteration table.*** Symbolic Toolbox is NOT REQUIRED ***


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Numerical Analysis Functions 1 Download

1 2 3 4 5 >