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

搜索资源列表

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

    0下载:
  2. 件介绍: VC++数论计算的无符号大整数类及范例 VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类:   //乘2运算,即    // a = a * 2^dwTimes 相当于左移一位二进制,低位补0   CUSuperInt& Double(DWORD dwTimes = 1)      //除2运算 相当于右移一位二进制,高位边补0,低位舍弃   CUSuperInt& Half(DWORD dwTimes = 1)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:12058
    • 提供者:qiufeng
  1. large

    0下载:
  2. 本程序围绕大整数编程,程序能够实现大整数的加、减、乘、除取余等运算。-This program around the big integer programming, the program can achieve large integer add, subtract, multiply, in addition to taking over other operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1330
    • 提供者:陈源
  1. helloworld

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

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

    0下载:
  2. 产生大素数,进行任何位的RSA加密解密,进行大整数的进制转换,进行大整数的加法和乘法运算。-Generate large prime numbers, any bit RSA encryption and decryption, binary large integer conversion, large integer addition and multiplication.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:790863
    • 提供者:刘亚玲
  1. BigNum

    0下载:
  2. VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类:    //乘2运算,即    // a = a * 2^dwTimes 相当于左移一位二进制,低位补0    CUSuperInt& Double(DWORD dwTimes = 1) -VC++ number of computing unsigned big integer class and examples of the use of free time has prepa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12814
    • 提供者:lbaoying
  1. Bigint

    0下载:
  2. 大整数加减法,可实现负数运算!使用单链表作为数据结构!-Large integer addition and subtraction, can achieve a negative op! Use as a single linked list data structure!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3976
    • 提供者:xsn
  1. phpenv2.1

    0下载:
  2. C1G的PHP探针的一部分功能: +自定义风格 -自带三种风格 +PHPINFO显示 +可以显示服务器运行时间 +自定义公告 -探针尾部可以写上联系方式等公告(支持HTML),适合空间商和空间收集狂 +服务器特性 -服务器时间 -服务器域名 -服务器操作系统 -服务器解译引擎 -PHP版本 -本文件路径 ...等等 +PHP基本特性 -显示错误信息display_errors -自动定义全局变量re
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:10247
    • 提供者:明君
  1. BigInt

    0下载:
  2. 主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3667
    • 提供者:Glorious Fool
  1. aaa

    0下载:
  2. 已知A[n]为整数数组,试写出实现下列运算的递归算法: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -Known to A [n] is an integer array, try to write to achieve the following recursive algorithm for computing: (1) Find the largest integer in the array A. (2) Find n i
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6130
    • 提供者:冯灿灿
  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. 1.cpp

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

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

    0下载:
  2. 大整数(要求允许绝对值>232)的运算程序-Large integer (required to allow absolute value> 232) of the computing program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:100139
    • 提供者:xie
  1. dazhengshu

    0下载:
  2. 大整数(要求允许绝对值>232)的运算程序-Large integer (required to allow absolute value> 232) of the computing program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:20257
    • 提供者:xie
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com