CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 大 整数 运算

搜索资源列表

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

    0下载:
  2. 大数乘法C语言实现,被乘数和乘数,考虑到大整数,用string装入,然后在分别取出各个字符进行运算-C language implementation multiplication of large numbers, multiplicand and multiplier, taking into account the large integer, packed with string, and then removed at the various characters separately
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1121
    • 提供者:lili
  1. big_number

    0下载:
  2. 1.支持的运算类型有:+(加) -(减) *(乘) /(除并求余) (求余). 2.支持正负数的运算. 3.支持大数阶乘. 4.由于运用了vector类,原则上支持任意大的整数运算.-1. To support the types of operations are:+ (plus)- (by)* (x)/(in addition to, and seeking more than) (for more). 2. In support of plus or minus the nu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:441452
    • 提供者:jiaosibei
  1. helloworld

    0下载:
  2. 有关大整数的加减乘除,使用数组保存计算结果,用高精度运算的算法进行设计-sfasafdas
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2678
    • 提供者:郭宇
  1. bignumber

    0下载:
  2. 大整数(超出整数所能表示的范围)如何进行存贮和运算。-Big number
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:35531
    • 提供者:周海
  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-16
    • 文件大小:9810
    • 提供者:rrrfff
  1. c

    0下载:
  2. 完成两个大整数的乘除加减运算,并将两个数的结果一数组形式输出-Complete two big integer multiplying of addition and subtraction,And the result of two Numbers one array form output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6716
    • 提供者:闫海莉
  1. BigInteger

    0下载:
  2. 一个支持大整数加减乘除运算的计算器,能显示运算时间和生成随机数,用c++编写,采用对话框窗口。-A support for large integer multiplication and division addition and subtraction calculator can show computation time and generates random numbers, written using c++, using the dialog window.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:4062796
    • 提供者:刘文奇
  1. 1024bit-P-p

    0下载:
  2. 随机生成3个1024bit大整数,实现大整数的加法、减法和取模运算,并计算运行100K的平均时间(16进制char类型实现)-1024bit randomly generated three large integer, to achieve large integer addition, subtraction, and modulo operations, and calculate the average running time of 100K (16 hex char type to
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2212
    • 提供者:小陈
  1. polanyunsuan1

    0下载:
  2. 波兰运算(递归求解)可进行大整数的加法 减法 乘法。-polan operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1372
    • 提供者:于一
  1. 16-8

    0下载:
  2. 为解决现代密码学中,经常要用到超过1000位大整数,并实现加减法运算。-Often use to solve modern cryptography, to more than 1000 large integer, and adds and subtracts.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:6981
    • 提供者:张程浩
  1. cPP

    0下载:
  2. 大整数运算,用C++实现,可以解决各种大整数运算的问题-Large integer arithmetic, with C++ achieve, and can solve the problem of integer arithmetic
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:3027
    • 提供者:z
  1. calculator

    0下载:
  2. 大整数运算,有一些整数,其位数可能上百位。在功能上要对这些整数做加、减、乘、整除及取余运算。在程序组织上要求通过大整数类型的设计,来体现更好的可读性和可维护性,并且对错误采用异常方法处理。-Large integer arithmetic, some integer may be hundreds of bits. The function of these integers do add, subtract, multiply, divisible modulo operator. Progr
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:2756
    • 提供者:叶湄
  1. large-integer-calculator

    0下载:
  2. 可以在100位以内进行大整数的加减运算,支持负数运算。-100 within large integer addition and subtraction
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1320
    • 提供者:张璞
  1. 2

    0下载:
  2. 定义实现大整数运算的类LINT,该类实现两个100位以内的大整数的加法和结果输出。 类可以有如下的类似定义: class LINT { private: // …… public: LINT(char*) LINT operator+(const LINT& L) ostream& operator<<(const ostream& os, const LINT& L) // …… } 要求: 1)构造
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:573
    • 提供者:Elena
  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. big

    0下载:
  2. 大整数高精度运算,类实现 并用矩阵变换速度更快-Large high-precision integer arithmetic
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1422
    • 提供者:wangzi
  1. 618020

    0下载:
  2. 一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ NET下编译通过()
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:recxrsile
  1. 776580

    0下载:
  2. 一些c程序,象棋之马踏棋盘,把算术表达式转化未逆波兰表达式,保龄球计分规则算法,可进行多达50位的大整数运算+X,铁路()
  3. 所属分类:其他

  1. bigint

    1下载:
  2. 实现大整数类设计一个程序实现两个任意长的整数(包括正数和负数)、任意精度实数的算术运算。 提示: (1)用动态链表存贮数据,每结点含一个整型变量,表示若干位数(Support for an integer with arbitrary accuracy and its operation)
  3. 所属分类:其他

    • 发布日期:2020-07-29
    • 文件大小:4096
    • 提供者:乔1
« 12 »
搜珍网 www.dssz.com