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

Java Numerical Library freeware
Filter: All | Freeware | Demo
 

Java Numerical Library

1 2 3 4 5 > 
Added: May 27, 2010 | Visits: 1.301

Java GetOpt Library Java GetOpt library implements option parsing and a common online help behaviour, including an XML format for topics, command, and options (which can be queried with --help --xml) and support for online browsing with --help --browse. Whats New in This Release: � The getopt library can... Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Java GetOpt Library Download

Added: September 08, 2010 | Visits: 1.254

Lightweight Java Game Library Lightweight Java Game Library project is a native binding to OpenGL and OpenAL. The Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind. It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with... Platforms: *nix

License: Freeware Download (118): Lightweight Java Game Library Download

Added: November 07, 2010 | Visits: 972

Java DIME Library Java DIME Library project implements Direct Internet Message Encapsulation (DIME), which is a lightweight binary encapsulation format that can be used to encapsulate multiple payloads of arbitrary types and sizes into a single message. DIME is ideal for incorporating binary attachments into any... Platforms: *nix

License: Freeware Size: 163.84 KB Download (138): Java DIME Library Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 596

EMMR Java Emailer Library JavaEmailer is an Open Source Java Class Library that allows Java developers to easily integrate a mass mailer to their applications. JavaEmailer manages file attachments, SMTP servers, CCs, BCCs, plain text and/or html messages, and more... Get JavaEmailer and take it for a spin to see what it... Platforms: Windows

License: Freeware Download (47): EMMR Java Emailer Library Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 702

Java Audio Library Transcoder Java Audio Library Transcoder is a small, easy to use application specially designed to help you generates alternative audio formats for a growing audio collection. Add a new FLAC album, then transcode for mobile devices. for WindowsAll Platforms: Windows

License: Freeware Download (717): Java Audio Library Transcoder Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 656

Chilkat Java XML Library Java XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding. Platforms: Windows

License: Freeware Size: 1.91 MB Download (50): Chilkat Java XML Library Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 667

Generic Java Algebra Library Generic Java Algebra Library is a collection that includes generic class definitions in GJ/Generic Java/JSR-014. It helps to outline algebraic structures such as Monoids, SemiGroups, Groups, Rings, Fields and various Domains. It is very useful for math development. Eases the work of mathematicains. Platforms: Windows

License: Freeware Download (47): Generic Java Algebra Library Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 585

Snifflib Snifflib is a Java based numerical library designed to provide honest-to-goodness N-dimensional array construction and manipulation along with standard linear algebra functionality as well as statistics and computational routines in the Java language. for WindowsAll Platforms: Windows

License: Freeware Download (47): Snifflib Download

Added: June 27, 2013 | Visits: 534

Java Curses Library The Java Curses Library (JCurses) is a library for developing text terminal based applications using Java programming language. It is implemented as a Windowing toolkit similar to AWT, but built upon the UNIX "curses" windowing system. Platforms: *nix

License: Freeware Size: 471.04 KB Download (34): Java Curses Library Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 466

Extended Java WordNet Library extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries in WordNet format. extJWNL is an upgraded version of JWNL. The library features support for creating, editing and writing dictionaries; dictionary encodings, including UTF-8; Java generics; huge... Platforms: Windows, Mac, Linux

License: Freeware Size: 2.04 MB Download (44): Extended Java WordNet Library Download

Added: August 26, 2013 | Visits: 422

IGLU Java IR Library IGLU is a Java class library designed to facilitate sharing of code among Artificial Intelligence/Information Retrieval researchers to illustrate how various problems can be solved in Java. It is developed and maintained by the IGLU Research Group. Platforms: *nix

License: Freeware Size: 225.28 KB Download (41): IGLU Java IR Library Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 197

snifflibtoolbox A Matlab toolbox for interfacing with the pure JAVA numerical library Snifflib. This toolbox provides convenience m-files for interoperability with Snifflib from within an active Matlab session running a JAVA virtual machine. Platforms: Windows, Mac, Linux

License: Freeware Size: 9.44 KB Download (48): snifflibtoolbox Download

Added: May 10, 2013 | Visits: 516

TBCI numerical library This is a templated library of numerical base classes which implement basic data structures like complex numbers, dynamic vectors, static vectors, different types of matrices like full matrices, band matrices, sparse matrices, etc. and also included a representation for Tensors and its typical... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (49): TBCI numerical library Download

Added: May 10, 2013 | Visits: 402

Java FTP library It implements an RFC 959 ftp class. It should be noted that many FTP servers do not provide a complete implementation of this RFC. There for this class does not attempt to support the full RFC either. The most notable feature of this class is that when a '5xx' response is returned by the server... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (53): Java FTP library Download

Added: March 07, 2010 | Visits: 1.113

JFreeChart JFreeChart is a free Java class library for generating charts.. The official home page of the JFreeChart project. Platforms: *nix

License: Freeware Size: 2.9 MB Download (100): JFreeChart Download

Added: February 24, 2010 | Visits: 1.293

DNS name parser DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Synopsis import su.netdb.parser.*; Parser parser = new Parser(); Hashtable result = parser.parse(str); System.out.println("string: "+result.get("string")); System.out.println("hw: "+result.get("hw"));... Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: October 21, 2010 | Visits: 1.097

SQLizer SQLizer is a Java utility library intended for generating sql from the search input. Synopsis: import stanford.netdb.utils.*; String sql_1 = Feild2SQL.parseField(type,table, column, input_str, field_display_name, post_filter); String sql_2 = Feild2SQL.parseStringField(table, column,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (119): SQLizer Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 589

RabbitMQ Java AMQP client library The RabbitMQ Java client library allows Java code to interface to AMQP servers. The library is platform neutral; the binary distributions listed below differ only in the version of Java they are intended for use with. Please see the specification page for more information on AMQP interoperation... Platforms: Windows

License: Freeware Download (50): RabbitMQ Java AMQP client library Download

Added: June 06, 2010 | Visits: 874

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

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 222

Jatha - Java LISP library Jatha is a Java library that implements a large subset of Common LISP,including most of the datatypes (e.g. packages, bignums). The API allowsaccess to LISP from Java. Jatha is useful as a fast, embedded LISP language,or as a standalone LISP. Platforms: Windows, Mac, Linux

License: Freeware Size: 327.32 KB Download (55): Jatha - Java LISP library Download

1 2 3 4 5 >