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

Med Math Examples software
Filter: All | Freeware | Demo
 

Med Math Examples

< 1 2 3 4 5 
Released: January 01, 2003  |  Added: March 05, 2006 | Visits: 2.937

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

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

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

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

Added: February 01, 2010 | Visits: 968

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

Released: August 25, 2009  |  Added: April 27, 2010 | Visits: 1.477

Math Stars Plus Class One Software, shareware programs for education, announces the release of Math Stars Plus 2010r1 for Windows and Macintosh. The basic module of Math Stars Plus challenges students to complete all fact groups up to a selectable number. As each function (+ - x /) is successfully completed, the...


Platforms: Windows, Mac

License: Shareware Cost: $19.95 USD Size: 3.91 MB Download (121): Math Stars Plus Download

Added: January 25, 2010 | Visits: 1.630

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

Added: August 09, 2008 | Visits: 2.370

Abilities Builder Math Facts Learn whole number math facts: addition, subtraction, multiplication, division.Prints worksheets that reinforce the on-screen activities.Multimedia program uses the Microsoft AgentPeedy the parrot character.Suitable for all grade and ability levels.Especially effective for the learning disabled...


Platforms: Windows, Windows CE

License: Demo Cost: $15.00 USD Size: 6.59 MB Download (119): Abilities Builder Math Facts Download

Released: June 06, 2000  |  Added: February 10, 2006 | Visits: 3.926

License Plate Math License Plate Math is a fun game you can play on the road as well as on the computer. There is a virtually unlimited number of math puzzles, with 3 ways to play: the standard 10 problem game, in which you are presented with 10 problems; or the Time Trial, in which you are given about 2 minutes to...


Platforms: Windows

License: Shareware Cost: $14.99 USD Size: 898 KB Download (117): License Plate Math Download

Added: January 25, 2010 | Visits: 973

Math Stars Math Stars is a great educational game for children who are just learning their math skills. Addition, subtraction, multiplication, and division are all included in this program. If ten out of ten questions are answered correctly, kids get a gold star. Ultimately, kids can end up in the Hall of...


Platforms: Mac

License: Demo Cost: $0.00 USD Download (117): Math Stars Download

Added: April 19, 2010 | Visits: 1.026

Math::Polynomial::Solve Math::Polynomial::Solve is a Perl module to find the roots of polynomial equations. SYNOPSIS use Math::Complex; # The roots may be complex numbers. use Math::Polynomial::Solve qw(poly_roots); my @x = poly_roots(@coefficients); or use Math::Complex; # The roots may be complex numbers....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Math::Polynomial::Solve Download

Added: January 03, 2010 | Visits: 1.033

Math::Zap::Triangle Math::Zap::Triangle module can build triangles in 3D space. Synopsis Example t/triangle.t #_ Triangle ___________________________________________________________ # Test 3d triangles # philiprbrenan@yahoo.com, 2004, Perl License...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (115): Math::Zap::Triangle Download

Released: September 21, 2013  |  Added: November 20, 2013 | Visits: 1.081

Math Studio For Academic Math tool for high school math, middle school math teaching and studying. Function graphing and analyzing: 2D, 2.5D function graphs and animations, extrema, root, tangent, limit,derivative, integral, inverse; sequence of number: arithmetic progression, geometric progression; analytic geometry:...


Platforms: iOS

License: Shareware Cost: $40.00 USD Size: 233.4 KB Download (113): Math Studio For Academic Download

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

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

Added: February 09, 2010 | Visits: 1.087

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: January 25, 2010 | Visits: 1.440

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

License: Freeware Size: 76 KB Download (110): OxMath 2D/3D Math Library Download

Released: February 06, 2012  |  Added: February 27, 2012 | Visits: 1.300

Delphi Examples Collection This collection will help you to quickly and simply adopt and apply the knowledge of experienced programmers. What you will find here is a set of examples for most used methods and components in everyday programming. Save yourself hours of online research and going through tons of useless...


Platforms: Windows

License: Demo Cost: $19.95 USD Size: 12.74 MB Download (110): Delphi Examples Collection Download

Added: August 24, 2008 | Visits: 1.095

MathWiz: Basic Math Basic Math is for younger users who are just learning basic facts. It covers addition, subtraction, multiplication, and division. It is a nice flashcard program because it covers 100 different problems in each session. The preferences screen allows you to adjust the range of numbers that the game...


Platforms: Windows

License: Shareware Cost: $7.95 USD Size: 1.81 MB Download (108): MathWiz: Basic Math Download

Added: April 17, 2010 | Visits: 1.009

Math::MatrixReal::Aug SYNOPSIS use Math::MatrixReal; use Math::MatrixReal::Aug; These are certain extra methods for Math::MatrixReal, in the tradition of Math::MatrixReal::Ext1; $matrix1->augmentright($matrix2); Creates a new matrix of the form [$matrix1 $matrix2]. $matrix1 and $matrix2 must have the same...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Math::MatrixReal::Aug Download

Added: November 06, 2010 | Visits: 1.309

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

< 1 2 3 4 5