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

搜索资源列表

  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. 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. 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_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. 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. 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. calculator

    0下载:
  2. 一个用c++做的大整数运算的程序,可以多位加减乘除-C++ to do with a large integer arithmetic program can be a number of addition and subtraction multiplication and division
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:441481
    • 提供者:tao
  1. BigNumMul

    0下载:
  2. 该程序主要是使用数组的方式,实现两个大整数相乘。-The procedure is to use an array of ways to achieve multiply two big integers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:584872
    • 提供者:徐飞
  1. bigInt

    0下载:
  2. 大整数的幂运算原代码(数组实现),在 dev c++中通过 -Large integer exponentiation of the original code (the array to achieve), the dev c++ through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:812
    • 提供者:杨晓斌
  1. test6-2

    0下载:
  2. 描述 问题描述: 给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。 注意,字符串中的每个字符只能使用一次。 编程任务: 求由给定字符串构建的能够整除15的最大整数。-Descr iption of the problem descr iption: Given a contain only numbers [0 .. 9] of the string, seeking to use some of the charac
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:729306
    • 提供者:伍超洋
  1. bigint

    0下载:
  2. 一个大整数计算的类!,支持2的256次方以上的数字的计算 -A large integer calculation of the class! In support of two of the 256-th power of more than a figure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1464266
    • 提供者:weely
  1. dazhengshu

    0下载:
  2. 找最大整数
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1385
    • 提供者:嗷嗷嗷
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com