CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 大数乘法

搜索资源列表

  1. bignumberarithmetic

    0下载:
  2. 一个简单的模拟大数乘法,很实用啊,用c开发,内有详细的注解,可运行,浅显易懂,是一个和好的算法啊-simulation of a simple majority of multiplication, ah very practical, and c development, with detailed footnotes can be run, simple words, and is a good algorithm ah
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1239
    • 提供者:xiaowei
  1. dashuxiangchen

    0下载:
  2. 大数项乘法 譬如1234567892345678*1234567891223343. 采用数组的方式来解决存储空间不够的问题!-majority of items such as multiplication * 123456789122 1234567892345678 3343. using an array of methods to resolve the lack of storage space!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:177824
    • 提供者:祝同学
  1. dashuyunsuan

    0下载:
  2. 程序功能:可以完成任意大数的加法,减法和比较大小 乘法,除法和求余只能完成一定范围内数的运算-procedures functions : to complete the addition of large numbers of arbitrary, subtraction and multiplication size comparison, I seek division and completed only within a certain range for the Operati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7612
    • 提供者:李冰
  1. bignum

    0下载:
  2. 由于计算机存储的限制,当其所存储的数大于32位时,就会有溢出,该程序只要是实现大数加法 减法 乘法。-computer storage limitations, when it stored more than 32 a few hours, there will be a spillover, The procedure is as long as the majority addition subtraction multiplication.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16846
    • 提供者:heyangyi
  1. Big_number_calculator

    0下载:
  2. 定义了一个大数类,实现大数加法与乘法的运算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:49495
    • 提供者:Ray
  1. 1

    0下载:
  2. 大数乘法函数Multiply: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的乘积,如4567891234567890*101=461357014691356890
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:914
    • 提供者:李明
  1. CalcBigMulti

    0下载:
  2. 计算大数乘法的算法示例,windows控制台程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8062
    • 提供者:和恶毒发
  1. multiply

    0下载:
  2. 大数乘法,计算大整数的乘法的c++源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1517
    • 提供者:高岩
  1. 大数乘法

    0下载:
  2. 我的数据结构的课程设计,是长整数的乘法,内含完整的原代码和详细的设计思路, 当时老师给我判的是优秀,好东西当然给大家分享; 有问题请和我联系 email:huxiaoyong1983@163.com qq:43808128 tel:13562165387-the data structure of the curriculum design, is a long integer multiplication, containing the complete source code and det
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:79096
    • 提供者:胡小勇
  1. 11

    0下载:
  2. 解决大数乘法问题,1000位之内的大数相乘-Large numbers to solve multiplication problems, 1000 multiplied by large numbers within the
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:895
    • 提供者:zhenqingkai
  1. Multiplication

    0下载:
  2. 我自己写的大数乘法的程序,很简单也很适用,稍微改一下就可以变成通用算法。-I write large numbers multiplication procedure is also applicable to very simple, a little change it can become a general algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:521
    • 提供者:liuym
  1. bigint

    0下载:
  2. 大数乘法的源码,希望大家可以有所收获,可自由下载,谢谢。-Multiplication of large numbers of source code, I hope we can be harvested, are free to download, thank you.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10734
    • 提供者:just
  1. 9

    0下载:
  2. 计算大数整小数乘法9位运算 也就是含小数的大数乘法 其中运算时 采用9位9位的进行运算 大大的提高了运算速度-Calculate the multiplication of large numbers the whole nine decimal operation is the multiplication of large numbers with decimal operation which used 9 9 computing greatly improve the conduct o
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1378
    • 提供者:邵伯仲
  1. multiple_effectiveness

    0下载:
  2. 计算大数乘法效率,验证n位长乘法代价是否为n的平方。-calculate the effectiveness of long-integar-muliply
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1060805
    • 提供者:Evangelineqian
  1. gaojingdujisuan

    0下载:
  2. 高精度计算,大数乘法运算,北京大学网上判题系统原题-High precision calculation, tarsus multiplication, Beijing university
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:10709
    • 提供者:王绍华
  1. duquzifuchuan

    0下载:
  2. 大数乘法算法。c++语言编写。请不要为难我。-Large numbers multiplication algorithm. C++ language. Please do not embarrass me.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3061
    • 提供者:耿斌
  1. acm_bignumber

    0下载:
  2. 大数加法和大数乘法的算法,ACM初学者必备,进位的思想-Addition of large numbers and rounded multiplication algorithm, ACM beginners must carry the idea of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:412761
    • 提供者:HBR
  1. dashuchengfa

    0下载:
  2. 大数乘法,模拟手算方法计算大数相乘,和自己手算的算法一样。-Multiply large numbers, simulate manual calculation method to calculate large numbers multiplied.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:452709
    • 提供者:ellen
  1. SCUACM1003

    0下载:
  2. 大数乘法 输入两个数值以空格分开 循环直到EOF ctrl+z -Big num multiply
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-16
    • 文件大小:3710616
    • 提供者:我出去玩
  1. mul

    0下载:
  2. 数字比较大,相乘的结果超出了基本类型的表示范围,不能够直接做乘法运算。(Two large numbers multiplied and printed results)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:1547264
    • 提供者:yu876ti
« 12 3 »
搜珍网 www.dssz.com