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

Primes freeware
 

Primes

Added: October 18, 2006 | Visits: 3.449

CFB Primes CFB Primes is an optimised PalmOS program which can find the prime factors and closest primes of any integer number up to one billion (US) in a few seconds or less. The standard edit menu allows you to make use of the results in other applications. CFB Primes is available free of charge.



Platforms: Palm OS

License: Freeware Size: 5 KB Download (309): CFB Primes Download

Added: May 10, 2013 | Visits: 383

Sieve of Eratosthenes This script computes an infinite sequence of primes using simple generators. A Python dictionary is used to mark multiples of the generated primes, according to the Sieve of Eratosthenes.





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

License: Freeware Download (53): Sieve of Eratosthenes Download

Added: November 28, 2013 | Visits: 291

CWPSieve CWPSieve is a CUDA-accelerated sieving program for Generalised Cullen and Woodall primes (n.b^n +/- 1). It is written by Ken Brazier, with the Mac port by Iain Bethune. CWPSieve is used by PrimeGrid's Cullen/Woodall (Sieve) sub-project.


Platforms: Mac

License: Freeware Size: 337.92 KB Download (41): CWPSieve Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 453

Apurba Prime A Visual Basic application that resolves any given composite number (up to 999999999) into prime factors, gives list of primes up to 214749239, and counts primes between two given numbers (within 214749263). Form ?Euclid?: resolves any given composite number (up to 999999999) into prime factors....


Platforms: Windows

License: Freeware Size: 80 KB Download (45): Apurba Prime Download

Added: July 06, 2013 | Visits: 308

Genefer Genefer is a program for finding large Generalised Fermat Primes (b^2^n+1), originally written by Yves Gallot in 2001. It has since been updated by David Underbakke and Mark Rodenkirch to provide checkpointing and other features. In addition, David and Mark developed two new versions of Genefer -...


Platforms: Mac

License: Freeware Size: 20.48 KB Download (41): Genefer Download

Added: July 17, 2013 | Visits: 414

Primesieve primesieve is a free software program and C++ library that uses a highly optimized implementation of the sieve of Eratosthenes to generate prime numbers and prime k-tuplets (twin primes, prime triplets, ...) in order up to 2^64 maximum.


Platforms: Mac

License: Freeware Size: 5.16 MB Download (38): Primesieve 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: March 26, 2010 | Visits: 838

Language::Functional Language::Functional is a Perl module which makes Perl slightly more functional. SYNOPSIS use Language::Functional :all; print The first ten primes are: , show(take(10, filter { prime(shift) } integers)), "n"; Perl already contains some functional-like functions, such as map and grep. The...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): Language::Functional 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: January 25, 2010 | Visits: 739

Factors Game This is an on-screen version of a game often played on middle school chalkboards. From a list of consecutive integers the student may pick any integer that still has factors "in play." The student gets that value added to his/her score, and the computer is awarded the value of all the factors of...


Platforms: Mac

License: Freeware Size: 229 KB Download (95): Factors Game Download

Added: January 25, 2010 | Visits: 786

Prime Number Generator This utility will interest you if you like to work with prime numbers. It has two modes. Mode A finds primes starting at a number of your choice. Mode B finds all primes between a start number and a stop number. It calculates and displays the time it takes to complete your request.


Platforms: Mac

License: Freeware Size: 2.5 MB Download (107): Prime Number Generator Download

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

Prime95 26.5 Build Prime95 is a program designed to be used to find Mersenne Prime numbers. Mersenne numbers can be proved composite (not prime) by either finding a factor or by running a Lucas-Lehmer primality test. Prime numbers have long fascinated amateur and professional mathematicians. An integer greater...


Platforms: Windows

License: Freeware Size: 3.7 MB Download (529): Prime95 26.5 Build Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 313

Jsymmetric Java implementation of the RSA cryptosystem. RSA is a splitkey cryptosystem developed by Rivest, Shamir, and Adleman @ MIT in '77. RSA is thought to be secure except by factoring large primes. Jsymmetric is more proof of concept than actually useful.


Platforms: Windows, Mac, Linux

License: Freeware Size: 49.1 KB Download (52): Jsymmetric Download

Added: May 10, 2013 | Visits: 444

RokTextile RokTextile is a Joomla! content mambot that provides Textile functionality for content. RokTextile uses TextilePHP by Jim Riggs of jimandlissa.com which in turn is a PHP implementation of the Textile shorthand syntax. Textile is used to create valid (X)HTML output without using HTML markup. It...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (52): RokTextile Download

Added: November 14, 2013 | Visits: 287

AP26 AP26 searches for Arithmetic Progressions of prime numbers. The code was written by Jaroslaw Wroblewski and Geoff Reynolds, with the Mac port by Iain Bethune. To date, the largest known progression contains 26 primes, and was found in 2010 by Benoat Perichon using the AP26 software as part of...


Platforms: Mac

License: Freeware Size: 348.16 KB Download (36): AP26 Download

Added: October 18, 2013 | Visits: 415

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: July 23, 2013 | Visits: 397

Java Algebra System Java Algebra System (JAS for short) is an object oriented, type safe and multi-threaded approach to computer algebra. JAS provides a well designed software library using generic types for algebraic computations implemented in the Java programming language. The library can be used as any other...


Platforms: *nix

License: Freeware Size: 23.39 MB Download (36): Java Algebra System Download