搜索资源列表
a0z11a
- 自己做的另一个大整数相乘小算法.....有很多不足之处请大家指教-do for myself another big small integer multiplication algorithm ... has much to be desired Please enlighten
高精度整数运算
- 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
bigint
- 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
BigIntMultiplication
- 使用分治技术,实现的两个大整数的乘法运算-The use of sub-rule technology, the realization of two big integer multiplication
BigNum
- 大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求: 对于给定的每一个测试文件(形如:numberX_input.txt),分别生成一个结果文件(形如:numberX_out.txt)。比如,对于测试文件number1_input.txt,对应的结果文件为number1_out.txt。 参
bigintegerbyshuzu
- 采用纯数组的大数相加法,代码清晰,可用作模板-big integer
BigIntNumberCaculation
- 大整数运算,产生大整数,为进行RSA非对称密码体系而准备-Large integer operations have a big integer, for RSA asymmetric cryptography system ready
Calculator
- Addition, subtraction and multiplication of big integer numbers, using string.
BigNum
- VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类: //乘2运算,即 // a = a * 2^dwTimes 相当于左移一位二进制,低位补0 CUSuperInt& Double(DWORD dwTimes = 1) -VC++ number of computing unsigned big integer class and examples of the use of free time has prepa
BIG
- 该算法可以实现最多500位的大整数的乘法运算-The algorithm can achieve up to 500-bit large integer multiplication
bigint
- 不受计算机字长限制的大整数类BigInt, 能在BigInt之间、 BigInt与int之间能进行+、-、*、/、 等运算,能进行比较,能数字与字符转换。-Computer word length limit is not a big integer class BigInt, between in BigInt, BigInt and int can be+,-,*,/, among other operations, can be compared to numbers and chara
bigint
- 大整型的加,减,乘,大小比较,都是用字符串实现的-Big integer add, subtract, multiply, and size comparison, are realized with string
bigint-2009.05.03
- 这是一个计算超大型整数的类,你可以直接拿来使用。它所能表示的最大数值仅取决于你的计算机的内存。它提供了两个类BigUnsigned 和 BigInteger。-You can use this library in a C++ rogram to do arithmetic on integers of size limited only by your computer s memory. The library provides BigUnsigned and BigInteg
ss
- 大整数乘法源码,输入两个大整数并返回相乘的结果。使用String类来实现,可进行高精度的乘法运算。-Large integer multiplication source, enter the two big integers and returns the result of multiplying them. Achieved the String class, high-precision data multiplied.
BigInteger
- 实现部分大数功能。基于该部分代码,可以实现大数的计算功能。-implement most of the big integer functions.
BigInt
- MFC下的大整数类的封装,当然可改写为普通VC下的程序,适合ACM竞赛等。-MFC under the big integer class package, of course, can be rewritten as an ordinary VC under the procedures for ACM competitions.
qmathlib
- 常用基本数值分析的算法,zernike多项式拟合,大整数计算,坐标变换,小波变换等-numerical analysis. zernike polynomial, Big Integer,coordinate transformation,wavelet etc.
