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

搜索资源列表

  1. Algorithm

    0下载:
  2. c++经典小程序。包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:450822
    • 提供者:sunny
  1. number

    0下载:
  2. 实现大整数的加减乘除运算。使用数组a[100],b[100],c[100]进行存储
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2115
    • 提供者:zhang
  1. GaoJintDu

    0下载:
  2. 支持超长大整数的基本运算,重载了多种基本运算符,操作简单方便
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:135408
    • 提供者:Harder
  1. Big_int2to2

    0下载:
  2. 本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions. Can store large enough large integer and the corresponding addition and subtraction operations. User friendly interface
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3183
    • 提供者:妮娜
  1. 030300336cata

    0下载:
  2. 高精度整数问题« 问题描述:(1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、´ 、¸ ),其中除法运算应输出所得的商和余数。(2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。« 编程任务:给定大整数m和n,计算÷ ÷ø ö ç ç èæ nm和C(m)的精确值。« 数据输入:由文件input.txt给出输
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:林天
  1. bigint

    0下载:
  2. 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:11362
    • 提供者:tee
  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. HugeInteger

    0下载:
  2. 大整数的运算方法,包括加法,减法,乘法等等,还有除法-Large integer computation methods, including addition, subtraction, multiplication, etc., as well as division
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2445
    • 提供者:LiaoKai
  1. BigIntMultiplication

    0下载:
  2. 使用分治技术,实现的两个大整数的乘法运算-The use of sub-rule technology, the realization of two big integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:19033
    • 提供者:wangkc
  1. C

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4363395
    • 提供者:郎永山
  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. dashu

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:32771
    • 提供者:李鸿
  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. My

    0下载:
  2. 计算大整数的四则运算(+,-,*,/),可以运算至少上百位的四则运算,采用DOS界面,速度很快,不会让你等1秒钟。-Calculation of large integer arithmetic operations (+,-,*,/), be at least hundreds of 4-bit computing, the DOS interface, fast, will not let you, such as 1 second.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:291274
    • 提供者:王菲
  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. 8736103199-GuTingTing-RSA

    0下载:
  2. RSA密码体制的实现摘要自20世纪90年代以来,计算机网络技术使得计算机应用得到 ... 用VC++编程实现了RSA算法加密和解密运算,在算法的实现过程中,调用了已有的大整数类-The realization of RSA cryptosystem Abstract from the 20th century since the 90' s, computer network technology allows computer applications to be used ... VC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:19365
    • 提供者:shenyong
  1. Mul-of-big-Int

    0下载:
  2. 引用分治法实现两个位数相同的大整数的乘法运算-Act reference divided large integer multiplication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:31943
    • 提供者:07网络
  1. 610

    0下载:
  2. 可以实难两个大整数相加运算,十分适用读者用-Can be difficult to add two big integer calculations, the reader is used to apply
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1024
    • 提供者:天涯
  1. bigInt

    0下载:
  2. 大整数的幂运算原代码(数组实现),在 dev c++中通过 -Large integer exponentiation of the original code (the array to achieve), the dev c++ through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:812
    • 提供者:杨晓斌
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com