搜索资源列表
UsingHugeInteger
- 使用VC++编写的使用HugeInteger Web服务对多达100位的正整数进行计算。-use VC HugeInteger prepared by the use of Web services for as many as 100 positive integer calculated.
Hugeinteger
- 创建类Hugeinteger(大整数),使用40个元素的数组保存每个长度最大为40位的整数,每个元素表示一位。提供方法:inputHugeintteger,outputHugeinteger,addHugeintegers,substractHugeinteger,isEqualTo,isNotEqualTo,isGreatThan,isLessThan和判断方法isZero。-create Hugeinteger category (
Hugeinteger
- 创建类Hugeinteger(大整数),使用40个元素的数组保存每个长度最大为40位的整数,每个元素表示一位。提供方法:inputHugeintteger,outputHugeinteger,addHugeintegers,substractHugeinteger,isEqualTo,isNotEqualTo,isGreatThan,isLessThan和判断方法isZero。-create Hugeinteger category (
UsingHugeInteger
- 使用VC++编写的使用HugeInteger Web服务对多达100位的正整数进行计算。-use VC HugeInteger prepared by the use of Web services for as many as 100 positive integer calculated.
inheritance
- 与继承有关的程序(含测试)(包括DateandTime、HugeInteger、LinearList、Rational、Rectangle、SavingsAccount)-With the succession-related procedures (including testing)
HugeInteger
- 大整数的运算方法,包括加法,减法,乘法等等,还有除法-Large integer computation methods, including addition, subtraction, multiplication, etc., as well as division
HugeInteger
- 将整数的各个数位存储为一个长度为四十的字符数组中各个元素。能够进行四十位的整数的加减法-Create a class HugeInteger that uses a 40-element array of digits to store integers as large as 40 digits each (e.g. 8783 is stored as an array of {3,8,7,8,0,0,0,....} ), an
HugeInteger
- 这是一个大整数的四则运算的程序,主要是加减乘除-This is a large integer arithmetic procedures, mainly Math
HugeInteger
- 用C++大整数类实现大整数的加减法运算和各种关系判断-Realization of large integers subtraction judgment and relationships with C++ large integer type
HugeInteger
- 创建一个大整数类HugeInteger,该类用一个40个元素的数组来存放一个大整数(最多不超过40位)。(1)定义几个大整数算术运算的成员函数,包括inputHugeInteger、outputHugeInteger、addHugeIntegers和substractHugeIntegers-Create a large integer class HugeInteger, with such an array of 40 elemen