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

搜索资源列表

  1. bignumber

    0下载:
  2. 大整数的四则运算,搞ACM时丰常常用,我当时是屡试不爽,传上来大家分享
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1931
    • 提供者:mzp
  1. SiZE

    0下载:
  2. 大整数四则运算的例子和算法介绍,源码都在里面,是我大学时候老师给的,经典
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:271839
    • 提供者:junjie
  1. BigInteger

    0下载:
  2. 大整数的四则运算算法 用vc.net2003编写,稍微修改就可以在vc6.0运行
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12957
    • 提供者:好好的
  1. bigintcalculator

    0下载:
  2. 可以进行任意多位的大整数的乘方、开方、四则运算等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1358727
    • 提供者:123
  1. BIGINT

    0下载:
  2. 本人编写大整数程序,c++实现,可实现几十位乃至几百位整数的四则运算-I write large integer program, c++ implementation can be realized dozens or even hundreds of integer arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:717471
    • 提供者:ding
  1. My

    0下载:
  2. 计算大整数的四则运算(+,-,*,/),可以运算至少上百位的四则运算,采用DOS界面,速度很快,不会让你等1秒钟。-Calculation of large integer arithmetic operations (+,-,*,/), be at least hundreds of 4-bit computing, the DOS interface, fast, will not let you, such as 1 second.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:291274
    • 提供者:王菲
  1. BigNum

    0下载:
  2. 类封装的大整数模板,支持数百位整数的四则运算-A BigNumber class
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1417
    • 提供者:linxs
  1. BigInt

    0下载:
  2. 主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3667
    • 提供者:Glorious Fool
  1. yunsuan

    0下载:
  2. 大整数 四则运算 质量不错 源码 文档都有的-Large Integer Arithmetic of good quality are the source documents
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:256789
    • 提供者:孟一平
  1. long-integer-operation

    0下载:
  2. 大整数的运算 实现了四则运算 简单明了-Large integer arithmetic operations to achieve the simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2211
    • 提供者:孟一平
  1. TestBigInt

    0下载:
  2. 大整数类的实现与应用,包括四则运算法则,还有其他的-bigint class
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:372332
    • 提供者:
  1. BigInteger

    0下载:
  2. 大整数库,实现了大整数之间的四则运算和模、模幂运算以及最大公约数的求解-Large integer library to achieve a large integer arithmetic and between modes, modular exponentiation and the greatest common divisor of the solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1870
    • 提供者:林迪
  1. HugeInteger

    0下载:
  2. 这是一个大整数的四则运算的程序,主要是加减乘除-This is a large integer arithmetic procedures, mainly Math
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:379716
    • 提供者:panda
  1. BigCount

    0下载:
  2. 大整数的四则运算.....加减乘除数组存储-Large integer arithmetic ..... Math storage array
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2355509
    • 提供者:李刚
  1. testBigInt123_11_17

    0下载:
  2. 大整数四则运算c++程序,运用于科学计算等。-Large integer arithmetic c++ program, used in scientific computing.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:48771
    • 提供者:黄波
  1. BigN

    0下载:
  2. 在VC中,一个正整数只占4个字节,表示的最大整数为2147483647。如果,一个超过这个数进行四则运算,就是大数计算-the yunsuan of the bignumber
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3329
    • 提供者:周阳
  1. dazhengshusizeyunsuan

    0下载:
  2. 大整数的四则运算(加减乘除,记录的保存)-The four large integer arithmetic (including addition, subtraction, record-keeping)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1831
    • 提供者:龚文清
  1. dazhengshusizeyunsuan

    0下载:
  2. 可以实现大整数四则运算 杭州电子科技大学密码学实验必备神器 想考杭州电子科技大学信息安全专业研究生必会-Can achieve a large integer arithmetic Hang power cryptography experiments
  3. 所属分类:Algorithm

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

    0下载:
  2. 使用vs2010开发环境编写的建立大整形数类来完成大整数之间的四则运算。简单且注释清楚。在C++课程学习中常见。-Use vs2010 development environment written in establishing large number of classes to complete orthopedic four operations between large integers. Simple and clear comments
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3791401
    • 提供者:Gibson
  1. dazhengshuyunsuan

    0下载:
  2. 该代码能够计算100位长度的大整数的加减乘除四则运算-100 large integer can calculate the length of the four operations of addition, subtraction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1932
    • 提供者:燕藏锋
« 12 »
搜珍网 www.dssz.com