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

Dividing Integers software
Filter: All | Freeware | Demo
 

Dividing Integers

1 2 3 4 5 > 

Converts between decimal integers to multiple based numbers DEC2MBASE: converts decimal integers to multiple based numbers.MBASE2DEC: the inverse function of DEC2MBASE.Two corresponding html documents are also supplied for detailed documentation.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Converts between decimal integers to multiple based numbers Download

Added: September 14, 2013 | Visits: 367

Chinese Remainder Theorem for integers (simple) A simple version of the Chinese Remainder Theorem for integers.A reference that was useful for this implementation was written by Vicky Neale, University of Cambridge and can be found here: http://nrich.maths.org/5466.





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Chinese Remainder Theorem for integers (simple) Download

Added: July 25, 2013 | Visits: 416

Get binary volumes from a volume of labels / integers Creates a set of binary volumes from a volume of labels (integers value)When using label volumes (volumes with regions defined by integers), it is sometimes useful to obtain the binary volumes of each region for further processing or to calculate statistics. This program takes as an input a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (45): Get binary volumes from a volume of labels / integers Download

Added: January 03, 2010 | Visits: 1.462

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

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

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: July 14, 2013 | Visits: 334

modinv(x, N) Using variable precision integers, computes y such thatmod(x*y, N) == 1 is TRUE.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): modinv(x, N) Download

Added: June 08, 2013 | Visits: 328

GeneralizedFibonacci.m For fixed integers a and b with D = a^2 + 4*b positive, the sequence U_n = GeneralizedFibonacci(n,a,b) satisfies the recurrence U_n = a U_{n-1} + b U_{n-2} with initial conditions U_0 = 0 and U_1 = 1. If a=b=1, this is the Fibonacci sequence.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): GeneralizedFibonacci.m Download

Added: August 10, 2013 | Visits: 292

GeneralizedLucas.m For fixed integers a and b such that D = a^2 + 4*b is nonnegative, the sequence V_n = GeneralizedLucas(n,a,b) satisfies the recurrenceV_n = V_{n-1} + V_{n-2} and the initial conditions V_0 = 2 and V_1 = a. When a=b=1, this is the Lucas sequence.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): GeneralizedLucas.m Download

Added: June 29, 2013 | Visits: 294

isodd Determines if a number is odd or even by dividing the number by two an seeing if the number is an integer.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): isodd Download

Added: June 04, 2013 | Visits: 475

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 01, 2013 | Visits: 425

Generate uniform pseudo-random integers from linear range RAND_INT(R,N) returns an n-by-n matrix containing pseudo-random integer values from range R.Function that uses RAND to generate random integers in the specified linear range, as follows:result = floor(a + (b-a+1).* rand(N)),where specified range is [a b]-----Please note: There are lots of ways to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate uniform pseudo-random integers from linear range Download

Added: July 20, 2013 | Visits: 281

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: July 17, 2013 | Visits: 552

TabGroups Manager "TabGroups manager" helps the management of tabs by dividing and organizing tabs into Groups. "GroupBar" is displayed above tab bar. You can easily manage a lot of tabs by storing tabs in each Groups that exists in GroupBar. The Group can hibernate. Because only minimum information is preserved...


Platforms: Mac

License: Freeware Size: 204.8 KB Download (41): TabGroups Manager Download

Released: November 01, 2003  |  Added: June 19, 2006 | Visits: 2.828

Numberator Convert currency and integers into word. support 17 languages and 93 countries. - Translate integers into words in the range of zero to 999,999,999,999,999 - Translate currency into words in the range of zero to 999,999,999,999,999.99 - Translate Integers and currencies from clipboard: Copy...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 542 KB Download (114): Numberator Download

Added: March 14, 2006 | Visits: 3.768

DVD Audio Files Splitter DVD Audio Files Splitter is a software designed for dividing an Audio file into smaller files according to the user- specified time intervals. DVD Audio Files Splitter deals with DVD-compliant Audio file formats. Those formats are: AC3, DTS, WAV (PCM), MPA. There are two main modes in the...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 676 KB Download (532): DVD Audio Files Splitter Download

Added: August 30, 2008 | Visits: 967

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 15, 2008 | Visits: 832

PanIntegers Software for the teaching and learning of integers including addition, subtraction, multiplication, division, order of calculations, removal of brackets adn simple indices. Tutorial sessions include graphics and animation. It can generate hundreds of sums for drills. It marks automically and can...


Platforms: Windows

License: Shareware Cost: $12.00 USD Size: 3 MB Download (96): PanIntegers Download

Added: August 19, 2008 | Visits: 1.029

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

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


Platforms: Windows

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

1 2 3 4 5 >