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

搜索资源列表

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

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-23
    • 文件大小:69823
    • 提供者:杨广铭
  1. dashugangjingyunsuan

    0下载:
  2. 大数高精运算-----乘法 建议用二进制来完成。毕竟计算机用的是二进制运算。-High-precision computation of large numbers----- binary multiplication is proposed to complete. After all, the computer is used in binary computing.
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1562
    • 提供者:王敏
  1. odd

    0下载:
  2. 很高效的判断组合数C(n,k)的奇偶性。 巧妙的使用了位运算。时间复杂度为O(1). 避免使用大数类。-Very efficient to determine the number of combinations C (n, k) parity. Clever use of digital computing. Time complexity is O (1). To avoid the use of large numbers type.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:841
    • 提供者:方宇浩
  1. Big

    0下载:
  2. 大数的模运算。 a^b % m a可以为1000位的大数,b,m在int 范围内-Large numbers of modulus operator. a ^ b ma for 1000 of large numbers, b, m in the range of int
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:816
    • 提供者:方宇浩
  1. BigInteger

    0下载:
  2. 很多人实现了大数的加减乘除运算 这里提供一个重载了输入输出和不等号等操作符的大数类,希望能让大家用c++编程时能更灵活的使用大数-Many people realized the addition and subtraction, multiplication and division of large numbers here to provide a heavy-duty computing the input-output and inequality operator of larg
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1932
    • 提供者:张智勇
  1. GetFirst_N_Max.exe

    0下载:
  2. 有时候数组规模较大,而我们只需要提取出前N个最大数。。。该算法尽量减少其运算次数。-Sometimes, the larger the array, and we only need to extract the largest number of pre-N. . . The algorithm to minimize the number of its operations.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:103689
    • 提供者:Steno
  1. 34

    0下载:
  2. 1.求两个数的最大公约数 2. n! 3. 循环计数器 4.堆栈 5.实现大数的加减运算-1. The common denominator for both the number of 2. N! 3. Loop counter 4. Stack 5. The realization of addition and subtraction of large numbers of computing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:88167
    • 提供者:张志文
  1. Clanguage-largenumberofhighprecisionmultiplication

    0下载:
  2. 输入任意2个较高精度的大数的乘法运算,忘多指教-Enter any two higher accuracy of the multiplication of large numbers, forget the multi-index
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3219
    • 提供者:陈生
  1. rsajiamiyunli

    0下载:
  2. 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the media
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:12736
    • 提供者:阿达悟
  1. BigNum

    0下载:
  2. C++大数类,支持基本的高精度加减乘除运算-C++ Large Number Class, support high-precision calculation of basic computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1772
    • 提供者:superhan
  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. dashu

    0下载:
  2. 大数的运算的实现程序,算法描述,高精度的实现-Implementation of large numbers of computing procedures, the algorithm descr iption, high-precision
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:979305
    • 提供者:Stephane
  1. add

    0下载:
  2. 大数加法的详细实现过程. 包括链表的使用.并做了cpu单次运算的优化. 实现单个响应周期内运算量的最优-Addition of large numbers of details to achieve the process. Including the use of linked lists. And has done a single cpu optimize operations. To achieve a single cycle in response to the optima
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:
  1. AmessblyPlus

    0下载:
  2. 用汇编语言写的,可以实现较大数的加法运算,带回显得显示结果-Written using assembly language, you can achieve a larger number of addition operations, it is back to show the results of
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:597
    • 提供者:Frank
  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. nc.jar

    0下载:
  2. Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:295557
    • 提供者:shane liu
  1. RSAKit_mod

    0下载:
  2. RSA运算的大数库 语法简洁易懂 实用性强 -RSA BigInt simple and practice
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:75776
    • 提供者:topgun
  1. bignum

    0下载:
  2. 使用链表实现大数的阶乘运算,如10000!的计算,速度还可以-BigNum
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:406589
    • 提供者:历历
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com