文件名称:Intal:用C ++编写的Big Integer库,用于执行基本的算术运算
文件大小:455KB
文件格式:ZIP
更新时间:2024-05-18 08:18:42
python cpp boost biginteger C++
大整数库 用C ++编写的Big Integer库,用于执行基本的算术运算 先决条件 g ++版本4.8.4或更高版本 Boost版本1.63.0或更高版本 python 2.7.6或更高版本 正在安装 首先通过以下方式在本地系统中编译项目: make clean make 有关测试是否可行的信息,请参见下面的运行测试 运行测试 对于自动化测试,请运行: make script 它会生成随机数并测试基本操作是否正确执行 对于手动测试,请运行: ./test -a #For addition ./test -s #For subtraction ./test -m #For multiplication ./test -d #For division ./test -e #For exponentiation 部署方式 使用Intal库: 将libintal.a文件复制到源文件的位
【文件预览】:
Intal-master
----.gitignore(1KB)
----src()
--------get_time.cpp(271B)
--------Intal.cpp(8KB)
----.travis.yml(513B)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------catch.hpp(443KB)
--------test.cpp(8KB)
----include()
--------Intal.h(1KB)
--------get_time.h(120B)
----makefile(880B)
----main.cpp(2KB)
----REPORT.pdf(364KB)