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 49.592.949 Times

Multiplication Algorithm freeware
Filter: All | Freeware | Demo
 

Multiplication Algorithm

1 2 3 4 5 > 
Added: March 20, 2010 | Visits: 2.253

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

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 612

Math-teroid: Multiplication for Mac OS For a quick, fun way to reinforce your multiplication facts, you can't beat Math-teroid. Gravitational anomalies have caused asteroids to be attracted to the space station. It's your responsibility to keep the station safe as long as possible. Click on an asteroid to get it's incoming...





Platforms: Mac

License: Freeware Size: 3.6 MB Download (467): Math-teroid: Multiplication for Mac OS Download

Added: August 13, 2008 | Visits: 2.324

Math Games Multiplication Memorizing multiplication tables is an essential part of elementary education. A student who has mastered multiplication gains a solid foundation for achievement in mathematics throughout high school and beyond. Math Games Multiplication software is designed to help K-3 students in mastering...


Platforms: Windows

License: Freeware Size: 1.22 MB Download (278): Math Games Multiplication Download

Added: May 06, 2010 | Visits: 2.087

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (214): Parallel Genetic Algorithm Library Download

Added: October 17, 2010 | Visits: 2.242

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (203): Algorithm::Knapsack Download

Added: August 01, 2008 | Visits: 1.650

Multiplication Master Free multiplication tables practice software. Fast, simple and easy to use for budding multiplication masters of all ages!Keeps your score so you can see how well you're doing.Single table mode lets you focus on one multiplication table at a time - the fastest way to improveRandom feature...


Platforms: Windows

License: Freeware Size: 327 KB Download (163): Multiplication Master Download

Added: February 27, 2010 | Visits: 910

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

Added: February 09, 2010 | Visits: 894

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: August 28, 2008 | Visits: 1.265

Multiplication Flashcards A SIMPLE flashcard program to help kids with their multiplication tables, nothing to set up, just open the program and start practicing. It includes lots of sounds and encouragement, as well as playful disappointment (although sound can be turned off if it gets to be too much for Mom & Dad!). Can...


Platforms: Windows, *nix

License: Freeware Size: 8.5 MB Download (136): Multiplication Flashcards Download

Added: July 07, 2010 | Visits: 1.316

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (134): Algorithm::Line::Bresenham Download

Added: October 15, 2010 | Visits: 871

Algorithm::C3 Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. SYNOPSIS use Algorithm::C3; # merging a classic diamond # inheritence graph like this: # # # / # # / # my @merged = Algorithm::C3::merge( D, sub { # extract the ISA array # from the package no...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (130): Algorithm::C3 Download

Added: September 29, 2013 | Visits: 932

Genetic Algorithm File Fitter Genetic Algorithm File Fitter, or just GAFFitter, is a command-line software written in C++ that arranges--via a genetic algorithm--an input list of items or files/directories into volumes of a certain capacity (target), such as CD or DVD, in a way that the total wastage is minimized. By smartly...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (122): Genetic Algorithm File Fitter Download

Added: August 16, 2008 | Visits: 1.169

Multiplication Game Multiplication game is a small freeware game for kids to learn and revise multiplication tables. It can be run for individual number tables or for all number from 1 to 9. It will also keep the highscore table for the fastest player.


Platforms: Windows

License: Freeware Size: 84 KB Download (122): Multiplication Game Download

Added: October 08, 2010 | Visits: 1.253

Optimization Algorithm Toolkit Optimization Algorithm Toolkit is a 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. The project...


Platforms: *nix

License: Freeware Size: 6.5 MB Download (119): Optimization Algorithm Toolkit Download

Added: February 03, 2010 | Visits: 838

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: January 18, 2010 | Visits: 1.056

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (115): Algorithm::Dependency Download

Added: February 13, 2010 | Visits: 1.365

Multiplication Puzzle Multiplication Puzzle project is a simple GTK+ 2 game that emulates the multiplication game found in Emacs. Basically, a multiplication problem is shown with all digits replaced by letters. Your job is to guess which letter represents which number. Translations are available for Afrikaans,...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Multiplication Puzzle Download

Added: May 02, 2010 | Visits: 1.055

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

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 1.434

Algorithm::Pair::Best Algorithm::Pair::Best is a Perl module to select pairings (designed for Go tournaments, but can be used for anything, really). SYNOPSIS use Algorithm::Pair::Best; my $pair = Algorithm::Pair::Best->new( ? options ? ); $pair->add( item, ? item, ... ? ); @pairList = $pair->pick( ? $window...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): Algorithm::Pair::Best Download

Added: April 09, 2010 | Visits: 1.024

Algorithm::Loops Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): Algorithm::Loops Download

1 2 3 4 5 >