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

Index Calculus Algorithm freeware
Filter: All | Freeware | Demo
 

Index Calculus Algorithm

< 1 2 3 4 5 > 
Added: November 04, 2010 | Visits: 940

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Added: May 02, 2010 | Visits: 1.059

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

Added: February 09, 2010 | Visits: 898

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): Algorithm::AhoCorasick Download

Added: February 01, 2010 | Visits: 1.226

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Added: February 27, 2010 | Visits: 913

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 972

SMFS Index Calculator SMFS Index Calculator is a small, simple application specially designed to offer you an embalming fluid index calculator. SMFS Index Calculator is the best solution for those of you who want to find the index of embalming fluids. for WindowsAll


Platforms: Windows

License: Freeware Download (443): SMFS Index Calculator Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 1.024

Instant Website Page Index Pro 100% FREE Website Page Index application submit you url or website page into google and index in just a few minutes of submittion and target with your desired keyword phrase.


Platforms: Windows

License: Freeware Download (57): Instant Website Page Index Pro Download

Added: May 10, 2013 | Visits: 700

Index Sidebar Adds an Navigation and Search Sidebar on your Forum Index


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): Index Sidebar Download

Added: May 10, 2013 | Visits: 1.044

Add Forum Index Link to Overall Header Adds a link to the Forum Index in the header. Handy for boards with a portal installed.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Add Forum Index Link to Overall Header Download

Added: May 10, 2013 | Visits: 672

Display One Category Index Box This script allows you to display one category on the index page, ideal for displaying products that are comming soon or featured categories that you may have.Easy Install


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Display One Category Index Box Download

Added: May 10, 2013 | Visits: 1.071

Index Ads This module is designed to display small banners at the top of your index.php page (in the body section), all of which will link to internal cateogories, products, infomation pages, etc. You've probably seen this on larger websites. The images are displayed in 3 columns, as many rows as you want....


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (58): Index Ads Download

Added: May 10, 2013 | Visits: 593

add infobox on index only add infobox on index only shows you the code to display an infobox on the index of the site only


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (52): add infobox on index only Download

Fixed Start Open Traveling Salesman Problem - Genetic Algorithm The algorithm computes the optimal route from a fixed predetermined starting point to all other cities without returning to the starting point. Requirements: - MATLAB 7.6 or higher


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


Added: May 10, 2013 | Visits: 629

SMAWK totally monotone matrix searching algorithm This SMAWK algorithm takes as input a function for computing matrix values, and searches for the position of maximum value in each row. The matrix must satisfy the "totally monotone" property: in each submatrix (in particular each 2x2 submatrix) the positions of the maxima must move leftward as...


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


Added: May 10, 2013 | Visits: 518

Discrete Event Calculus Reasoner The Discrete Event Calculus Reasoner is an open source program for performing automated commonsense reasoning using the event calculus, a comprehensive and highly usable logic-based formalism. It solves problems efficiently by converting them into satisfiability (SAT) problems. Features: - Comes...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (58): Discrete Event Calculus Reasoner Download

Added: July 26, 2013 | Visits: 340

LZW Compression Algorithm This is a simple implementation of the famous LZW algorithm.


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): LZW Compression Algorithm Download

Added: June 07, 2013 | Visits: 639

Grey prediction algorithm for mobile user localization this algorithm predicts the received signal strength for the mobile user to avoid fluctuation in received signal strength during localization of the mobile user(finding mobile user's location)


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Grey prediction algorithm for mobile user localization Download

Added: April 02, 2013 | Visits: 400

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: July 23, 2013 | Visits: 595

Gravitational Search Algorithm (GSA) Gravitational search algorithm (GSA) is an optimization algorithm based on the law of gravity and mass interactions.This algorithm is based on the Newtonian gravity: "Every particle in the universe attracts every other particle with a force that is directly proportional to the product of their...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Gravitational Search Algorithm (GSA) Download

< 1 2 3 4 5 >