搜索资源列表

  1. dazhenshu

    0下载:
  2. 用大整数乘法来计算两个n位二进制数相乘-With large integer multiplication to calculate the multiplication of two n-bit binary number
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:susan chen
  1. LargeNumMulti

    0下载:
  2. 大数相乘,可以不限位数的任意大的整数相乘-Largenum mulitiply
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:1310720
    • 提供者:无名子
  1. ss

    0下载:
  2. 大整数乘法源码,输入两个大整数并返回相乘的结果。使用String类来实现,可进行高精度的乘法运算。-Large integer multiplication source, enter the two big integers and returns the result of multiplying them. Achieved the String class, high-precision data multiplied.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 超大整数乘法,最大可支持32767位整数相乘-Large integer multiplication 32767 integer multiplied
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 此为大整数算法,能够将两个位数极大的位数相乘并得出精确的结果-This is a large integer arithmetic, the number of bits in the two-digit greatly multiplied and accurate results
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p
  3. 所属分类:其他游戏

    • 发布日期:2024-05-13
    • 文件大小:11264
    • 提供者:郑雯雯
  1. Large-integer-multiplication

    0下载:
  2. 两个大整数(字符串的形式)相剩,并显示相乘结果-Large integer multiplication
  3. 所属分类:汇编语言

    • 发布日期:2024-05-13
    • 文件大小:16384
    • 提供者:tt
  1. POJ1001

    0下载:
  2. 大整数数组相乘 核心:整数数组相乘,得到乘积数组,最后再转化为字符数组输出。-Large integer multiplication array Core: an integer array multiplication, get the product array, and finally into a character array output.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:chao jie
  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
    • 提供者:shi739517
« 1 2 3 4»

源码中国 www.ymcn.org