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

搜索资源列表

  1. ACMmodel

    0下载:
  2. 整理了一些实用的acm模板,主要包含数据结构、图论、大整数等的常用算法-Acm compiled some useful templates, mainly contains data structures, graph theory, large integer arithmetic and other common
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39816
    • 提供者:王翔
  1. Rational

    0下载:
  2. 一个用大整数实现的有理数类,有理数范围无穷,并且实现了基本的四则运算和比较操作。-A rational number with a large integer class, rational range is infinite, and realized the four basic arithmetic and comparison operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:980
    • 提供者:fengmao
  1. Goldbach-Conjecture

    0下载:
  2. 程序可以验证大整数的哥德巴赫猜想,即任意大于2的偶数可写成两素数之和-Large integer program can verify Goldbach conjecture, that any even number greater than 2 can be written by two primes
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1903889
    • 提供者:zhangjianw
  1. large-integer-multiplication

    0下载:
  2. 算法设计与分析之大整数乘法讲解有需要的可以看一下-Algorithm design and analysis of large integer multiplication explain the need to look at
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:765450
    • 提供者:xieyanyan
  1. add-two-big-int-numbers

    0下载:
  2. 该程序的功能主要是实现两个大整数(150位以内)的加法。-It can compete one function to add two big int numbers.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:986
    • 提供者:寻乐生
  1. Large-integer-multiplication

    0下载:
  2. 高精度大整数乘法,对于大整数比较方便的输入方法是,按字符型处理,两个成熟存储在字符串数组s1,s2中,计算结果存储在整型数组a中。-Precision large integer multiplication, more convenient for large integer input method is handled by the character, two mature stored in an array of strings s1, s2, the calculation res
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3110
    • 提供者:martian
  1. Calculator

    1下载:
  2. Qt写的一个计算器,很不错。主要用到的算法有:后缀式表达式求值、部分选主元高斯消去法求阶梯矩阵,(非)线性方程组等、分段求大整数开方、初等相似变换及QR方法计算全部特征值、反幂法求最大特征值、遗传算法求复系数多项式所有根等。-Qt to write a calculator, very good. The main use of algorithm: the postfix expression evaluation, part of the pivoting Gauss elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1591697
    • 提供者:王晓龙
  1. large-integer-multiplication

    0下载:
  2. 链表实现大整数乘法,其中以时间为种子随机产生1000位数,经过暂停继续产生第二个1000位数,使用回溯递归做乘法。-List realize large integer multiplication, in which time is 1000 bits randomly generated seed, after the suspension continue to generate a second 1000 digits, using recursive backtracking to d
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1642
    • 提供者:何硙卓
  1. 2

    0下载:
  2. 定义实现大整数运算的类LINT,该类实现两个100位以内的大整数的加法和结果输出。-Define the implementation of large integer arithmetic class LINT, realization of such large integer addition and the resulting output of two 100 or less.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:徐程程
  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. RSA(NTL)

    0下载:
  2. 用VC6.0实现的,运用NTL大整数库实现RSA的加密和解密算法,具有较高的效率!-VC6.0 achieved by applying NTL large integer achieve RSA encryption and decryption algorithms, with high efficiency!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3434211
    • 提供者:朱义杰
  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. Link-list-add

    0下载:
  2. 用单链表实现两个大整数的相加,输入为两个大整数,输出两个大数的和。-realize the addition of two big numbers with single link list
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:282326
    • 提供者:郭武楠
  1. qmathlib

    0下载:
  2. 常用基本数值分析的算法,zernike多项式拟合,大整数计算,坐标变换,小波变换等-numerical analysis. zernike polynomial, Big Integer,coordinate transformation,wavelet etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7288536
    • 提供者:仇谷烽
  1. BigDataDevide

    0下载:
  2. c++写的控制台程序,实现两个大整数除法。-c++ written console program, to achieve two large integer division.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:kingrumn
  1. gmp-5.1.3

    0下载:
  2. GMP:GMP大数库是GNU项目的一部分,诞生于1991年。作为一个任意精度的大整数运算库,它包括了任意精度的带符号整数、有理数、浮点数的各种基本运算操作。它是一个c语言的库,但是官方提供了c++的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。GMP库的运行速度非常快的,它的官方网站上称自己为地球上最快的大数库,但是GMP库所提供的只是数学运算功能,并没有密码学相关的高级功能。-Large integer arithmetic library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3982378
    • 提供者:wenwen
  1. hugeint

    0下载:
  2. C++的一个类HugeInt(头文件形式)实现大整数加,乘,乘方,能计算12345^3456等大数-A Class named HugeInt to compute huge int plus, times and so on
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:李鹏程
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 43 »
搜珍网 www.dssz.com