文件名称:HugeInteger
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:366.81kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
将整数的各个数位存储为一个长度为四十的字符数组中各个元素。能够进行四十位的整数的加减法-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,....} ), and use another
boolean member to denote whether it is positive or negative. .
a. Provide member functions input, output, add,substract. Check if these
operations cause overfl ow, i.e. larger than 40 digits, or underfl ow, i.e. less than 0.
b. For comparing HugeInteger objects, provide functions isEqualTo, isNotEqualTo,
isGreaterThan, isLessThan, isGreaterThanOrEqualTo and
isLessThanOrEqualTo-- each of these is a predicate function that simply returns
true if the relation holds between two huge integers and returns false otherwise.
c. Also provide a predicate function isZero.
d. Write a driver program to test class HugeInteger.
large as 40 digits each (e.g. 8783 is stored as an array of {3,8,7,8,0,0,0,....} ), and use another
boolean member to denote whether it is positive or negative. .
a. Provide member functions input, output, add,substract. Check if these
operations cause overfl ow, i.e. larger than 40 digits, or underfl ow, i.e. less than 0.
b. For comparing HugeInteger objects, provide functions isEqualTo, isNotEqualTo,
isGreaterThan, isLessThan, isGreaterThanOrEqualTo and
isLessThanOrEqualTo-- each of these is a predicate function that simply returns
true if the relation holds between two huge integers and returns false otherwise.
c. Also provide a predicate function isZero.
d. Write a driver program to test class HugeInteger.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HugeInteger/debug/HugeInteger.exe
HugeInteger/HugeInteger/Debug/BuildLog.htm
HugeInteger/HugeInteger/Debug/HugeInteger.exe.intermediate.manifest
HugeInteger/HugeInteger/Debug/Implementation.obj
HugeInteger/HugeInteger/Debug/Implemention.obj
HugeInteger/HugeInteger/Debug/mt.dep
HugeInteger/HugeInteger/Debug/Test.obj
HugeInteger/HugeInteger/Debug/vc80.idb
HugeInteger/HugeInteger/HugeInteger.h
HugeInteger/HugeInteger/HugeInteger.vcproj
HugeInteger/HugeInteger/HugeInteger.vcproj.PC-201103072012.Administrator.user
HugeInteger/HugeInteger/HugeInteger.vcproj.XIAOXIN.Administrator.user
HugeInteger/HugeInteger/Implementation.cpp
HugeInteger/HugeInteger/Test.cpp
HugeInteger/HugeInteger.ncb
HugeInteger/HugeInteger.sln
HugeInteger/HugeInteger.suo
HugeInteger/HugeInteger/Debug
HugeInteger/debug
HugeInteger/HugeInteger
HugeInteger
HugeInteger/HugeInteger/Debug/BuildLog.htm
HugeInteger/HugeInteger/Debug/HugeInteger.exe.intermediate.manifest
HugeInteger/HugeInteger/Debug/Implementation.obj
HugeInteger/HugeInteger/Debug/Implemention.obj
HugeInteger/HugeInteger/Debug/mt.dep
HugeInteger/HugeInteger/Debug/Test.obj
HugeInteger/HugeInteger/Debug/vc80.idb
HugeInteger/HugeInteger/HugeInteger.h
HugeInteger/HugeInteger/HugeInteger.vcproj
HugeInteger/HugeInteger/HugeInteger.vcproj.PC-201103072012.Administrator.user
HugeInteger/HugeInteger/HugeInteger.vcproj.XIAOXIN.Administrator.user
HugeInteger/HugeInteger/Implementation.cpp
HugeInteger/HugeInteger/Test.cpp
HugeInteger/HugeInteger.ncb
HugeInteger/HugeInteger.sln
HugeInteger/HugeInteger.suo
HugeInteger/HugeInteger/Debug
HugeInteger/debug
HugeInteger/HugeInteger
HugeInteger
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.