搜索资源列表

  1. LargerNumbers

    0下载:
  2. 实现两个大整数(200位以上)相乘的小程序,当然也可以处理大整数的加减运算.-achieve two large integers (200 and above) multiplication of small programs, of course, can also handle large integer addition and subtraction operations.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15939
    • 提供者:郭会林
  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. big

    0下载:
  2. 大数相乘,可以解决超过大整数的问题-multiply large numbers, can be resolved over the issue of large integer
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33565
    • 提供者:李林骏
  1. bigmultiply

    0下载:
  2. 实现两个大整数的相乘、附有测试数据以及试验报告一份。-achieve two large integer multiplication, with the test data and a test report.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9840
    • 提供者:shifu2007
  1. bignumbermultiplay

    0下载:
  2. 大整数乘法算法,可实现普通程序无法实现的大整数的相乘。算法简单,可作为数据结构与算法研究之用-Large integer multiplication algorithm, can be achieved can not be achieved with the ordinary procedure of the multiplication of large integers. Algorithm is simple and can
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:czm
  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 w
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:caoxiang
  1. 3004

    0下载:
  2. 4、大整数乘法 Descr iption 求两个不超过200位的非负整数的积。 Input 有两行,每行是一个不超过200位的非负整数,没有多余的前导0。 Output 一行,即相乘后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。 Sample Input 12345678900 98765432100 Sample Output 1219326311126
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:dvd
  1. bigIntegerMultiply

    0下载:
  2. 此程序可以求两个大整数(超出long int定义范围之内的数)的相乘结果-You can use this program to multiply two big intergers,and the integers is beyond long int
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:churencai
  1. BigIntegerMultiply

    0下载:
  2. 输入两个大整数,整数长度可以很长,原则上没有长度限制,将这两个大整数进行相乘得出结果。-Enter the two big integers, integer length can be very long, in principle, there is no length limit, these two big integers multiplying the result.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:colin
  1. MULTY

    0下载:
  2. 两个大整数相乘,无限位也可以!必须牛X,望给过!-Multiplying two large integers, can also infinitely bit! Must be NiuX, hope to the over!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:李佳佳
  1. gaijin-fenzhifa

    0下载:
  2. 此为对分治法大整数相乘的一个改进,能够给对刚开始学习算法的人一个了解的机会-This is an improved large integer multiplication of divide-and-conquer method to the beginning of the learning algorithm an understanding of the opportunity
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:石楠轩
  1. bigintegermultiply

    0下载:
  2. C++实现两个5000位以内的大整数相乘-C++ Two BigInteger multiply
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-13
    • 文件大小:1673216
    • 提供者:LJQ
  1. lnm

    0下载:
  2. 用来演示两个大整数相乘原理的C语言程序源码。-Multiplying two large integers used to demonstrate the principle of the C language source code.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:zym
  1. Large-Integer-Multiplication-

    0下载:
  2. 大整数相乘,是用数组的形式模拟乘法,简单,很实用-Large integer multiplication, is to use an array of analog multiplication, simple and very practical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:czy
  1. Large-Int-Multi(list)

    0下载:
  2. 大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:4975616
    • 提供者:czy
  1. divide-and--conquer

    0下载:
  2. 实现大整数相乘,时间复杂度n(logn),c++源码-Achieve a large integer multiplication, time complexity n (logn), c++ source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:Cube
  1. bignumber100

    0下载:
  2. 能够实现大整数相乘,为初学C++的一个很好的例子.-Large integer multiplication can be achieved for the novice C++ for a good example.
  3. 所属分类:系统编程

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

    0下载:
  2. 大整数相乘。可以支持一百位一下大整数。可以支持小数点哦。--
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:huan406284
  1. 算法分析

    0下载:
  2. 对矩阵相乘以及大整数相乘的分析以及源码,程序比较简单,没什么难度,希望有改进的算法(Analysis of matrix multiplication and multiplication of large integers and source code)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:62464
    • 提供者:zxxiao
  1. bigNumber

    0下载:
  2. 大整数相乘,java编程,代码简单,调试方便(big number multiplication)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:qinyu_joy
« 1 2 34 »

源码中国 www.ymcn.org