CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - factorization

搜索资源列表

  1. 歌德巴赫猜想

    0下载:
  2. 验证:2000以内的正偶数都能够分解为两个素数之和(即验证歌德巴赫猜想对2000以内的正偶数成立)。 *问题分析与算法设计 为了验证歌德巴赫猜想对2000以内的正偶数都是成立的,要将整数分解为两部分,然后判断出分解出的两个整数是否均为素数。若是,则满足题意;否则重新进行分解和判断。 程序中对判断是否为素数的算法进行了改进,对整数判断“用从2开始到该整数的一半”改为“2开始到该整数的平方根”。原因何在请自行分析。 -certification : 2000 within the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1036
    • 提供者:姚紫欣
  1. li_0101

    0下载:
  2. /*DCT和IDCT快速变换的C语言实现 仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运 算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开, 寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节 点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5138
    • 提供者:李建红
  1. LU

    0下载:
  2. 1. Using LU factorization method to solve the following tri-diagonal system for n=10 and 100
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:566
    • 提供者:吕鹏
  1. ecmnet20ksrc

    1下载:
  2. 分布式大数分解程序源码,可以再多台机器上利用数域筛法分解大素数。-Distributed integer factorization program source code, the more the machine can use the number field sieve factoring large prime numbers.
  3. 所属分类:并行运算

    • 发布日期:2013-04-30
    • 文件大小:361908
    • 提供者:kunlun
  1. P1

    0下载:
  2. 因式分解 将一个自然数分解为若干个素数的积 范围超大-Factorization would be a natural number is decomposed into a number of the product of prime numbers
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:334842
    • 提供者:李琴
  1. qr

    0下载:
  2. OpenMP 实现QR 分解 环境 曙光 4000A集群-OpenMP to achieve QR decomposition Dawning 4000A cluster environment
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:2115
    • 提供者:liuqiang
  1. pdpta02.ps

    0下载:
  2. Parallel Takachi factorization
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:65323
    • 提供者:Zhang
  1. huffman1

    0下载:
  2. RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。-RSA algorithm based on a very simple fact: the number multiplies two large prime number is very easy, but then to factorization of its product is extremely difficult, so it can be
  3. 所属分类:ELanguage

    • 发布日期:2017-11-19
    • 文件大小:223696
    • 提供者:wh
  1. multi_nmf_toolbox

    0下载:
  2. 这是经典文章“Multichannel Nonnegative Matrix Factorization in Convolutive Mixtures for Audio Source Separation”的matlab源代码-This is a classic article the " Multichannel Nonnegative Matrix Factorization in Convolutive Mixtures for Audio Source Separatio
  3. 所属分类:source in ebook

    • 发布日期:2017-11-06
    • 文件大小:3176563
    • 提供者:陈为
  1. MM-for-NMF

    1下载:
  2. 文献“Majorization-minimization algorithm for smooth Itakura-Saito nonnegative matrix factorization”的matlab仿真源码-Matlab simulation source literature Majorization-minimization algorithm for smooth Itakura-Saito nonnegative matrix factorization "
  3. 所属分类:source in ebook

    • 发布日期:2017-11-11
    • 文件大小:2198783
    • 提供者:陈为
  1. yinshifenjie

    0下载:
  2. 这个代码是解决因式分解的问题,虽然看上去很简单,但是是原创的哦-This code is the solution to the problem of factorization, although it seems very simple, but original
  3. 所属分类:MPI

    • 发布日期:2017-11-15
    • 文件大小:227897
    • 提供者:hxy
  1. graphpartition

    0下载:
  2. MATLAB function to partition very large graphs very fast. This function implements a graph partitioning algorithm based on spectral factorization. This algorithm is described in the following technical report: Joã o Hespanha. An efficient MA
  3. 所属分类:Editor

    • 发布日期:2017-03-30
    • 文件大小:122639
    • 提供者:leyla
  1. CWM-code

    0下载:
  2. 本程序适用于论文A Cyclic Weighted Median Method for L1 Low-Rank Matrix Factorization with Missing Entries-this code is for A Cyclic Weighted Median Method for L1 Low-Rank Matrix Factorization with Missing Entries
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:4311
    • 提供者:甘斌
  1. qr_fact

    0下载:
  2. qr factorization using hh algorithm colum pivioting
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:3129
    • 提供者:sujan
  1. lu

    0下载:
  2. 数值代数的LU分解c++实现 数值代数的LU分解c++实现-LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1016
    • 提供者:Jack
  1. primeFactorization

    0下载:
  2. 基数分解 求一个数的所有基数 比如 6 =3 * 2-prime Factorization that suppose there is a integer 6, the result is 6 =3* 2
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:671
    • 提供者:charles
  1. nmf

    0下载:
  2. 非负矩阵分解,将一个非负矩阵分解成两个非负矩阵的乘积-non-negative matrix factorization
  3. 所属分类:ELanguage

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:金兵
搜珍网 www.dssz.com