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

搜索资源列表

  1. BigInt_cpp

    0下载:
  2. 本程序的编写思路是,把所有输入的数字当作字符串进行处理,进行强制转换成整形数据,然后模仿笔算方法,对整形数据进行处理,最后得到的数据,再次转换成字符串类型,并存储输出。本程序运行速度快、功能强,是作者于完成应用密码学课程设计时编写而成的,经反复测试无误。-The procedures for the preparation ideas, the number of all input as string processing, cast into plastic data, and then i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2473
    • 提供者:Thierry
  1. BIGINT

    0下载:
  2. 大整数的计算和处理,经常用于算法竞赛,对算法过程和复杂度进行了优化-big int processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1018
    • 提供者:whimari
  1. bigint

    0下载:
  2. 大数加减法,实现20为的整数加减乘法,采用正常计算逻辑编写-Large numbers subtraction method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2317
    • 提供者:smk09
  1. BigInt

    0下载:
  2. 长整数相加源码,使用了链表,结点,还自定义了多个函数,是个好借鉴的代码-Source of long integers, the use of a linked list, nodes, and also defines a number of functions, is a good reference code
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3634715
    • 提供者:申宇飞
  1. BigInt-Addition

    0下载:
  2. Calculate the sum of two numbers. (BigInteger)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:553
    • 提供者:Ernest
  1. BigInt

    0下载:
  2. This unit handles big integers. E.g. for RSA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7436
    • 提供者:Furryclaws
  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. bigInt

    0下载:
  2. 经典大整数操作c++实现,包括大整数加法、大整数减法和大整数13除法-The Classic large integer the operation c++ achieve, including large integer addition, integer subtraction and the integer 13 division
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1553
    • 提供者:xxx
  1. bigint

    0下载:
  2. 生成大质数 可用于RSA加密使用 至多可以1024位 速度很快-Generate large prime numbers can be used for RSA encryption up to 1024 speed quickly
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:5377
    • 提供者:Lianyu
  1. 1112257_DoAn1

    0下载:
  2. Bigint cong cac so lon
  3. 所属分类:Editor

  1. bigint

    1下载:
  2. 利用容器vector创建一个无限精度的整数类型,可以实现无限精度的大数相加-Create an unlimited use of container vector precision integer type, you can add large numbers to achieve infinite precision
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:779
    • 提供者:tianyuliu
  1. BigInt

    0下载:
  2. MFC下的大整数类的封装,当然可改写为普通VC下的程序,适合ACM竞赛等。-MFC under the big integer class package, of course, can be rewritten as an ordinary VC under the procedures for ACM competitions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:7290
    • 提供者:厍斌
  1. BigInt

    0下载:
  2. 大整数的四则运算以及用米勒拉丁法来产生大素数-Large integer calculation and generation of large prime numbers
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:271035
    • 提供者:wteng
  1. BigFact

    0下载:
  2. Implementation of BigInt in C. Specifically factorial of numbers exceeding int datatype in size.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5633
    • 提供者:NS_Noob
  1. bigInt

    0下载:
  2. A class to Big integers at c++ for all operators.
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2911
    • 提供者:mrv
  1. BigInt

    0下载:
  2. 大数据类的实现,包括重载运算符,加减乘除,可以除法基础上计算余数。-Big Data class implementation, including overloaded operators, addition, subtraction, division can be calculated on the basis of the remainder.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:1940
    • 提供者:zhao
  1. bigInt

    0下载:
  2. 定义一个大整型类,可以处理长度为数十位的整数,补充传统的int,long的使用。要求提供+ - 等基本功能。其它* / > < ==运算符也希望都能完成。 给了一个例子,采用stl实现。stl相关内容可以参考资料里的stl讲义与stl例子。-Define a large integer class that can handle dozens of length integer supplement traditional int, long use. Request+-
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:905
    • 提供者:陈佳锐
  1. bigint

    0下载:
  2. 利用运算符重载实现链接表的直接加减运算等功能-Use operator overloading to achieve directly linked table subtraction functions
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1358
    • 提供者:
  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. BigInt

    0下载:
  2. 采用数组存储方法来计算大数据的四则运算及乘方-Using an array of large data storage method to calculate the four computing and power
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:400853
    • 提供者:baiyongmei
« 1 2 3 45 6 »
搜珍网 www.dssz.com