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

搜索资源列表

  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. 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. 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. dazhengshusizeyunsuan

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

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:龚文清
  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. dazhengshusizeyunsuan

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

    • 发布日期:2017-03-30
    • 文件大小:25466
    • 提供者:麦兜
  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. large-integer-multiplication

    0下载:
  2. 算法设计与分析之大整数乘法讲解有需要的可以看一下-Algorithm design and analysis of large integer multiplication explain the need to look at
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:765450
    • 提供者:xieyanyan
  1. Large-integer-multiplication

    0下载:
  2. 高精度大整数乘法,对于大整数比较方便的输入方法是,按字符型处理,两个成熟存储在字符串数组s1,s2中,计算结果存储在整型数组a中。-Precision large integer multiplication, more convenient for large integer input method is handled by the character, two mature stored in an array of strings s1, s2, the calculation res
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3110
    • 提供者:martian
  1. Calculator

    1下载:
  2. Qt写的一个计算器,很不错。主要用到的算法有:后缀式表达式求值、部分选主元高斯消去法求阶梯矩阵,(非)线性方程组等、分段求大整数开方、初等相似变换及QR方法计算全部特征值、反幂法求最大特征值、遗传算法求复系数多项式所有根等。-Qt to write a calculator, very good. The main use of algorithm: the postfix expression evaluation, part of the pivoting Gauss elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1591697
    • 提供者:王晓龙
  1. BigInt

    1下载:
  2. 大整数类(支持负数) 重载了类之间,与int类型,与string类型的+,-,*,/,+=,++,--,-=,*=,/=, =, ,>>, <<,<<=,>>=,>,<,<=,>=,==,=,以及乘方^,^=运算,以及输入输出流>>,<<运算符 -Integer type (support negative) between overloaded classes, and int type,+
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3686
    • 提供者:boris
  1. bigdatacalculater

    0下载:
  2. 大整数运算器,可实现加减乘除模的整数运算,对于大整数位数无限制 结合C++语言性质进行了代码优化,通过压力测试。-Large integer arithmetic, can be realized integer arithmetic mode for large integer digits unlimited properties were combined C++ language code optimization, through stress tests.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2071
    • 提供者:luke
  1. biginteger

    0下载:
  2. 本程序实现了大整数的运算,包括加,减,乘,除-This program implements a large integer arithmetic, including addition, subtraction, multiplication, division, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2511179
    • 提供者:刘子
  1. Link-list-add

    0下载:
  2. 用单链表实现两个大整数的相加,输入为两个大整数,输出两个大数的和。-realize the addition of two big numbers with single link list
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:282326
    • 提供者:郭武楠
  1. qmathlib

    0下载:
  2. 常用基本数值分析的算法,zernike多项式拟合,大整数计算,坐标变换,小波变换等-numerical analysis. zernike polynomial, Big Integer,coordinate transformation,wavelet etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7288536
    • 提供者:仇谷烽
  1. BigDataDevide

    0下载:
  2. c++写的控制台程序,实现两个大整数除法。-c++ written console program, to achieve two large integer division.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:kingrumn
  1. gmp-5.1.3

    0下载:
  2. GMP:GMP大数库是GNU项目的一部分,诞生于1991年。作为一个任意精度的大整数运算库,它包括了任意精度的带符号整数、有理数、浮点数的各种基本运算操作。它是一个c语言的库,但是官方提供了c++的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。GMP库的运行速度非常快的,它的官方网站上称自己为地球上最快的大数库,但是GMP库所提供的只是数学运算功能,并没有密码学相关的高级功能。-Large integer arithmetic library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3982378
    • 提供者:wenwen
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com