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

搜索资源列表

  1. fourior-algorithm-for-polynomial

    0下载:
  2. 快速傅立叶变换来解决多项式乘法(包括大整数乘法)等操作。-Fast Fourier transform to solve the polynomial multiplication (including large integer multiplication) and other operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1804
    • 提供者:julaiti
  1. BigNumOperater

    0下载:
  2. 大整数模板,支持加法乘法除法 取小数mod-Large integer templates, support the addition multiplication division to take fractional mod
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6344
    • 提供者:liuice
  1. string

    0下载:
  2. 使用字符串实现大整数的加法运算,递归算法实现-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1096369
    • 提供者:陈蔚
  1. testBigInt123_11_17

    0下载:
  2. 大整数四则运算c++程序,运用于科学计算等。-Large integer arithmetic c++ program, used in scientific computing.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:48771
    • 提供者:黄波
  1. Large-integer

    0下载:
  2. 实现较大整数的加减乘除等运算,可运行-Achieve a larger integer addition, subtraction and other operations can be run. . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:686855
    • 提供者:kjh
  1. dazhengshuxiangcheng

    0下载:
  2. 利用分治法实现大整数相乘,大整数可以是很长的位数-Using divide and conquer method to achieve large integers, big integers, the number of bits can be very long
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1661
    • 提供者:李梦月
  1. ss

    0下载:
  2. 大整数乘法源码,输入两个大整数并返回相乘的结果。使用String类来实现,可进行高精度的乘法运算。-Large integer multiplication source, enter the two big integers and returns the result of multiplying them. Achieved the String class, high-precision data multiplied.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2278
    • 提供者:fangjunjie
  1. dazhengshuchengfa

    0下载:
  2. 算法设计大整数乘法用C语言编写实现,大整数乘法 大整数乘法大整数乘法-Design of large integer multiplication algorithm with the C language implementation, the large integer multiplication of large integer multiplication of large integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:514
    • 提供者:lianxiaojuan
  1. BigN

    0下载:
  2. 在VC中,一个正整数只占4个字节,表示的最大整数为2147483647。如果,一个超过这个数进行四则运算,就是大数计算-the yunsuan of the bignumber
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3329
    • 提供者:周阳
  1. HugeInt

    0下载:
  2. C++大整数实现,加减乘除求余运算,检查数据溢出。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4317
    • 提供者:jingshi
  1. mode

    0下载:
  2. 进行大整数的素数分解,当中仅适用了前6个素数-The prime number decomposition of large integer, which applies only to the first six prime numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:854
    • 提供者:zibin_lee
  1. multiplication

    0下载:
  2. 分治法求大整数乘法,包含简易的分支思想的阐述及大整数乘法实现代码和报告-The method of the large integer multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:274357
    • 提供者:友奕
  1. bignumber

    0下载:
  2. 分治法实现的大整数乘法。是学习分治算法策略的很好的范例。-Sub-rule method to achieve the large-integer multiplication. Is a good example of learning the strategy of divide and conquer algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:896891
    • 提供者:张贺
  1. Long-Number

    0下载:
  2. C语言编写的任意大整数的加法实现。使用了链表的思想。-Arbitrarily large integer addition,written in C++. Using the idea of the list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1822
    • 提供者:chenqw
  1. TarsusPmultiplication

    0下载:
  2. 分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that serious .I think it will be ok!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:101532
    • 提供者:彭宇
  1. yuwen1

    0下载:
  2. 实验题目 分治算法的应用 实验内容 1、 二分搜索算法实现; 2、 大整数乘法或Strassen矩阵乘法的实现。 -Experimental subject partition use of the algorithm The experiment content 1, search algorithm dichotomy 2, big integer Strassen multiplication or the realization of the matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:5639
    • 提供者:宇文
  1. BIGINT

    0下载:
  2. 大整数的计算和处理,经常用于算法竞赛,对算法过程和复杂度进行了优化-big int processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1018
    • 提供者:whimari
  1. BigIntegerOperation

    0下载:
  2. 利用string来实现对大整数的加减乘的操作,代码容易理解,供大家参考-Use a string of big integer to realize the sum of the operation of the take, code easier to understand, for your reference
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5394842
    • 提供者:chen
  1. dazhengshudejiajianfa

    0下载:
  2. 本程序是利用线性链表来实现大整数的加减法-this program uses linklist to do the pluse process
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:236922
    • 提供者:刘满
  1. Data-structure

    0下载:
  2. 关入数据结构的一些基本的结构描述和求解步骤,如大整数,哈夫曼算法,各种排序法等-Up in some of the basic data structure of the descr iption of the structure and the solving steps, such as big integer, hoffmann algorithm, various sorting method, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:32274
    • 提供者:guang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com