CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - BigInt

搜索资源列表

  1. Bigint

    0下载:
  2. 利用双向链表实现对两大整数的相加运算。 可以修改数组长度实现更大整数的相加
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:971
    • 提供者:张 某
  1. bigint

    0下载:
  2. 实现40位整数的加减乘除运算,正确率高,效率高!是C++编程中的好题
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17114
    • 提供者:李迈
  1. bigint-2007.07.07

    0下载:
  2. 实现了大整数的四则运算的基础类,BIgInt类的设计与实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36614
    • 提供者:tianyong
  1. BigInt

    0下载:
  2. C++中 大数类,类似于JAVA中的BingInteger-C++ classes in large numbers, similar to JAVA in the BingInteger
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:2276
    • 提供者:田志雨
  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. 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. BigInt

    0下载:
  2. 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1650
    • 提供者:Harder
  1. Bigint

    0下载:
  2. 大整数加减法,可实现负数运算!使用单链表作为数据结构!-Large integer addition and subtraction, can achieve a negative op! Use as a single linked list data structure!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3976
    • 提供者:xsn
  1. bigint

    0下载:
  2. 大数相乘,支持10000位的大型数字,可以快速算得结果-Multiply large numbers in support of a large number 10000, the results can quickly be regarded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3497
    • 提供者:mayuqiang
  1. Bigint

    0下载:
  2. 大数的高精度加减乘除(位数较多)-bigint
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:517728
    • 提供者:金辉
  1. bigint

    0下载:
  2. 基于数组实现大整数的加减法。 最多允许位数:一百位。 数字可以是无符号数或者有符号数-big intergers operation
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:2408
    • 提供者:cao
  1. My-bigint

    0下载:
  2. 此代码完成了大整数(BigInt)的计算功能。作为N进制计算的基础代码,可继续拓展。-Completed a large integer code (BigInt) of computing. As the basis for calculating N binary code, can continue to expand.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:389334
    • 提供者:liliyang
  1. Bigint

    0下载:
  2. 实现大数运算,32bit为一个单位,封装在C++类里,简单易用,速度够快。-Operation to achieve large numbers, 32bit as a unit, encapsulated in C++ class, the easy to use, fast enough.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:6010
    • 提供者:hhf
  1. BigInt

    0下载:
  2. 程序简陋,算法也不是最优。这个大整数计算的C++类也许有人还能用上。 主要功能: 1) 支持 + - * / mod这几种运算 2) 没有设计上的限制,最大可操作的数据长度取决于内存大小和操作系统(<=8G-bit,或者说1G字节) 3) 支持2-64进制,<=36进制时字母不分大小写,>36进制时字母大写和小写不同。63进制使用+,64进制使用/,即,合法的字符集[0-9][A-Z][a-z]+/。Demo中,自动转换输入时,如果输入中存在空格、回车、换
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:9810
    • 提供者:rrrfff
  1. archive.tar

    0下载:
  2. BigInt Class by Igor
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:893607
    • 提供者:khafan
  1. Bigint.cpp

    0下载:
  2. Biginteger implementation on c-Biginteger implementation on c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1102
    • 提供者:munkhtsogt
  1. bigint

    0下载:
  2. as3.0的64位数据表示,as3.0中没有64位的整数。该包可以自由转换-actionscr ipt 64byte number
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3954
    • 提供者:chqj
  1. ACM-BigInt

    0下载:
  2. 很不错高精度的资料 ACM的同学可以一看-a good article which tells sth about bigint calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:94620
    • 提供者:管仲
  1. bigint

    0下载:
  2. 大数加减法,实现20为的整数加减乘法,采用正常计算逻辑编写-Large numbers subtraction method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2317
    • 提供者:smk09
  1. bigint

    0下载:
  2. 大整数类的实现。包括除法,乘法,加法,减法-The realization of bigint
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:2342862
    • 提供者:梅丹丹
« 12 »
搜珍网 www.dssz.com