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

搜索资源列表

  1. calc20source

    0下载:
  2. 开发的科学计算器源代码,包括大数运算/级数/-development of the scientific calculator source code, including large numbers Operational / series / etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:74350
    • 提供者:邱卫国
  1. RSA RSA公钥加解密算法源码

    1下载:
  2. RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。-RSA public key encryption algorithm source code, VC++ language development, can generate up to 1024-bit key pair, which contains large numbers operation classes can be directly transplanted to
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:19496
    • 提供者:wangrui
  1. RSA1 用RSA算法实现加解密的功能

    0下载:
  2. 用RSA算法实现加解密的功能,可支持128-2048位,RELEASE版本,无问题。还有可支持大数运算的计算功能-RSA encryption algorithm with the functionality to support 128-2048 bit, RELEASE version, no problem. There can support large numbers of computing operations
  3. 所属分类:加密解密

    • 发布日期:2017-05-20
    • 文件大小:5671925
    • 提供者:张友乔
  1. BigInt.rar

    2下载:
  2. 大数运算库源文件:BigInt.cpp 作者:afanty@vip.sina.com 版本:1.2 (2003.5.13) 说明:适用于MFC,1024位RSA运算,Large numbers computing library source files: BigInt.cpp Author: afanty@vip.sina.com Version: 1.2 (2003.5.13) Descr iption: applicable to MFC, 1024 bit RSA operatio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-22
    • 文件大小:5571
    • 提供者:梁增健
  1. miracl.zip

    0下载:
  2. 大数运算库,Treasury operations of large numbers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1490093
    • 提供者:
  1. RSA_Dll

    0下载:
  2. 利用MIRACL大数运算库实现的RSA加密的动态链接库,读者在编译时需要重新加载MIRACL库。-MIRACL library to use computing to achieve large numbers of RSA encryption dynamic-link library, readers need to reload when compiling MIRACL library.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:147269
    • 提供者:gengqin
  1. ecdsa

    1下载:
  2. 用于ECC公钥密码算法的大数运算库,可以实现大数的加,减,乘,除等运算,也作了一些DSA签名等实例-the big number computing for ECC algorithm and some examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:16795
    • 提供者:hanyu
  1. afanty_Bigint

    0下载:
  2. 这是关于大数运算的程序,用vc开打的。可以计算加减乘除。-This is the operator on the large numbers of procedures, with the start vc. Calculation can be calculated.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2883
    • 提供者:wangyanwen
  1. DH

    0下载:
  2. DH简单的密钥交换,暂时不支持大数运算,MFC编译后的-Simple DH key exchange, do not support the operation of large numbers, MFC compiled
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:2278
    • 提供者:陈力
  1. bit_array

    0下载:
  2. 用uncharge类型实现的数组,对大数运算时,由于本身比较节省空间,可以发挥更大的空间优势,但时间上会有点-bit_array, help to computing big number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5941
    • 提供者:
  1. SDL_1_1_alpha

    0下载:
  2. 简单的C++计算库.其中实现了矩阵运算,大数运算.矩阵处理中使用lazy calculate,并且封装常见算法,可以将普通matlab程序用SDL改写.-Easy calculation of the C++ library. One of implementation of matrix operations, computation of large numbers. Matrix deal with the use of lazy calculate, and packaging comm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:225584
    • 提供者:白良
  1. large

    0下载:
  2. 大数的加减乘除运算 ,完成上百位数的加减乘除-Addition and subtraction, multiplication and division of large numbers computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3299
    • 提供者:王飞
  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. RSA VC++实现,包括大数运算和RSA详细实现-The Designing of RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:78195
    • 提供者:花岭
  1. dashuyunsuan

    0下载:
  2. 超级大数运算源代码,VC可以直接编译运行,有bug请告诉我,多谢支持-first project,please download it
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2618
    • 提供者:zhaozhibin
  1. PLUS

    0下载:
  2. MFC实现加法器,优化了界面,可实现大数运算,并且有初始设定-MFC achieve plus device
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:224603
    • 提供者:weinan
  1. LargeIntegerOperation

    0下载:
  2. 数制转换和运算方法。用Java语言编写一个十六进制大数运算程序 -Number system conversion and computing methods. Java language using a hexadecimal calculation procedures of large numbers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2940
    • 提供者:LIly
  1. WinNTL-5_5_2

    0下载:
  2. NTL 大数运算库 专门RSA等加密算法运算库-Large numbers operator NTL library dedicated RSA encryption algorithm such as library operations
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:834631
    • 提供者:hou
  1. large_number

    0下载:
  2. 这是大数运算的一个基于visual c++6.0的程序,希望能够对您有所帮助-This is the computation of large numbers based on a visual c++6.0 program, hoping to help you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:28647
    • 提供者:沧海
  1. dashuyunsuanyuanma

    0下载:
  2. 实现了大数运算的加减乘除运算,其中除法最后参数为余数,返回值为除法结果-Achieved computing addition and subtraction multiplication and division operations of large numbers, including division over the last parameter is the number of results returned a value of division
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2552
    • 提供者:刘德坤
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com