搜索资源列表

  1. duoweicheng

    0下载:
  2. 两个大数相乘,没有什么出彩的地方。算法完全是自己的。在网上找了找没找到。然后准备传一下试试。pas文件一共2.54k,算是能找到的最小的了。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7354
    • 提供者:yoyosb
  1. 1272

    0下载:
  2. ACM题目,实现两个大数的相乘,题目详见http://acm.zju.edu.cn/show_problem.php?pid=1272
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1084
    • 提供者:潘两彬
  1. bigmultiply

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

    • 发布日期:2024-05-27
    • 文件大小:9216
    • 提供者:shifu2007
  1. 1272

    0下载:
  2. ACM题目,实现两个大数的相乘,题目详见http://acm.zju.edu.cn/show_problem.php?pid=1272-ACM topic, the two realize the multiplication of large numbers, see the topic http://acm.zju.edu.cn/show_problem.php?pid=1272
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:潘两彬
  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-27
    • 文件大小:2048
    • 提供者:caoxiang
  1. Unit1

    0下载:
  2. 两个极大数相乘 克服原有乘法中相乘位数的限制,可以计算无限大的乘数-2 greatly multiplied the number of multiplication in the multiplication to overcome the existing restrictions on the median, we can calculate an infinite multiplier
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:dennis
  1. try

    0下载:
  2. 用类实现大数的数据结构算法,可以比较两个大数的大小,两个大数间相加,大数与普通整数相加,两个大数相乘等-Large numbers with the class implements the data structure algorithms, can compare the size of two large numbers, between the sum of two large numbers, large numbers of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:pig
  1. MultiplicationOfLargeNumbers

    0下载:
  2. 用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:马值
  1. mult

    0下载:
  2. 本程序实现两个大数相乘,可以支持几十位长度的大数的相乘。-This procedure achieved by multiplying two large numbers, can support dozens of large numbers of multiplying the length.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:247808
    • 提供者:小陈
  1. bignumber

    0下载:
  2. 采用两种方式解决大数相乘问题,一种是采用链表的方式。另外一种是采用字符串的方式。-Multiply large numbers in two ways to solve the problem, one way is to use list. Another way is to use a string.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:任胜强
  1. large-A--mul-B

    0下载:
  2. 大数相乘 输入两个超大的整数,实现高精度乘法-Multiplying the input of large numbers of two large integers, to achieve high-precision multiplication
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:anhun
  1. Multiplication-of-large-numbers

    0下载:
  2. 主要通过C++程序语言实现两个高精度大数的相乘运算。-Mainly through the C++ programming language to achieve the multiplication of large numbers of two high-precision operation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:969728
    • 提供者:刘旻
  1. file-op

    0下载:
  2. 两个大数相乘的代码,与同学xxx一块儿做的,供初学者使用-Code multiplying two large numbers, and students do together xxx, for beginners
  3. 所属分类:汇编语言

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:zhaihaichao
  1. BigNumMul

    0下载:
  2. 本程序实现两个大数相乘的功能,输入的数字必须是正整数,支持100位以内-Big numbers multiply
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:5120
    • 提供者:kevin
  1. MULbignum

    0下载:
  2. c语言实现计算两大数a,b (0<=a,b<=10^1000) 相乘-Using C language to calculate a*b,Two integer a,b (0<=a,b<=10^1000)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:4096
    • 提供者:胡淼
  1. Multiplied-by-large-Numbers

    0下载:
  2. 汇编 大数相乘 include irvine32.inc value3=value1*value2 .data str1 byte "请输入16进制的32位整数(乘数)(8个):",0 str2 byte "请输入16进制的32位整数(被乘数)(8个):",0 str3 byte "相乘结果为:",0 value1 dword ? 乘数 value2 dword ? 被乘数 value3 dword
  3. 所属分类:汇编语言

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:念迹
  1. BigNumMulti

    0下载:
  2. 实现两个以字符串形式保存的大数相乘,结果也是用字符串保存,并且一个字符保存三位数字。-Two saved as a string in the form of large numbers multiplied the result string save, and a three-digit character save.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:deng
  1. TwoLargerNumberMultiplication

    0下载:
  2. 利用栈的思想,实现两个大数相乘,其中,栈是自己定义完成的-The stack of ideas, the realization of two large number multiplication, which is the definition of their own to complete, stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:230400
    • 提供者:thinking_fioa
  1. BigMultiply

    0下载:
  2. RSA公钥加密算法的大数相乘C代码,可进行任意位数的两个数相乘。-RSA public key encryption algorithm for multiplication of large numbers of C code, multiply two numbers can be arbitrary digit.
  3. 所属分类:加密解密

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:
  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-27
    • 文件大小:2048
    • 提供者:shi739517
« 12 »

源码中国 www.ymcn.org