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

Math Test Prep freeware
Filter: All | Freeware | Demo
 

Math Test Prep

< 1 2 3 4 5 
Added: August 27, 2010 | Visits: 1.973

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: February 12, 2010 | Visits: 762

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: March 04, 2010 | Visits: 1.581

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: September 09, 2010 | Visits: 1.160

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: February 25, 2010 | Visits: 1.093

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

Cry Havoc: Test of Faith Cry Havoc: Test of Faith is a computer adaptation of the turn-based tactical wargame Cry Havoc made by Standard Games and Publications Ltd. Use 38 different units including Crossbowmen, Squires, Knights, Halberdiers and more. A scenario editor allows you to create, save, and load your own...


Platforms: Windows

License: Freeware Size: 4.6 MB Download (145): Cry Havoc: Test of Faith Download

Added: August 03, 2010 | Visits: 1.214

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

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: August 15, 2008 | Visits: 839

Test Drive Welcome to test drive our latest interactive game. Here is your chance to win $100 off the total cost of of your car. Don't delay play today! Hillside Auto Mall 56 Route 22 East Hillside, NJ 07205 1-866-544-5574 http://www.hillsideautomall.com


Platforms: Windows

License: Freeware Size: 400 KB Download (138): Test Drive Download

Added: August 02, 2008 | Visits: 1.267

MB Free Friendship Compatibility Test MB Free Friendship Compatibility Test is an easy to understand software that describes the compatibility between you and your friends. This software helps you understand your relationship better and work on the areas that are weak. We sometimes donlt understand the kind of relationship we share...


Platforms: Windows

License: Freeware Size: 713 KB Download (136): MB Free Friendship Compatibility Test Download

Added: August 20, 2008 | Visits: 2.107

MB Free Relationship Compatibility Test MB Free Relationship Compatibility Test is a comprehensive family compatibility test software that lets you check your level of compatibility with your friends, parents and siblings. The program has been designed keeping in mind the average Internet user. It is simple to use and easy to...


Platforms: Windows

License: Freeware Size: 1.43 KB Download (135): MB Free Relationship Compatibility Test Download

Added: August 11, 2010 | Visits: 1.203

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.626

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: July 08, 2010 | Visits: 1.492

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 06, 2008 | Visits: 1.414

MB Psychic Symbol Test MB Psychic Symbol Test software is a unique resource that is quite simple and intuitive. The program has been designed so as to make you aware of your own psychic abilities. It has always been the aim of MysticBoard to develop simple and easy-to-use softwares. MB Free Psychic Symbol Test Software...


Platforms: Windows

License: Freeware Size: 1.18 KB Download (128): MB Psychic Symbol Test Download

Added: April 15, 2010 | Visits: 1.584

Test::STDmaker::Demo Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand. The Test::STDmaker::Demo package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (126): Test::STDmaker::Demo Download

Added: February 01, 2010 | Visits: 966

Math::Symbolic::MiscAlgebra Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det(). SYNOPSIS use Math::Symbolic qw/:all/; use Math::Symbolic::MiscAlgebra qw/:all/; # not loaded by Math::Symbolic @matrix = ([x*y, z*x, y*z],[x, z, z],[x, x, y]); $det = det @matrix; @vector = (x, y, z);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (126): Math::Symbolic::MiscAlgebra Download

Added: May 19, 2010 | Visits: 1.212

Test::ISBN Test::ISBN is a Perl module to check international standard book numbers. SYNOPSIS use Test::More tests => 1; use Test::ISBN; isbn_ok( $isbn ); Functions isbn_ok( STRING ) Ok is the STRING is a valid ISBN, in any format that Business::ISBN accepts. This function only checks the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (122): Test::ISBN Download

Added: May 01, 2010 | Visits: 829

Test::AutoBuild::Runtime Test::AutoBuild::Runtime is a Perl module with builder runtime state. SYNOPSIS use Test::AutoBuild::Runtime; my $runtime = new Test::AutoBuild::Runtime (archive_manager => $archive_manager, monitors => %monitors, repositories => %repositories, modules => %modules, package_types =>...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (122): Test::AutoBuild::Runtime Download

Added: January 25, 2010 | Visits: 1.627

Ryan's Math Quiz Ryan's Math Quiz... Flash card style math reinforcement and proficiency enhancement. Simple interface with positive feedback and quiz quality reporting. Difficulty adjustable for 1st grade level math or higher. Configurable for professional teaching environments, simple enough for a child to use...


Platforms: Mac

License: Freeware Download (121): Ryan's Math Quiz Download

< 1 2 3 4 5