C++ 大整数运算库(附源码)
用于运算、输出大整数的C++库,使用简便,即下即用,已重载各类运算符,支持ostream(cout)输出和字符串输出、字符串构造、最大公约数和最小公倍数计算。 具体用法、函数说明可以在文件夹中的README.txt中找到
文件列表
big_integer.zip
(预估有个15文件)
big_integer
bi_increment_decrement.h
456B
bi_add.h
895B
bi_minus.h
1017B
bi_struct.h
5KB
bi_compare.h
2KB
bi_gcd.h
292B
bi_others.h
623B
bi_assignment.h
1KB
bi_mod.h
408B
暂无评论