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

搜索资源列表

  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3054
    • 提供者:陈晓岚
  1. DES_show

    0下载:
  2. 该示例演示了DES的加解密全过程,代码精简,运算速度快-example demonstration of the DES encryption of the entire process, code streamlining and high-speed calculation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:58606
    • 提供者:王辉
  1. _Poly

    0下载:
  2. 多项式加减乘除实现程序,通过逆波兰记法保存多项式于栈中,实现运算-polynomial arithmetic procedures, through reverse Polish notation in the preservation of polynomial stack, and achieving Operational
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:David
  1. bigint_zxf

    1下载:
  2. 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:185001
    • 提供者:张晓峰
  1. modmule_verilog

    0下载:
  2. 实现乘法后取模运算,已调试好的。可以应用在通信加解密算法中-after realizing multiplication of modular, a good debugger. Can be used in communications encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1101
    • 提供者:fa339
  1. resource_code_of_RSA

    1下载:
  2. 文件包括RSA算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:113321
    • 提供者:wp
  1. bn_add

    0下载:
  2. 实现大数的加减运算,实 现大数的加减运算
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2443
    • 提供者:wuyuan
  1. calculator

    1下载:
  2. 模拟微软的计算器功能,基本上可以实现加减乘除等简单的运算,用VC++MFC实现.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:43459
    • 提供者:姜然
  1. MD5AlgorithmandtheApplicationinDistanced2identityA

    0下载:
  2. MD5 算法是当今应用最广泛的提取数字指纹的算法,其采用复杂的线性运算和单向加 密生成数字指纹. 作者详细分析了MD5 算法的实现原理,然后提出MD5 算法在远程身份认 证的实际应用和实现.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:419653
    • 提供者:xiaowang
  1. dashuhunheyunsuan

    0下载:
  2. 实现大数的加、减、乘、取模运算,而且运算效率较高
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10435
    • 提供者:zhang
  1. gmp-4.2.2

    0下载:
  2. RSA 大整数运算源码,随机数产生,计算RSA等常用加解密算法
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2967810
    • 提供者:king
  1. RSAPK

    0下载:
  2. RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:20427
    • 提供者:曹鹏
  1. 大整数的加法

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ----
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:842
    • 提供者:王承陶
  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-19
    • 文件大小:5671925
    • 提供者:张友乔
  1. luowenfeng

    0下载:
  2. 建立试题库文件,随机产生n个题目; 题目涉及加减乘除,带括弧的混合运算; 利用栈求解表达式的值; 随时可以退出; 保留历史分数,能回顾历史,给出与历史分数比较后的评价- The establishment of test database file, the subject of n randomly generated topics related to addition, subtraction, mixed operations with parentheses
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:15832
    • 提供者:赵传喜
  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. RandomInt

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

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

    0下载:
  2. 1)利用C\C++语言实现给定的LFSR; 2)通过不同初始状态生成相应的序列,并观察它们的周期有什么特点; 3)利用生成的序列对文本进行加/解密(按对应位作模2加运算)。 给定的LFSR为:-1) the use of C \ C++ language given LFSR 2) to generate the corresponding sequences by different initial state, and observe what are the chara
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:66806
    • 提供者:刘洋
  1. AdditionModulo

    0下载:
  2. 模加运算的不可能差分路径搜索; 松井算法的实现。-Impossible differentials search of addition modulo Fulfillment of matsui algorithm.
  3. 所属分类:Network Security

    • 发布日期:2017-04-30
    • 文件大小:8844
    • 提供者:韩亚
« 12 3 4 5 »
搜珍网 www.dssz.com