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

搜索资源列表

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

    0下载:
  2. 基于开源资料开发的大整数简单运算的函数库-big-number library for encryption development
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:143359
    • 提供者:刘金良
  1. 10

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

    • 发布日期:2017-04-14
    • 文件大小:4615
    • 提供者:xie
  1. vmlpsq12

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

    • 发布日期:2017-04-24
    • 文件大小:99058
    • 提供者:xie
  1. longintplusandmultiplication(1)

    0下载:
  2. 进行大整数的加法和乘法的运算,能对需要大数计算提供帮助。-Large integer addition and multiplication, can be calculated on the need for large numbers to help.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:992
    • 提供者:zhaoshihao
  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
    • 文件大小:310548
    • 提供者:清风
  1. BIG

    0下载:
  2. 该算法可以实现最多500位的大整数的乘法运算-The algorithm can achieve up to 500-bit large integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:761
    • 提供者:鲁蔷
  1. dot

    0下载:
  2. 该算法可以实现两个至多500位的大整数或者小数的乘法运算-The algorithm can achieve up to 500 two large integers or decimal multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1106
    • 提供者:鲁蔷
  1. big-number-calculation

    0下载:
  2. 大整数基本运算,包含加减乘除,带余除法。-Big number calculation!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1999589
    • 提供者:钟少华
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com