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

搜索资源列表

  1. big

    0下载:
  2. 大数相乘,可以解决超过大整数的问题-multiply large numbers, can be resolved over the issue of large integer
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:32.78kb
    • 提供者:李林骏
  1. hugeintplus.rar

    0下载:
  2. 100位的大整数加减法.输入格式可以任意,要带符号+ -,不带或者只有一个带都可以.允许输入的数前面有多个0(可以超过100).,Big Integer Plus and minus.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:76.76kb
    • 提供者:zhuo
  1. bigint

    0下载:
  2. 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:11.1kb
    • 提供者:tee
  1. dashuxiangcheng

    0下载:
  2. 利用分治方法设计实现大整数乘法的递归算法-Using the method of big integer partition design and realize the recursion algorithm square
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:563byte
    • 提供者:曹萌萌
  1. BigIntMultiplication

    0下载:
  2. 使用分治技术,实现的两个大整数的乘法运算-The use of sub-rule technology, the realization of two big integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:18.59kb
    • 提供者:wangkc
  1. dashu

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:32kb
    • 提供者:李鸿
  1. bigintegerbyshuzu

    0下载:
  2. 采用纯数组的大数相加法,代码清晰,可用作模板-big integer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:532byte
    • 提供者:金恒
  1. BigIntNumberCaculation

    0下载:
  2. 大整数运算,产生大整数,为进行RSA非对称密码体系而准备-Large integer operations have a big integer, for RSA asymmetric cryptography system ready
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:996.55kb
    • 提供者:jack
  1. large

    0下载:
  2. 本程序围绕大整数编程,程序能够实现大整数的加、减、乘、除取余等运算。-This program around the big integer programming, the program can achieve large integer add, subtract, multiply, in addition to taking over other operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.3kb
    • 提供者:陈源
  1. Calculator

    0下载:
  2. Addition, subtraction and multiplication of big integer numbers, using string.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:171.13kb
    • 提供者:Mehdi Isaloo
  1. BigNum

    0下载:
  2. VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类:    //乘2运算,即    // a = a * 2^dwTimes 相当于左移一位二进制,低位补0    CUSuperInt& Double(DWORD dwTimes = 1) -VC++ number of computing unsigned big integer class and examples of the use of free time has prepa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12.51kb
    • 提供者:lbaoying
  1. BIG

    0下载:
  2. 该算法可以实现最多500位的大整数的乘法运算-The algorithm can achieve up to 500-bit large integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:761byte
    • 提供者:鲁蔷
  1. BigInt

    0下载:
  2. Big Integer another large ionteger cla-Big Integer another large ionteger class
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:eko
  1. bigint

    0下载:
  2. 不受计算机字长限制的大整数类BigInt, 能在BigInt之间、 BigInt与int之间能进行+、-、*、/、 等运算,能进行比较,能数字与字符转换。-Computer word length limit is not a big integer class BigInt, between in BigInt, BigInt and int can be+,-,*,/, among other operations, can be compared to numbers and chara
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:62.76kb
    • 提供者:sogo
  1. bigint

    0下载:
  2. 大整型的加,减,乘,大小比较,都是用字符串实现的-Big integer add, subtract, multiply, and size comparison, are realized with string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.28kb
    • 提供者:jeason
  1. bigint-2009.05.03

    0下载:
  2. 这是一个计算超大型整数的类,你可以直接拿来使用。它所能表示的最大数值仅取决于你的计算机的内存。它提供了两个类BigUnsigned 和 BigInteger。-You can use this library in a C++ rogram to do arithmetic on integers of size limited only by your computer s memory. The library provides BigUnsigned and BigInteg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:38.92kb
    • 提供者:james
  1. yuwen1

    0下载:
  2. 实验题目 分治算法的应用 实验内容 1、 二分搜索算法实现; 2、 大整数乘法或Strassen矩阵乘法的实现。 -Experimental subject partition use of the algorithm The experiment content 1, search algorithm dichotomy 2, big integer Strassen multiplication or the realization of the matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:5.51kb
    • 提供者:宇文
  1. BigIntegerOperation

    0下载:
  2. 利用string来实现对大整数的加减乘的操作,代码容易理解,供大家参考-Use a string of big integer to realize the sum of the operation of the take, code easier to understand, for your reference
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5.14mb
    • 提供者:chen
  1. Data-structure

    0下载:
  2. 关入数据结构的一些基本的结构描述和求解步骤,如大整数,哈夫曼算法,各种排序法等-Up in some of the basic data structure of the descr iption of the structure and the solving steps, such as big integer, hoffmann algorithm, various sorting method, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:31.52kb
    • 提供者:guang
  1. BigInteger

    0下载:
  2. 实现部分大数功能。基于该部分代码,可以实现大数的计算功能。-implement most of the big integer functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.44kb
    • 提供者:马立鹏
« 12 »
搜珍网 www.dssz.com