当前位置:
首页 资源下载
搜索资源 - big integer multiplication
搜索资源列表
-
0下载:
自己做的另一个大整数相乘小算法.....有很多不足之处请大家指教-do for myself another big small integer multiplication algorithm ... has much to be desired Please enlighten
-
-
1下载:
一个很好用的大整数的类, 最大可支持9999990位的十进制整数,
可进行大整数的加、减、乘、除和取模运算,并带有求大整数的
最大公因数、扩展Euclidean算法、中国剩余定理算法、
Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库,
这个类的动态库曾用于商业软件之中,其可靠性和速度是得到
确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
-
-
0下载:
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
-
-
0下载:
这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-This is a general algorithm for multiplication of large numbers, using linked list approach. The realization of two big integer add, subtract, multiply computing, in which the use of multiplication
-
-
0下载:
使用分治技术,实现的两个大整数的乘法运算-The use of sub-rule technology, the realization of two big integer multiplication
-
-
0下载:
多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
-
-
0下载:
128位大整数运算源代码
源代码包含128位大整数的加减乘除、取模、乘幂、2进制和10进制转换等运算,可用于大整数运算和加解密算法。
-128 large integer computing source code source code contains 128 large integer addition and subtraction, multiplication and division, modulus, by power, 2-band and 10 hexadecimal
-
-
0下载:
引用分治法实现两个位数相同的大整数的乘法运算-Act reference divided large integer multiplication
-
-
0下载:
Addition, subtraction and multiplication of big integer numbers, using string.
-
-
0下载:
该算法可以实现最多500位的大整数的乘法运算-The algorithm can achieve up to 500-bit large integer multiplication
-
-
0下载:
大整数乘法源码,输入两个大整数并返回相乘的结果。使用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.
-
-
0下载:
实验题目 分治算法的应用
实验内容
1、 二分搜索算法实现;
2、 大整数乘法或Strassen矩阵乘法的实现。
-Experimental subject partition use of the algorithm
The experiment content
1, search algorithm dichotomy
2, big integer Strassen multiplication or the realization of the matrix
-
-
0下载:
大整数乘法,编译通过,采用的是分治法,绝对正确-Large integer multiplication, compiled by the divide and conquer, absolutely right.
-
-
0下载:
C语言实现大整数的运算,包括加减乘除四种运算,适合初学者使用-C language implementation of large integer arithmetic, including addition and subtraction, multiplication and division operations, suitable for beginners
-
-
0下载:
这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-This is a general algorithm for multiplication of large numbers, using linked list approach. The realization of two big integer add, subtract, multiply computing, in which the use of multiplication
-