CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 大整数

搜索资源列表

  1. cata

    0下载:
  2. 利用大整数问题实现catalan数的求解,catalan数的计算涉及到互质问题-The use of large integer problems solving to achieve catalan number, catalan calculation of the number of issues related to coprime
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:39657
    • 提供者:mmc
  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. 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. BigNum

    0下载:
  2. 类封装的大整数模板,支持数百位整数的四则运算-A BigNumber class
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1417
    • 提供者:linxs
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. friourchangetosolvebigvaluemultipy

    0下载:
  2. 福利叶变换用来计算大整数乘法的算法实现~~c语言哦~~欢迎下载-big value s multiplition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1508
    • 提供者:xuzhigang
  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. 2(2)

    0下载:
  2. 最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:875
    • 提供者:杨博文
  1. bigintsz

    0下载:
  2. 大整数加法。任何C/C++固有类型的变量都无法保存它。最直观的想法是可以用一个字符串来保存它-Large integer addition. Any C/C++ intrinsic types of variables can not save it. The most intuitive idea is to save it with a string
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:239724
    • 提供者:
  1. all

    0下载:
  2. 实现大整数的加法、乘法 实现语言:c-Implement large integer addition, multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2822
    • 提供者:何翰婷
  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. big_num

    0下载:
  2. 基于双向循环链表的大整数加减法 整数大小不限 支持负数-Two-way circular list based on integer addition and subtraction of large size of the open support of negative integer
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1690
    • 提供者:王明
  1. bigint

    0下载:
  2. 大整数运算,大整数的加减乘除,取余,乘方等运算的方法-Large integer arithmetic, addition and subtraction, multiplication and division of large integers method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:445651
    • 提供者:天山雪王
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com