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

Algorithm Colorado Drivers License freeware
Filter: All | Freeware | Demo
 

Algorithm Colorado Drivers License

< 1 2 3 4 5 > 
Added: February 07, 2010 | Visits: 786

Algorithm::Diff Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. SYNOPSIS require Algorithm::Diff; # This example produces traditional diff output: my $diff = Algorithm::Diff->new( @seq1, @seq2 ); $diff->Base( 1 ); # Return line numbers, not indices...



Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): Algorithm::Diff Download

Added: April 26, 2010 | Visits: 4.212

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =...





Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: November 16, 2010 | Visits: 999

Algorithm::Merge Algorithm::Merge is a Perl module package that provides three-way merge and diff. SYNOPSIS use Algorithm::Merge qw(merge diff3 traverse_sequences3); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } }); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } },...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Algorithm::Merge Download

Added: January 01, 2010 | Visits: 931

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Released: December 02, 2011  |  Added: August 05, 2012 | Visits: 1.153

SharePointBoost License Management Center Manage licenses for all SharePointBoost products from one location: SharePoint Central Administration; Quickly and easily locate your Server Code, Farm ID or Site Collection ID; Check the status and version number for any SPB product; Check the status and expiration date for SPB Premium...


Platforms: Windows

License: Freeware Size: 908 KB Download (90): SharePointBoost License Management Center Download

Added: July 18, 2010 | Visits: 812

Algorithm::Networksort Algorithm::Networksort can create inline comparisons for sorting. SYNOPSIS use Algorithm::Networksort qw(:all); my $inputs = 4; # # Generate the network (a list of comparators). # my @network = nw_comparators($inputs); # # Print the list, and print the graph of the list. # print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (89): Algorithm::Networksort Download

Added: May 10, 2013 | Visits: 737

Random License Generator Random License Generator allows you to create registration numbers of  any specified length and format, as well as tools for connecting and working with a database of existing registration numbers. If you wish to use this script in conjunction with a MySQL database for logging registration...


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

License: Freeware Download (69): Random License Generator Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 809

FLEXlm License Statistics License Statistics lets you track FLEXlm, FLEXnet, LM-X License Manager, IBM LUM, Sentinel RMS to help you reduce your cost. It's a low-cost product which gives you html, graphs and usage reports to quickly track both current and monthly usage. It's available for both Windows and Unix.


Platforms: Windows, Unix, Linux

License: Freeware Size: 4.77 MB Download (68): FLEXlm License Statistics Download

Released: September 10, 2014  |  Added: October 12, 2014 | Visits: 902

License4J Floating License Server License4J Floating License Server serves floating licenses created by LICENSE4J License manager. It can run on windows, linux and unix operating systems.The only requirement is Java 1.6 and above. Floating License Server has an installer for Windows, Linux/UNIX version is not an installer file...


Platforms: Windows, Mac, *nix, Windows 8, Windows 7, Windows Server, Java,Other

License: Freeware Size: 39.81 MB Download (65): License4J Floating License Server Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 756

MyWallet Lite - Secure password manager * This is a free Lite version of MyWallet without encryption support, please take it as a demo of full version * ***** IMPORTANT: Some reviewers are stating their data has been lost from MyWallet. Since MyWallet will store your data in Documents folder in a file named MyWallet.sqlite (or...


Platforms: Mac

License: Freeware Size: 4 MB Download (63): MyWallet Lite - Secure password manager Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 943

Colorado Solitaire Colorado Solitaire is a free 2 deck solitaire card game for the PC. Colorado Solitaire is played with 20 piles which may have cards from the stock pile placed on them without regard to rank or suit. Colorado Solitaire has 8 foundations, four of which are built up, and the other four are built...


Platforms: Windows, Edition 2005,Edition 2005

License: Freeware Size: 3.42 MB Download (60): Colorado Solitaire Download

Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox M-files accompanying the " Genetic Algorithms & New Optimization Methods in MATLAB " webinar.These files provide what you need to run the two demos: Optimization of non-smooth objective function, and Optimization of a random stochastic objective function.To run the first demo run the file...


Platforms: Matlab


Added: May 10, 2013 | Visits: 387

Porter Stemming Algorithm This is a fairly faithful implementation of the Porter stemming algorithm that reduces English words to their stems.There is a deviation in the way compound words are stemmed, such as hyphenated words and words starting with certain prefixes. For instance, "international" should be reduced to...


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

License: Freeware Download (57): Porter Stemming Algorithm Download

Added: October 23, 2013 | Visits: 562

Ultra Tic Tac Toe Ultra Tic Tac Toe (UTTT) is a console game board package containing tic tac toe (naughts and crosses) and connect 4 games. The version of tic tac toe in UTTT is an extention of the classic game: in addition to the traditional 3x3 board, it can be played on 4x4, 5x5, 6x6, and 7x7 boards (and there...


Platforms: *nix

License: Freeware Size: 10.63 MB Download (56): Ultra Tic Tac Toe Download

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem The Jonker-Volgenant algorithm is much faster than the famous Hungarian algorithm for the Linear Assignment Problem (LAP). This Matlab implementation is modified from the original C++ code made by Roy Jonker, one of the inventors of the algorithm. It is about 10 times faster than the munkres code...


Platforms: Matlab


Added: August 10, 2013 | Visits: 529

PID Tuning Using Genetic Algorithm PID controller has been extensively used in the industrial world. But in this controller it is difficult to tune the PID gains.We apply the genetic algorithm(GA) to tune the PID gains. The GA is agorithm using the biotic; gene the biotic; genetics.


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (55): PID Tuning Using Genetic Algorithm Download

Solution to Economic Dispatch by Artificial Bee colony Algorithm This software contains one example taken from the reference paper given with this program..By running the file P1.m as they are in the default ABC-eld folder the economic dispatch problem can be solved. The allocation minimum fuel cost and transmission losses are determined. By running the...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (55): Solution to Economic Dispatch by Artificial Bee colony Algorithm Download

Added: August 19, 2013 | Visits: 537

Multi-Objective Optimizaion using Evolutionary Algorithm Conventional optimization algorithms using linear and non-linear programming sometimes have difficulty in finding the global optima or in case of multi-objective optimization, the pareto front. A lot of research has now been directed towards evolutionary algorithms (genetic algorithm, particle...


Platforms: Matlab

License: Freeware Size: 368.64 KB Download (54): Multi-Objective Optimizaion using Evolutionary Algorithm Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 351

Optimization Algorithm Toolkit (OAT) A Java workbench and toolkit for developing, evaluating, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations, graphing, visualizations and much more.


Platforms: Windows, Mac, Linux

License: Freeware Size: 11.16 MB Download (54): Optimization Algorithm Toolkit (OAT) Download

Added: April 16, 2013 | Visits: 533

Gaver-Stehfest algorithm for inverse Laplace transform ilt=gavsteh(funname,t,L) funname The name of the function to be transformed. t The transform argument (usually a snapshot of time). ilt The value of the inverse transform L number of coefficient ---> depends on computer word length used (examples: L=8, 10, 12, 14, 16, so on..) Numerical Inverse...


Platforms: Matlab

License: Freeware Size: 10 KB Download (54): Gaver-Stehfest algorithm for inverse Laplace transform Download

< 1 2 3 4 5 >