CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - BigInt

搜索资源列表

  1. BigInteger.zip

    0下载:
  2. 自己在进行RSA的学习时写的一个BigInt类,实现了一百二十八位数的整数(十六进制的位,不是二进制的bit)的基本运算。,During the study of RSA I wrote this BigInt class implements 128-digit integer (in hex, not binary bit) of the basic operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:89719
    • 提供者:
  1. bigint

    0下载:
  2. 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:11362
    • 提供者:tee
  1. BIGINT

    0下载:
  2. 本人编写大整数程序,c++实现,可实现几十位乃至几百位整数的四则运算-I write large integer program, c++ implementation can be realized dozens or even hundreds of integer arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:717471
    • 提供者:ding
  1. bigInt

    0下载:
  2. 大整数的幂运算原代码(数组实现),在 dev c++中通过 -Large integer exponentiation of the original code (the array to achieve), the dev c++ through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:812
    • 提供者:杨晓斌
  1. bigint

    0下载:
  2. 一个大整数计算的类!,支持2的256次方以上的数字的计算 -A large integer calculation of the class! In support of two of the 256-th power of more than a figure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1464266
    • 提供者:weely
  1. BigInt

    0下载:
  2. 大数类,在一个基本大数类的基础上进行了新的封装。 可以实现大整数的加减乘除模比较复制等操作,还有浮点数的加减乘数运算。-BTNumber BigNumber
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3103
    • 提供者:tiancai
  1. bigint

    0下载:
  2. 大整数运算,大整数的加减乘除,取余,乘方等运算的方法-Large integer arithmetic, addition and subtraction, multiplication and division of large integers method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:445651
    • 提供者:天山雪王
  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-28
    • 文件大小:6922
    • 提供者:李抒昌
  1. bigint

    0下载:
  2. Biginteger library for arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2410
    • 提供者:ilthsafg
  1. bigint

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

    • 发布日期:2017-04-04
    • 文件大小: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-01
    • 文件大小: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-06
    • 文件大小: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
  1. bigint-2009.05.03

    0下载:
  2. 这是一个计算超大型整数的类,你可以直接拿来使用。它所能表示的最大数值仅取决于你的计算机的内存。它提供了两个类BigUnsigned 和 BigInteger。-You can use this library in a C++ rogram to do arithmetic on integers of size limited only by your computer s memory. The library provides BigUnsigned and BigInteg
  3. 所属分类:Algorithm

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

    0下载:
  2. 大数求和,完成大数的生成,以及大数之间的相加。-Large numbers sum to complete the generation of large numbers, and add between large numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1902016
    • 提供者:刘宇
  1. BigInt_cpp

    0下载:
  2. 本程序的编写思路是,把所有输入的数字当作字符串进行处理,进行强制转换成整形数据,然后模仿笔算方法,对整形数据进行处理,最后得到的数据,再次转换成字符串类型,并存储输出。本程序运行速度快、功能强,是作者于完成应用密码学课程设计时编写而成的,经反复测试无误。-The procedures for the preparation ideas, the number of all input as string processing, cast into plastic data, and then i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2473
    • 提供者:Thierry
  1. BIGINT

    0下载:
  2. 大整数的计算和处理,经常用于算法竞赛,对算法过程和复杂度进行了优化-big int processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1018
    • 提供者:whimari
  1. BigInt-Addition

    0下载:
  2. Calculate the sum of two numbers. (BigInteger)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:553
    • 提供者:Ernest
  1. BigInt

    0下载:
  2. This unit handles big integers. E.g. for RSA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7436
    • 提供者:Furryclaws
  1. bigint

    0下载:
  2. 一个简单的实现64位大整数的加减乘除运算的C程序,来源:原创-This is a simple C program support for 64 bits integers arithmetic calculation...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3272
    • 提供者:shy
« 12 »
搜珍网 www.dssz.com