搜索资源列表
BigInteger
- 高精度模版,C++实现,重载实现加减乘除.
BigInteger
- 大整数的四则运算算法 用vc.net2003编写,稍微修改就可以在vc6.0运行
BigInteger.zip
- 自己在进行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.
Zd01
- BigInteger for c# with pretty realization : number stored not as BCD, but as it s byte-representation
bigint
- Biginteger library for arithmetic
BigInteger
- 大数运算,1000以内,加减乘除四则混合运算-Operation of large numbers, less than 1000, Math Four Mixed Operation
BigInteger
- 大整数库,实现了大整数之间的四则运算和模、模幂运算以及最大公约数的求解-Large integer library to achieve a large integer arithmetic and between modes, modular exponentiation and the greatest common divisor of the solution
bigint-2009.05.03
- 这是一个计算超大型整数的类,你可以直接拿来使用。它所能表示的最大数值仅取决于你的计算机的内存。它提供了两个类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
BigInteger
- BigInteger (streamline) BigInteger(精简) 自己写的高精度整形运算。 +,-,*,/,+=,-=,*=,/=,==,!=,>,>=,<,<=等等。-BigInteger (streamline) My own high-precision plastic operations. +,-,*, /,+ =,- =,* =,/=, ==,! =,>,> =, <, <=, And so on.
BigInteger
- 实现部分大数功能。基于该部分代码,可以实现大数的计算功能。-implement most of the big integer functions.
BigInt-Addition
- Calculate the sum of two numbers. (BigInteger)
biginteger
- 适合科学计算的大数类,数字位数可达500位以上, 一般可用于科学计算,加密解密算法-Suitable for large numbers of scientific computing class, the number of digits up to more than 500, General can be used for scientific computing, encryption and decryption algorithms
biginteger
- 本程序实现了大整数的运算,包括加,减,乘,除-This program implements a large integer arithmetic, including addition, subtraction, multiplication, division, etc.