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

Gre Math Practice freeware
Filter: All | Freeware | Demo
 

Gre Math Practice

< 1 2 3 4 5 
Added: February 27, 2010 | Visits: 657

Math::Zap::Matrix2 Math::Zap::Matrix2 is a Perl module for 2*2 matrix manipulation. Synopsis Example t/matrix2.t #_ Matrix _____________________________________________________________ # Test 2*2 matrices # philiprbrenan@yahoo.com, 2004, Perl License... Platforms: *nix

License: Freeware Size: 63.49 KB Download (96): Math::Zap::Matrix2 Download

Added: September 03, 2010 | Visits: 751

Math::Zap::Triangle2 Math::Zap::Triangle2 - triangles in 2D space. Synopsis Example t/triangle2.t #_ Triangle ___________________________________________________________ # Test 2d triangles # philiprbrenan@yahoo.com, 2004, Perl License #______________________________________________________________________... Platforms: *nix

License: Freeware Size: 63.49 KB Download (95): Math::Zap::Triangle2 Download

Added: January 25, 2010 | Visits: 603

Integer Tiles Integer Tiles is an education program that focuses on mental-math practice for combining integers. Students are shown eight integers and must pick three that add up to a given sum. Platforms: Mac

License: Freeware Size: 270 KB Download (94): Integer Tiles Download

Added: April 11, 2010 | Visits: 897

Math::String::Charset::Nested Math::String::Charset::Nested is a charset for Math::String objects. SYNOPSIS use Math::String::Charset; # construct a charset from bigram table, and an initial set (containing # valid start-characters) # Note: After an a, either an b, c or a can follow, in this order # After an d only... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset::Nested Download

Added: September 23, 2010 | Visits: 947

Math::String::Charset Math::String::Charset is a simple charset for Math::String objects. SYNOPSIS use Math::String::Charset; $a = new Math::String::Charset; # default a-z $b = new Math::String::Charset [a..z]; # same $c = new Math::String::Charset { start => [a..z], sep => }; # with between chars print... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset Download

Added: January 03, 2010 | Visits: 664

Math::Macopt Math::Macopt is a Perl wrapper for macopt++, which is a conjugate gradient library. INSTALLATION The package can be installed by the standard PERL module installation procedure: perl Makefile.PL make make test make install Please noted that the original "macopt++" C++ source code is... Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Math::Macopt Download

Added: April 24, 2010 | Visits: 774

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Math::BaseCalc Download

Added: January 13, 2010 | Visits: 831

Math::RPN RPN is a Perl extension for Reverse Polish Math Expression Evaluation. SYNOPSIS use Math::RPN; $value=rpn(expr...); @array=rpn(expr...); expr... is one or more scalars or lists of scalars which contain RPN expressions. An RPN expression is a series of numbers and/or operators separated... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Math::RPN Download

Added: November 08, 2010 | Visits: 735

Math::TotalBuilder::Common Math::TotalBuilder::Common is a Perl module with common unit sets for building totals. SYNOPSIS use Math::TotalBuilder; use Math::TotalBuilder::Common; # units for 952 pence my %tender = build($Math::TotalBuilder::Common::uk_money_old, 952); This package is just a set of common sets of... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Math::TotalBuilder::Common Download

Added: October 06, 2010 | Visits: 913

Math::Calc::Euro Math::Calc::Euro is a Perl module to convert between EUR and the old currencies. SYNOPSIS my $guildercalc = Math::Calc::Euro->new(NLG) print $guildercalc->to_euro(1), "n"; # 0.45378... print $guildercalc->from_national(1), "n"; # same print $guildercalc->to_national(1), "n"; # 2.20371... Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): Math::Calc::Euro Download

Added: March 21, 2010 | Visits: 1.176

Math Objects Math Objects is a math template library written in C++ using generic programming techniques. In order to use the "Math Objects" library, the user only has to include the header files he needs (e.g. Matrix.h, Polynomial.h etc.). In order to compile the library the user needs an ISO/IEC... Platforms: *nix

License: Freeware Size: 286.72 KB Download (92): Math Objects Download

Added: May 22, 2010 | Visits: 1.057

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

Added: July 05, 2010 | Visits: 947

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: July 01, 2010 | Visits: 843

Math::NoCarry Math::NoCarry is a Perl extension for no carry arithmetic. SYNOPSIS use Math::NoCarry; my $sum = Math::NoCarry::add( 123, 456 ); my $difference = Math::NoCarry::subtract( 123, 456 ); my $product = Math::NoCarry::multiply( 123, 456 ); No carry arithmetic doesnt allow you to carry... Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Math::NoCarry Download

Released: December 26, 2012  |  Added: November 20, 2013 | Visits: 717

Virtual Math Teams The Virtual Math Teams (VMT) Project (vmt.mathforum.org) at the Math Forum enables K-12 math collaborative learning, professional development of educators, & group cognition research. Platforms: Mac

License: Freeware Size: 42.21 MB Download (83): Virtual Math Teams Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 425

Music Math .0 About Music Math A freeware which converts music values (BPM, transpose, Delay, Samples, ms, Hz, Timestretch %, Notes ). Music-Math has 7 conversion functions:? Tempo Change, Transpose, Delay, Tap? Tempo, Samples, Notes and SMPTE. Platforms: Mac

License: Freeware Size: 2.2 MB Download (83): Music Math .0 Download

Released: June 04, 2014  |  Added: June 12, 2014 | Visits: 1.352

PlayPerfect Music Practice Software PlayPerfect Free Music Practice Software to help you stay on tune and tempo. Select a song from the music library or add your own MIDI or Crescendo file. The software will listen to you play and lets you know how you're doing. Play a song first to know how it should sound. Use the automatic... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 724.08 KB Download (78): PlayPerfect Music Practice Software Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 739

000-153 Practice Exam Demo 000-153 Practice Test for IBM certification exams from Selftest Engine is the ultimate source of success. You will find this product rich in studying and knowledge, guaranteeing 100% good results. This 000-153 Practice Test cover all the exam goals and have been checked for their accuracy,... Platforms: Windows

License: Freeware Size: 814 KB Download (69): 000-153 Practice Exam Demo Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 953

Math for kids Free math lessons and math homework help from basic math to algebra, geometry. The classic puzzle, a favorite of programmers and Buddhist monks. Puzzle index for geometry puzzles, logic puzzles, math puzzles, weight puzzles, moves puzzles and puzzles. You can sort the puzzle list by clicking The... Platforms: All

License: Freeware Size: 30.72 KB Download (65): Math for kids Download

Released: March 03, 2013  |  Added: March 28, 2013 | Visits: 832

GRE Calculator GRE Calculator is a simple application that will help you familiarize yourself with calculator which you'll be using on actual GRE revised General Test. Since the most important and crucial aspect on GRE is time management, there are also included some tips and strategies how to use GRE... Platforms: Windows, Mac

License: Freeware Size: 3.63 MB Download (65): GRE Calculator Download

< 1 2 3 4 5