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

搜索资源列表

  1. 大数的运算

    0下载:
  2. 大数运算的实现,包括加减乘除,四种运算,用个个函数实现各个功能,便于使用.-the realization of large numbers, including arithmetic, four operators, with each function to achieve all the functional and user-friendly.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:140946
    • 提供者:三人禾
  1. 大数运算类实例

    0下载:
  2. 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5169
    • 提供者:刘胜国
  1. 大数运算类

    0下载:
  2. 一个用C++写的大数运算类,支持大数的加,减,乘,除和模运算,速度快。-C wrote a majority of the computing categories, large numbers support the addition, subtraction, multiplication and addition and modular, fast.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3940
    • 提供者:cai
  1. GMP大数运算库的windows原生编译库

    2下载:
  2. GNU MP大数运算库的windows下的.dll .h .lib文件等,可在VC编译器下编译连接,用于加密解密科学计算等
  3. 所属分类:编译

    • 发布日期:2009-12-16
    • 文件大小:212002
    • 提供者:yaojialin
  1. rsa

    1下载:
  2. 来自putty的大数运算代码,纯C实现,移植性好,RSA的最实现-Large numbers from the putty operation code, a pure C implementation, migration is good, RSA best to achieve
  3. 所属分类:加密解密

    • 发布日期:2012-11-07
    • 文件大小:8565
    • 提供者:王高全
  1. MP_2ECC

    0下载:
  2. 利用大数运算库LibTomMath,进行ECC(椭圆曲线)加密算法。能运行-Using large number arithmetic library LibTomMath the ECC (elliptic curve) encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:387550
    • 提供者:llovesong
  1. WinNTL-5_3_1

    0下载:
  2. 大数运算类-Large numbers computing category
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:807529
    • 提供者:anwen
  1. gmp-4.1.2.tar

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

    • 发布日期:2017-11-09
    • 文件大小:2159329
    • 提供者:站长
  1. BigNum

    0下载:
  2. 一个简单的大数运算头文件,包含了加减乘除模,BOOL,逆元,模幂等-A simple computation of large numbers header file, contains the Math module, BOOL, inverse, modular power, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3774
    • 提供者:shadow
  1. cint96

    0下载:
  2. 96位大数运算实现-96 big number operation realizes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-10
    • 文件大小:10504
    • 提供者:站长
  1. gjdsf

    0下载:
  2. 能够实现大数运算的高精度算法的c语言实现-To achieve high-precision algorithm for computing large numbers of c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2240
    • 提供者:wang
  1. BigNum

    0下载:
  2. 构造大数运算类 +;-;*;/ 并测试。<br>1. 不考虑括号 <br>2. 输入数据最大长度为40 位,要捕获异常 <br>3. 不考虑输入小数部分,<br>4. 测试要完整,先输入两个数,可输出上面两个数的运算结果 <br>5. 需要输出商和余数-Construction of large numbers+-*/computing and test category. <br> 1. Not consider brac
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:13583
    • 提供者:heqin
  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. 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. 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. stringCalculate

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

    • 发布日期:2017-04-03
    • 文件大小:353409
    • 提供者:hu junqing
  1. 大数运算类(支持大数的加减乘除和赋值运算)

    0下载:
  2. 大数运算类(支持大数的加减乘除和赋值运算)(The operation of large numbers (class support large numbers of add, subtract, multiply and divide and assignment operators))
  3. 所属分类:

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:SuperMari
  1. 大数运算

    0下载:
  2. 理论上支持无限大数的四则运算,使用c++编写。(Theoretically support the infinite number of four operations, the use of c prepared.)
  3. 所属分类:加密解密

  1. 大数

    0下载:
  2. 进行大数运算的程序,可以实现100位的乘除法运算(Large number operation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:207872
    • 提供者:woked
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com