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

搜索资源列表

  1. ltmpp

    0下载:
  2. 密码学大整数运算的库函数,libtom,非常专业,没有基础就别下了。-Cryptography big integer computing library functions, libtom, very professional, there is no other foundation has.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3089
    • 提供者:chengfulai
  1. BigNum

    0下载:
  2. 大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求: 对于给定的每一个测试文件(形如:numberX_input.txt),分别生成一个结果文件(形如:numberX_out.txt)。比如,对于测试文件number1_input.txt,对应的结果文件为number1_out.txt。 参
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:18711
    • 提供者:ouyang
  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
    • 文件大小:32771
    • 提供者:李鸿
  1. CSharp_Huge

    0下载:
  2. .net下实现大整数的四则运算,C#编写-. net achieve big integer arithmetic, C# prepared
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:17106
    • 提供者:星云
  1. BIGIL

    0下载:
  2. 128位大整数运算源代码 源代码包含128位大整数的加减乘除、取模、乘幂、2进制和10进制转换等运算,可用于大整数运算和加解密算法。 -128 large integer computing source code source code contains 128 large integer addition and subtraction, multiplication and division, modulus, by power, 2-band and 10 hexadecimal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3158
    • 提供者:
  1. 57578852BigIntC

    0下载:
  2. 大整数计算,包含个有关于大整数的各种计算方法的C语言实现-Large integer calculation, including a large integer has about a variety of calculation methods of the C language implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3040
    • 提供者:zhaolingxi
  1. Minus

    0下载:
  2. 大整数减法 poj 2981 用字符串实现大整正数的减法-poj 2981
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:955
    • 提供者:马超
  1. Multiply

    0下载:
  2. 大整数乘法 poj 2980 比一般的算法快一点点哦-Poj 2980 large integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:694
    • 提供者:马超
  1. Plus

    0下载:
  2. 大整数加法 poj 2981 这是真的加法,我还传了一个减法,名字写成加法了,不知怎么改,郁闷-Large integer Adder poj 2981
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1822
    • 提供者:马超
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1121
    • 提供者:lili
  1. dazhengshuchengfa

    0下载:
  2. 大整数乘法- Large integer multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:14557
    • 提供者:cc
  1. fds

    0下载:
  2. 两个大整数相加,正负均可。正数 + 可写可不写-Add two large integers, positive and negative can be. Positive '+' can not Writing Writing
  3. 所属分类:Algorithm

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

    0下载:
  2. 大整数运算用与解决3人传球问题 希望会对你有用,马上再传几个pku的-bigintcalculation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:lihongda
  1. zzz

    0下载:
  2. 大整数乘法,实现两个大整数相乘的C++代码-Large integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:633
    • 提供者:十一
  1. LargeIntegerOpertion

    0下载:
  2. 这是一个用java编写的大整数加减的算法,可以输出负数,绝对正确可用。-This is a arithmetic of large integer opertion and can print negative number.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4207
    • 提供者:
  1. My

    0下载:
  2. 计算大整数的四则运算(+,-,*,/),可以运算至少上百位的四则运算,采用DOS界面,速度很快,不会让你等1秒钟。-Calculation of large integer arithmetic operations (+,-,*,/), be at least hundreds of 4-bit computing, the DOS interface, fast, will not let you, such as 1 second.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:291274
    • 提供者:王菲
  1. Large_integer_adder

    0下载:
  2. 大整数加法 我们将一个大整数从右到左分组,每三位为一个节点,若剩余一个组不满三位也将其作为一个节点处理。大整数本身的符号用头节点来表示。1表示正数,-1表示负数。通过这样的方式我们就构造了一个存储大整数的双向链表,然后就可以进行大整数的基本运算了。-Large integer addition we will be a large integer division from right to left, each for a three-node, if a group dissatisfied
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1092
    • 提供者:夏洁
  1. Large_integer_multiplication

    0下载:
  2. 算法分析与设计——大整数乘法。 计算两个超出机器数表示范围的整数的乘积。-Algorithm Analysis and Design- large integer multiplication. Calculating the number of two machines that go beyond the scope of the product of an integer.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:718
    • 提供者:胡小姗
  1. BigInt

    0下载:
  2. 大整数除法 比如说超过64位的整数相除-big int division
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2225
    • 提供者:liqiang
  1. md5

    0下载:
  2. MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。-The full name of MD5 is
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1425999
    • 提供者:成功
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 47 »
搜珍网 www.dssz.com