搜索资源列表
Large-integer-addition
- 大整数加法,实现最长为250个数字的加法运算。-Large integer addition
10
- 可以存储任意大整数的类,并且可以进行加法运算(a class which can storage any int num)
main
- 对一些超出整型数范围的正整数的应用,需要自己想办法解决的存储和运算。一种解决方案是用单链表存储一个正整数。注意,数字是用逆序存储的。试设计一个类处理任意大整数,必须实现输入输出操作、加法操作和赋值操作。(For some applications that are beyond the integer range of positive integers, they need to store and compute their own solutions. One solution is to