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

Greatest Common Factor Worksheets freeware
Filter: All | Freeware | Demo
 

Greatest Common Factor Worksheets

1 2 3 4 5 > 
Added: August 10, 2008 | Visits: 769

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



Platforms: Windows

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

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 720

Mathematics Tools Mathematics Tools is a tools that help people in solving Mathematical problems such as: - Solving quadratic equation and cubic equation - Solving System of equations (2 or 3 unknowns) - Working in the Base Number System - Practice: Calculate the value of PI using the Probability - Explore the...





Platforms: Windows

License: Freeware Size: 1.6 MB Download (523): Mathematics Tools Download

Added: September 13, 2010 | Visits: 1.198

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: April 22, 2010 | Visits: 1.000

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.051

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 (89): Math::BigInt Download

Added: April 13, 2010 | Visits: 1.936

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: January 03, 2010 | Visits: 1.454

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: December 26, 2013  |  Added: January 08, 2014 | Visits: 21.357

StroyCode Visual programming - create programs in a few clicks! StroyCode compiles ready to use programs (EXE), libraries (DLL), web applications (CGI). In addition, you can generate Pascal/Delphi projects and modules. Modules creation wizard helps you get started. For beginners and professionals. Compiler...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 3.5 MB Download (104): StroyCode Download

Added: June 03, 2013 | Visits: 365

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: October 18, 2013 | Visits: 412

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: June 06, 2010 | Visits: 1.458

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: November 08, 2010 | Visits: 1.088

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: February 09, 2010 | Visits: 1.116

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: November 18, 2010 | Visits: 1.224

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Added: April 13, 2010 | Visits: 1.092

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (94): Regexp::Common::time Download

Added: October 08, 2010 | Visits: 1.015

CMU Common Lisp CMU Common Lisp is a free implementation of the Common Lisp programming language which runs on most major Unix platforms. CMU Common Lisp project mainly conforms to the ANSI Common Lisp standard.. CMUCL is a high-performance, freeCommon Lisp implementation.


Platforms: *nix

License: Freeware Size: 3.44 MB Download (145): CMU Common Lisp Download

Added: July 31, 2013 | Visits: 1.565

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD.


Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

Added: November 26, 2010 | Visits: 1.318

Common Text Transformation Library Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. Common Text Transformation Library implementation is based on STL classes and algorithms. Concept of a substring plays major role in design of the text transformation...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): Common Text Transformation Library Download

Added: March 17, 2010 | Visits: 1.372

Ubuntu Common Hooker Ubuntu Common Hooker project aims to provide an interface for unknown file extensions to automatically install a certain packages when its called. Use cases Eduard is a schizophrenic, however his only obession and a way to calm him down is listening to "Veronika Plays Piano, volume 1" which...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (116): Ubuntu Common Hooker Download

Added: July 13, 2010 | Visits: 1.019

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

1 2 3 4 5 >