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

搜索资源列表

  1. dashuxiangcheng

    0下载:
  2. 利用分治方法设计实现大整数乘法的递归算法-Using the method of big integer partition design and realize the recursion algorithm square
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:563
    • 提供者:曹萌萌
  1. add

    0下载:
  2. ACM的一个经典算法,计算两个大整数的相加,采用STL容器-ACM, a classical algorithm to calculate the sum of two large integers, the use of STL containers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:596
    • 提供者:wangxuefeng
  1. mi

    0下载:
  2. 计算大整数的幂,是采用字符串模拟乘法的算法!-Large integer power calculation using the string multiplication algorithm simulation!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1809
    • 提供者:漫指针
  1. bignumber.cpp

    0下载:
  2. 这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-This is a general algorithm for multiplication of large numbers, using linked list approach. The realization of two big integer add, subtract, multiply computing, in which the use of multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2501
    • 提供者:caoxiang
  1. BIGINT

    0下载:
  2. 本人编写大整数程序,c++实现,可实现几十位乃至几百位整数的四则运算-I write large integer program, c++ implementation can be realized dozens or even hundreds of integer arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:717471
    • 提供者:ding
  1. Desktop

    0下载:
  2. 在一些应用中,特别是现在的密码学中,常常需要用超过100位的整数来做乘法,以此来对数据加密。现在有两个小于等于100位的大整数a和b(位数相同),请写程序计算出这两个大整数乘积的结果。-In some applications, in particular, cryptography is now often need to do more than 100 integer multiplication as a way to encrypt the data. There are two le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4423
    • 提供者:胡鹏
  1. BigIntegerForCSharp

    0下载:
  2. 类似于Java大整数类的CSharp版大整数类-BigInteger class for CSharp
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:18436
    • 提供者:窦云亮
  1. dazhengshu

    0下载:
  2. 本人上传的是用分治法实现的大整数算法,采用的是数组形式。-I uploaded is to use divide and conquer to achieve a large integer arithmetic, using the array form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:360425
    • 提供者:林丽
  1. mul

    0下载:
  2. 二分法求大整数相乘,快速便捷。很好的源代码,可以用来学习,直接用于工程也是可以的-Dichotomy for large integer multiplication, quickly and easily. Good source code, can be used to study, can be directly used for projects of
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:13532
    • 提供者:wanglianqing
  1. HugeInteger

    0下载:
  2. 大整数的运算方法,包括加法,减法,乘法等等,还有除法-Large integer computation methods, including addition, subtraction, multiplication, etc., as well as division
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2445
    • 提供者:LiaoKai
  1. java_sqr(big_int)

    0下载:
  2. java大整数开根号.txt 符合数位要求的大整数开根号,避免了c,c++高精度的麻烦,此题属高精度较难题,具有一定算法-java大整数开根号.txt
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:hujiulin
  1. bigint

    1下载:
  2. 用c++实现的一个大整数类,可以进行加减乘除,求模,模幂,模逆运算-Using c++ to achieve a large integer class, you can add or subtract multiply and divide, seeking mold, modular power, modular inversion
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:638938
    • 提供者:xyh
  1. factorial

    0下载:
  2. 编写一个大整数类,实现输入正整数的阶乘计算。压缩包里包括factorial.h和factorial.c-Preparation of a large integer class, enter a positive integer factorial calculation. To compression the bag including factorial.h and factorial.cpp
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:843
    • 提供者:赵瑾
  1. gmp_5.1.0_dll

    0下载:
  2. 大整数运算库gmp 5.0.1 的动态链接库-Large integer arithmetic library dynamic link library gmp 5.0.1
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:228823
    • 提供者:欧阳
  1. bignumbermultiplay

    0下载:
  2. 大整数乘法算法,可实现普通程序无法实现的大整数的相乘。算法简单,可作为数据结构与算法研究之用-Large integer multiplication algorithm, can be achieved can not be achieved with the ordinary procedure of the multiplication of large integers. Algorithm is simple and can be used as data structure and
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1523
    • 提供者:czm
  1. BigIntMultiplication

    0下载:
  2. 使用分治技术,实现的两个大整数的乘法运算-The use of sub-rule technology, the realization of two big integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:19033
    • 提供者:wangkc
  1. 2^N

    0下载:
  2. 计算2的N次方的最大整数(不是科学计数法表示).以及计算的时间.-Calculation of the N-th power of 2, the largest integer (not a scientific count that). As well as the calculation time.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2258
    • 提供者:
  1. C

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4363395
    • 提供者:郎永山
  1. bigint

    0下载:
  2. 高精度整数运算程序 进行高精度整数的加、减、乘运算。 输入两个十进制大整数M和N(M、N最长可达50位),根据要求计算运算结果并输出。 -Operational procedures for high-precision integer precision integer add, subtract, multiply computing. Enter the two big decimal integer M and N (M, N up to a maximum of 50),
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1412
    • 提供者:lexi
  1. mimaxueshiyan

    0下载:
  2. 古典密码学和大整数,你看了就知道了好好哦啊好哦奥好熬好-Classical cryptography and large integer, you know a good read on Oh ah good好哦Austrian熬好
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:182971
    • 提供者:甜玉米
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 47 »
搜珍网 www.dssz.com