搜索资源列表
bignumberarithmetic
- 一个简单的模拟大数乘法,很实用啊,用c开发,内有详细的注解,可运行,浅显易懂,是一个和好的算法啊-simulation of a simple majority of multiplication, ah very practical, and c development, with detailed footnotes can be run, simple words, and is a good algorithm ah
1
- 大数乘法函数Multiply: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的乘积,如4567891234567890*101=461357014691356890
CalcBigMulti
- 计算大数乘法的算法示例,windows控制台程序
multi
- 分治法实现大数乘法,时间复杂度由原来的n的三次方提高到n的log3次方,但是对数字的范围有一定的限制
arithmeticdesignandanalysis
- 算法分析和设计课程设计报告,英文,包括分治法求最大和最小,大数乘法,排序最优2叉数等常见算法,有10个,报告包括源程序和时间复杂度分析,截图等
dashuchengfa
- 这组程序为大数乘法程序,都是通过WTC的测试,可以作为教学用
multiply
- 大数乘法,计算大整数的乘法的c++源代码
include
- 大数乘法的算法具体看程序吧!是一个简单的算法吧!
asm-mul
- 在16位CPU环境下实现大数乘法(8位十进制数乘8位十进制数),乘数与被乘数由键盘输入,计算结果向显示器输出。运行环境:MASM6.11,Windows XP
大数乘法
- 我的数据结构的课程设计,是长整数的乘法,内含完整的原代码和详细的设计思路, 当时老师给我判的是优秀,好东西当然给大家分享; 有问题请和我联系 email:huxiaoyong1983@163.com qq:43808128 tel:13562165387-the data structure of the curriculum design, is a long integer multiplication, containing the complete source code and det
gaojingdu
- 高精度算法,包括大数加法,大数减法,大数乘法,大数除法,大数取余等高精度算法-High-precision algorithms, including the addition of large numbers, large numbers subtraction, multiplication of large numbers, large numbers division, such as high-precision algorithm for large numbers to take
giantnumber
- 无符号大数类 实现了大数四则运算 比较 求余数 其中大数乘法采用分治 除法采用模拟竖式-No sign of large numbers class implements the large numbers seeking four more than the number of operations in which the multiplication of large numbers using analog vertical divider partition
dashuchengfa
- 大数乘法C语言实现,被乘数和乘数,考虑到大整数,用string装入,然后在分别取出各个字符进行运算-C language implementation multiplication of large numbers, multiplicand and multiplier, taking into account the large integer, packed with string, and then removed at the various characters separately
bgMult
- 大数乘法 用字符串表示 返回字符串 范例程序-Multiplication of large numbers that the return string string with an example of the procedure
Asymmetric-Key-Cryptosystem
- 非对称密码系统,包含RSA,ECC,大数乘法。-Asymmetric cryptosystems, including RSA, ECC, multiplication of large numbers.
8051sourcecode
- 国防工业大学8051单片机的一些代码,包括中断,大数乘法等 -National Defense University 8051 some of the code, including interrupt the multiplication of large numbers and so on
CSDNdatastructure
- 分治法求大数乘法的问题 等等一些算法分析-datastructure
大数乘法
- 可实现大数的乘法,最大积的位数可以达到500位,可行性有待考证(It can achieve a large number of multiplication, the maximum number of digits can reach 500 bits, the feasibility is to be tested.)
KaraTsuba乘法
- 用分治法实现的大数乘法,其中也包含了大数加法和大数减法的实现。(using karatsuba algorithm to solve big number multiply problem.)
AmulB
- 实现了java语言的大数乘法,答题思路即转化为字符串(数组)后进行按位运算,再将结果求和输出。(The multiplication of large numbers in Java language is realized. The way of answering is to transform to string (array), then carry out bitwise operation, and then output results.)