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

搜索资源列表

  1. 大整数的加法

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ----
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:842byte
    • 提供者:王承陶
  1. Plus

    0下载:
  2. 大整数加法 poj 2981 这是真的加法,我还传了一个减法,名字写成加法了,不知怎么改,郁闷-Large integer Adder poj 2981
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.78kb
    • 提供者:马超
  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
    • 文件大小:1.07kb
    • 提供者:夏洁
  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-30
    • 文件大小:2.29kb
    • 提供者:李伟枝
  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
    • 文件大小:609byte
    • 提供者:dvd
  1. bigintsz

    0下载:
  2. 大整数加法。任何C/C++固有类型的变量都无法保存它。最直观的想法是可以用一个字符串来保存它-Large integer addition. Any C/C++ intrinsic types of variables can not save it. The most intuitive idea is to save it with a string
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:234.11kb
    • 提供者:
  1. 1.cpp

    0下载:
  2. 实现大整数加法运算,减法运算和乘法运算,数据结构课程设计-Implement large integer addition operation, subtraction and multiplication operations, data structures curriculum
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:yd
  1. hw10

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

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

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

    • 发布日期:2017-04-01
    • 文件大小:1.82kb
    • 提供者:LeeXP
  1. xianxingbiao

    0下载:
  2. 大整数加法,可以实现超大型整数加法,比如两百位-Large integer addition
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:201.17kb
    • 提供者:XDF
  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-26
    • 文件大小:1.52kb
    • 提供者:xxx
  1. bignum.tar

    0下载:
  2. 大整数加法与大整数乘法,本程序是综合运算,可以方便的进行修改-Integer addition and large integer multiplication, the program is integrated computing, you can easily modify
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:10kb
    • 提供者:乌龟
  1. Large-integer-addition

    0下载:
  2. 大整数加法,实现最长为250个数字的加法运算。-Large integer addition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:659byte
    • 提供者:Aquarius
  1. fibonacci

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

    • 发布日期:2017-11-25
    • 文件大小:2.24mb
    • 提供者:Aquarius
  1. add

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

    • 发布日期:2017-12-09
    • 文件大小:824byte
    • 提供者:雅婷
  1. Large-integer-large-integer

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

    • 发布日期:2017-04-01
    • 文件大小:2kb
    • 提供者:货单程序
  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
    • 文件大小:1.11kb
    • 提供者:范先生
  1. C大整数加法

    0下载:
  2. c语言大整数加法,超大整数,超出int默认最大值(C language large integer addition, large integer, beyond int default maximum)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者:N1neSun
  1. main

    0下载:
  2. 对一些超出整型数范围的正整数的应用,需要自己想办法解决的存储和运算。一种解决方案是用单链表存储一个正整数。注意,数字是用逆序存储的。试设计一个类处理任意大整数,必须实现输入输出操作、加法操作和赋值操作。(For some applications that are beyond the integer range of positive integers, they need to store and compute their own solutions. One solution is to
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:苏芒。
  1. 数据结构课程设计报告(大整数的运算)

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

    • 发布日期:2018-04-28
    • 文件大小:41kb
    • 提供者:zhangzl1112
« 12 3 4 »
搜珍网 www.dssz.com