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

搜索资源列表

  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
    • 文件大小:180.67kb
    • 提供者:张晓峰
  1. resource_code_of_RSA

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

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

    0下载:
  2. RSA公钥加密算法(基于大整数的分解难实现的,包括大整数的加、减、乘、除,加密,解密等)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.52kb
    • 提供者:xu
  1. NTRU

    0下载:
  2. 关于NTRU加密算法的实现 环内多项式的加 减 乘 除
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.93kb
    • 提供者:black
  1. c.rar

    1下载:
  2. QT编写的简单计算器,比较简单实现加 减 乘 除,simple counter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:430.96kb
    • 提供者:hjintian
  1. ecdsa

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

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

    0下载:
  2. 可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:4.86kb
    • 提供者:叶晓彬
  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
    • 文件大小:149.19kb
    • 提供者:易天行
  1. simplecomputer

    0下载:
  2. 简单计算器,能够实现简单的加、减、乘、除。其原理就是使用了两个栈。一个符号栈,一个数据栈。-A simple calculator,it can able to achieve a simple add, subtract, multiply, divide. The principle is to use two stacks. A symbol stack, a data stack.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1.35kb
    • 提供者:
  1. RandomInt

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

    • 发布日期:2017-03-30
    • 文件大小:266.7kb
    • 提供者: 李好
  1. calc.tar

    0下载:
  2. 普通计算器功能的实现(包含加、减、乘、除、取模、取余等功能)。-The realization of common calculator functions (including add, subtract, multiply, divide, modulus, take over other functions).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.73kb
    • 提供者:steven
  1. my_calc_

    0下载:
  2. 使用QT4实现的一个计算器,能够实现加、减、乘、除基本的功能,还能够实现清除功能。-QT4 achieved using a calculator, can be achieved add, subtract, multiply, divide the basic functions, but also to achieve clearance.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:36.59kb
    • 提供者:戴页
  1. 24points

    0下载:
  2. “巧算24点”的游戏内容如下:一副牌中抽去大小王剩下52张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24。要求每张牌必须用一次且只能用一次。 请编写该游戏,当游戏者无法计算结果时应给出答案。 -Game content is as follows: " A simple calculation of 24 points," removing the remainder of the size of the king in a deck
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:1.06kb
    • 提供者:段向梅
  1. JSQ

    0下载:
  2. VC++实现的小型计算器,可以实现加、减、乘、除等等。是VC++书里面里面的程序-The small calculator the VC++ implementation can be achieved addition, subtraction, multiplication, division, etc.. Is inside the VC++ book inside the program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:1.81mb
    • 提供者:lan
  1. none_tuXing

    0下载:
  2. 没有界面的计算器,可以进行加、减、乘、除运算-calculator start
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2.48kb
    • 提供者:宋旸
  1. 201503014

    0下载:
  2. 基于vc++的WINDOWS下的.DLL制作,实现加、减、乘、除的功能,且是基于类实现的。-Based on vc++ under WINDOWS. DLL, can realize the function of add, subtract, multiply and divide, and is based on class implements.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.36mb
    • 提供者:zhouyan
  1. bigint

    0下载:
  2. delphi写的大数运算单元,支持加、减、乘、除(商和余数),里面有调用各方法的示例。-delphi write large numbers arithmetic unit supports addition, subtraction, multiplication, division (quotient and remainder), there are examples of each method call.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:4.03kb
    • 提供者:王国庆
搜珍网 www.dssz.com