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

Dividing Matrices freeware
Filter: All | Freeware | Demo
 

Dividing Matrices

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 1.798

State Machine Compiler Your application lives in a world of asynchronous, unordered events: mouse clicks, timeouts, messages, and OS signals. And you're ready for them. You've carefully designed your objects. You're using robust patterns that facilitate reuse and anticipates future product direction. Your dynamic...



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

License: Freeware Download (132): State Machine Compiler Download

Added: April 08, 2010 | Visits: 802

ixlib ixlib is a small c++ tools library based upon the standard template library. It provides: - a javascript interpreter - an exception handling framework - garbage collection - automatic array management - planar geometry (rectangles, regions) - polygons (rasterization, convex hull,...





Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): ixlib Download

Added: March 16, 2010 | Visits: 1.246

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Test::Number::Delta 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: March 13, 2010 | Visits: 1.597

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): GCJ::Cni::Examples Download

Added: July 20, 2010 | Visits: 745

Embperl Embperl is a framework for building websites with Perl. For the beginner its an easy to setup and use way of embedding Perl code in HTML pages. Embperl delivers several features that ease the task of creating a websites, including dynamic tables, formfield-processing, session handling,...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (94): Embperl Download

Added: February 13, 2010 | Visits: 1.000

LDPC/LDGM LDPC/LDGM is a llarge block forward error correction codec library. It is significantly faster than traditional Reed-Solomon codecs. Traditional small block Forward Error Correction (FEC) codes, like the Reed-Solomon erasure (RSE) code, are known to raise efficiency problems in particular when...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (139): LDPC/LDGM Download

Added: May 12, 2010 | Visits: 1.129

Meta Matrix Library Meta Matrix Library is a modular designed collection of C libraries. Meta Matrix Library was developed as part of the Free Finite Element Package to provide easy and consistent access to numerical linear algebra software for sparse and dense matrices. The dense matrix and vector operations of...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (113): Meta Matrix Library Download

Added: November 06, 2010 | Visits: 1.430

Animadead Animadead is a skeletal animation library designed to load and play skeletal animations. Animadead supports models that are composed of several swappable meshes bound to a single skeleton that can be driven by multiple animations. There is an export plug-in for Maya, and others are in...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (112): Animadead Download

Added: August 09, 2010 | Visits: 1.014

StrBio StrBio is a set of Java classes and libraries useful for development of software for computational structural biology research. They are licenced under the LGPL. he strbio.org classes are the basis for several published research projects, including the Pred2ary secondary structure prediction...


Platforms: *nix

License: Freeware Size: 12.7 MB Download (98): StrBio Download

Added: July 16, 2010 | Visits: 984

LAPACK LAPACK is a linear algebra library, based on LINPACK and EISPACK. LAPACK is written in Fortran77 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated...


Platforms: *nix

License: Freeware Size: 10.6 MB Download (117): LAPACK Download

Added: September 03, 2010 | Visits: 946

paraget Many times when one is downloading files from a ftp site, the bottleneck is at the servers end, because the server is handling many connections, even if the server has a greater bandwidth than the client. Popular programs are often mirrored at several sites, but this does not help the matter...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (99): paraget Download

Added: July 14, 2010 | Visits: 1.047

Math::Symbolic Math::Symbolic is a Perl module for symbolic calculations. SYNOPSIS use Math::Symbolic; my $tree = Math::Symbolic->parse_from_string(1/2 * m * v^2); # Now do symbolic calculations with $tree. # ... like deriving it... my ($sub) = Math::Symbolic::Compiler->compile_to_sub($tree); my...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Math::Symbolic Download

Added: August 25, 2010 | Visits: 798

netacct-mysql Netacct-mysql is modified version of traffic accounting daemon net-acct which stores collected data in MySQL. It supports writing accounting information in a single line in MySQL per day for every IP (mrta style). Netacct functions by analogy with sniffer, i.e. it keeps track of all the...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): netacct-mysql Download

Added: September 05, 2010 | Visits: 1.774

Games::Dice Games::Dice is a Perl module that can be used to simulate dice rolls. SYNOPSIS use Games::Dice roll; $strength = roll 3d6+1; use Games::Dice roll_array; @rolls = roll_array 4d8; Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Dice Download

Added: February 14, 2010 | Visits: 1.528

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


Platforms: *nix

License: Freeware Size: 63.49 KB Download (189): Math::Zap::Matrix Download

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

Added: July 04, 2010 | Visits: 1.573

R R is a language and environment for statistical computing and graphics. R is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different...


Platforms: *nix

License: Freeware Size: 10.4 MB Download (105): R Download

Added: July 17, 2010 | Visits: 794

WFMath WFMath is a math library that focus on geometric objects. Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, and matrices). Most of the library classes can be divided into two sorts. The first...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (92): WFMath Download

Added: March 21, 2010 | Visits: 1.166

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

< 1 2 3 4 5