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

Math Finger Play Songs freeware
Filter: All | Freeware | Demo
 

Math Finger Play Songs

< 1 2 3 4 5 
Added: July 14, 2010 | Visits: 1.051

Math::Symbolic Math::Symbolic is a Perl module for symbolic calculations. SYNOPSIS use Math::Symbolic; my $tree = Math::Symbolic->parse_from_string(1/2 * m * v^2); # Now do symbolic calculations with $tree. # ... like deriving it... my ($sub) = Math::Symbolic::Compiler->compile_to_sub($tree); my...



Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Math::Symbolic Download

Added: April 22, 2010 | Visits: 1.004

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...





Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: March 23, 2010 | Visits: 715

Math::BaseCnv Math::BaseCnv is a fast functions to convert between number bases. SYNOPSIS use Math::BaseCnv; # Convert 63 from base-10 (decimal) to base-2 (binary) $binary_63 = cnv( 63, 10, 2 ); BaseCnv provides a few simple functions for converting between arbitrary number bases. It is as fast as I...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (102): Math::BaseCnv Download

Added: January 25, 2010 | Visits: 761

CSoM Math Practice Math Practice was developed to help you practice math (arithmetic, simple algebra and roman numerals) skills. Each skill (add, subtract, multiply, divide, algebra and roman numerals) has three skill levels (easy, medium and hard). The algebra problems are to solve for x. Select the desired skill...


Platforms: Mac

License: Freeware Download (102): CSoM Math Practice Download

Added: November 06, 2010 | Visits: 876

Math::FresnelZone SYNOPSIS use Math::FresnelZone; use Math::FresnelZone qw(fresnel fresnelMi fresnelKm); The arguments are: 0 - distance in kilometers or miles (default is 1), 1 - frequency in GHz (defualt 2.4), 2 - set to true to specify that the distance you are inputting is in miles and that the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Math::FresnelZone Download

Added: February 20, 2010 | Visits: 800

Math::Fraction Math::Fraction is a Perl module to manipulate exact fractions. SYNOPSIS use Math::Fraction; $a = frac(1,2); $b = frac(6,7); print "$a + $b = ", $a + $b, "$a * $b = ", $a * $b; print $a->num;.


Platforms: *nix

License: Freeware Size: 16.38 KB Download (101): Math::Fraction Download

Added: September 02, 2010 | Visits: 1.036

Math::NumberCruncher Math::NumberCruncher Perl module contains a collection of useful math-related functions. SYNOPSIS It should be noted that as of v4.0, there is now an OO interface to Math::NumberCruncher. For backwards compatibility, however, the previous, functional style will always be supported. # OO...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Math::NumberCruncher Download

Released: May 03, 2012  |  Added: May 14, 2012 | Visits: 1.070

AshSofDev Math Tables AshSofDev Math Tables is a small program written for my grandaughter to help with her math. Maybe someone else can get some use from it.


Platforms: Windows

License: Freeware Size: 3.4 MB Download (100): AshSofDev Math Tables Download

Added: March 18, 2010 | Visits: 818

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Math::Expr Download

Added: September 25, 2010 | Visits: 1.077

Math::Amoeba Math::Amoeba is a Multidimensional Function Minimization. SYNOPSIS use Math::Amoeba qw(ConstructVertices EvaluateVertices Amoeba MinimiseND); my ($vertice,$y)=MinimiseND(@guess,@scales,&func,$tol,$itmax,$verbose); my @vertices=ConstructVertices(@vector,@offsets); my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Math::Amoeba Download

Added: February 07, 2010 | Visits: 1.124

Math::Logic::Predicate Math::Logic::Predicate is a Perl module to manage and query a predicate assertion database. SYNOPSIS use Math::Logic::Predicate; $db = new Math::Logic::Predicate; # Enter some predicates into the database $db->add(<


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Math::Logic::Predicate Download

Added: November 19, 2010 | Visits: 1.199

Gnome Attacks Bomb them down to the ground with one finger Gnome Attacks is a Gnome 2 game where you bomb cities into oblivion in order to make a flat surface for your rapidly-losing-height spaceship to land. It is extremely accessible since you can control it "simply using one finger." The current...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (99): Gnome Attacks Download

Added: September 04, 2010 | Visits: 1.099

otto otto is a web based mp3 database and jukebox which can gracefully organize a very large number of albums. it is suitable for home or office workgroup use, or as an interface to a streaming internet radio station. otto is written in perl. it requires perl5, mysql, the DBI and DBD::mysql perl...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (99): otto Download

Added: June 26, 2010 | Visits: 1.157

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: January 05, 2010 | Visits: 1.144

Math::String Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms. SYNOPSIS use Math::String; use Math::String::Charset; $a = new Math::String cafebabe; # default a-z $b = new Math::String deadbeef; # a-z print $a + $b; # Math::String "" $a =...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (98): Math::String Download

Added: August 07, 2010 | Visits: 891

Math::Zap::Rectangle Math::Zap::Rectangle is a Perl module that generates rectangles in 3d space. Synopsis Example t/rectangle.t #_ Rectangle __________________________________________________________ # Test 3d rectangles # philiprbrenan@yahoo.com, 2004, Perl License...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (98): Math::Zap::Rectangle Download

Added: January 18, 2010 | Visits: 2.227

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Math::Group::Thompson Download

Added: August 07, 2008 | Visits: 812

Math-TRb 8r 2000 Watch in awe as the amazing Math TRb-8r generates and solves complex math problems right before your eyes!.


Platforms: Windows

License: Freeware Size: 87 KB Download (97): Math-TRb 8r 2000 Download

Added: August 16, 2008 | Visits: 1.023

Obese Finger Full Featured Finger Client, Prints and Formats Results, Optional Hint System, Quick access to last 5 queries, Context Sensitive Help, Finger an individual or whole machine, and much more!


Platforms: Windows

License: Freeware Size: 924 KB Download (97): Obese Finger Download

Added: January 25, 2010 | Visits: 1.023

Terrific Triangles Terrific Triangles is a math acts drill-and-practice program that can present addition/subtraction and multiplication/division facts. There are 2 playing modes. In all cases the triangle presents two parts of a fact family and the player must determine the missing third part. The sum and product...


Platforms: Mac

License: Freeware Download (97): Terrific Triangles Download

< 1 2 3 4 5