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

搜索资源列表

  1. zzz

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

    • 发布日期:2017-04-11
    • 文件大小:633
    • 提供者:十一
  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. 8736103199-GuTingTing-RSA

    0下载:
  2. RSA密码体制的实现摘要自20世纪90年代以来,计算机网络技术使得计算机应用得到 ... 用VC++编程实现了RSA算法加密和解密运算,在算法的实现过程中,调用了已有的大整数类-The realization of RSA cryptosystem Abstract from the 20th century since the 90' s, computer network technology allows computer applications to be used ... VC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:19365
    • 提供者:shenyong
  1. Mul-of-big-Int

    0下载:
  2. 引用分治法实现两个位数相同的大整数的乘法运算-Act reference divided large integer multiplication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:31943
    • 提供者:07网络
  1. Bignum_class

    0下载:
  2. 实现大整数基本操作功能,可用于RSA之类的大整数运算上-The basic operation of large integer functions, such as RSA can be used for the large integer calculations on
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:5583
    • 提供者:chw
  1. bigNumber

    0下载:
  2. 用VC++解决大整数问题(数组)-Using VC++ to solve the issue of large integer (array)! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1182911
    • 提供者:duo
  1. dazhengshuchengfa

    0下载:
  2. 大整数乘法的算法实现,可以运行,希望可以帮到大家-Large integer multiplication algorithm, you can run, I hope you can help
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:61235
    • 提供者:yang
  1. make

    0下载:
  2. 数字构造问题 ★问题描述 给定一个只包含数字[0..9]的字符串,请使用字符串中的某些字符,构建一个能够整除 15最大的整数。注意,字符串中的每个字符只能使用一次。 ★编程任务 求由给定字符串构造的能够整除15的最大整数。 ★数据输入 由文件input.txt给出输入数据。输入数据为一个只包含数字[0..9]字符串,字符串的长度 为1..1000。如果无法构建出该数字,请输出“impossible”。 ★数据输出 将程序运行结果输出到文件output.tx
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:850
    • 提供者:heixiong
  1. 610

    0下载:
  2. 可以实难两个大整数相加运算,十分适用读者用-Can be difficult to add two big integer calculations, the reader is used to apply
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1024
    • 提供者:天涯
  1. HugeMultiply

    0下载:
  2. 学习算法时做的小程序,实现两个大整数的乘法。-Learning algorithm when a small program, the realization of two large integer multiplication.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:34429
    • 提供者:晓阳
  1. problemsofhighprecision

    0下载:
  2. 处理有关高精度计算的问题,大整数乘除法,大整数加减-deal with highi degree of accuracy
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1828
    • 提供者:书少
  1. BigInt

    0下载:
  2. 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1650
    • 提供者:Harder
  1. BigIntNumberCaculation

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

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

    0下载:
  2. 大整数整除,char *d返回余数,char*c返回结果 -Large integer divisible, char* d return the remainder, char* c return result
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1220
    • 提供者:deng yang
  1. Mul

    0下载:
  2. 大整数乘法源程序,使用C++编写,希望大家能用的上-Large integer multiplication source code, using C++ written in hope that we can use the previous
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:205058
    • 提供者:baiyun
  1. mul

    0下载:
  2. 一般c++的Int型变量为4个字节,做数字比较大整数的阶乘会溢出,本程序利用数组实现大数字的阶乘且可以更改数组的长度-General c++ of the Int variable is 4 bytes, so the number will be relatively large factorial integer overflow, the process utilizes an array to achieve great numbers factorial and can change
  3. 所属分类:Other windows programs

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