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

搜索资源列表

  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
    • 文件大小:16114
    • 提供者:巫俊强
  1. strassen555

    0下载:
  2. 1. 用任何一种高级开发语言编程实现矩阵相乘的Strassen算法。 2. 分析其时间复杂度。 3. Strassen算法与传统算法其优点与不足之处。 -1. Any development of a high-language programming matrix multiplication, the algorithm Strassen. 2. Analysis of their time complexity. 3. Strassen algorithm and the tr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2047
    • 提供者:王铮
  1. test

    0下载:
  2. 算法设计与分析实验,Strassen矩阵乘法,java实现,输入矩阵阶数后由系统自动生成两个矩阵,然后用Strassen方法,和普通方法分别计算乘法结果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16973
    • 提供者:ling
  1. Strassen

    0下载:
  2. 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15024
    • 提供者:陈大哥
  1. STrassen

    0下载:
  2. STrassen算法利用matlab编写的矩阵相乘算法-matlab matrix multiplication STrassen
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:1553
    • 提供者:罗晓峰
  1. Strassen

    0下载:
  2. 该程序可以对两个同阶的2^n阶的矩阵采用Strassen算法做矩阵乘法-The program can be two of the same order of 2 ^ n order matrix Strassen algorithm to do matrix multiplication
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1509
    • 提供者:黄伟伟
  1. Strassen

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

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

    0下载:
  2. 这是我自己写的一个实现Strassen的算法,方便简单,容易看懂,上手快,但是好像算法的时间要到很大才比普通算法快-I wrote an implementation of Strassen algorithm, convenient and simple, easy to understand, and the grassland, but it seems that the time of the algorithm to be great only faster than the ordi
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:7937
    • 提供者:李辉
  1. strassen

    1下载:
  2. Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of n = m* 2k, the matrix is R
  3. 所属分类:Data structs

    • 发布日期:2016-12-15
    • 文件大小:2048
    • 提供者:yan
  1. strassen

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

    • 发布日期:2017-04-16
    • 文件大小:145083
    • 提供者:杨哇嘎
  1. strassen-web

    0下载:
  2. 算法课中的矩阵乘法,strassen问题求出几个矩阵的乘积,用divide and conquer思想-Implement the Strassen algorithm algorithm for MatrixMultiplication problem in your favourite language, and compare the performance with grade-school method.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1159864
    • 提供者:maria
  1. Strassen

    0下载:
  2. 我用C语言写的一个strassen矩阵相乘算法。-I use C language to write a matrix multiplication algorithm strassen
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3720700
    • 提供者:郭佳
  1. Strassen

    0下载:
  2. 在VS编写的Strassen算法代码,有注释,比较容易懂-VS Strassen algorithm written in code, annotated, it is easier to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1460
    • 提供者:吴欣
  1. Strassen--Algorithm

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

    • 发布日期:2017-04-12
    • 文件大小:1337
    • 提供者:千里卜卜
  1. Strassen

    0下载:
  2. strassen算法的实现,用于求N阶举证的相乘。-The implementation of Strassen algorithm, for solving N order proof multiplication.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1320
    • 提供者:zhangshuai
  1. Strassen-code

    0下载:
  2. 思塞恩算法 常用算法之一 算法导论提及-strassen algorithm which can run correctly
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4772162
    • 提供者:msfiona
  1. Strassen

    0下载:
  2. 实现了strassen算法,递归调用,指针数组,不限矩阵尺寸大小,算法自适应-realize strassen algorithm, which can suit matrices sizes
  3. 所属分类:Algorithm

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

    0下载:
  2. 用分治法和递归的思想,实现Strassen矩阵相乘-With sub-rule law and recursive thinking, to achieve Strassen matrices
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:9234
    • 提供者:xiaeawuww
  1. strassen.c

    0下载:
  2. Matrix multiplication using Strassen s algorithm and openmp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1338
    • 提供者:TVThanh95
  1. Strassen Algorithm

    1下载:
  2. Strassen algorithm for matrix multiplication MATLAB code
  3. 所属分类:matlab例程

    • 发布日期:2019-10-31
    • 文件大小:647
    • 提供者:abhiee
« 1 2 34 5 6 »
搜珍网 www.dssz.com