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

Iteration freeware
Filter: All | Freeware | Demo
 

Iteration

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 362

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: November 02, 2013 | Visits: 381

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: 356

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: 354

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.566

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.307

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: 467

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: 328

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: 561

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: 514

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: 613

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: April 23, 2013 | Visits: 485

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: 419

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

bluebery for Scripts bluebery is an easy-to-use sql/php based content manager that provides php libraries and methods to use in your sites pages with which you can very easily access & print desired items, or an iteration of items that are stored through the bluebery web ui. Platforms: PHP

License: Freeware Size: 102.4 KB Download (47): bluebery for Scripts Download

Added: October 24, 2013 | Visits: 474

Miscellaneous Container Templates Current stable release is 1.0.0. It provides four general-purpose hashtable containers * closed_hash_set, closed_hash_map, linked_hash_set and linked_hash_map. The first two are very similar to TR1 unordered_set and unordered_map, the latter provide additional functionality. All relevant C++0x... Platforms: Mac

License: Freeware Size: 133.12 KB Download (38): Miscellaneous Container Templates Download

Added: August 07, 2013 | Visits: 424

Panappticon Library for closely observing interactions with your beta iPhone app. Panappticon is a system for observing interaction with iPhone apps in beta. It consists of an Objective-C library on the iPhone and a Django application on the server. The client records events and takes screenshots during... Platforms: Mac

License: Freeware Size: 81.92 KB Download (41): Panappticon Download

Added: October 07, 2013 | Visits: 209

Scrum Vision Scrum Vision is an Eclipse Mylyn connector that uses Google SpreadSheet as a Scrum Iteration Backlog. Platforms: Mac

License: Freeware Size: 2.5 MB Download (37): Scrum Vision Download

Added: July 01, 2013 | Visits: 438

Ubuntu Hanso Theme Ubuntu Hanso Theme is third iteration in an evolutionary process of developing a dark, rich, brown hybrid theme that remains usable all in the same. Metacity is a modification of Didymous. The goal of this theme is to retain contrast and consistency in most lighting environments as I find... Platforms: *nix, Linux Console, Linux Open Source

License: Freeware Size: 26.62 KB Download (44): Ubuntu Hanso Theme Download

Added: June 24, 2013 | Visits: 255

collective.project This is a Dexterity demo application. It aims for "simple" project management in Plone by adding four new Dexterity content types: Client, Project, Iteration, and Task. It also includes a tool to automate creation of iterations. Finally, there is a project workflow for client, project, and... Platforms: *nix

License: Freeware Size: 51.2 KB Download (38): collective.project Download

Added: August 17, 2013 | Visits: 301

Loop::Control Loop::Control is a Perl module that provides ways to execute code at certain points in a for or while loop that are outside the normal control flow. For example, you could have code that executes only during the first iteration of a loop, or code that executes after every iteration of the loop,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (32): Loop::Control Download

1 2 3 4 5 >