搜索资源列表
bigInt
- 无限大整数类 用链表实现无限大整数的运算。 在进行大整数运算时可以拿它当函数,直接调用
bigint-2008.07.20
- 用C++ 包装了大整数这个类,超级大的整数现在也可以用了。
bigint
- 高精度算法的类,已重载加减乘除和大小判断-Class of high-precision algorithm
bigint
- 大整数运算程序,字符串输入,清华大学数据结构作业-Large integer arithmetic process, the string input, Tsinghua University, the data structure operations
BigInt
- 主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
bigint
- 大数乘法的源码,希望大家可以有所收获,可自由下载,谢谢。-Multiplication of large numbers of source code, I hope we can be harvested, are free to download, thank you.
BigInt
- 超大整数类,支持加减乘除取余等功能,用数组实现-Large integer class to support Math modulo functions, with the array to achieve
BigInt
- Big Integer another large ionteger cla-Big Integer another large ionteger class
TestBigInt
- 大整数类的实现与应用,包括四则运算法则,还有其他的-bigint class
bigint
- 大整数运算,输入包括多组测试用例. 每组用例之间用一个空行隔开. 每个用例内部由三行组成: 前两行每行包含一个字符串, 表示参与运算的大整数, 输入字符串的长度不超过 100. 第三行是运算符: +或者-. 每组用例内部无任何空行. -Large integer arithmetic, the input includes multiple sets of test cases with each case separated by a blank line between each use c
BigInt
- 长整数相加源码,使用了链表,结点,还自定义了多个函数,是个好借鉴的代码-Source of long integers, the use of a linked list, nodes, and also defines a number of functions, is a good reference code
BigFact
- Implementation of BigInt in C. Specifically factorial of numbers exceeding int datatype in size.
BigInt
- 大整数类(支持负数) 重载了类之间,与int类型,与string类型的+,-,*,/,+=,++,--,-=,*=,/=, =, ,>>, <<,<<=,>>=,>,<,<=,>=,==,=,以及乘方^,^=运算,以及输入输出流>>,<<运算符 -Integer type (support negative) between overloaded classes, and int type,+
BigInt
- 采用数组存储方法来计算大数据的四则运算及乘方-Using an array of large data storage method to calculate the four computing and power
bigint
- 使用vs2010开发环境编写的建立大整形数类来完成大整数之间的四则运算。简单且注释清楚。在C++课程学习中常见。-Use vs2010 development environment written in establishing large number of classes to complete orthopedic four operations between large integers. Simple and clear comments
