CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - strassen matrix multiplication

搜索资源列表

  1. 算法(strassen和strassen混合算法)

    0下载:
  2. strassen算法的扩展,可以计算任何偶数阶矩阵的相乘,一般strassen只能计算2的n次方阶(自己编写,英文注释~)-Strassen expansion algorithm can even order any calculation of matrix multiplication, general Strassen only two terms of the n-th-order (to prepare themselves, English Notes ~)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44.57kb
    • 提供者:建麟
  1. Strassen11

    0下载:
  2. 矩阵相乘的Strassen算法,其中 乘积矩阵C = H*H,H =(hij)n*n 1. hij = , i,j=1,…8 2. i,j=1,…12 矩阵H =(hij)n*n自动生成,取小数点后面6位计算 -Strassen matrix multiplication, the algorithm, the product matrix C = H * H, H = (hij) n * n 1. hij =, i, j = 1, ... 2. i, j = 1, ...
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.74kb
    • 提供者:巫俊强
  1. strassen

    0下载:
  2. 传统方法与Strassen算法相结合的矩阵相乘算法,可以求出任意两个偶数阶矩阵的乘积!本代码简单,精简,非常好!非常巧妙!没用到什么复杂的东西!经测试完全正确!-Strassen with traditional methods based on the combination of matrix multiplication algorithm, can be obtained even arbitrary two-matrix product! The code simple, concis
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:朱友勇
  1. strassen矩阵相乘

    0下载:
  2. 算法分析实验报告:Strassen矩阵乘法,无问题-algorithm analysis experiment : Strassen matrix multiplication, no problem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.97kb
    • 提供者:刘兰英
  1. Strassen矩阵乘法算法 C++程序源码

    0下载:
  2. Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:zhaoruxu
  1. 1

    0下载:
  2. STRASSEN矩阵乘法算法 ,实现矩阵运算-Strassen matrix multiplication algorithm, the realization of matrix operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.5kb
    • 提供者:沈真
  1. Strassen

    0下载:
  2. 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.53kb
    • 提供者:吕东
  1. Strassen

    0下载:
  2. 调用随机函数输入2个矩阵,并用Strassen矩阵乘法和普通的矩阵乘法计算2个矩阵的乘积,并且记录程序运行时间作比较。 -Call the random function input 2 matrix, and matrix multiplication and Strassen matrix multiplication calculation ordinary matrix product of two, and run-time recording procedures for com
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.28kb
    • 提供者:logo
  1. Strassen

    0下载:
  2. This File Named Strassen is the source of Strassen Algorithm used for matrix multiplication. It is so faster than the standard matrix multiplication algorithm , and is useful in practice for large matrices.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1.13kb
    • 提供者:
  1. ALGO-08

    0下载:
  2. strassen matrix mutliplication based on the combination of matrix multiplication algorithm for a 4 by 4 matrices-strassen matrix mutliplication based on the combination of matrix multiplication algorithm for a 4 by 4 matrices
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.41kb
    • 提供者:konzfadin
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:314.91kb
    • 提供者:zhou
  1. strassen

    0下载:
  2. 矩阵乘法是线性代数运算中最常见的运算,它在科学研究以及工程开发中都具有举足轻重的作用,提高其运算的效率是很多大型的学术研究中的内容,这边论文是分析主要的两个矩阵乘法算法.-Linear algebra matrix multiplication is the most common operation, it is in scientific research and engineering development have a decisive role in raising the effi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:26.02kb
    • 提供者:王斌
  1. matrix

    0下载:
  2. 了解STRASSEN与传统矩阵乘法相比较,其乘法次数比传统的少,但是加法的次数却减少了。-Learn STRASSEN compared with the traditional matrix multiplication, multiply the number of its less than the traditional, but the number of additions have been reduced.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:961.4kb
    • 提供者:孙静
  1. alg_3

    0下载:
  2. 快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2.95kb
    • 提供者:linqingyang
  1. strassen

    0下载:
  2. 1.实现时间复杂度为 Ο (nlg7) strassen矩阵乘法 2. 实现时间复杂度为 Ο(n3) 常规矩阵乘法 3. 能随机生成矩阵 4. 分析比较不同输入规模下的strassen算法与常规矩阵乘法的运行时间-1. To achieve the time complexity of Ο (nlg7) strassen matrix multiplication 2. To achieve the time complexity of Ο (n3) General matrix m
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:36.15kb
    • 提供者:liupz
  1. strassen

    0下载:
  2. 矩阵算法的strassen算法,利用此方法只需执行7次递归的矩阵乘法运算和标量次加法和减法运算。-Matrix algorithm strassen algorithms, using this method only 7 recursive implementation of matrix multiplication and scalar addition and subtraction computation times.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:973byte
    • 提供者:
  1. strassen

    0下载:
  2. strassen乘法矩阵,很好解决你们所遇到任何情况-strassen matrix multiplication, a good solution to any situation you encounter
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.51kb
    • 提供者:邱洪权
  1. Strassen

    0下载:
  2. Strassen矩阵乘法,运用分治法,书上资料,编译通过-Strassen matrix multiplication using divide-and-conquer method book, compiled by
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:11.6kb
    • 提供者:范晓军
  1. strassen

    0下载:
  2. Java实现Strassen大矩阵乘法,内有说明文档-Big Java implementation Strassen matrix multiplication, there are documented
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:141.68kb
    • 提供者:杨哇嘎
  1. Strassen--Algorithm

    0下载:
  2. Strassen 矩阵乘法的C++实现 非常简洁的代码,注释详尽-Strassen Matrix Multiplication Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.31kb
    • 提供者:千里卜卜
« 12 3 »
搜珍网 www.dssz.com