搜索资源列表

  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. 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. LargeNumMultiple

    0下载:
  2. 大整数乘法的个人算法,c语言编写的源代码,个人认为是比较有特色的
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1768
    • 提供者:cx
  1. dazhengshu

    0下载:
  2. 大整数乘法,C++环境下运行,可输入两个任意长的整数.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:893
    • 提供者:刘丽
  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-05-10
    • 文件大小: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-05-10
    • 文件大小: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-05-10
    • 文件大小: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-05-10
    • 文件大小:1024
    • 提供者:安然
  1. heart512

    0下载:
  2. 能实现任意两个超大整数的乘法。经本人实验,任意大整数都能实现。-achieve two super arbitrary integer multiplication. After I experiment arbitrarily large integers can be materialized.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:刘浪
  1. dazhengshu

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

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

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:spark
  1. verylong

    0下载:
  2. 大整数类,具有一般整数的几乎所有运算,具体包括:四则运算,输入输出,求模幂,乘法,矩阵求模幂,重载了所有int类型的运算符,int,long 等数据的兼容。使用方法与int,long等类型完全一致。-Large integer type, a general integral for almost all computing, including: four computing, input and output, and modula
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:superred
  1. large_integer_src

    0下载:
  2. 大整数的各种运算的代码,基于C-C++编写。例如乘法和阶乘的计算,很实用-Large variety of computing integer code, based on the C-C++ Prepared. Such as multiplication and factorial calculation, it is practical
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:23552
    • 提供者:huwangcheng
  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-05-10
    • 文件大小:1024
    • 提供者:guanlong
  1. large_integer

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

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

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

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

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

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

源码中国 www.ymcn.org