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

搜索资源列表

  1. suan_fa

    0下载:
  2. 要实现的功能: 1.常用算法(求n阶乘、排序、求n~m的和、找素数) 2.数据录入(学生数据录入、名片录入) 3.组件使用(音乐浏览、学生档案、作者选择) 4.退出-Function is to be achieved: 1. Commonly used algorithm (for n factorial, sorting, and n ~ m and, to find prime numbers) 2. Data Entry (student data entry, c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:44780
    • 提供者:一心
  1. visual-cpp

    0下载:
  2. 文件设计了各种C++的常用经典算法,是C++设计开发人员应该认真学习的基础提升资料:最大公约数,素数,排序-Document the design of a variety of commonly used C++ classical algorithm, is C++ design and development staff should be the basis of careful study and enhance the information: the common denomina
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:15017
    • 提供者:洛江
  1. PRIME

    0下载:
  2. 在密码学中判断一个数是否为素数很重要 该算法判断一个数是否为素数 c语言实现-Cryptography judged in a number of prime numbers is very important for the algorithm to determine whether a number of prime numbers c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1221037
    • 提供者:周勇
  1. finitecal

    1下载:
  2. 本程序设计了一个有限域类,可以提供GF(P)[P为素数]上的矩阵运算,特别通过欧几里德算法提供了多项式的有限域矩阵逆运算。-This procedure designed a type of finite fields can be GF (P) [P for prime] on matrix calculation, in particular through the Euclidean algorithm provides a finite field polynomial matrix i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:小陈
  1. Multiplicativefunction

    0下载:
  2. 这个文件主要介绍了3算法 1线性时间筛素数 2线性时间求前n个数的欧拉函数值 3线性时间求前n个数的约数个数 并附有实现的C++代码 -This paper introduces a linear time algorithm for three sieve prime number 2 for linear time ago n the number of Euler function value of 3 for linear time about the number
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7343
    • 提供者:许进
  1. RSA1

    0下载:
  2. 通过判断素数,根据公式自动生成公钥私钥,输入明文,生成密文,实现RSA加密及解密算法-Through to determine prime numbers, according to the formula automatically generate a public key private key, enter the explicit, to generate ciphertext, the realization of RSA encryption and decryption algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:778
    • 提供者:赵文娟
  1. Miller-Rabin

    0下载:
  2. Miller-Rabin算法 随机算法 求素数-Miller-Rabin Ramdom Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:119199
    • 提供者:zhuo
  1. prime

    0下载:
  2. 找n以内的素数的程序,算法复杂度O(n^0.5)-Find the prime numbers below n, the efficiency of the program is O(n^0.5).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:520
    • 提供者:自由民
  1. sscs

    0下载:
  2. 描述和实现了信息安全中多种加密算法用到的素数测试算法。-Described and the achievement of a wide range of information security in the encryption algorithm used in prime number testing algorithm.
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:1924405
    • 提供者:林若辰
  1. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3319493
    • 提供者:rock
  1. flysf

    1下载:
  2. 这个傅立叶实例算法使用了基2、基3、基4、基5、基8、基10……混合算法,几乎可以计算任意长度的FFT。说明白点也就是当序列长度n为2、3、5、7、11等这些比较小的素数时,或者n的最大素因数<=37时,可计算这个序列的FFT。-The Fourier algorithm uses an instance of the base 2, base 3, base 4, base 5, base 8, base 10 ... ... hybrid algorithm can calculate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:40201
    • 提供者:169
  1. prime

    0下载:
  2. 求素数 求模 一些关于关于加密的基本算法,自带数据的,希望修改后使用-prime
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:2348
    • 提供者:pan zj
  1. Miller-Rabin

    0下载:
  2. 用Witness2实现Miller-Rabin算法,主程序循环5—20次,看在100,000—200,000之间有多少个数被判为素数-With the Miller-Rabin algorithm to achieve Witness2, the main program loop 5-20 times, to see how many in number between 100,000-200,000 convicted of prime
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4357
    • 提供者:randoll
  1. ACM_fuction

    0下载:
  2. acm 常用函数,如数学问题,高精度算法,快速傅里叶算法,字符串问题,LCS,几何问题,图论,Dijkstra,Prim,Floyd,数论,素数筛选等-fuctions of acm
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 使用Eratosthenes算法编写程序,求20000以内的素数,每隔500为一个测试点,每个测试点计算五次,记录每次的运行时间求平均值,结合计算机硬件配置以及运行时间随数据规模的增大的变化情况分析计算机性能。-To write programs using the Eratosthenes algorithm, find the prime numbers less than 20,000, every 500 to a test point, the calculation for each
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:936575
    • 提供者:康丽丽
  1. 200601220942288253

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。   ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算   a = g^k ( mod p )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2521051
    • 提供者:崔光涛
  1. findpairsofprimenumbers

    0下载:
  2. 算法设计\程序设计方法学\寻找素数对\C++实现\只有代码-Algorithm Design \ Programming Methodology \ to find pairs of prime numbers \ C++ implementation \ only the code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:15772
    • 提供者:John
  1. MC_Prime

    0下载:
  2. 用Monte Carlo算法测试素数的实验程序,附有实验报告对程序做详细说明。-With the Monte Carlo algorithm for testing primes experimental procedure, experimental report with a detailed descr iption of the process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:219902
    • 提供者:minipuss
  1. RSA

    0下载:
  2. 实现RSA密码体制实验 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。 -Achieve the RSA cryptosystem- an experiment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:7393
    • 提供者:zhang liang
  1. RSA-yuan

    0下载:
  2. rsa可实现的源程序1 编写程序构造一RSA密钥;编写程序实现快速指数算法;编写程序生成大素数;实现RSA密码体制。-rsa source code enables a programming construct an RSA key write a program for rapid index algorithm write programs generate large prime numbers to achieve RSA cryptosystem.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:219588
    • 提供者:zhang liang
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com