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

搜索资源列表

  1. bigint-2007.07.07

    0下载:
  2. 实现了大整数的四则运算的基础类,BIgInt类的设计与实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36614
    • 提供者:tianyong
  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. BigInt

    0下载:
  2. C++中 大数类,类似于JAVA中的BingInteger-C++ classes in large numbers, similar to JAVA in the BingInteger
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:2276
    • 提供者:田志雨
  1. bigint

    1下载:
  2. 用c++实现的一个大整数类,可以进行加减乘除,求模,模幂,模逆运算-Using c++ to achieve a large integer class, you can add or subtract multiply and divide, seeking mold, modular power, modular inversion
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:638938
    • 提供者:xyh
  1. bigint

    4下载:
  2. 大素数生成。用于加密解密。具体内容:用C或C++语言编写的一个生成二进制为1024位的大素数的程序。-Generate large prime numbers. For encryption and decryption. Specific elements: using C or C++ Language to prepare a generation of binary for the 1024 program of large prime numbers.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-13
    • 文件大小:21860
    • 提供者:ye ma
  1. BigInt

    0下载:
  2. 大整数除法 比如说超过64位的整数相除-big int division
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2225
    • 提供者:liqiang
  1. RSAKit_mod

    0下载:
  2. RSA运算的大数库 语法简洁易懂 实用性强 -RSA BigInt simple and practice
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:75776
    • 提供者:topgun
  1. bigint

    0下载:
  2. for use in the far distant future, convert a packed field to a large integer. Does a simple expansion. The large integer is 4 times bigger to accomodate multiplication (once!).-for use in the far distant future, convert a packed field to a larg
  3. 所属分类:Development Research

    • 发布日期:2017-03-28
    • 文件大小:3674
    • 提供者:fatma
  1. BigInt

    0下载:
  2. 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1650
    • 提供者:Harder
  1. bigint

    0下载:
  2. 高精度算法的类,已重载加减乘除和大小判断-Class of high-precision algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:691210
    • 提供者:乔雨
  1. Bigint

    0下载:
  2. 大数的高精度加减乘除(位数较多)-bigint
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:517728
    • 提供者:金辉
  1. bigint

    0下载:
  2. 基于数组实现大整数的加减法。 最多允许位数:一百位。 数字可以是无符号数或者有符号数-big intergers operation
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:2408
    • 提供者:cao
  1. My-bigint

    0下载:
  2. 此代码完成了大整数(BigInt)的计算功能。作为N进制计算的基础代码,可继续拓展。-Completed a large integer code (BigInt) of computing. As the basis for calculating N binary code, can continue to expand.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:389334
    • 提供者:liliyang
  1. bigint

    0下载:
  2. 大数乘法的源码,希望大家可以有所收获,可自由下载,谢谢。-Multiplication of large numbers of source code, I hope we can be harvested, are free to download, thank you.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10734
    • 提供者:just
  1. BigInt

    0下载:
  2. 程序简陋,算法也不是最优。这个大整数计算的C++类也许有人还能用上。 主要功能: 1) 支持 + - * / mod这几种运算 2) 没有设计上的限制,最大可操作的数据长度取决于内存大小和操作系统(<=8G-bit,或者说1G字节) 3) 支持2-64进制,<=36进制时字母不分大小写,>36进制时字母大写和小写不同。63进制使用+,64进制使用/,即,合法的字符集[0-9][A-Z][a-z]+/。Demo中,自动转换输入时,如果输入中存在空格、回车、换
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:9810
    • 提供者:rrrfff
  1. Bigint.cpp

    0下载:
  2. Biginteger implementation on c-Biginteger implementation on c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1102
    • 提供者:munkhtsogt
  1. bigint

    0下载:
  2. 基于C语言 实现大整数的加减乘法运算-bigint operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2357
    • 提供者:wangning
  1. BigInt

    0下载:
  2. 实现了的大整数的加减乘计算,以此为工具,实现了一个计算大整数的高次幂的实例。-Achieved by a large integer addition and subtraction calculations, as a tool to achieve a high computing power of large integer instance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:841568
    • 提供者:虫儿
  1. bigint

    0下载:
  2. 不受计算机字长限制的大整数类BigInt, 能在BigInt之间、 BigInt与int之间能进行+、-、*、/、 等运算,能进行比较,能数字与字符转换。-Computer word length limit is not a big integer class BigInt, between in BigInt, BigInt and int can be+,-,*,/, among other operations, can be compared to numbers and chara
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:64262
    • 提供者:sogo
  1. bigint

    0下载:
  2. 大整型的加,减,乘,大小比较,都是用字符串实现的-Big integer add, subtract, multiply, and size comparison, are realized with string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2330
    • 提供者:jeason
« 12 3 4 5 6 »
搜珍网 www.dssz.com