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

搜索资源列表

  1. bgDiv

    0下载:
  2. 大数除法 用字符串表示 返回余数 范例程序-Division of large numbers with the return of more than string a few examples of that process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:46047
    • 提供者:齐达拉图
  1. RSAencryptonC

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3770978
    • 提供者:w
  1. RSA

    0下载:
  2. 用VC++写的RSA实现包括大数运算和RSA上线-The Research on designing and optimzing of RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:618586
    • 提供者:花岭
  1. shor

    0下载:
  2. 大数质因子分解的shor算法的在经典计算机上的模拟。shor算在量子计算计算机上能够在很短时间内分解大数的质因子,对现有的RSA系统是一种严重的威胁。-Factorization of large numbers of quality in the shor algorithm simulation on classical computer. shor computer operator in the quantum computation can be decomposed in a ver
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1964860
    • 提供者:zhouf
  1. cacl

    0下载:
  2. 这个简单的计算器能提供基本的加、减、乘、除四则运算,同时它还能识别为0的除数。还可支持12.365e+654的大数运算。-This simple calculator will provide the basic add, subtract, multiply, with the exception of four operations at the same time it can identify the divisor is 0. Can support large numbers of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:13000
    • 提供者:585
  1. dashuxiangcheng

    0下载:
  2. 大数相乘,c语言编写,有关的数据结构课程设计可以借鉴一下,-Multiplication of large numbers, c language, the curriculum design of the data structure you can learn from, huh, huh
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:619
    • 提供者:杨凌伟
  1. 090805

    0下载:
  2. 无限制大数四则运算,加法模块,其它模块尚未添加-Unrestricted operation of large numbers, adding modules
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:35523
    • 提供者:wwxjsoft
  1. C-rsa

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618250
    • 提供者:佘曼桂
  1. CSBigInteger

    0下载:
  2. 一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:14473
    • 提供者:ajtlnui
  1. factorial_list

    0下载:
  2. 实现大数阶乘(大于20以上的数)链表描述-Achieve the factorial of large numbers (more than 20 more than a few) list descr iption
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:558490
    • 提供者:彭少坤
  1. RandomInt

    0下载:
  2. 大数四则运算,实现加减乘除以及模运算,c++语言实验,比较实用-big number algorithm,add,minus,multiple and mod
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:273096
    • 提供者: 李好
  1. count

    0下载:
  2. 可以实现加减乘运算的大数运算器,操作数可长达10000位,使用作为文件输入输出-Addition and subtraction operations can be achieved by large numbers calculator, operands of up to 10000, using as a file input and output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:10777
    • 提供者:c
  1. ACM-reoprt

    0下载:
  2. ACM解题报告 第一题…… …… …… HDOJ 1011 (动态规划+路径拓扑) 第二题………………………… POJ 1007 (排序算法) 第三题………………………… HDOJ 1018 (大数运算) 第四题………………………… POJ 1011 (深度优先搜索) 第五题………………………… POJ 1032 (数学题) -Report of the First ACM solving problems ... ... ... ... ... ... ... .
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:70478
    • 提供者:upwinder
  1. factor

    0下载:
  2. 分解大数质因子的Shor算法的提出,对RSA公钥密码体系构成了很大的威胁,本程序实现2种算法的大数因子分解。-Decomposition of large number of quality factors in Shor algorithm proposed, on the RSA public key cryptography system constitutes a great threat, the program achieved two kinds of algorithm for
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:926
    • 提供者:vince
  1. Bigint

    0下载:
  2. 大数的高精度加减乘除(位数较多)-bigint
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:517728
    • 提供者:金辉
  1. RSAUtil

    0下载:
  2. rsa的算法,使用pgp的大数库,速度很快-rsa algorithm, the use of large numbers pgp library, very fast
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:86173
    • 提供者:佩雷拉
  1. BigInt_rsa

    0下载:
  2. 标准c语言大数运算函数库,并附应用实例rsa加密程序。参考afanty编写适用与MFC的BigInt库。-Standard library c language operator of large numbers, with application examples rsa encryption. Reference afanty prepared for the BigInt with the MFC library.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6922
    • 提供者:李抒昌
  1. HugeNumArithm

    0下载:
  2. 1024位大数的运算,包括加减乘除等运算,定义了一个类,对运算符进行了重载-1024 large numbers of operations, including addition, subtraction and other operations, define a class of operators were overloaded
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:408507
    • 提供者:hujif
  1. stringCalculate

    0下载:
  2. C++大数运算源码,支持+ - * /,支持带符号输入,无位数限制,真正大数计算-C++ source computing large numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:353409
    • 提供者:hu junqing
  1. DADASHU

    0下载:
  2. 大数加减乘除运算,自己查阅资料做的一个小东西,望指导。谢谢谢谢。。。。(A large number of add, subtract, multiply and divide operations)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:hjkasvfgdy
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com