CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 大数乘法

搜索资源列表

  1. bignumber.cpp

    0下载:
  2. 这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2501
    • 提供者:caoxiang
  1. dashuchengfa

    0下载:
  2. 大数乘法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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1121
    • 提供者:lili
  1. bgMult

    0下载:
  2. 大数乘法 用字符串表示 返回字符串 范例程序-Multiplication of large numbers that the return string string with an example of the procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:180414
    • 提供者:齐达拉图
  1. bignummul

    0下载:
  2. 大数(大于2^64以上的数)的乘法-bignummul
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1147
    • 提供者:小何
  1. CSDNdatastructure

    0下载:
  2. 分治法求大数乘法的问题 等等一些算法分析-datastructure
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:392612
    • 提供者:lazer1988
  1. largecalculator

    0下载:
  2. 大数计算器 它可以实现对溢出数据的乘法运算-Calculator which can achieve large numbers of data multiplication overflow
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:132847
    • 提供者:张文涛
  1. bigint

    0下载:
  2. 大数加减法,实现20为的整数加减乘法,采用正常计算逻辑编写-Large numbers subtraction method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2317
    • 提供者:smk09
  1. My21Narcissus

    0下载:
  2. 21位水仙花数的寻找,里面用到了大数乘法等细节上的东西。-find the 21 digits narcissus.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:1220
    • 提供者:信子
  1. dashujisuan

    0下载:
  2. 不限位数的大数(即很大很大的数)的加法,减法和乘法计算。-Not limited to the number of bits of large numbers (that is a big, big number) of addition, subtraction, and multiplication.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:2372
    • 提供者:wen
  1. dealBigdata

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:1829918
    • 提供者:szl
  1. big-intger-plus-minus-multiply

    0下载:
  2. C语言实现大数的加法减法以及乘法,水平限于仅仅大学生水平学习使用。-Use C language to achieve that addition, subtraction, and multiplication of a big intger.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2156
    • 提供者:HD
  1. Chinese-girls-amusement1

    0下载:
  2. zoj gou 题 Chinese girl s amusement 答案 大数乘法-zoj gougou answer questions Chinese girl' s amusement multiplication of large numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:713
    • 提供者:vicenzojin
  1. BNumP-

    0下载:
  2. 实现了大数的加减乘法运算,可达1000位-To achieve a large number of addition and subtraction multiplication, up to 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1487
    • 提供者:zeromaxii
  1. MATH_pack

    0下载:
  2. 本压缩包用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
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:6069
    • 提供者:龚小敏
  1. RLSidentification

    0下载:
  2. 最小二乘法辨识系统参数,用迭代法处理大数组问题-Least squares identification system parameters, using iterative method to handle large array of issues
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1018
    • 提供者:lcm
  1. Multi

    0下载:
  2. C++实现的大数据相乘的代码,实现两个超出long范围的大数做乘法。-Big Data multiplication code C++ implemented to achieve two long range beyond the multiplication of large numbers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:617922
    • 提供者:jetli
  1. main

    0下载:
  2. 功能:实现大数乘法,输入两个整形数字,计算并输出两数之积。-Function: realize the multiplication of large number, enter two plastic figures, calculate and output the product of two Numbers.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:621
    • 提供者:葛万鹏
  1. Normal-Algorithm

    0下载:
  2. 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1246987
    • 提供者:刘楠
  1. 大数乘法

    0下载:
  2. 可实现大数的乘法,最大积的位数可以达到500位,可行性有待考证(It can achieve a large number of multiplication, the maximum number of digits can reach 500 bits, the feasibility is to be tested.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:455680
    • 提供者:CMol
  1. KaraTsuba乘法

    0下载:
  2. 用分治法实现的大数乘法,其中也包含了大数加法和大数减法的实现。(using karatsuba algorithm to solve big number multiply problem.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:katelaze
« 12 »
搜珍网 www.dssz.com