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

Guitar Tab Math School software
Filter: All | Freeware | Demo
 

Guitar Tab Math School

< 1 2 3 4 5 
Released: August 10, 2010  |  Added: August 13, 2010 | Visits: 2.504

Math Center Level 2 Math software for students studying precalculus and calculus. Math Center Level 2 consists of a Scientific Calculator, a Graphing Calculator 2D Numeric, a Graphing Calculator 2D Parametric, a Graphing Calculator 2D Polar, an Integer Calculator, and a Rational Calculator. The Scientific...



Platforms: Windows

License: Shareware Cost: $40.00 USD Size: 2.86 MB Download (230): Math Center Level 2 Download

Released: June 03, 2016  |  Added: July 19, 2016 | Visits: 2.624

Math Calculator Math calculator, also derivative calculator, integral calculator, calculus calculator, expression calculator, equation solver, can be used to calculate expression, derivative, root, extremum, integral.Math calculator, also a derivative calculator, integral calculator, calculus calculator,...





Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $20.00 USD Size: 1.22 MB Download (322): Math Calculator Download

Released: October 29, 2017  |  Added: November 07, 2017 | Visits: 7.589

School Calendar for Workgroup This is a more powerful version of School Calendar, with all of the features of the standard version, but with the additional capability to share data in real time over the Internet. School Calendar is a universal calendar for teachers and pupils from high-schools and colleges, letting them track...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $69.95 USD Size: 3.14 MB Download (3164): School Calendar for Workgroup Download

Released: May 26, 2017  |  Added: June 04, 2017 | Visits: 2.740

CHEMIX School CHEMIX School is an educational tool for learning chemistry. It is geared toward college-level chemistry, but is also appropriate for high-school students, chemists, and teachers. It is equipped with a periodic table containing history, 19 physical properties + number of stable isotopes,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $19.00 USD Size: 1.45 MB Download (269): CHEMIX School Download

Released: October 19, 2009  |  Added: April 30, 2012 | Visits: 3.161

PitchPerfect Guitar Tuner PitchPerfect is a highly accurate professional guitar tuner with a very simple to use interface. PitchPerfect eliminates the need to tune an instrument to some kind of conventional tuning. Instead, PitchPerfect can automatically detect whatever note you are playing. This means you are not...


Platforms: Windows

License: Freeware Size: 232.7 KB Download (1229): PitchPerfect Guitar Tuner Download

Released: January 26, 2010  |  Added: March 09, 2011 | Visits: 1.728

Ultrawave Guitar Tuner Ultrawave guitar tuner is a highly accurate two stage multiband tuner which is more stable than many other software or hardware guitar tuners. A reliable and accurate guitar tuner is a must have for any guitarist. Our guitar tuner lets you select a key and then shows you what note each string...


Platforms: Windows

License: Demo Cost: $10.00 USD Size: 236 KB Download (756): Ultrawave Guitar Tuner Download

Added: May 10, 2013 | Visits: 1.916

Site@School Site@School is a Content Management System (CMS) to manage and maintain the website of a primary school. It is Open Source Software, licensed under the General Public license. Site@school main features are: - Manage your schools website without technical knowledge. - Edit the webpages with a...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (275): Site@School Download

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

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 02, 2014  |  Added: November 12, 2014 | Visits: 3.716

Trades Math Calculator Solve common machine shop and other trades trigonometry and math problems at a price every trades person can afford! As a machinist or CNC programmer, you often have to use trigonometry to calculate hole positions, chamfers, sine bar stacks, dovetail measurements, bolt circles, etc. You often...


Platforms: Windows, Windows 7, Other

License: Demo Cost: $14.99 USD Size: 6.81 MB Download (235): Trades Math Calculator 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: July 06, 2010 | Visits: 1.109

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

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

Added: November 06, 2010 | Visits: 873

Math::FresnelZone SYNOPSIS use Math::FresnelZone; use Math::FresnelZone qw(fresnel fresnelMi fresnelKm); The arguments are: 0 - distance in kilometers or miles (default is 1), 1 - frequency in GHz (defualt 2.4), 2 - set to true to specify that the distance you are inputting is in miles and that the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Math::FresnelZone 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.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: February 09, 2010 | Visits: 1.083

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: April 17, 2010 | Visits: 1.687

Tab Slideshow Tab Slideshow allows you to cycles through tabs like a slideshow. Cycles through tabs like a slideshow. Licensed under MPL. I am submitting a new version (1.6) without the bug where it outputs the time on startup..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (181): Tab Slideshow 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.211

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

< 1 2 3 4 5