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

Integers freeware
Filter: All | Freeware | Demo
 

Integers

1 2 3 4 5 > 
Added: January 03, 2010 | Visits: 1.465

Bit::Vector Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long... Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): Bit::Vector Download

Added: August 11, 2013 | Visits: 499

intersect sets Intersection of two sets of positive integers (works much faster than built-in intersect) Platforms: Matlab

License: Freeware Size: 10 KB Download (42): intersect sets Download

Added: August 23, 2013 | Visits: 435

setdiff Set difference of two sets of positive integers (much faster than built-in setdiff) which is great if you have to call it million times in a loop. Platforms: Matlab

License: Freeware Size: 40.96 KB Download (44): setdiff Download

Added: June 04, 2013 | Visits: 476

xlcolumn xlcolumn(column) column: Can be either column name (characters) or column number (positive integers). NOTE: Excel sheet is limited to 256 columns. Therefore, column number should be between (1-256) and column name should be between ('A' - 'IV'). Example: xlcolumn('K') xlcolumn('EQ')... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): xlcolumn Download

Added: July 20, 2013 | Visits: 282

XLcalc Class provides simple mathematical operations with integers of any size.Integers are processed as strings using old-style schoolbook math. Platforms: Mac

License: Freeware Size: 30.72 KB Download (43): XLcalc Download

Added: August 30, 2008 | Visits: 968

Math Miscellanea Finds the prime factors of positive integers, solves triangles and circles problems, manipulates complex numbers, does base conversions. Results can be saved or printed. Includes a help file with instructions, example and methodology. Platforms: Windows

License: Freeware Size: 1.9 MB Download (111): Math Miscellanea Download

Added: August 19, 2008 | Visits: 1.030

Mini Calculator Alternative Windows Mini Calculator with 2 views, general functions, Dec-Hex-Oct-Bin integers. Colorful, has tips and precision control. And Loan Calculator is also included. It has 2 operating windows - for result and for input. Accumulator - Memory mode is fully switchable. "Constant second... Platforms: Windows

License: Freeware Size: 387 KB Download (127): Mini Calculator Download

Added: August 10, 2008 | Visits: 771

GCD A program to calculate the Greatest Common Devisor (gcd) of two integers. Platforms: Windows

License: Freeware Size: 19 KB Download (108): GCD Download

Added: September 21, 2013 | Visits: 764

Gjrand gjrand is a programmer's library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed... Platforms: Mac

License: Freeware Size: 122.88 KB Download (101): Gjrand Download

Added: January 05, 2010 | Visits: 1.149

Math::String Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms. SYNOPSIS use Math::String; use Math::String::Charset; $a = new Math::String cafebabe; # default a-z $b = new Math::String deadbeef; # a-z print $a + $b; # Math::String "" $a =... Platforms: *nix

License: Freeware Size: 61.44 KB Download (99): Math::String Download

Added: July 25, 2010 | Visits: 670

encdec encdec encodes and decodes a wide range of C objects. This module may be used to encode and decode C objects such as integers, floats, doubles, times, and internationalized strings to and from a wide variety of binary formats as they might appear in portable file formats or network messages.... Platforms: *nix

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

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 232

Msieve Msieve is a C library implementing a suite of algorithms to factor large integers. It contains an implementation of the SIQS and GNFS algorithms; the latter has helped complete some of the largest public factorizations known. Platforms: Windows

License: Freeware Download (395): Msieve Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 968

Big Numbers Calculator Big Numbers Calculator is a small, simple, very easy to use application specially designed to offer you a tool for arithmetic, bitwise and base conversion operations over the big integers. for Windows2K, XP, Vista, 7 Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (446): Big Numbers Calculator Download

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

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: 842

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

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 501

NTL for Linux NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields. NTL provides high quality implementations of state-of-the-art... Platforms: Linux

License: Freeware Download (50): NTL for Linux Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 506

NTL for Windows NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields. NTL provides high quality implementations of state-of-the-art... Platforms: Windows

License: Freeware Download (56): NTL for Windows Download

Added: May 10, 2013 | Visits: 441

Format integer as binary string This script converts integers to binary strings with no leading zeros. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Format integer as binary string Download

Added: May 10, 2013 | Visits: 268

Using try/except unexpected input This script uses as example Minesweeper that expects the user to enter properly bounded integers for moves. If the user enters something unexpected, the resulting exception can be caught and handled in some way other than exiting. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (62): Using try/except unexpected input Download

Added: May 10, 2013 | Visits: 625

HTML colors to/from RGB tuples If you have colors in a number of formats (html-style #RRGGBB, rgb-tuples (r, g, b), and PIL-style integers) this script allows you to convert the colors between various formats. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): HTML colors to/from RGB tuples Download

1 2 3 4 5 >