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

Mathematical Notation freeware
Filter: All | Freeware | Demo
 

Mathematical Notation

< 1 2 3 4 5 
Added: August 14, 2008 | Visits: 2.806

Chords Chords is a free MIDI playback and sheet music notation editor. Oriented for guitars, it shows chord and scale diagrams, it also allows adding chords and scales to sheet music. It supports multiple track playback. Platforms: Windows

License: Freeware Size: 956 KB Download (841): Chords Download

Added: August 13, 2008 | Visits: 1.102

Base Converter Base Converter is a tool for converting numbers between binary, octal, decimal and hexadecimal notation. Platforms: Windows

License: Freeware Size: 412 KB Download (170): Base Converter Download

Added: August 03, 2008 | Visits: 713

ExpressionParser ExpressionParser is a Java based utility that may be invoked from Java code to parse mathematical expressions. It is useful for programmers developing calculators, graphing utilities or other math related programs. Platforms: Any Browser

License: Freeware Size: 7 KB Download (473): ExpressionParser Download

Added: August 22, 2008 | Visits: 780

SurfX3D Surface Explorer 3D, better known in abbreviated form as SurfX3D, is a free program to convert mathematical surfaces into magnificent 3D graphs. The user defines the surface equations in an implicit or parametric way, and it also lets you define the image colours.The result can be exported to the... Platforms: Windows

License: Freeware Size: 1024 B Download (129): SurfX3D Download

Added: August 11, 2008 | Visits: 1.203

Rapid Pi Rapid Pi is an add-on for Microsoft Word that lets you insert mathematical symbols and expressions easily. Have you ever noticed what a hassle it is to write maths, fractions, powers, etc? Normally in these cases you waste time looking in submenus, inserting symbols, etc, clicking a lot and... Platforms: Windows

License: Freeware Size: 3 KB Download (253): Rapid Pi Download

Added: August 27, 2008 | Visits: 603

WidTeX WidTex is a widget that shows you an on-screen graphic of any mathematical problem you write.WidTex lets you get images of the mathematical expressions you specify using mimeTex. It is an insignificantly small program (38Kb), completely free and requires no installation on your hard drive. Platforms: Windows

License: Freeware Size: 3 KB Download (104): WidTeX Download

Added: August 29, 2008 | Visits: 1.754

Graph Limited School Edition Graph Limited School Edition is a simple open code tool (and totally free) that works to represent mathematical functions and graphs in a system of coordinates.This version of Graph is oriented above all to college students, as it doesn`t have support for abstract algebraic symbol... Platforms: Windows

License: Freeware Size: 3 KB Download (426): Graph Limited School Edition Download

Released: March 16, 2010  |  Added: April 03, 2010 | Visits: 2.429

EquPixy For the set of chemical elements (Ba, Sr, Ca and so on) there is a function enabling to print capital and small letters without switching by "Shift" and "Caps Lock" keys. Figures specifying the number of atoms in chemical formula (H2SO4) are automatically made subscripts, and atom's oxidation... Platforms: Windows

License: Freeware Size: 400.86 KB Download (223): EquPixy Download

Added: August 16, 2013 | Visits: 1.248

IABC iabc is a free (open source) program for editing music. It uses the ABC music notation language to produce high-quality graphical notation or MIDI output. The music notation and the ABC notation can be updated in real-time, making the construction of tunes using the ABC language hassle-free (or... Platforms: *nix

License: Freeware Size: 399.36 KB Download (138): IABC Download

Added: September 13, 2010 | Visits: 1.208

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 (104): Math::Numbers Download

Added: November 26, 2010 | Visits: 861

IPlib IPlib is a Python module to convert between many different IP address notations and to manage netmask/address pairs in the CIDR notation. Some example scripts ("ipconv", "nmconv", and "cidrinfo") are included.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): IPlib Download

Added: September 24, 2013 | Visits: 877

Gnofract 4D Gnofract 4D is a free, open source program which allows anyone to create beautiful images called fractals. The images are automatically created by the computer based on mathematical principles. These include the Mandelbrot and Julia sets and many more. You don't need to do any math: you can... Platforms: *nix

License: Freeware Size: 839.68 KB Download (118): Gnofract 4D Download

Added: April 09, 2010 | Visits: 1.033

Unicode::Overload Unicode::Overload is a Perl source filter to implement Unicode operations. SYNOPSIS use charnames :full; use Unicode::Overload ( "N{UNION}" => infix => sub { my %a = map{$_=>1}@{$_[0]}; my %b = map{$_=>1}@{$_[1]}; return keys(%a,$b); }, "N{SUPERSCRIPT TWO}" => postfix => sub { $_[0] **... Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): Unicode::Overload Download

Added: March 24, 2010 | Visits: 1.278

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent... Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: April 19, 2010 | Visits: 1.392

KSpread KSpread is a scriptable spreadsheet program which provides both table-oriented sheets and support for complex mathematical formulas and statistics.. K Desktop Environment Homepage, KDE.org Platforms: *nix

License: Freeware Size: 54.4 MB Download (305): KSpread Download

Added: October 15, 2010 | Visits: 1.625

Formulas Rendering Plug-In for the Gimp 2 Formulas Rendering Plug-In for the Gimp 2 is a simple plugin that allows you to change the values of each color channel of each pixel of a layer by using mathematical expressions. It is able to handle RGB* and Gray* images. Available operators are: +, -, *, /, ^, and %. There are many functions... Platforms: *nix

License: Freeware Size: 163.84 KB Download (127): Formulas Rendering Plug-In for the Gimp 2 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: April 13, 2010 | Visits: 934

Gcalctool Gcalctool is the default GNOME desktop calculator. Gcalctool has Basic, Financial and Scientific modes. Internally it uses multiple precision arithmetic to produce results to a high degree of accuracy. Calctool is a desktop calculator. It has been designed to be used with either the mouse or... Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Gcalctool Download

Added: February 15, 2010 | Visits: 569

libease libease is a shared library containing easing algorithms that can be used for graphical effects or mathematical calculations. libeases main goal of is to try and create a centralised library for easing effects within the window manager environment. Installation: Beginners: This is... Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): libease Download

Added: February 19, 2010 | Visits: 1.266

Fenris 0.07-m2 build Fenris is a suite of tools suitable for code analysis, debugging, protocol analysis, reverse engineering, forensics, diagnostics, security audits, vulnerability research and many other purposes. The main logical components are: - Fenris: high-level tracer, a tool that detects the logic used... Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): Fenris 0.07-m2 build Download

< 1 2 3 4 5