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

Integer freeware
Filter: All | Freeware | Demo
 

Integer

1 2 3 4 5 > 
Added: November 10, 2010 | Visits: 1.084

Set::Integer::Gapfillers Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges. SYNOPSIS use Set::Integer::Gapfillers; $gf = Set::Integer::Gapfillers->new( lower => -12, upper => 62, sets => [ [ 1, 17 ], # Note: Use comma, not [ 25, 42 ], # range operator (..) [ 44, 50 ],...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): Set::Integer::Gapfillers Download

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 799

An Integer Conversion Application for Noobs An Integer Conversion Application for Noobs was designed using the Java programming language to help you convert numbers to different numbering systems. All you have to do is input the integer number you want converted, select the base system and the program will do the rest.





Platforms: Windows

License: Freeware Download (409): An Integer Conversion Application for Noobs Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 477

FUNDAMENTALS HUGE INTEGER FUNDAMENTALS HUGE INTEGER was specially designed as a FreePascal / Delphi unit that can implement routines and classes for arbitrary size integers. Now you can make use of this handy and accessible instrument to further improve your development process.


Platforms: Windows

License: Freeware Download (44): FUNDAMENTALS HUGE INTEGER Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 836

Big Integer Library Big Integer Library was designed to be a dynamic C++ library that is able to operate on really big integers. The integers can be both signed and unsigned, with all the basic integer operations (as one can do with standard C/C++ primitive integer data types like "int"/"long"/"long long") provided.


Platforms: Windows

License: Freeware Download (58): Big Integer Library Download

Added: May 10, 2013 | Visits: 449

Generator for integer partitions Generator for integer partitions script uses an iterative procedure to deal with integer partitions.


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

License: Freeware Download (51): Generator for integer partitions Download

Added: May 10, 2013 | Visits: 404

Commafying an integer This script contains a quick function to comma separate thousands in an integer or float.


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

License: Freeware Download (53): Commafying an integer Download

Added: May 10, 2013 | Visits: 437

Randomized integer range iterator Randomized integer range iterator script iterates over all values of a range in random order.


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

License: Freeware Download (50): Randomized integer range iterator Download

Added: May 10, 2013 | Visits: 327

Integer set type This script initializes an integer set. The constructor accepts an unlimited number of arguments that may either be tuples in the form of (start,stop) where either start or stop may be a number or None to represent maximum minimum in that direction. The range specified by (start,stop) is always...


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

License: Freeware Download (50): Integer set type Download

Added: August 19, 2013 | Visits: 376

Integer order Hankel transform This routine implements Hankel transforms of integer order based on a Fourier-Bessel series expansion. The algorithm is based on a recently published research work:M. Guizar-Sicairos and J. C. Gutierrez-Vega, Computation of quasi-discrete Hankel transforms of integer order for propagating optical...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (51): Integer order Hankel transform Download

Added: June 11, 2013 | Visits: 445

Linear Mixed Integer Program Solver Solves the mixed integer linear problem:min c'*xs.t. A*x


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Linear Mixed Integer Program Solver Download

Added: September 01, 2013 | Visits: 648

mixed-integer LP This function solves the mixed integer linear programming problems. It uses the linprog.m function that comes with the optimization toolbox of MATLAB. It employs the branch and bound algorithm. It uses depth first search


Platforms: Matlab

License: Freeware Size: 10 KB Download (56): mixed-integer LP Download

Added: May 19, 2006 | Visits: 2.777

Starfield 3d only Integer A Flight through 10000 Stars. Programmed with pure java 1.3. The challange was to calculate with integer to improve the performance. A Random function generate a star with a speed and a direction, if the star is out of the screen it is replaced by a new star at the far center of the screen. A...


Platforms: Windows, Mac, *nix, Windows CE

License: Freeware Download (145): Starfield 3d only Integer Download

Added: August 12, 2008 | Visits: 1.469

Integer To Decimal IntegerToDecimal allows you to enter an integer (base 10) number which it converts to any base between 2 and 16 inclusive. You may enter negative numbers as well. Currently the application supports 16 bit integers. Source code is also available on website.


Platforms: Windows

License: Freeware Size: 26 KB Download (108): Integer To Decimal Download

Added: January 25, 2010 | Visits: 598

Integer Tiles Integer Tiles is an education program that focuses on mental-math practice for combining integers. Students are shown eight integers and must pick three that add up to a given sum.


Platforms: Mac

License: Freeware Size: 270 KB Download (94): Integer Tiles Download

Added: June 12, 2013 | Visits: 485

Vector Addition with Integer Components This simulation offers beginning students practice in two-dimensional vector addition. It is relatively simple, as the x and y components of each vector are integers. Given the magnitude and direction of two vectors, students must determine the x and y components, the length of each, and the...


Platforms: Mac

License: Freeware Size: 1.35 MB Download (41): Vector Addition with Integer Components Download

Added: May 05, 2010 | Visits: 1.164

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: June 07, 2010 | Visits: 700

Audio::TagLib::ID3v2::SynchData Audio::TagLib::ID3v2::SynchData is a Perl module with a few functions for ID3v2 synch safe integer conversion. SYNOPSIS use Audio::TagLib::ID3v2::SynchData; print Audio::TagLib::ID3v2::SynchData->toUInt( Audio::TagLib::ByteVector->new("11")), "n"; # got 6321 print...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (94): Audio::TagLib::ID3v2::SynchData Download

Added: August 18, 2010 | Visits: 1.013

Text::Roman Text::Roman is a Perl module that converts roman algarism in integer numbers and the contrary, recognize algarisms. SYNOPSIS use Text::Roman; print roman(123); Text::Roman::roman() is a very simple algarism converter. It converts a single integer (in arabic algarisms) at a time to its...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): Text::Roman Download

Added: March 12, 2010 | Visits: 788

XNum XNum project is a integer arithmetic library written in C++. The difference between XNum and other libraries such as GMP is the the former tries to imitate the practical method that humans use to do the arithmetic themselves. xnum implements the four basic operations (+, -, *, /) using the...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): XNum Download

Added: March 18, 2010 | Visits: 899

SigBrowser SigBrowser is a small tool to display large signals (up to 2 GB filesize / 1-6 channels / 16 bit integer). SigBrowser allows you to smoothly browse in a large signal. It can load 16 bit signed integer data with up to 6 interlaced channels. Unfortunately theres no large-file support, so the...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): SigBrowser Download

1 2 3 4 5 >