CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - prime number

搜索资源列表

  1. Primes2

    0下载:
  2. 基于java的哥德巴赫猜想算法的实现,验证任何大于5的奇数都可以表示为3个素数之和。-Java Goldbach Conjecture algorithm-based implementation to verify any odd number greater than 5 can be expressed as three prime numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:614
    • 提供者:李达夫
  1. C-yuyan

    0下载:
  2. 判断101-200之间有多少个素数,并输出所有素数。-Judgment 101-200, the number of prime numbers, and output of all prime numbers.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1419
    • 提供者:daming
  1. C

    0下载:
  2. 如何用C语言筛选法判断质数 比如输出 2 质数 4 合数 0 0代表程序的结束,如果输入不是零,程序可以继续打入数字判断 -How to use C language such as screening method to determine prime numbers prime numbers 2, 4-output number 00 on behalf of the end of the program, if the input is not zero,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:540
    • 提供者:liyang
  1. calculate2

    0下载:
  2. 数学计算工具,可计算任何数的阶乘,最大公约数,最小公约数,显示任何数是否是素数,显示菲波拉契数列的前N项,对任意十个数进行排序-Mathematical tools, calculates the factorial of any number, the common denominator, the minimum divisor, display any number whether it is prime, show Feibo Appalachian series before the
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1196
    • 提供者:meijiao
  1. Desktop

    0下载:
  2. /* Program to find whether the given number is a Prime or not*/- /* Program to find whether the given number is a Prime or not*/
  3. 所属分类:File Formats

    • 发布日期:2017-12-09
    • 文件大小:10578
    • 提供者:Shankar
  1. Fermat

    0下载:
  2. Fermats test to check for primality. Code is in java. takes a e=random number and gives whether it is prime or not.
  3. 所属分类:CA program

    • 发布日期:2017-11-08
    • 文件大小:673
    • 提供者:kodaman
  1. rsa

    0下载:
  2. RSA 金鑰 用以下的方式來產生一個公開金鑰和一個私密金鑰: 1. 隨機選擇兩個的質數p和q,p不等於q,計算N=p*q。 2. 選擇一個整數e,e與(p-1)*(q-1)互質,並且e小於(p-1)*(q-1) 。 3. 求一個值 d,d<(p-1)*(q-1),且(d*e)除以((p-1)*(q-1)) 的結果,其餘數為 1。 4. 將p和q的記錄銷毀。-RSA keys in the following way to generate a public key an
  3. 所属分类:JavaScript

    • 发布日期:2017-11-14
    • 文件大小:369239
    • 提供者:vicky
  1. 求s=a+aa+aaa+aaaa+aa...a的值

    0下载:
  2. 题目8:求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。例如 2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 -Title 4: a positive integer decomposition of prime factors. For example: input 90, print out 90 = 2* 3* 3* 5. Title 8: o s = a+ aa+ aaa+ aaaa+ aa
  3. 所属分类:其他小程序

    • 发布日期:2017-10-31
    • 文件大小:2687
    • 提供者:崔嬴
  1. 寻找梅森素数的程序

    0下载:
  2. 本程序是一个寻找梅森素数的程序,通过本程序可以很快地判断一个数字是否是梅森素数。-This procedure is a find Mersenne primes program through this program, you can quickly determine whether a number is a Mersenne prime.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-11-01
    • 文件大小:544
    • 提供者:forevercd
  1. New_RSA

    0下载:
  2. 一种改进的RSA算法。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。-An improved RSA algorithm. RSA public key encryption algorithm is the most influential, and it can resist all so
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:13878
    • 提供者:ibmis
  1. 12-5

    0下载:
  2. 判断完数,判断质数,求阶乘,判断字符,输出菱形-Judge finished number to determine prime numbers, factorial judge character, output rhombus
  3. 所属分类:Database system

    • 发布日期:2017-12-02
    • 文件大小:1448
    • 提供者:李斌
  1. sushu

    0下载:
  2. 用于判断一个数是否为素数的matlab源代码-Matlab source code used to determine whether a number is prime
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:372727
    • 提供者:nameswokao
  1. Goldbach-Guess

    0下载:
  2. 验证歌德巴赫猜想 puts("=== === === === === === === === === === ") puts("|| This program will verify the Goldbach Guess. ||") puts("|| That is any positive even number can be broken up into ||") puts("|| the sum of two prime numbers. ||") p
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1024
    • 提供者:fei
  1. heshufengjie

    0下载:
  2. 请输入一个合数,把它分解为数个质数相乗的形式,并显示!-Enter a composite number, it is decomposed into prime numbers multiplied form
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:4766
    • 提供者:黎冬园
  1. C-language-and-a-classic-code

    0下载:
  2. 该资源有28个经典的C语言代码,包括两数交换、考试成绩转换成等级分、判读闰年、求平均、求最大值、求最小值、统计个数、最大公约数、求 n 的阶乘、打印九九乘法表、求 100 以内的素数、求水仙花数、用函数求 x 的 n 次幂-28 classic C language code of the resource, including the exchange of two numbers, test scores convert level interpretation of the leap ye
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:4885
    • 提供者:张达
  1. GeDe

    0下载:
  2. 验证哥德巴赫猜想 哥德巴赫猜想如下:1.任何大于2的偶数都可以表示为两个素数之和;2.任何大于5的奇数都可以表示为3个素数之和。-Validation goldbach conjecture goldbach conjecture as follows: 1. No more than 2 even can be expressed as the sum of two prime Numbers 2. No more than 5 odd number can be expressed as
  3. 所属分类:JavaScript

    • 发布日期:2017-11-02
    • 文件大小:3515
    • 提供者:储兔子
  1. Miller-Rabin_primality_test_(Java)

    0下载:
  2. Miller Rabin:Just like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that we want to test for primality.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-07
    • 文件大小:2240
    • 提供者:deitel10
  1. RSA

    0下载:
  2. 该程序使用RSA公钥算法实现了对一个字符串的加密和解密功能。其中,采用欧几里德算法(即辗转相除法)来判断两个数是否是素数。另外,使用菜单选项来选择当前是要“加密”还是“解密”。-The program use RSA public key algorithm is presented for a string of encryption and decryption function. Among them, the Euclidean algorithm (namely division al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:222759
    • 提供者:xiaoyezi
  1. qiuzhishu

    0下载:
  2. 一个求指定数以内的质数的函数,自己编写的,希望能帮助大家-A specified number within the prime function, the preparation of their own, hoping to help you
  3. 所属分类:ComboBox

    • 发布日期:2017-11-07
    • 文件大小:1110468
    • 提供者:杨业
  1. c-program-100-exmples

    0下载:
  2. c语言若干个经典的程序案例,包括菲比那切数列问题,鸡兔同笼问题,素数问题,闰年问题,水仙花数问题,完数问题-c language a number of cases of classic program, including Phoebe that cut the number of columns of the problem, chickens and rabbits with cage problem, prime numbers, the leap year problem, daffo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2741
    • 提供者:狗蛋
« 1 2 ... 26 27 28 29 30 3132 33 34 »
搜珍网 www.dssz.com