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

Gcd freeware
 

Gcd

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 13, 2010 | Visits: 1.205

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if... Platforms: *nix

License: Freeware Size: 4.1 KB Download (104): Math::Numbers 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

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 309

GeekCode Decrypter We at GCD are here to bring you ease in decoding your friends CRYPTIC GeekCode .signature files -=). Also sometime in the future we plan to eventualy start an ENCODER to help you even more! Platforms: Windows, Mac, Linux

License: Freeware Size: 22.62 KB Download (48): GeekCode Decrypter Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 464

Testimony Offline indexing tool for the GCD (Grand Comic Book Database). No longer in active development. Platforms: Windows, Mac, Linux

License: Freeware Size: 255.24 KB Download (49): Testimony Download

Added: May 10, 2013 | Visits: 640

Extended great common divisor function This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Extended great common divisor function Download

Added: May 22, 2010 | Visits: 1.057

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found... Platforms: *nix

License: Freeware Size: 194.56 KB Download (90): Math::BigInt Download

Added: April 13, 2010 | Visits: 1.942

BigInteger BigInteger is an arbitrary length integer extension module for Perl. SYNOPSIS use Math::BigInteger; The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library. The basic object in this library is a BigInteger.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): BigInteger Download

Added: June 04, 2010 | Visits: 741

rebot3.pl rebot3.pl renames MP3 files that you have grabbed from audio CDs with the track name, number, album, and/or artist. It does so by using either a remote CDDB server or a local CDDB created by cd (and other) players like xmcd, kscd or xmms. With rebot3.pl you can also add or remove ID3 (version 1)... Platforms: *nix

License: Freeware Size: 13.31 KB Download (100): rebot3.pl Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 509

ScriptBasic This is a free BASIC interpreter. Is it just another after the so many costly and free interpreters? Well, you can decide, here it goes: ScriptBasic implements a rich set of instructions that are available under Win32 as well as under Linux/UNIX. Programs written in ScriptBasic are portable... Platforms: Windows, Linux

License: Freeware Size: 4 MB Download (54): ScriptBasic Download

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

Mathomatic for Linux Mathomatic™ is a portable, command-line computer algebra system (CAS) written entirely in the C programming language. It is free and open source software (FOSS), published under the GNU Lesser General Public License (LGPL version 2.1). The software can automatically solve, differentiate,... Platforms: Linux

License: Freeware Size: 266 KB Download (535): Mathomatic for Linux Download

Added: June 03, 2013 | Visits: 369

Extended Euclidean Algorithm for polynomials over GF(2^m) Contains two functions. The one function computes the greatest common divisor (gcd) of two polynomials a(x) and b(x) over GF(2^m). The other function performs the extended Euclidean algorithm where two polynomials u(x) and v(x) is calculated in addition to the gcd of a(x) and b(x) such that gcd =... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Extended Euclidean Algorithm for polynomials over GF(2^m) Download

Added: September 07, 2013 | Visits: 466

Multiple-root polynomial solved by partial fraction expansion A given polynomial p(x) is transformed into a rational function r(x). The poles and residues of the derived rational function are found to be equivalent to the roots and multiplicities of the original polynomial. p(x) = Given polynomial = PROD[k=1:K]{(x - z_k)^m_k} d(x) = (d/dx)p(x) g(x) =... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Multiple-root polynomial solved by partial fraction expansion Download

Polynomial coefficient vector derived from sub-polynomial factors For given p(x) = PROD[i=1,m]{SUM[j=2,n+2]{(A(i,j)*x^(j-2))^A(i,1)}} we shall get p(x) = SUM[s=1,N+1]{p(s)^(N+1-s)} For example If p(x) = (x-4)^5 * (3x^6-7x^3+5x+2)^2 * (x^3+8)^3 * x^2 or A = [ 5 -4 1 0 0 0 0 0 2 2 5 0 -7 0 0 3 3 8 0 0 1 0 0 0 1 0 0 1 0 0 0 0 ] then from p = polyget(A) we get p =... Platforms: Matlab


Added: July 25, 2013 | Visits: 312

CRDatabase CRDatabase is an open source and experimental fork of EGODatabase, a thread-safe Objective-C SQLite wrapper (which uses some code from FMDB), where thread-safety is implemented via custom GCD queues. CRDatabase also has some asyncronious methods that use C blocks. Platforms: Mac

License: Freeware Size: 112.64 KB Download (39): CRDatabase Download

Added: September 24, 2013 | Visits: 284

DCTCoreData My additions to Core Data. DCTCoreData is my collection of extensions to Apple???*a*?s Core Data framework. IMPORTANT DCTCoreData 1.3 has a new API for data fetching. IMPORTANT DCTCoreData 1.2 has a new API for automated setup. WARNING DCTCoreData 1.1 moves the location of all of the classes... Platforms: Mac

License: Freeware Size: 40.96 KB Download (38): DCTCoreData Download

Added: August 18, 2013 | Visits: 276

CocoaHTTPServer CocoaHTTPServer is a small, lightweight, embeddable HTTP server for Mac OS X or iOS applications. Sometimes developers need an embedded HTTP server in their app. Perhaps it's a server application with remote monitoring. Or perhaps it's a desktop application using HTTP for the communication... Platforms: Mac

License: Freeware Size: 481.28 KB Download (49): CocoaHTTPServer Download

Added: June 08, 2013 | Visits: 462

ShockAndAwe ShockAndAwe displays timer bars for Shocks, Stormstrike, Windfury (internal CD), Maelstrom Weapon, Lava Lash, Feral Spirits, and your shield. It optionally shows number of orbs on left shield, stacks of MW, advises of next shock in rotation. It also shows a user configurable priority icon frame... Platforms: Mac

License: Freeware Size: 307.2 KB Download (33): ShockAndAwe Download

Added: October 18, 2013 | Visits: 417

Bit::Vector for Linux 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 new... Platforms: *nix

License: Freeware Size: 133.12 KB Download (40): Bit::Vector for Linux Download

Added: November 19, 2013 | Visits: 383

Math::GMPq Math::GMPq is a bigrational Perl module utilising the Gnu MP (GMP) library. Basically this module simply wraps all of the 'mpq' (rational number) functions provided by that library. The documentation below extensively plagiarises the GMP documentation (which can be found at http://gmplib.org).... Platforms: *nix

License: Freeware Size: 20.48 KB Download (41): Math::GMPq Download