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

搜索资源列表

  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. INT

    0下载:
  2. 数据结构之利用顺序栈实现大整数加减法运算,判断、建立、运行都可以-The use of sequential data structure stacks large integer addition and subtraction operations, judgment, establish, you can run
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1405
    • 提供者:王八蛋
  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. BigInt

    1下载:
  2. 大整数类(支持负数) 重载了类之间,与int类型,与string类型的+,-,*,/,+=,++,--,-=,*=,/=, =, ,>>, <<,<<=,>>=,>,<,<=,>=,==,=,以及乘方^,^=运算,以及输入输出流>>,<<运算符 -Integer type (support negative) between overloaded classes, and int type,+
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3686
    • 提供者:boris
  1. big-integer

    0下载:
  2. C语言实现大整数的运算,包括加减乘除四种运算,适合初学者使用-C language implementation of large integer arithmetic, including addition and subtraction, multiplication and division operations, suitable for beginners
  3. 所属分类:Editor

    • 发布日期:2017-03-29
    • 文件大小:1321
    • 提供者:fl
  1. RsaAttack

    0下载:
  2. 包含大整数类,RSA加解密算法类,以及RSA低加密指数攻击的实现过程。大整数类实现任意大整数(可调整)的运算,重载+、-、*、/运算符,实现模幂、模逆运算,任意次幂、开任意次方运算。RSA类实现自定义密钥的加解密算法,各种转换过程。主函数提供了当公钥e很小时恢复明文的攻击方法。-It contains BigInteger class,RSA encryption algorithm class and the implementation process of RSA low encrypti
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2359067
    • 提供者:陈亚辉
  1. bigdatacalculater

    0下载:
  2. 大整数运算器,可实现加减乘除模的整数运算,对于大整数位数无限制 结合C++语言性质进行了代码优化,通过压力测试。-Large integer arithmetic, can be realized integer arithmetic mode for large integer digits unlimited properties were combined C++ language code optimization, through stress tests.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2071
    • 提供者:luke
  1. biginteger

    0下载:
  2. 本程序实现了大整数的运算,包括加,减,乘,除-This program implements a large integer arithmetic, including addition, subtraction, multiplication, division, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2511179
    • 提供者:刘子
  1. miracl

    0下载:
  2. Miracl库包含100余个例程,涉及多倍精度运算(multiprecision arithmetic)的各个方面。定义了两种新的数据类型——表示大整数的big类型和表示有理数的flash(short for floating-slash)类型。大整数例程基于Knuth算法(在他的著作“The Art of Computer Programming”第四章中提出)。floating-slash(不固定斜杠?)算法基于圆整小数,最初由D.Matula和P.Kornerup提出。所有例程都针对速度和
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:1535453
    • 提供者:沈宇
  1. BigInt

    0下载:
  2. 大整数的加、减、乘、除和指数运算,以及大整数的输入和输出。-Large integer addition, subtraction, multiplication, division, and exponentiation, and large integer input and output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2290681
    • 提供者:sky
  1. main(5).cpp

    0下载:
  2. 大整数的运算,c++的计算对整数的位数有要求,此代码实现对大整数的加减乘除的运算-Large integer arithmetic, c++ integer calculation of the number of bits required, this code for a large integer arithmetic operations
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2217
    • 提供者:angelawanggg
  1. HugeInteger

    1下载:
  2. 用C++大整数类实现大整数的加减法运算和各种关系判断-Realization of large integers subtraction judgment and relationships with C++ large integer type
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2012
    • 提供者:ly
  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. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:2546
    • 提供者:shi739517
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com