搜索资源列表

  1. C语言实现的大整数乘法

    0下载:
  2. 此代码为两个大整数的乘法运算,支持无限多位数的乘法,只要硬件资源允许。-this code for the two large integer multiplication and support an infinite number multiplication of the median, as long as the hardware resources allow.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2624
    • 提供者:srx
  1. BigIntMultiplication

    0下载:
  2. 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:小城
  1. superInt

    0下载:
  2. 超大整数乘法,由于时间原因还没有加上小数功能,要是有人作出来请与我联系,不胜感激-large integer multiplication, for reasons of time, with no decimal function if it were made to please contact me. be grateful! !
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1238
    • 提供者:安然
  1. Bigintmutiply

    0下载:
  2. 大整数乘法的分治法源码,在JDK1.51中运行-large integer multiplication of the divide-and-conquer method source code, to run in JDK1.51
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1157
    • 提供者:展丹
  1. MAX

    0下载:
  2. 大整数乘法的详细实行 比如说1246*2566用此法可降低时间复杂度并且能过有效算出-large integer multiplication detailed implementation of the 1246 * 2566 for instance, tried to use this method can reduce the time complexity and can Guo calculated effective
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:28882
    • 提供者:huanghui
  1. BigInteger

    0下载:
  2. dot NET 下的大整数乘法,使用FFT变换进行计算,提高了运算效率
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28154
    • 提供者:libin
  1. 十进制整数乘法

    0下载:
  2. 微机实验程序。实现任意两个9位内的正整数十进制相乘。
  3. 所属分类:汇编语言

    • 发布日期:2011-05-24
    • 文件大小:939
    • 提供者:ziye_123_fly
  1. longint

    0下载:
  2. 超长整数乘法源程序-long integer multiplication source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:王勇
  1. 大数乘法

    0下载:
  2. 我的数据结构的课程设计,是长整数的乘法,内含完整的原代码和详细的设计思路, 当时老师给我判的是优秀,好东西当然给大家分享; 有问题请和我联系 email:huxiaoyong1983@163.com qq:43808128 tel:13562165387-the data structure of the curriculum design, is a long integer multiplication, containing th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-13
    • 文件大小:78848
    • 提供者:胡小勇
  1. dividemultiply

    0下载:
  2. 这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换.-This is a partition of the application also an example of the use of the partition, bigger integer multiplication, especially above the median of hundreds
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:唐海浪
  1. C语言实现的大整数乘法

    0下载:
  2. 此代码为两个大整数的乘法运算,支持无限多位数的乘法,只要硬件资源允许。-this code for the two large integer multiplication and support an infinite number multiplication of the median, as long as the hardware resources allow.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:srx
  1. BigIntMultiplication

    0下载:
  2. 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:小城
  1. superInt

    0下载:
  2. 超大整数乘法,由于时间原因还没有加上小数功能,要是有人作出来请与我联系,不胜感激-large integer multiplication, for reasons of time, with no decimal function if it were made to please contact me. be grateful! !
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:安然
  1. dazhengshu

    0下载:
  2. 大整数乘法,C++环境下运行,可输入两个任意长的整数.-Large integer multiplication, C++ Environment to run, enter the two integers of arbitrary length.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:刘丽
  1. dazhengshuchengfa

    0下载:
  2. 大整数乘法,算法设计分析与设计 出自南大老师课件里面的 转载-Large integer multiplication, algorithm design and analysis and design teacher from South courseware reproduced inside
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:spark
  1. mult

    0下载:
  2. 实现十进制的两个n位的大整数乘法。输入两个大整数,输出两者之积。该算法比普通乘法时间复杂度低,效率高。-Achieve the decimal two n-bit large integer multiplication. Enter two large integers, the output of both of the product. The algorithm time complexity than ordinary mul
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:guanlong
  1. large_integer

    0下载:
  2. VC++ 分治法大整数乘法-VC++ divide and conquer large integer multiplication
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:10240
    • 提供者:dnybz
  1. 大整数乘法

    0下载:
  2. 算法分析课程设计,大整数乘法,大的整数相除(Algorithm analysis curriculum design, large integer multiplication)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:深V
  1. 长整数乘法

    0下载:
  2. 这时两个长整数的乘法,直接用c++里的乘法会位数不够。。。(Multiplication of super long integers)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:5415936
    • 提供者:猫中小波
  1. 大整数乘法

    0下载:
  2. 汇编实现大整数乘法 输入两个100位整数 输出结果(Assembly of large integer multiplication Enter two 100 bit integer output results)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:28672
    • 提供者:阿三大树
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org