搜索资源列表
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 which the use of multiplication
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
bignummul
- 大数(大于2^64以上的数)的乘法-bignummul
CSDNdatastructure
- 分治法求大数乘法的问题 等等一些算法分析-datastructure
largecalculator
- 大数计算器 它可以实现对溢出数据的乘法运算-Calculator which can achieve large numbers of data multiplication overflow
bigint
- 大数加减法,实现20为的整数加减乘法,采用正常计算逻辑编写-Large numbers subtraction method
My21Narcissus
- 21位水仙花数的寻找,里面用到了大数乘法等细节上的东西。-find the 21 digits narcissus.
dashujisuan
- 不限位数的大数(即很大很大的数)的加法,减法和乘法计算。-Not limited to the number of bits of large numbers (that is a big, big number) of addition, subtraction, and multiplication.
dealBigdata
- C++实现的模重复平方计算法,当处理两个大数的乘法时,容易产生溢出,得不到正确答案,打入利用模重复平方计算法就可以避免这个问题了。-Repeated square calculations C++ achieve the mold, prone to overflow when dealing with the multiplication of two large numbers, not the correct answer into the use of mold repeated squ
big-intger-plus-minus-multiply
- C语言实现大数的加法减法以及乘法,水平限于仅仅大学生水平学习使用。-Use C language to achieve that addition, subtraction, and multiplication of a big intger.
Chinese-girls-amusement1
- zoj gou 题 Chinese girl s amusement 答案 大数乘法-zoj gougou answer questions Chinese girl' s amusement multiplication of large numbers
BNumP-
- 实现了大数的加减乘法运算,可达1000位-To achieve a large number of addition and subtraction multiplication, up to 1000
MATH_pack
- 本压缩包用c语言实现了常用的数学函数 比如三角函数、绝对值、随机数、大数乘法等 适合于初学者参考使用-The compressed package using c language commonly used mathematical functions such as trigonometric, absolute value, random numbers, multiplication of large numbers suitable for beginners referenc
RLSidentification
- 最小二乘法辨识系统参数,用迭代法处理大数组问题-Least squares identification system parameters, using iterative method to handle large array of issues
Multi
- C++实现的大数据相乘的代码,实现两个超出long范围的大数做乘法。-Big Data multiplication code C++ implemented to achieve two long range beyond the multiplication of large numbers.
main
- 功能:实现大数乘法,输入两个整形数字,计算并输出两数之积。-Function: realize the multiplication of large number, enter two plastic figures, calculate and output the product of two Numbers.
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
大数乘法
- 可实现大数的乘法,最大积的位数可以达到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.)