搜索资源列表
实习设计袁红利03060218
- C语言的的windons下大数阶乘实现,运行良好.感觉很不错,相反啊独特.需要的可以打开开看,主要运用乘法思想的原理编写而成-C language of the majority of factorial windons under achieving, well-functioning. The feeling is very good, contrary ah unique. The need to be opened opened, the main use of the principl
multi
- 分治法实现大数乘法,时间复杂度由原来的n的三次方提高到n的log3次方,但是对数字的范围有一定的限制
dashuchengfa
- 这组程序为大数乘法程序,都是通过WTC的测试,可以作为教学用
include
- 大数乘法的算法具体看程序吧!是一个简单的算法吧!
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
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
CSDNdatastructure
- 分治法求大数乘法的问题 等等一些算法分析-datastructure
chengfa
- 支持小数位的大数乘法,小数位不加限制,精度非常高。-this code is very useful for the multite in float and do not strict in number.
multiple
- 使用数组模拟来实现大数乘法,大数不限位数-use array to simulate the multilication of big number
My21Narcissus
- 21位水仙花数的寻找,里面用到了大数乘法等细节上的东西。-find the 21 digits narcissus.
Large-numbers
- 大数乘法加法,把数字转换成字符串,不论多大都可以运算啦-Large numbers multiplication, addition, converting numbers into strings, regardless of how much can be op!
Chinese-girls-amusement1
- zoj gou 题 Chinese girl s amusement 答案 大数乘法-zoj gougou answer questions Chinese girl' s amusement multiplication of large numbers
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
main
- 功能:实现大数乘法,输入两个整形数字,计算并输出两数之积。-Function: realize the multiplication of large number, enter two plastic figures, calculate and output the product of two Numbers.
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
demo
- c语言简单例程包含大数乘法,汉诺塔,文件操作等-C language simple routines include a large number of multiplication, Tower of Hanoi, file operations
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.)