搜索资源列表
CBigInt_CommonDivision.zip
- 本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。,This procedure code, mainly to test the four large integer arithmetic, as well as on the ba
bign
- 实现大整数的加减乘除四则运算。实现大整数的加减乘除四则运算-Large integer addition and subtraction, multiplication and division four operations. Large integer addition and subtraction, multiplication and division four operations
sizayunsuan
- 四则运算之加减法--C语言编程 计算机所能完成的一个基本功能就是完成数据的计算,譬如加法、减法等等。但是在任何一种计算机上,计算中能够使用的数字都是有一定范围的,超过了范围,就没法得到精确的结果。 你现在接受了一个任务,要编写一个高精度计算器的核心部分。所谓高精度计算器,就是可以计算很大很大的数据的计算器。而你所需要编写的程序,就是真正完成高精度加法和高精度减法运算的两个函数,因为程序其它的部分已经由别人编写好了。 函数的输入、输出接口也已经定义完成,譬如 plu
Rational
- 一个用大整数实现的有理数类,有理数范围无穷,并且实现了基本的四则运算和比较操作。-A rational number with a large integer class, rational range is infinite, and realized the four basic arithmetic and comparison operations.
bign
- c++大整数模板,包含四则运算,求平分根,取模等常见运算,主要在ACM竞赛中.-c++ large integer template contains four operations, seeking split root, modulus and other common operations, mainly in the ACM contest