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

搜索资源列表

  1. BNumP-

    0下载:
  2. 实现了大数的加减乘法运算,可达1000位-To achieve a large number of addition and subtraction multiplication, up to 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1487
    • 提供者:zeromaxii
  1. RSA

    0下载:
  2. 用于实现RSA的大数库并继承了大数的幂模运算、四则运算等算法。-For the realization of large numbers of RSA libraries and inherited large numbers modulo exponentiation, four computing algorithms.
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:572563
    • 提供者:尚钊
  1. Cpp1

    0下载:
  2. 实现100位大数的加减操作,包括正负号的运算-Addition and subtraction of large numbers to achieve 100 operations, including arithmetic sign
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1268
    • 提供者:尚帅
  1. ElGamal

    2下载:
  2. 用椭圆曲线实现ElGamal算法,根据来源于国密局SM2算法的标准参数,Fp-192曲线,运用一个大数类能够实现密码算法所需要的基本运算。-Using elliptic curve ElGamal algorithm, according to secret from the State Bureau of SM2 algorithm standard parameters, Fp-192 curve, the use of a class of large numbers cryptograp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-22
    • 文件大小:5304320
    • 提供者:周佳琦
  1. Exponentiation

    0下载:
  2. 浮点大数的运算,非常好用,可以运行,严重鄙视上传代码不全的人-Large numbers of floating-point arithmetic, very easy to use, you can run, serious contempt for people who upload code insufficiency
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6414
    • 提供者:杨帆
  1. dashuyunsuan

    0下载:
  2. 大数的四则运算,满足无限位数的加减乘除运算-Large numbers of four operations, meet the infinite-digit arithmetic operations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:罗星语
  1. big

    0下载:
  2. 这个是一个算法的应用,大数加法,顾名思义,就是大数量级的加法运算-This is an application of the algorithm, the addition of large numbers, as the name suggests, is a large magnitude adder
  3. 所属分类:source in ebook

    • 发布日期:2017-05-25
    • 文件大小:7835934
    • 提供者:Myxuan
  1. BigNum

    0下载:
  2. 完整的大数类头文件,其中有求平方根,求逆元,乘方运算-Tarsus complete class header file, which has the square root, the inverse element, exponentiation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3297
    • 提供者:郭云龙
  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. large-number-factoriol

    0下载:
  2. 由于一些大数的阶乘运算,超出数据类型的表示范围,所需要一些方法来解决-Because some of the large numbers of factorial operations beyond the scope of the data type of representation, which need some way to solve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2962205
    • 提供者:王肖辉
  1. IsPrime

    0下载:
  2. 判断一个数是否为质数,使用BigInteger结构,进行大数的运算-To judge whether a number is prime, the use of BigInteger structure is very useful for large numbers of computing
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:45516
    • 提供者:琳琳
  1. 100again

    0下载:
  2. 100位大数的运算,每四位一组(不足补0),每组用‘,’隔开-100 large number of operations, each separated by a set of four (if less than 0), each with a ,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:949
    • 提供者:王宗明
  1. dashuzuoye

    0下载:
  2. 简单的大数加减乘除开方等运算,采用顺序栈完成数据的运算。-Tarsus simple arithmetic square root operation, sequential stacks for data operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:292818
    • 提供者:王肖程
  1. RSA

    1下载:
  2. 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:刘洋
  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. bignumber

    0下载:
  2. 高精度运算之大数加法求和--运用C++实现于源代码-The addition of large numbers sum precision operations- the use of C++ source code to achieve the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:816
    • 提供者:qian92003
  1. dashuchengfa

    0下载:
  2. 大数乘法C语言实现,被乘数和乘数,考虑到大整数,用string装入,然后在分别取出各个字符进行运算-C language implementation multiplication of large numbers, multiplicand and multiplier, taking into account the large integer, packed with string, and then removed at the various characters separately
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1162
    • 提供者:shao083378
  1. JC

    0下载:
  2. 大数阶乘的计算,字符模拟,一次进行4位的运算-Calculation of Factorial of large numbers, character modeling, computation time for 4
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:763
    • 提供者:ba876816
  1. MULTI

    0下载:
  2. 实现大数的乘法运算,比较简洁易懂,适合初学者借鉴学习-Achieve multiplication of large numbers, it is relatively simple to understand for beginners to learn from
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1203
    • 提供者:钟麟
  1. MUL

    0下载:
  2. 实现了大数之间的减法运算,主要运用数组将大数存储在计算机中然后实现运算-Realized the subtraction of large numbers between the main array will use large numbers stored in the computer and then implement the operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:539
    • 提供者:钟麟
« 1 2 ... 13 14 15 16 17 1819 »
搜珍网 www.dssz.com