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

搜索资源列表

  1. lnm

    0下载:
  2. 用来演示两个大整数相乘原理的C语言程序源码。-Multiplying two large integers used to demonstrate the principle of the C language source code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1148
    • 提供者:zym
  1. Large-integer-large-integer

    0下载:
  2. 大整数加法器能够很方便地实现对大整数加法的快速运算Large integer adder can easily achieve the rapid addition of large integer operations-Large integer adder can easily achieve the rapid addition of large integer operations
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:2045
    • 提供者:货单程序
  1. LargeintAM

    0下载:
  2. 包含了大整数的加法与乘法,采用了分治法提高了运行的速度-Large integer addition and multiplication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1464
    • 提供者:郭晨
  1. Large-Integer-Multiplication-

    0下载:
  2. 大整数相乘,是用数组的形式模拟乘法,简单,很实用-Large integer multiplication, is to use an array of analog multiplication, simple and very practical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:670
    • 提供者:czy
  1. Large-Int-Multi(list)

    0下载:
  2. 大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4975200
    • 提供者:czy
  1. Large-integer-multiplication

    0下载:
  2. 两个大整数(字符串的形式)相剩,并显示相乘结果-Large integer multiplication
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:16413
    • 提供者:tt
  1. big-num

    0下载:
  2. 一个大整数的加减乘除代码,速度不是很快,初学者学习数据结构的可以看看,自己写的。-A large integer arithmetic code, speed is not fast, for beginners to learn data structures can see, write your own.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:8299
    • 提供者:汉姆
  1. main

    0下载:
  2. 大整数运算,DOS下运行,按照说明可计算任意长度的整数运算-Huge Integer s arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:31994
    • 提供者:徐余颛
  1. cata

    0下载:
  2. 设计一个表示高精度整数的模版类,它支持对任意大整数的输入、输 × ÷ 出和四则运算(+、-、 、 ),其中除法运算应输出所得的商和余数。 (2)用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确 值。 -设计一个表示高精度整数的模版类,它支持对任意大整数的输入、输 × ÷ 出和四则运算(+、-、 、 ),其中除法运算应输出所得的商和余数。 (2)用上述高精度整数的模板类,计算大整数
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:655
    • 提供者:秋月痕
  1. BigInt

    0下载:
  2. MFC下的大整数类的封装,当然可改写为普通VC下的程序,适合ACM竞赛等。-MFC under the big integer class package, of course, can be rewritten as an ordinary VC under the procedures for ACM competitions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:7290
    • 提供者:厍斌
  1. BigInt

    0下载:
  2. 大整数的四则运算以及用米勒拉丁法来产生大素数-Large integer calculation and generation of large prime numbers
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:271035
    • 提供者:wteng
  1. dazhengshusizeyunsuan

    0下载:
  2. 大整数的四则运算(加减乘除,记录的保存)-The four large integer arithmetic (including addition, subtraction, record-keeping)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:龚文清
  1. bigdata

    0下载:
  2. 设计一个类处理任意大整数。必须实现输入、输出操作、加法操作和赋值操作-Design a class to handle arbitrarily large integers. To the input and output operations, the addition operation and assignment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1354
    • 提供者:soby
  1. largenumber

    0下载:
  2. 实现存储任意大整数的功能,利用单链表,能够输入、输出、加法、赋值-Implementing Stored arbitrarily large integer functions, the use of a single list, can be input, output, addition, assignment
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1619
    • 提供者:stendardo
  1. bigNumMult

    0下载:
  2. 计算1万位以上的大整数乘法,有蛮力法和分治法-Calculation 10,000 more than the large integer multiplication with brute force method and the divide and conquer
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:28703
    • 提供者:Billie
  1. bigIntMuilt

    0下载:
  2. 分治法求大整数乘法 只能支持256位乘法而已,不过已经完整实现了分治法,而且可以支持有符号的数-Divide and conquer method for large integer multiplication multiply it can only support 256, but has been completely realized divide and conquer, and can support a number of symbols
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:186428
    • 提供者:fengwuxing
  1. moni

    0下载:
  2. 大整数乘法,模拟笔算的方法,速度很快,内存也需求比较小一点,希望能帮助到其他人-Large integer multiplication, simulation written calculation methods, very fast, memory demand is also smaller, hoping to help others
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:257837
    • 提供者:fengwuxing
  1. dazhengshusizeyunsuan

    0下载:
  2. 可以实现大整数四则运算 杭州电子科技大学密码学实验必备神器 想考杭州电子科技大学信息安全专业研究生必会-Can achieve a large integer arithmetic Hang power cryptography experiments
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:25466
    • 提供者:麦兜
  1. divide-and--conquer

    0下载:
  2. 实现大整数相乘,时间复杂度n(logn),c++源码-Achieve a large integer multiplication, time complexity n (logn), c++ source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1688
    • 提供者:Cube
  1. da

    0下载:
  2. (1)用顺序栈实现一个支持大整数的加法和减法计算功能的计算程序。 (2)实现创建顺序栈,入栈,出栈等基本操作,并使用这些基本操作协助完成大整数加法的实现。 (3)用if或switch语句设计一个如下页的选择式菜单。-(A) implement a stack with support for large sequential integer addition and subtraction calculations calculation program. (2) in order
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1139
    • 提供者:范先生
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 43 »
搜珍网 www.dssz.com