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

Math With Pipo software
Filter: All | Freeware | Demo
 

Math With Pipo

< 1 2 3 4 5 > 
Added: August 19, 2008 | Visits: 1.625

Math Games Level 1 Math Games Level 1 teaches addition and multiplication with numbers from 1 to 12. Using the mouse, a student can select the values to calculate. Then, he or she clicks on the "Ask Me" button and lets the robot do the calculation and report the result. The game window can be maximized to make it...



Platforms: Windows

License: Freeware Size: 1.15 MB Download (131): Math Games Level 1 Download

Added: August 05, 2008 | Visits: 1.101

Math Mechanixs Math Mechanixs is an easy to use scientific math program with a Math Editor worksheet for solving mathematical problems and taking notes, an extendable Function Library with over 170 predefined functions and an integrated Function Solver, a 2D & 3D Graphing Utility supporting point labels,...





Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 8.72 MB Download (129): Math Mechanixs Download

Released: August 25, 2009  |  Added: April 27, 2010 | Visits: 1.472

Math Stars Plus Class One Software, shareware programs for education, announces the release of Math Stars Plus 2010r1 for Windows and Macintosh. The basic module of Math Stars Plus challenges students to complete all fact groups up to a selectable number. As each function (+ - x /) is successfully completed, the...


Platforms: Windows, Mac

License: Shareware Cost: $19.95 USD Size: 3.91 MB Download (115): Math Stars Plus Download

Added: August 08, 2008 | Visits: 3.621

Math Test Creator Math Test Creator generates math tests with answer sheets within seconds. These tests are for students in 1st to 7th grade. Math tests include: Addition, Subtraction, Comparison, Division and Multiplication. There are also two step advanced math tests ex: 1+(2+2).


Platforms: Windows

License: Freeware Size: 25 KB Download (397): Math Test Creator Download

Added: August 16, 2008 | Visits: 939

Math Men From Mars Introduce your child to math and fun with a funny adventure game. Help the little Math Man explore many worlds as he interacts with educational and fun characters.


Platforms: Windows

License: Shareware Cost: $4.95 USD Size: 7.8 MB Download (545): Math Men From Mars Download

Added: August 11, 2008 | Visits: 1.552

MS Texas Holdem with Analyzer Play Texas Holdem poker against computer players with skill levels you set for tightness, betting aggressiveness, math ability, etc. Set stay-or-fold standards too. Five different report screens tell you how well you are playing your hole cards, the 5th, 6th, and 7th cards, and the game in...


Platforms: Windows

License: Demo Cost: $49.95 USD Size: 1.27 MB Download (544): MS Texas Holdem with Analyzer Download

Released: September 23, 2008  |  Added: November 26, 2008 | Visits: 1.422

Math Center Level 1 Math software for students studying precalculus. Can be enteresting for teachers teaching precalculus. Math Center Level 1 consists of Graphing calculator 2D, Advanced Calculator, and Simple Calculator called from the Control Panel. Simple calculator is a general purpose calculator which...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.91 MB Download (110): Math Center Level 1 Download

Released: April 10, 2009  |  Added: April 21, 2009 | Visits: 1.939

Smart Math Calculator Advanced yet easy-to-use math calculator that immediately and precisely computes the result as you type a math expression. It allows multiples math expressions at same time. It also allows fractions and defining your own variables and functions. It has a beautiful user-interface that conveniently...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 2.27 MB Download (334): Smart Math Calculator Download

Added: January 16, 2010 | Visits: 895

pipo pipo project is a quick tool to scan and parse directories recursively and find images based on user-specified criteria, such as independent resolution on both image axis or dominant color searches, and supporting a large number of graphical formats. Similar to a find utility, pipo should prove...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (100): pipo Download

Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: September 13, 2010 | Visits: 1.197

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Math::Numbers Download

Added: July 08, 2010 | Visits: 1.490

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (129): Math::CDF Download

Added: February 26, 2010 | Visits: 1.169

Math::Telephony::ErlangC Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. SYNOPSIS use Math::Telephony::ErlangC; # Evaluate probability that a service request will have to wait $wprob = wait_probability($traffic, $servers); # Probability that the wait time will be less than a fixed maximum...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (138): Math::Telephony::ErlangC Download

Added: March 09, 2010 | Visits: 1.210

Math::Telephony::ErlangB Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. SYNOPSIS use Math::Telephony::ErlangB qw( :all ); # Evaluate blocking probability $bprob = blocking_probability($traffic, $servers); $gos = gos($traffic, $servers); # Same result as above # Dimension minimum number...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (259): Math::Telephony::ErlangB Download

Added: November 20, 2010 | Visits: 1.062

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: July 14, 2010 | Visits: 1.047

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 (96): Math::Symbolic Download

Added: April 22, 2010 | Visits: 998

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 (96): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.050

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (89): Math::BigInt Download

Added: January 03, 2010 | Visits: 1.027

Math::Zap::Triangle Math::Zap::Triangle module can build triangles in 3D space. Synopsis Example t/triangle.t #_ Triangle ___________________________________________________________ # Test 3d triangles # philiprbrenan@yahoo.com, 2004, Perl License...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (115): Math::Zap::Triangle Download

Added: January 18, 2010 | Visits: 2.222

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 (91): Math::Group::Thompson Download

< 1 2 3 4 5 >