CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 整数乘法

搜索资源列表

  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 which the use of multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2501
    • 提供者:caoxiang
  1. fsjsq

    0下载:
  2. 能够计算出整数和分数分数的加、减、乘法,但是不具备混和运算功能-Be able to calculate the integer and fractional scores add, subtract, multiply, but do not have mixed computing function
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:17490
    • 提供者:雨觞
  1. dashuchengfa

    0下载:
  2. 大数乘法C语言实现,被乘数和乘数,考虑到大整数,用string装入,然后在分别取出各个字符进行运算-C language implementation multiplication of large numbers, multiplicand and multiplier, taking into account the large integer, packed with string, and then removed at the various characters separately
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1121
    • 提供者:lili
  1. dazhengshuchengfa

    0下载:
  2. 大整数乘法- Large integer multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:14557
    • 提供者:cc
  1. HugeMultiply

    0下载:
  2. 学习算法时做的小程序,实现两个大整数的乘法。-Learning algorithm when a small program, the realization of two large integer multiplication.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:34429
    • 提供者:晓阳
  1. mult

    1下载:
  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 multiplication is low, and high e
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:557
    • 提供者:guanlong
  1. JUZHEN

    0下载:
  2. Descr iption 给定一个有N个矩阵的矩阵链A1A2A3...An,矩Ai的维数为pi-1*pi。我们都知道,使用朴素的矩阵乘法去乘两个维数分别为x,y和y,z的矩阵,所需要的乘法次数为x*y*z。矩阵链乘法问题就是如何对矩阵乘积加括号,使得它们的乘法次数达到最少。 Input 输入的第一行为一个正整数N(1<=N<=200)。表示矩阵的个数。 输入的第二行包含N+1个整数,分别表示pi(0<=i<=N),其中每个pi在[1
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:406693
    • 提供者:王泽萌
  1. test

    0下载:
  2. 这是一个用来进行大整数乘法的小程序,这是我第一次上传-big int multiply
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1174
    • 提供者:何希文
  1. ShuzuBiaoshiLongInteger

    0下载:
  2. 这个是用数组来实现任意长度(小于200位)的整数乘法的实现,通过源代码,你可以知晓,只要动脑,You can make it.-This is achieved using an array of any length (less than 200) of integer multiplication to achieve, through the source code, you may know, as long as the brains, You can make it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:857
    • 提供者:
  1. longint

    0下载:
  2. 这个程序用于长整数的乘法计算,用链表实现,对于刚刚学习链表的朋友可以有所帮助!-This program is made for multiplication by long integer,it s good for some friend who learn chain arithmetic for a short time!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:363746
    • 提供者:王东东
  1. bignumber

    0下载:
  2. 大整数乘法的算法问题,嗬嗬嗬。。。是正确的-Large integer multiplication algorithm problem, ho ho ho. . . Is correct
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:12475
    • 提供者:qingdaoxdd
  1. 3004

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

    • 发布日期:2017-04-11
    • 文件大小:514
    • 提供者:dvd
  1. Demo

    0下载:
  2. 用netbeans写的swing程序,写了非递归求两整数最大公因子、分治法求大整数乘法、动态规划求最长公共子串,集合划分问题。 -Netbeans swing with written procedures, write a non recursive find the greatest common factor of two integers, divide and conquer seek large integer multiplication, dynamic programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:442476
    • 提供者:
  1. large-integer-multiplication

    0下载:
  2. 链表实现大整数乘法,其中以时间为种子随机产生1000位数,经过暂停继续产生第二个1000位数,使用回溯递归做乘法。-List realize large integer multiplication, in which time is 1000 bits randomly generated seed, after the suspension continue to generate a second 1000 digits, using recursive backtracking to d
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1642
    • 提供者:何硙卓
  1. plus

    0下载:
  2. 可以通过类实现c++的大整数乘法,方式为加法器。-C++ by class implements a large integer multiplication, adder way.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1031
    • 提供者:王佳颉
  1. 大整数乘法

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

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

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

    • 发布日期:2018-01-05
    • 文件大小:5415936
    • 提供者:猫中小波
  1. 新建 Microsoft Word 文档

    0下载:
  2. 实现稀疏矩阵的转置、加法和乘法操作,输入格式 输入数据的第一行是三个整数 m, n, l。分别表征矩阵的行数、列数和待输入元素总数。接下来的 l 行, 每一行是三个整数 i, j, v 表示一个矩阵中行号为 i 列号为 j 值为 v 的元素。 m 和 n 的范围是 1000 以内, l 则是 10000 以内。每一个 v 都是在 -10 到 10之间的整数。 注意:这里的行号列号均从0开始,参照题目描述中的样例。 输出格式 输出是你打印的三个矩阵, 依次是输入矩阵的转
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:9216
    • 提供者:求助大神们
  1. 幂计算

    0下载:
  2. C++语言编写,实现了正整数的乘法,加法和幂计算,使用字符串计算任意正整数的正整数次幂(Written in C++, which implements multiplication, addition, and exponentiation of positive integers, and uses a string to evaluate positive integers of any positive integer)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:Calvin1
  1. 大整数乘法

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

    • 发布日期:2019-05-22
    • 文件大小:28672
    • 提供者:阿三大树
« 12 »
搜珍网 www.dssz.com