搜索资源列表
duoweicheng
- 两个大数相乘,没有什么出彩的地方。算法完全是自己的。在网上找了找没找到。然后准备传一下试试。pas文件一共2.54k,算是能找到的最小的了。
1272
- ACM题目,实现两个大数的相乘,题目详见http://acm.zju.edu.cn/show_problem.php?pid=1272
bigmultiply
- 实现两个大整数的相乘、附有测试数据以及试验报告一份。-achieve two large integer multiplication, with the test data and a test report.
1272
- ACM题目,实现两个大数的相乘,题目详见http://acm.zju.edu.cn/show_problem.php?pid=1272-ACM topic, the two realize the multiplication of large numbers, see the topic http://acm.zju.edu.cn/show_problem.php?pid=1272
bignumber.cpp
- 这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-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 w
Unit1
- 两个极大数相乘 克服原有乘法中相乘位数的限制,可以计算无限大的乘数-2 greatly multiplied the number of multiplication in the multiplication to overcome the existing restrictions on the median, we can calculate an infinite multiplier
try
- 用类实现大数的数据结构算法,可以比较两个大数的大小,两个大数间相加,大数与普通整数相加,两个大数相乘等-Large numbers with the class implements the data structure algorithms, can compare the size of two large numbers, between the sum of two large numbers, large numbers of
MultiplicationOfLargeNumbers
- 用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of t
mult
- 本程序实现两个大数相乘,可以支持几十位长度的大数的相乘。-This procedure achieved by multiplying two large numbers, can support dozens of large numbers of multiplying the length.
bignumber
- 采用两种方式解决大数相乘问题,一种是采用链表的方式。另外一种是采用字符串的方式。-Multiply large numbers in two ways to solve the problem, one way is to use list. Another way is to use a string.
large-A--mul-B
- 大数相乘 输入两个超大的整数,实现高精度乘法-Multiplying the input of large numbers of two large integers, to achieve high-precision multiplication
Multiplication-of-large-numbers
- 主要通过C++程序语言实现两个高精度大数的相乘运算。-Mainly through the C++ programming language to achieve the multiplication of large numbers of two high-precision operation.
file-op
- 两个大数相乘的代码,与同学xxx一块儿做的,供初学者使用-Code multiplying two large numbers, and students do together xxx, for beginners
BigNumMul
- 本程序实现两个大数相乘的功能,输入的数字必须是正整数,支持100位以内-Big numbers multiply
MULbignum
- c语言实现计算两大数a,b (0<=a,b<=10^1000) 相乘-Using C language to calculate a*b,Two integer a,b (0<=a,b<=10^1000)
Multiplied-by-large-Numbers
- 汇编 大数相乘 include irvine32.inc value3=value1*value2 .data str1 byte "请输入16进制的32位整数(乘数)(8个):",0 str2 byte "请输入16进制的32位整数(被乘数)(8个):",0 str3 byte "相乘结果为:",0 value1 dword ? 乘数 value2 dword ? 被乘数 value3 dword
BigNumMulti
- 实现两个以字符串形式保存的大数相乘,结果也是用字符串保存,并且一个字符保存三位数字。-Two saved as a string in the form of large numbers multiplied the result string save, and a three-digit character save.
TwoLargerNumberMultiplication
- 利用栈的思想,实现两个大数相乘,其中,栈是自己定义完成的-The stack of ideas, the realization of two large number multiplication, which is the definition of their own to complete, stack
BigMultiply
- RSA公钥加密算法的大数相乘C代码,可进行任意位数的两个数相乘。-RSA public key encryption algorithm for multiplication of large numbers of C code, multiply two numbers can be arbitrary digit.
bignumber.cpp
- 这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-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 w