文件名称: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
BigInteger classes that represent nonnegative integers and signed integers,
respectively. Most of the C++ rithmetic operators are overloaded for these classes, so big-integer calculations are easy
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
BigInteger classes that represent nonnegative integers and signed integers,
respectively. Most of the C++ rithmetic operators are overloaded for these classes, so big-integer calculations are easy
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bigint-2009.05.03
.................\.gitignore
.................\BigInteger.cc
.................\BigInteger.hh
.................\BigIntegerAlgorithms.cc
.................\BigIntegerAlgorithms.hh
.................\BigIntegerLibrary.hh
.................\BigIntegerUtils.cc
.................\BigIntegerUtils.hh
.................\BigUnsigned.cc
.................\BigUnsigned.hh
.................\BigUnsignedInABase.cc
.................\BigUnsignedInABase.hh
.................\ChangeLog
.................\Makefile
.................\NumberlikeArray.hh
.................\README
.................\run-testsuite
.................\sample.cc
.................\testsuite.cc
.................\.gitignore
.................\BigInteger.cc
.................\BigInteger.hh
.................\BigIntegerAlgorithms.cc
.................\BigIntegerAlgorithms.hh
.................\BigIntegerLibrary.hh
.................\BigIntegerUtils.cc
.................\BigIntegerUtils.hh
.................\BigUnsigned.cc
.................\BigUnsigned.hh
.................\BigUnsignedInABase.cc
.................\BigUnsignedInABase.hh
.................\ChangeLog
.................\Makefile
.................\NumberlikeArray.hh
.................\README
.................\run-testsuite
.................\sample.cc
.................\testsuite.cc