搜索资源列表
longNum
- 利用循环链表表示大整数,链表的头结点值为-1,其余结点依次存放数据,各结点最多存放四位整数。在利用上述数据结构完成大整数的表示后,实现两个大数的加法,减法运算(两个链表表示操作数)
bigint
- 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
HugeInteger
- 大整数的运算方法,包括加法,减法,乘法等等,还有除法-Large integer computation methods, including addition, subtraction, multiplication, etc., as well as division
Plus
- 大整数加法 poj 2981 这是真的加法,我还传了一个减法,名字写成加法了,不知怎么改,郁闷-Large integer Adder poj 2981
bigintsz
- 大整数加法。任何C/C++固有类型的变量都无法保存它。最直观的想法是可以用一个字符串来保存它-Large integer addition. Any C/C++ intrinsic types of variables can not save it. The most intuitive idea is to save it with a string
Plus-And-Multiply
- 实现任意进制的长整数的加法和乘法。大整数的加法和乘法-Arbitrary binary long integer addition and multiplication. Addition and multiplication of large integer
BigNumOperater
- 大整数模板,支持加法乘法除法 取小数mod-Large integer templates, support the addition multiplication division to take fractional mod
bignum.tar
- 大整数加法与大整数乘法,本程序是综合运算,可以方便的进行修改-Integer addition and large integer multiplication, the program is integrated computing, you can easily modify
Large-integer-addition
- 大整数加法,实现最长为250个数字的加法运算。-Large integer addition
compute
- 能实现任意大整数运算,如加法,减法,乘法,除法,求余,有限域运算,RSA的公私钥生成等-impletement any big number operate