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

搜索资源列表

  1. WinNTL-5_3_1.zip

    0下载:
  2. 大数运算类
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:807216
    • 提供者:
  1. bignum.zip

    0下载:
  2. 大数运算类
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3627
    • 提供者:
  1. 大数运算类源代码.zip

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3627
    • 提供者:
  1. CMyBigint

    1下载:
  2. 大数运算类,用于RSA算法,支持4096位二进制的数学运算-category for the RSA algorithm, support 4096 binary arithmetic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30309
    • 提供者:寻梦
  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. Int96_src

    0下载:
  2. 一个很棒的大数运算类,可以实现大于64位数值之间的加减乘除运算。
  3. 所属分类:数学计算/工程计算

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

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

    • 发布日期:2008-10-13
    • 文件大小:20427
    • 提供者:曹鹏
  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. 大数运算类

    0下载:
  2. 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对这些实例进行加减乘除了(详见示例程序)-1. Princip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1525
    • 提供者:沈嘉祺
  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. WinNTL-5_3_1

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

    • 发布日期:2017-11-09
    • 文件大小:807529
    • 提供者:anwen
  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. 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. BigNum

    0下载:
  2. 构造大数运算类 +;-;*; 1. 不考虑括号 2. 输入数据最大长度为40 位,要捕获异常 3. 不考虑输入小数部分-Construction of Large Numbers computing class+ - * 1. Without regard to bracket 2. Input data the maximum length of 40-bit, to catch the exception 3. Without regard to decimal part
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:8195
    • 提供者:yamalove
  1. bignum

    0下载:
  2. 高效率大数运算类 (c++代码)含加减乘除等等计算-Efficient operation of large numbers class (c++ code) with addition, subtraction, and so calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2769
    • 提供者:冷子豪
  1. BigNum

    0下载:
  2. 大数运算类(支持大数的加减乘除和赋值运算) * 1. 实现原理: * * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:3603
    • 提供者:赵鑫维
  1. BigNum

    0下载:
  2. 大数运算类(支持大数的加减乘除和赋值运算)-Majority of the computing category (support large numbers of addition, subtraction, and assignment operator)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:3936
    • 提供者:ahcd30
  1. freelip_1.1

    0下载:
  2. 非常有名的C大数运算库源代码,与miracl齐名的大数运算类库,完全免费,自由使用。-Majority of the computing very famous C library source code, with the majority of the computing par miracl library, completely free, free to use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:187974
    • 提供者:陈丽凤
  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. nbmhtt

    0下载:
  2. 构造大数运算类 +;-; ; 并测试,&lt;br&gt;1 不考虑括号 &lt;br&gt;2 输入数据最大长度为40 位()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:12288
    • 提供者:LD%2525244765
« 12 3 »
搜珍网 www.dssz.com