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

College Math software
Filter: All | Freeware | Demo
 

College Math

< 1 2 3 4 5 > 
Added: July 06, 2010 | Visits: 1.120

Math::Combinatorics Math::Combinatorics is a Perl module that can perform combinations and permutations on lists. SYNOPSIS Available as an object oriented API. use Math::Combinatorics; my @n = qw(a b c); my $combinat = Math::Combinatorics->new(count => 2, data => [@n], ); print "combinations of 2 from:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (168): Math::Combinatorics Download

Added: November 25, 2006 | Visits: 3.684

Magic Math Adventure Tour  for the Age 9-10 Special Promotion This program is designed for bringing joy to Math Study. Kids effectively learn mathematics due to quiz-oriented learning accompanied by friendly natural animals and/or worms. As a whole inclusive hardle, the comprehensive game that target to reach a holy cup deep in jungle is provided and... Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 9.77 MB Download (167): Magic Math Adventure Tour for the Age 9-10 Special Promotion Download

Added: August 13, 2008 | Visits: 1.831

Pie Math Pie Math, Math Practice game, supports math practice for addition, subtraction and mixed problems. The student clicks on the gun above the correct answer and a pie shoots out towards the monkey, the monkey responds to the pie hit as if he is being teased (a popular activity for young students!). Platforms: Windows

License: Freeware Size: 1.5 MB Download (165): Pie Math Download

Added: August 27, 2010 | Visits: 1.981

Math::Algebra::Symbols Math::Algebra::Symbols is a Symbolic Algebra in Pure Perl. SYNOPSIS Example symbols.pl #!perl -w -I.. use Math::Algebra::Symbols hyper=>1; use Test::Simple tests=>5; ($n, $x, $y) = symbols(qw(n x y)); $a += ($x**8 - 1)/($x-1); $b += sin($x)**2 + cos($x)**2; $c += (sin($n*$x) +... Platforms: *nix

License: Freeware Size: 102.4 KB Download (162): Math::Algebra::Symbols Download

Added: August 17, 2006 | Visits: 6.986

Magic Math Time Travel  for the Age 10-11 Special Promotion This program is designed for bringing joy to Math Study. Kids effectively learn mathematics due to quiz-oriented learning accompanied by friendly natural animals and/or worms. As a whole inclusive hardle, the comprehensive game that travel through billions of years, meeting various past... Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 9.77 MB Download (161): Magic Math Time Travel for the Age 10-11 Special Promotion Download

Added: February 12, 2010 | Visits: 766

Math::XOR Math::XOR is a package to handle XOR encryption of string buffers. SYNOPSIS use XOR; print xor_buf("hello", "world"), "n"; The XOR module allows you to quickly XOR two strings together. This is the only method of encryption that (assuming the randomness of the pattern used as an encryption... Platforms: *nix

License: Freeware Size: 2.05 KB Download (159): Math::XOR Download

Added: January 25, 2010 | Visits: 1.378

Math Flash Card Master X Math Flash Card Master provides thepractice and testing of addition, subtraction, multiplication, and division.Math Flash Card Master can be adjusted to different knowledge levels, andincludes optional sounds and a timer feature. Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 643 KB Download (158): Math Flash Card Master X Download

Added: November 05, 2006 | Visits: 3.573

Magic Math Space Tour for the Age 11-12 Special Promotion This program is designed for bringing joy to Math Study. Kids effectively learn mathematics due to quiz-oriented learning accompanied by friendly natural animals and/or worms. As a whole inclusive hardle, the comprehensive game of Space Tour, touring and finding various planets and the... Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 10.74 MB Download (155): Magic Math Space Tour for the Age 11-12 Special Promotion Download

Added: February 25, 2010 | Visits: 1.098

Math::Roman Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic. SYNOPSIS use Math::Roman qw(roman); $a = new Math::Roman MCMLXXIII; # 1973 $b = roman(MCMLXI); # 1961 print $a - $b,"n"; # prints XII $d = Math::Roman->bzero(); # $d++; # I $d += 1998; # MCMXCIX $d... Platforms: *nix

License: Freeware Size: 10.24 KB Download (151): Math::Roman Download

Added: January 25, 2010 | Visits: 1.547

Math Flash Card Master Math Flash Card Master provides thepractice and testing of addition, subtraction, multiplication, and division.Math Flash Card Master can be adjusted to different knowledge levels, andincludes optional sounds and a timer feature. Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 662 KB Download (150): Math Flash Card Master Download

Released: September 12, 2008  |  Added: September 25, 2008 | Visits: 3.029

College Vocabulary SAT Words College: This vocabulary software covers high-frequency SAT vocabulary words with engaging backgrounds and constant interactive learning situations. Studying these words improves performance on any verbal standardized test, including the ACT and GRE. Full scoring and tracking of all... Platforms: Windows, *nix, Windows CE

License: Demo Cost: $39.95 USD Size: 13.23 MB Download (149): College Vocabulary Download

Added: August 03, 2010 | Visits: 1.223

Math::Fractal::DLA Math::Fractal::DLA is a Diffusion Limited Aggregation (DLA) Generator. SYNOPSIS use Math::Fractal::DLA; $fractal = new Math::Fractal::DLA; # Dynamic loading of the subclass Math::Fractal::DLA::TYPE $fractal->setType( TYPE ); # Open the log file FILE $fractal->debug( debug => 1, logfile... Platforms: *nix

License: Freeware Size: 11.26 KB Download (140): Math::Fractal::DLA Download

Released: February 20, 2017  |  Added: March 25, 2017 | Visits: 1.655

Math Practice Math Practice is an easy to use software addressed to parents who wish to help kids make their first steps into the world of math, providing fairly simple teaching tools and a basic interface. Choose between addition, subtraction, multiplication and division. Once you click on one of these, math... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $9.99 USD Size: 1.57 MB Download (140): Math Practice Download

Added: February 26, 2010 | Visits: 1.178

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: August 11, 2010 | Visits: 1.210

Math::Matrix Math::Matrix can multiply and invert Matrices. The following methods are available: new Constructor arguments are a list of references to arrays of the same length. The arrays are copied. The method returns undef in case of error. $a = new Math::Matrix ([rand,rand,rand],... Platforms: *nix

License: Freeware Size: 6.14 KB Download (134): Math::Matrix Download

Added: August 19, 2008 | Visits: 1.631

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

Released: January 01, 2003  |  Added: March 05, 2006 | Visits: 2.940

USPExpress Math Parser USPExpress Math Parser is a COM-based component that is aimed to parse and evaluate scientific, engineering and math expressions on-the-fly. It is designed to be used in Visual Basic, VBA, C++, .NET, Delphi or Fortran applications, or any other programming environment with COM support.... Platforms: Windows

License: Shareware Cost: $148.00 USD Size: 3.52 MB Download (130): USPExpress Math Parser Download

Added: July 08, 2010 | Visits: 1.496

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: August 05, 2008 | Visits: 1.107

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

Added: August 07, 2006 | Visits: 3.182

LangPad - Math&Currency Characters LangPad - Math&Currency Characters provides an easy way to insert Math&Currency characters and symbols into your WordPad and Notepad text. Click the mouse on a character or symbol in the chart, and it will be inserted into your text.

License: Shareware Cost: $7.00 USD Size: 484 KB Download (128): LangPad - Math&Currency Characters Download

< 1 2 3 4 5 >