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

搜索资源列表

  1. RSA(3)

    1下载:
  2. RSA加密算法的实现 2^1024大的素数实现-implement the RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:3461665
    • 提供者:runnery
  1. nc.jar

    0下载:
  2. Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:295557
    • 提供者:shane liu
  1. Locksoft

    0下载:
  2. 文件包括rsa算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。-Rsa algorithm for the original documents, including procedures and detailed notes. 1024 can be achieved over the use of large prime numbers for encryption an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:152772
    • 提供者:易天行
  1. RSA56778

    0下载:
  2. 用VC实现的rsa加密解密算法,本人经过测试,可以 直接使用 生成任意多位和任意多个的大素数,十六进制表示 -VC achieved using rsa encryption and decryption algorithm, I tested and can be directly used to generate any number and any number of large prime numbers, hexadecimal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:50618
    • 提供者:易守旺
  1. rsa

    0下载:
  2. 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制 -1, the preparation of procedures for constructing a RSA key 2, the preparation of procedures for fast index algorithm 3, the preparation process to generate large prime numbers 4, t
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:20694
    • 提供者:
  1. 5_prime_algorithm_compare

    0下载:
  2. 5种N自然数内素数算法速度比较 第一个是普通的筛选法处理,基本1000以后就挂了-5 kinds of natural number N with the rate of prime number algorithm
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-08
    • 文件大小:2631
    • 提供者:knate
  1. prime

    0下载:
  2. 高效求素数算法!用6n大筛子的方法,具体看附件!-primer algorithms
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:5157
    • 提供者:飘啊飘
  1. random

    0下载:
  2. 含有随机算法,素数测试,求最近点对的随机算法-Contains a random algorithm, prime number test, seek the nearest point of the random algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:73967
    • 提供者:winnershu
  1. RSA

    1下载:
  2. RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:82096
    • 提供者:jhp627
  1. BigPrimerGen

    0下载:
  2. 大数的运算的类和大素数生成的算法,用C++实现。-Big number computing and big primer generating algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:11865
    • 提供者:changzhe
  1. RsaPublicKey

    0下载:
  2. RSA公钥算法 随机选取大素数,用于密钥加解密,公钥是公开的,私钥自己保存-RSA PublicKey
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:4226
    • 提供者:wangyu
  1. PrimeTest

    0下载:
  2. 对素数进行测试,一些测试素数算法的代码,对素数进行测试,一些测试素数算法的代码-To test for prime numbers, prime number test algorithm code to test for prime numbers, prime number test algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1133470
    • 提供者:cloutar
  1. Desktop

    0下载:
  2. 利用C++最简实现素数算法,在时间和空间上均比其他算法要优异-In c++ language based on the most Jane realize primes algorithm, in time and space are to optimize than other algorithms
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:13054
    • 提供者:langer
  1. prime4

    0下载:
  2. 使用pthread多线程库实现筛法生成素数算法,生成1-n内素数后,可以分段生成n+1-n^2内的素数。-Pthread multithreading library sieve method to generate primes algorithm to generate 1-n primes segment to generate n+1-n ^ the primes 2 within.
  3. 所属分类:MPI

    • 发布日期:2017-11-12
    • 文件大小:2324
    • 提供者:juncheng
  1. code

    0下载:
  2. 几大经典的数论计算机算法实现,其中有经典的模取幂和素数算法-Several major classical number theory computer algorithms, including the classic mold to take power and primes algorithm
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:5033
    • 提供者:李晓东
  1. math

    0下载:
  2. 提供欧几里得算法、扩展欧几里得算法、求素数算法、高斯消元算法-Provide the Euclidean algorithm, the extended Euclidean algorithm, the algorithm for prime numbers, Gauss elimination algorithm etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4912
    • 提供者:Lu lu
  1. gailvsuanfa&jiaofushi

    0下载:
  2. 计算理论导引第二版中的交错式(交错式图灵机)、概率算法(BPP类、素数性)内容概述(An overview of interleaved (interleaved Turing machines) and probabilistic algorithms (BPP class, prime number) in the second edition of computational theory)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:299008
    • 提供者:jinyuliyu
  1. C语言实现的算法

    0下载:
  2. 有几个非常常用的算法比如判断是否是闰年,求三个数的最大数,判断是否是素数,输出矩阵,(There are several very common algorithms, such as whether it is a leap year, the maximum number of three numbers, to determine whether the prime number, the output matrix,)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-24
    • 文件大小:21504
    • 提供者:花之灵
  1. fault

    0下载:
  2. 本算法为求解素数的较好代码,目前,较通用的算法时间复杂度通常为On n,本文利用双向链表实现了时间复杂度为On的算法()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:10240
    • 提供者:dwegnt
  1. 83011586

    0下载:
  2. 以模6为基本的素数算法,从事软件开发,算法设计工程师()
  3. 所属分类:图形图象

    • 发布日期:2018-01-10
    • 文件大小:147456
    • 提供者:sumyblic
« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com