Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat. (WinForms)
-
Updated
Sep 19, 2018 - C#
Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat. (WinForms)
Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat. (WinForms)
Prime-Generator Csharp
Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat.
Brute Force Methode über 20 Stellen möglich. Parallel.For Methode.
Permutable Prime A permutable prime is a prime number of two or more digits that remains prime with every possible rearrangement of the digits. For example: Input: 79 Output: true (79 and 97 are both primes) Input: 127 Output: false Input: 337 Output: true (337, 373 and 733 are primes) Write a program to check if the user input is a permutable p…
A complete implementation of the RSA algorithm in pure C#
C# dilinde Windows Form kullanarak hazırladığım Prime Swing Factorial Algoritmasına göre hesap yapan masaüstü uygulaması
1. 1(3)+2(3)+3(3)+...n find sum series
primality test (Miller Rabin) implement by c#, transplantation from https://github.com/coapp-packages/mpir
Contains some functionality regarding primes and base-n representation of numbers.
Primzahlen Suchen mit den Formeln der Mathematiker: - Pierre de Fermat und - Joseph-Louis Lagrange
Fast, hybrid, probabilistic, cryptographically-random, equi-distributed C# prime finding application
Add a description, image, and links to the prime topic page so that developers can more easily learn about it.
To associate your repository with the prime topic, visit your repo's landing page and select "manage topics."