搜索资源列表
bignumber.cpp
- 这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-This is a general algorithm for multiplication of large numbers, using linked list approach. The realization of two big integer add, subtract, multiply computing, in which the use of multiplication
dazhengshu
- 大整数相乘。可以支持一百位一下大整数。可以支持小数点哦。--