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

Teaching Math Concepts freeware
Filter: All | Freeware | Demo
 

Teaching Math Concepts

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

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: 749

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: April 11, 2010 | Visits: 893

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: 944

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: 662

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: 772

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: 828

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: 733

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: 911

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

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: July 05, 2010 | Visits: 943

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: May 22, 2010 | Visits: 1.055

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

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: 712

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: 422

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: July 21, 2012  |  Added: July 21, 2012 | Visits: 950

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: August 17, 2012  |  Added: August 17, 2012 | Visits: 898

OxMath 2D 3D Math Library OxMath is an open source 2D/3D math library for REALbasic with ubiquitous vector, quaternion, and axis angle classes, plus vector array classes for efficient vertex/triangle storage and batch processing. The library also includes bounding volume/intersection classes, and waveform "function"...


Platforms: REALbasic 2006r4 or greater

License: Freeware Size: 71.68 KB Download (59): OxMath 2D 3D Math Library Download

Released: December 22, 2012  |  Added: December 22, 2012 | Visits: 490

Web Teaching Web Teaching is a complete package that enables the user to implement a web portal that allows the professor-student interaction. A great variety of functions are provided to the professor and students.


Platforms: Windows, Mac, Linux

License: Freeware Size: 173.56 KB Download (57): Web Teaching Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 877

Buildbug math for kids Buildbug kids math online game. Offers free math lessons and homework help, with an emphasis on geometry, algebra, statistics, and calculus. Also provides calculators and games. Due to heavy traffic this site has been experiencing some delays. The Math Forum's Internet Math Library is a...


Platforms: All

License: Freeware Size: 30.72 KB Download (56): Buildbug math for kids Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 639

Basic Computer Skills & Concepts: WiFi Basic computer skills & concepts in Plain English - What is WiFi and how does it work? This easy lesson helps you understand this kind of wireless and gives you a basic non-technical understanding of how it works and how you can use it


Platforms: Windows, Mac

License: Freeware Size: 23.83 MB Download (56): Basic Computer Skills & Concepts: WiFi Download

< 1 2 3 4 5 >