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

搜索资源列表

  1. BigData

    0下载:
  2. 设计一个类处理任意大整数。必须实现输入、输出操作、加法操作和赋值操作。-Design a class to handle arbitrarily large integers. To the input and output operations, the addition operation and assignment.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:940
    • 提供者:戴巍
  1. Large_integer_adder

    0下载:
  2. 大整数加法 我们将一个大整数从右到左分组,每三位为一个节点,若剩余一个组不满三位也将其作为一个节点处理。大整数本身的符号用头节点来表示。1表示正数,-1表示负数。通过这样的方式我们就构造了一个存储大整数的双向链表,然后就可以进行大整数的基本运算了。-Large integer addition we will be a large integer division from right to left, each for a three-node, if a group dissatisfied
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1092
    • 提供者:夏洁
  1. bigintadd

    0下载:
  2. 本程序有两个文件构成,bigintadd.h和bigintadd.cpp,bigintadd.h定义了大整数加法方法,bigintadd.cpp定义了输出语句。-This program has two documents constitute, bigintadd.h and bigintadd.cpp, bigintadd.h defines a large integer addition method, bigintadd.cpp defines the output statement
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2340
    • 提供者:李伟枝
  1. 3003

    0下载:
  2. 3、大整数加法 Descr iption 求两个不超过200位的非负整数的和。 Input 有两行,每行是一个不超过200位的非负整数,没有多余的前导0。 Output 一行,即相加后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。 Sample Input 22222222222222222222 33333333333333333333 Sample Output 55555555555555555555 -
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:609
    • 提供者:dvd
  1. hw10

    0下载:
  2. 大整数加法运算,先将相加的两个数转换成字符串,再相加。-Large integer addition operation, first add the two numbers into a string, and then add.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:310548
    • 提供者:清风
  1. Large-integer-large-integer

    0下载:
  2. 大整数加法器能够很方便地实现对大整数加法的快速运算-Large integer adder can easily achieve the rapid addition of large integer operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1865
    • 提供者:LeeXP
  1. BigInteger

    0下载:
  2. C++实现了一个大整数类,包括加法,减法,乘法,除法,以及求余等功能,并对以上操作符进行了重载,经反复测试,运行结果正确-C++ implementation of a large integer categories, including addition, subtraction, multiplication, division, and remainder functions, and these operators were overloaded, after repeated tes
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1279
    • 提供者:
  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-06
    • 文件大小:2212
    • 提供者:小陈
  1. BigInteger

    0下载:
  2. 大整数的加法、减法以及比较(包括大于、小于和等于)。-Large integer addition, subtraction and more (including greater than, less than and equal to).
  3. 所属分类:CSharp

    • 发布日期:2016-01-23
    • 文件大小:26624
    • 提供者:kan
  1. polanyunsuan1

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

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

    0下载:
  2. 经典大整数操作c++实现,包括大整数加法、大整数减法和大整数13除法-The Classic large integer the operation c++ achieve, including large integer addition, integer subtraction and the integer 13 division
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:1553
    • 提供者:xxx
  1. bigint

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

    • 发布日期:2017-12-04
    • 文件大小:2342862
    • 提供者:梅丹丹
  1. fibonacci

    0下载:
  2. 实现大整数或超大整数斐波那契数的输出(使用类和大整数加法实现).-Easily print the big Fibonacci numbers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2350107
    • 提供者:Aquarius
  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. add

    0下载:
  2. 大整数加法 当相加的位数较大时 便于算出详尽的答案-When a large sum of digits integer addition large easy to calculate detailed answers
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:824
    • 提供者:雅婷
  1. LargeintAM

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

    • 发布日期:2017-04-08
    • 文件大小:1464
    • 提供者:郭晨
  1. Factorial

    0下载:
  2. 高精度封装实现阶乘以及大整数加法,减法,乘法,除法(Factorial implementation of high precision packaging)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:Lzy-Foenix
  1. 数据结构课程设计报告(大整数的运算)

    0下载:
  2. 1、设计一个实现长整数进行四则运算的程序,长整数长度在二十位以上,有正负数的区别。 2、输入每四位一组,组间用逗号隔开,长整数位数没有上限,以分号结束长整型数据的输入。用lnode结点数据结构存储数据。每一个数据有一个头结点,它的data域用来放数据的正负数。其余结点的数都为正整数。 3、程序包含数据的输入,判断,运算,输出和主函数。 4、具体程序执行的命令包括: 输入函数:inputa();inputb();//的输入并建立双向循环链表 判断函数:
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:41984
    • 提供者:zhangzl1112
  1. SComputing

    0下载:
  2. 把超过C/C++位数支持的两个大整数进行加法运算(Add two large integers supported by more than C/C++ digits.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:1792000
    • 提供者:仟言
« 12 »
搜珍网 www.dssz.com