CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 大 整数 运算

搜索资源列表

  1. 121

    0下载:
  2. 用C的链表去实现大整数的加法运算的.能够有效的解决问题.-With the C list to achieve large integer addition operation . To effectively solve the problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1083
    • 提供者:曹士大
  1. madBI

    0下载:
  2. 有乘加减等运算功能的大整数类运算器实现代码,……即为大数的运算-Large integer multiplication addition and subtraction and computing capabilities calculator code, ... is the large numbers of operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1665
    • 提供者:Jumay Liu
  1. dazhengshu

    0下载:
  2. 一个大整数计算的源代码程序,可以实现数值相当大的简单整数运算。-The source code of a large integer program, you can value quite simple integer arithmetic.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:356887
    • 提供者:HOYAS
  1. bigint

    0下载:
  2. 一个简单的实现64位大整数的加减乘除运算的C程序,来源:原创-This is a simple C program support for 64 bits integers arithmetic calculation...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3272
    • 提供者:shy
  1. 16-8

    0下载:
  2. 为解决现代密码学中,经常要用到超过1000位大整数,并实现加减法运算。-Often use to solve modern cryptography, to more than 1000 large integer, and adds and subtracts.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:6981
    • 提供者:张程浩
  1. 1

    0下载:
  2. 实现大整数的运算,对大整数实现减价乘除的运算以及输入输出。-large integer operation algorithm calculation of big integer large integer numerical calculation
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:2090
    • 提供者:Tomlei
  1. zc_CBigNum_10071701

    0下载:
  2. 自己编写的大数库,可实现大整数的加减乘除求余,取模等多种计算,经过实验证明,所有运算都是正确的。-Write your own library of large numbers, large integer addition and subtraction, multiplication and division remainder modulo a wide variety of computing, after the experiment proved, all the operation
  3. 所属分类:Console

    • 发布日期:2017-11-04
    • 文件大小:346142
    • 提供者:郑倡
  1. bignum.tar

    0下载:
  2. 大整数加法与大整数乘法,本程序是综合运算,可以方便的进行修改-Integer addition and large integer multiplication, the program is integrated computing, you can easily modify
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:10240
    • 提供者:乌龟
  1. BigMath

    0下载:
  2. 能进行无数位以内的大整数的加减乘除模乘方等运算-Large numbers multiplication
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:32003
    • 提供者:王健
  1. large-integer-calculator

    0下载:
  2. 可以在100位以内进行大整数的加减运算,支持负数运算。-100 within large integer addition and subtraction
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1320
    • 提供者:张璞
  1. zhengshu

    0下载:
  2. 大整数的运算,可以运算很大的整数,使用起来会十分方便-Large integer arithmetic
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:3671
    • 提供者:柳溯
  1. Large-integer-addition

    0下载:
  2. 大整数加法,实现最长为250个数字的加法运算。-Large integer addition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:659
    • 提供者:Aquarius
  1. c

    0下载:
  2. 计算无符号大整数,包含加减乘除的基本运算-Calculation of unsigned integers, contains basic operations (add, subtract, multiply or divide
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:1762
    • 提供者:dike
  1. cata

    0下载:
  2. ▲问题描述: (1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、*、/),其中除法运算应输出所得的商和余数。 (2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。 组合数C(m,n)=m! / (n!*(m-n)!) Catalan数定义为:C(n)=C(2*n,n)/(n+1) ▲编程任务: 给定大整数m和n,计算C(m,n)和C(m)的精确值。 ▲数据输入: 由文件input.txt
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:683
    • 提供者:linyb
  1. polynomial

    0下载:
  2. H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Polynomial class (1) dynamic arr
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1651
    • 提供者:张国
  1. 2-11

    0下载:
  2. 本次程序设计是对于计算机中超过整型数范围的整数,要解决这类数的存储和运算,用单链表进行存储,同时这个大整数的类要实现4个功能:输入、输出、加法和赋值。-This program is designed for computer over the range of integer integer numbers to solve this kind of storage and computing, a single linked list for storage, while the large
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:3714274
    • 提供者:sherrycheng
  1. big

    0下载:
  2. 大整数高精度运算,类实现 并用矩阵变换速度更快-Large high-precision integer arithmetic
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1422
    • 提供者:wangzi
  1. Large-integer-large-integer

    0下载:
  2. 大整数加法器能够很方便地实现对大整数加法的快速运算Large integer adder can easily achieve the rapid addition of large integer operations-Large integer adder can easily achieve the rapid addition of large integer operations
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:2045
    • 提供者:货单程序
  1. cata

    0下载:
  2. 设计一个表示高精度整数的模版类,它支持对任意大整数的输入、输 × ÷ 出和四则运算(+、-、 、 ),其中除法运算应输出所得的商和余数。 (2)用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确 值。 -设计一个表示高精度整数的模版类,它支持对任意大整数的输入、输 × ÷ 出和四则运算(+、-、 、 ),其中除法运算应输出所得的商和余数。 (2)用上述高精度整数的模板类,计算大整数
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:655
    • 提供者:秋月痕
  1. otsu

    0下载:
  2. 图像处理的大津法二值化求阈值的算法,纯c,基本整数运算,还可以进一步优化-Otsu binarization threshold required image processing algorithms, pure c, basic integer arithmetic, can be further optimized
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1647
    • 提供者:jdf35ffe
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com