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

Floating Point Exception freeware
Filter: All | Freeware | Demo
 

Floating Point Exception

< 1 2 3 4 5 > 
Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 1.271

Strings edit Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding. Numeric input can be checked...



Platforms: *nix

License: Freeware Size: 54.27 KB Download (99): Strings edit Download

Added: June 26, 2010 | Visits: 1.125

Audiality Audiality is a scalable and portable audio engine for music and sound effects. It is intended to play equally well in studios and inside games, in order to serve as a flexible tool for content creation, and for use in the final product. Audiality uses MIDI files in combination with scripting...





Platforms: *nix

License: Freeware Size: 819.2 KB Download (99): Audiality Download

Added: October 14, 2010 | Visits: 950

HPC Challenge HPC Challenge is a high performance benchmark suite. The HPC Challenge consists of basically 7 benchmarks: 1. HPL - the Linpack TPP benchmark which measures the floating point rate of execution for solving a linear system of equations. 2. DGEMM - measures the floating point rate of execution...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): HPC Challenge Download

Added: September 12, 2010 | Visits: 852

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

Added: November 27, 2010 | Visits: 1.348

Bio::NEXUS::Node Bio::NEXUS::Node is a Perl module that provides functions for manipulating nodes in trees. SYNOPSIS new Bio::NEXUS::Node; METHODS new Title : new Usage : $node = new Bio::NEXUS::Node(); Function: Creates a new Bio::NEXUS::Node object Returns : Bio::NEXUS::Node object Args : none...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (98): Bio::NEXUS::Node Download

Added: August 03, 2010 | Visits: 1.017

APFP APFP (Arbitrary Precision Floating Point) is an Unicon class for performing arbitrary precision floating point calculations. It also includes a class for calculating with arbitrary precision complex numbers. APFP requires unicon overloaded operators. Whats New in This Release: - Made to use...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (97): APFP Download

Added: January 01, 2010 | Visits: 1.175

Money::ChangeMaker::Presets Money::ChangeMaker::Presets Perl module contains preset currency sets for Money::ChangeMaker. SYNOPSIS See L< Money::ChangeMaker > Simply contains the preset monetary sets used by the Money::ChangeMaker module. In general, users should not interact with this module at all, it is simply...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (97): Money::ChangeMaker::Presets Download

Added: February 07, 2010 | Visits: 961

liboil Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates...


Platforms: *nix

License: Freeware Size: 706.56 KB Download (97): liboil Download

Added: April 13, 2010 | Visits: 932

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: October 19, 2010 | Visits: 809

EDA EDA is an Eiffel implementation of the General Decimal Arithmetic Specification. EDA allows unlimited precision decimal arithmetic. By implementing the GDA Specification version 1.08, the library conforms to the requirements of the ANSI/IEEE standard 854-1987, while supporting integer and...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (96): EDA Download

Added: March 10, 2010 | Visits: 927

MillScript MillScript projetc is a full featured, yet easy to use language for the batch production of templated Web sites. The language is a Java-based, early implementation of Spice: an experimental language developed by the OpenSpice group. MillScript benefits from a carefully considered and...


Platforms: *nix

License: Freeware Size: 6.4 MB Download (95): MillScript Download

Added: November 20, 2010 | Visits: 1.274

Evocosm Evocosm is a C++ Framework for Evolutionary Computing library. Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm. Ill list the components here with a bit of introduction; you can review the details of the classes by downloading the code archives...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (95): Evocosm Download

Added: July 14, 2010 | Visits: 864

LAoE LAoE is a rich featured graphical audiosample editor, based on multi layers, floating point samples. LAoE means Layer-based Audio Editor, and it is a rich featured graphical audiosample-editor, based on multi-layers, floating-point samples, volume-masks, variable selection-intensity, and many...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (94): LAoE Download

Added: September 20, 2010 | Visits: 652

COPE COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a 1-character perl string, like a. octet octet is...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): COPE Download

Added: July 11, 2010 | Visits: 886

mubench mubench is an in-depth, low-level benchmark for x86 processors. Its primary goal is to provide useful information for people who optimize assembly code and for people who write compilers. mubench project measures latency and throughput for each individual instruction (sometimes several forms of...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (93): mubench Download

Added: February 22, 2010 | Visits: 1.077

Unicode::Normalize Unicode::Normalize Perl module contains Unicode Normalization Forms. SYNOPSIS (1) using function names exported by default: use Unicode::Normalize; $NFD_string = NFD($string); # Normalization Form D $NFC_string = NFC($string); # Normalization Form C $NFKD_string = NFKD($string); #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Unicode::Normalize Download

Added: April 16, 2010 | Visits: 973

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: April 01, 2010 | Visits: 1.035

OPeNDAP OPeNDAP is a client/server system for making local data accessible to remote locations without regard to the local or remote storage format, architecture, or environment. BES is a new, high-performance back-end server software framework that allows data providers more flexibility in providing...


Platforms: *nix

License: Freeware Size: 901.12 KB Download (92): OPeNDAP Download

Added: March 21, 2010 | Visits: 1.171

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

Added: April 13, 2010 | Visits: 854

Data::SecsPack Data::SecsPack is a Perl module pack and unpack numbers in accordance with SEMI E5-94. SYNOPSIS ##### # Subroutine interface # use Data::SecsPack qw(bytes2int config float2binary ifloat2binary int2bytes pack_float pack_int pack_num str2float str2int unpack_float unpack_int unpack_num);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Data::SecsPack Download

< 1 2 3 4 5 >