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

搜索资源列表

  1. 2-11

    0下载:
  2. 本次程序设计是对于计算机中超过整型数范围的整数,要解决这类数的存储和运算,用单链表进行存储,同时这个大整数的类要实现4个功能:输入、输出、加法和赋值。-This program is designed for computer over the range of integer integer numbers to solve this kind of storage and computing, a single linked list for storage, while the large
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:3714274
    • 提供者:sherrycheng
  1. gongcheng

    0下载:
  2. 实现实数、复数、各种进制下的科学计算 大整数计算 线性代数计算 多项式求复数根的计算 多功能计算器-For all real Numbers, complex, in base of scientific computing Large integer calculation Linear algebra calculation The calculation of roots of polynomials and the plural Multi-functio
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:15601927
    • 提供者:追随我心
  1. LargeintAM

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

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

    0下载:
  2. 大素数生成和基本运算符重载,采用C++编程,在linux下编写-Generation of large prime and basic operator overloading
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:4843
    • 提供者:chenyang
  1. proxy

    0下载:
  2. win32汇编程序。功能:从TXT文件读取IP列表,按指定时间间隔更换IP代理(IE)-Large integer multiplication
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:95204
    • 提供者: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. 54734545

    0下载:
  2. 超大整数相乘算法的VB实现源代码,有需要的下。-Large integer multiplication algorithm VB source code to achieve, in need.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:15338
    • 提供者:清蒸翅子
  1. BigInt

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

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

    0下载:
  2. 该MFC程序可以进行长整数的四则,阶乘,幂的计算。重要的是在除法上做了性能的优化。-The MFC program can be carried long integer four, factorial, power calculations. It is important to do the division of the performance optimization.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5934103
    • 提供者:傅子铭
  1. dazhengshusizeyunsuan

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

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

    0下载:
  2. 任意长度大整数乘法的Javascr ipt实现.在webkit内核浏览器下可以正常使用-Arbitrary length large integer multiplication Javascr ipt implementation.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-29
    • 文件大小:55557
    • 提供者:ltlc
  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. SELECT2

    0下载:
  2. 利用选择问题算法,写程序实现从一个未排序的一维整数数组中选取第k大的整数出来,k的取值在程序中设定。-The choice of algorithm, write the program selects the K large integer from an unsorted integer one-dimensional array, the value of K in the process of setting.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:889326
    • 提供者:王松
  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. ACMmodel

    0下载:
  2. 整理了一些实用的acm模板,主要包含数据结构、图论、大整数等的常用算法-Acm compiled some useful templates, mainly contains data structures, graph theory, large integer arithmetic and other common
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39816
    • 提供者:王翔
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 24 »
搜珍网 www.dssz.com