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

搜索资源列表

  1. primes50

    0下载:
  2. 产生大质数的算法,可以很好地研究密码学领域和数论领域的知识~ -The algorithm generates a large prime number, can be a good field of cryptography and number theory research knowledge in the field- have a large prime number algorithm, can be a good field of cryptography and number t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1839855
    • 提供者:weiqwen
  1. mode

    0下载:
  2. 进行大整数的素数分解,当中仅适用了前6个素数-The prime number decomposition of large integer, which applies only to the first six prime numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:854
    • 提供者:zibin_lee
  1. 613

    0下载:
  2. 从文档中读入一个数字,判断这个给定的数字是否是质数。-judge wether a number is a prime number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1106
    • 提供者:蔡相芸
  1. c

    0下载:
  2. C语言的一些简单经常用到的小工具程序段,比如说冒泡排序,回文数,素数分解等等。-Some of the C language simple and often use the gadget program segments, such as bubble sort, palindrome number, prime number decomposition and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1152
    • 提供者:江迪
  1. 5_3

    0下载:
  2. 编程习题:C语言 验证求素数公式p=n的平方+n+41-Validation seeking the prime number formula p =
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:139727
    • 提供者:bh
  1. segmentedsieve

    0下载:
  2. Prime number genarating algorithm based on segmenting the sieve.It generates prime no from 1 to a given range.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1212
    • 提供者:kousik_ju
  1. RSA

    0下载:
  2. 一个RSA的源代码,能够生产大素数密钥,并且能够加密字符串-An RSA source code, which can generate a large prime number keys and the encrypted string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:2008880
    • 提供者:wuga
  1. RSAUti

    0下载:
  2. 一个完整的RSA加密代码,能够实现加解密文字,能够实现大素数的生成-A complete RSA encryption code, can realize the encryption and decryption text, can realize the generation of big prime number
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:4088850
    • 提供者:wuga
  1. ThreadingPrimeNumber

    0下载:
  2. evaluate prime number with use of multitreading
  3. 所属分类:.net

    • 发布日期:2017-04-15
    • 文件大小:6743
    • 提供者:h.amiri
  1. CH9

    0下载:
  2. The coefficient of a term may be any number from a specified set. If that set is the set of real numbers, we speak of "polynomials over the reals". Other common kinds of polynomials are polynomials with integer coefficients, polynomials with complex
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:60389
    • 提供者:Alan
  1. sss_fix

    0下载:
  2. 秘密共享算法程序,带有素数判断头文件,主程序中为了简化没有使用。-Secret sharing algorithm program with the prime number judgment header files, and does not use in order to simplify the main program
  3. 所属分类:Data structs

    • 发布日期:2017-06-02
    • 文件大小:14420216
    • 提供者:刘建
  1. dasushu

    0下载:
  2. rsa 大素数生成算法和说明 基于MATlAb-rsa large prime number generation algorithm and instructions Based on Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:38466
    • 提供者:李龙飞
  1. main

    0下载:
  2. 回文素数(回文数——从左到右和从右到左是看一样的;素数——指在一个大于1的自然数中,除了1和此整数自身外,没法被其他自然数整除的数。) -Prime Palindromes(The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backward). Write a program
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:864
    • 提供者:zhengkaiping
  1. PrinmeNumber

    0下载:
  2. 判断输入的数字是否为素数。java开发,判断一个数是否为素数,输入数字,输出其是否为素数-input a number,the programme will see if it s a prime number,and output the result.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2462
    • 提供者:王恒
  1. gy

    0下载:
  2. 在数学上,一个素数(或首相)是一个具有完全两个不同的自然数的约数:1和它本身的自然数。在许多情况下,它是不够的知道一个数是否是素数,有时,你需要知道它的因素。每大于1的正整数可以表示为一个素数的乘积。这种分解是唯一的,被称为因式分解。例如,60号可以分解成因素2×2×3×5,每个黄金。请注意,同总理可以不止一次出现在分解。请注意,同总理可以不止一次出现在分解。写一个程序,以显示一个数字n的素因子分解。-In mathematics, a prime number (or a prime) is
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:5721
    • 提供者:王子正
  1. Fund1

    0下载:
  2. 显示1-20内的素数,更改数组大小,可以改变范围-Display within the 1-20 prime number, change the array size, you can change the scope of
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1886222
    • 提供者:
  1. guss--primes

    0下载:
  2. java编写的一个猜素数的小程序,输入一个整数,判断是否是素数-java write a small program to guess primes, enter an integer to determine whether the prime number
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:2698
    • 提供者:王维
  1. sushu

    0下载:
  2. 在RSA加密中,本文件实现的判断一个数是否是素数。-In the RSA encryption, to determine whether a number is prime number.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:911716
    • 提供者:袁鹏
  1. primejudge

    0下载:
  2. 筛选法法输出素数表,-到100000以内的素数,方便更改-Filter the the fafa output prime number table,- the prime numbers less than 100,000, to facilitate change
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:194005
    • 提供者:赵天龙
  1. tiodhc

    0下载:
  2. 输出1010与10000之间的4未偶数,100和200之间的素数-Output 1010 and 10000 between the four is not even prime number between 100 and 200
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:618
    • 提供者:何何
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 34 »
搜珍网 www.dssz.com