搜索资源列表
-
0下载:
自己做的另一个大整数相乘小算法.....有很多不足之处请大家指教-do for myself another big small integer multiplication algorithm ... has much to be desired Please enlighten
-
-
0下载:
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
-
-
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下载:
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
-