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

Numerical Methods Mathematica software
Filter: All | Freeware | Demo
 

Numerical Methods Mathematica

< 1 2 3 4 5 > 
Added: January 26, 2010 | Visits: 970

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a...



Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: June 06, 2010 | Visits: 872

GNU Scientific Library The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. GNU Scientific Library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There...





Platforms: *nix

License: Freeware Size: 2.3 MB Download (99): GNU Scientific Library Download

Added: September 24, 2010 | Visits: 879

ColorExplorer ColorExplorer project is a tool for exploring the color space and finding out how colors, color names, and numerical color specifications are related. You can specify a color by selecting its name from a list of color names, by adjusting sliders that control the mixture of red, green, and blue,...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (98): ColorExplorer Download

Added: November 05, 2010 | Visits: 970

Template Numerical Toolkit Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. The toolkit defines interfaces for basic data structures, such as multidimensional arrays and sparse matrices, commonly used in numerical...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Template Numerical Toolkit Download

Added: November 14, 2010 | Visits: 504

InSilicoSpectro::InSilico::MSMSOutput InSilicoSpectro::InSilico::MSMSOutput is an object implementing common display/output methods for masses. ATTRIBUTES spectrum A reference to a hash such as computed by MassCalculator::getFragmentMasses or an object of class MSMSTheoSpectrum. expSpectrum A reference to an experimental...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (97): InSilicoSpectro::InSilico::MSMSOutput Download

Added: March 18, 2010 | Visits: 1.094

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (97): SVG::DOM Download

Added: June 16, 2010 | Visits: 938

DirHandle DirHandle is a Perl module created to supply object methods for directory handles. SYNOPSIS use DirHandle; $d = new DirHandle "."; if (defined $d) { while (defined($_ = $d->read)) { something($_); } $d->rewind; while (defined($_ = $d->read)) { something_else($_); } undef $d; } The...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): DirHandle Download

Added: May 08, 2010 | Visits: 909

WebService::MusicBrainz WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects. SYNOPSIS use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): WebService::MusicBrainz Download

Added: March 15, 2010 | Visits: 930

NativeCall NativeCall is a Java toolkit that lets you call operating system methods from whithin Java without JNI code. The current version 0.4.0 supports structs, Strings, primitive types (ints and booleans), byte and char arrays and output parameters. NativeCall 0.4.0 implements some minor changes to...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): NativeCall Download

Added: January 25, 2010 | Visits: 798

MathLink for AppleScript MathLink for AppleScript is a Scripting Addition (OSAX) that makes it possible to use Mathematica as a computational engine in AppleScript programs. The second use of MathLink for AppleScript is to allow external functions written in AppleScript to be called from within the Mathematica...


Platforms: Mac

License: Freeware Size: 537 KB Download (95): MathLink for AppleScript Download

Added: November 19, 2010 | Visits: 977

PDL::GSL::INTEG PDL::GSL::INTEG is a PDL interface to numerical integration routines in GSL. This is an interface to the numerical integration package present in the GNU Scientific Library, which is an implementation of QUADPACK. Functions are named gslinteg_{algorithm} where {algorithm} is the QUADPACK...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::GSL::INTEG Download

Added: February 19, 2010 | Visits: 735

XML::SAX2Perl XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (93): XML::SAX2Perl Download

Added: February 27, 2010 | Visits: 607

CompBio::DB CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema. SYNOPSIS use CompBio::DB; my $cbdb = CompBio::DB->new({host => "foo.bar.edu"); my $AR_defs = $cbdb->get_annotation([keys %seqs]); Example code for parsing the return for a simple...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (93): CompBio::DB Download

Added: November 16, 2010 | Visits: 853

Class::IntrospectionMethods Class::IntrospectionMethods is a Perl module that creates methods with introspection. SYNOPSIS use Class::IntrospectionMethods qw/make_methods/; make_methods ( parent, global_catalog => { name => metacat, list => [ [qw/foo/] => f_cat, [qw/bar baz/] => b_cat, ], } new_with_init...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Class::IntrospectionMethods Download

Added: July 24, 2010 | Visits: 841

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Added: August 24, 2010 | Visits: 916

Textbender Textbender project is a toolkit for collaborative authoring based on structures and methods derived from nature. Structures include a genetic code, populations, and a gene pool. A text is encoded with genetic markup and then distributed out to writers to form a population of copies and a gene...


Platforms: *nix

License: Freeware Size: 7.1 MB Download (92): Textbender Download

Added: April 10, 2010 | Visits: 803

Nift Nift is graphical front-end for footprinting tools and methods already freely avaliable. Its purpose is to aid system administrators in securing their websites by allowing them to quickly check their network.. Get Nift at SourceForge.net. Fast, secure and free downloads from the largest Open...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): Nift Download

Added: November 11, 2010 | Visits: 1.011

WordNet::Similarity::PathFinder WordNet::Similarity::PathFinder is a Perl module to implement path finding methods (by node counting) for WordNet::Similarity measures of semantic relatedness. SYNOPSIS use WordNet::QueryData; my $wn = WordNet::QueryData->new; use WordNet::Similarity::PathFinder; my $obj =...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (92): WordNet::Similarity::PathFinder Download

Added: January 02, 2010 | Visits: 925

ulxmlrpcpp ulxmlrpcpp is a library to call methods on a remote server. ulxmlrpcpps main goal is to be as easy to use as possible but be fully compliant. It is object oriented and written in C++. ulxmlrpcpp is a library to perform calls via XML-RPC in an object oriented approach implemented in C++. It is...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (90): ulxmlrpcpp Download

Added: September 10, 2010 | Visits: 1.080

OpenOffice::OODoc::Image OpenOffice::OODoc::Image is a Perl module for image manipulation methods. The OpenOffice::OODoc::Image class is a derivative of OpenOffice::OODoc::XPath designed for the manipulation of graphics objects contained in documents. It mainly allows you to modify the size and position of an image and...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): OpenOffice::OODoc::Image Download

< 1 2 3 4 5 >