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

搜索资源列表

  1. 大整数的运算3.1

    0下载:
  2. 本程序可以对那些数值超出整形的大整数进行+ - * % 运算欢迎大家使用并提出宝贵修改意见 -the procedures for those values beyond the plastic for the integer-*% Operational Everyone is welcome to use and valuable changes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2499
    • 提供者:钟毓秀
  1. 大整数加减运算源程序

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

    • 发布日期:2008-10-13
    • 文件大小:3054
    • 提供者:陈晓岚
  1. 大整数运算2

    0下载:
  2. 这是很好的大整数的运算,适合于在密码学中应用和开发-This is a good large integer arithmetic, and suitable for the application of cryptography and development
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:246137
    • 提供者:李里
  1. C语言实现的大整数乘法

    0下载:
  2. 此代码为两个大整数的乘法运算,支持无限多位数的乘法,只要硬件资源允许。-this code for the two large integer multiplication and support an infinite number multiplication of the median, as long as the hardware resources allow.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2624
    • 提供者:srx
  1. 大整数运算

    0下载:
  2. 大整数运算的实现-large integer arithmetic Implementation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4685
    • 提供者:刘淘
  1. 高精度整数运算

    0下载:
  2. 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1338
    • 提供者:王资
  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
    • 文件大小:842
    • 提供者:王承陶
  1. BigInterger

    0下载:
  2. C# 实现的大整数类,生成一个伪大素数,大整数之间的运算以及转化成不同编码的输出
  3. 所属分类:C#编程

    • 发布日期:2011-01-09
    • 文件大小:25824
    • 提供者:wwn.nju@163.com
  1. C++实现大整数运算

    1下载:
  2. C++与C语言联合数组实现的用于长度较大的整数之间的四则混合运算
  3. 所属分类:控制台(字符窗口)编程

  1. LLongInt

    0下载:
  2. 一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过-A large category of integer calculations, which used the Windows under optimized assembly language, in the Visual C++. NET compiler passed under
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:5537
    • 提供者:
  1. BigCalculator_src

    0下载:
  2. java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:41451
    • 提供者:xi
  1. Locksoft

    0下载:
  2. 文件包括rsa算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。-Rsa algorithm for the original documents, including procedures and detailed notes. 1024 can be achieved over the use of large prime numbers for encryption an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:152772
    • 提供者:易天行
  1. BigInt

    0下载:
  2. 大数类,在一个基本大数类的基础上进行了新的封装。 可以实现大整数的加减乘除模比较复制等操作,还有浮点数的加减乘数运算。-BTNumber BigNumber
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3103
    • 提供者:tiancai
  1. bignumber

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

    • 发布日期:2017-04-07
    • 文件大小:35531
    • 提供者:周海
  1. bigint

    0下载:
  2. 大整数运算程序,字符串输入,清华大学数据结构作业-Large integer arithmetic process, the string input, Tsinghua University, the data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:688022
    • 提供者:zzq
  1. dazhengshu

    0下载:
  2. 数据结构课程设计:大整数运算器 实现大整数的加减乘除运算 数据结构:线性表-Data Structure Course design: large integer arithmetic unit to achieve a large integer addition and subtraction multiplication and division data structures: linear table
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2636039
    • 提供者:周浩鹏
  1. freelip_1.1

    0下载:
  2. C语言编写的大整数运算库源码,容易使用,计算较快。-c function for the large integer calc package. is supposed to be easy to use, portable, and not too slow.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:188196
    • 提供者:khabcwc
  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
    • 文件大小:1024
    • 提供者:苏芒。
  1. 数据结构课程设计报告(大整数的运算)

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

    • 发布日期:2018-04-28
    • 文件大小:41984
    • 提供者:zhangzl1112
  1. 大整数的运算

    0下载:
  2. 大整数运算采用vc++6.0开发,采用链表这个数据结构(不使用标准模板类的链表类(list)和函数),大整数的长度不受限制 ,能进行加减乘除和指数运算。附加实验报告(The large integer operation uses the vc++6.0 development, uses the chain table data structure (without the use of standard template class list and function), the lengt
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:2488320
    • 提供者:quaner1
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com