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

搜索资源列表

  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
    • 文件大小:2kb
    • 提供者:王铮
  1. strassen

    0下载:
  2. 一个矩阵类用于strassen算法,十分简单-A matrix-type for Strassen algorithm, is very simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:17.73kb
    • 提供者:lisidi
  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. 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. lot

    0下载:
  2. 关于矩阵乘法的两种算法之间的比较分析。 经典算法和STRASSEN算法。 用来做算法导论和算法分析与设计的论文不错-Matrix multiplication on the comparative analysis between the two algorithms. Classical algorithms and STRASSEN algorithms. Introduction to algorithms and algorithm used for analysis and desig
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:25.01kb
    • 提供者:ROLL
  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. v6Test

    0下载:
  2. 矩阵乘法 两种方法:一种是按照矩阵乘法定义 一种是Strassen算法-Matrix multiplication of two ways: one is based on the definition ,one is Strassen matrix multiplication algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:7.62kb
    • 提供者:古月
  1. Strassen_A218055592010

    0下载:
  2. Descr iption: implemented the Strassen algorithm for Matrix multiplication in C++. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-S
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:6.93kb
    • 提供者:sanny64
  1. STRASSEN

    0下载:
  2. In the mathematical discipline of linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm used for matrix multiplication. It is faster than the standard matrix multiplication algorithm, but would be slower than the fastes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:883byte
    • 提供者:javydan
  1. MatrixMultiply

    0下载:
  2. 自动构建随机矩阵进行普通矩阵乘法和Strassen矩阵乘法.运算完成后会将两种算法的结果进行比较,并且会输出两种算法各自花费的时间.-Automatically build a random matrix ordinary matrix multiplication and Strassen matrix multiplication. Operation is completed the results will compare the two algorithms, and outputs
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:13.54kb
    • 提供者:huih
  1. STrassen

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

    • 发布日期:2017-11-06
    • 文件大小:1.52kb
    • 提供者:罗晓峰
  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
    • 文件大小:1.47kb
    • 提供者:黄伟伟
  1. Strassen--Algorithm

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

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

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

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:cong9602479
  1. imflsmentytion-array

    0下载:
  2. 算法分析实验报告:Strassen矩阵乘法,无问题,可以用的源码-Algorithm analysis lab report: Strassen matrix multiplication, no problem, can use the source code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-16
    • 文件大小:13kb
    • 提供者:TBMCyvp_201
  1. nzoblemmAlgorithm

    0下载:
  2. 算法分析实验报告:Strassen矩阵乘法,无问题,可以用的源码-Algorithm analysis lab report: Strassen matrix multiplication, no problem, can use the source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:14kb
    • 提供者:Simofa
  1. poomjem

    0下载:
  2. 算法分析实验报告:Strassen矩阵乘法,无问题,可以用的源码(Algorithm analysis lab report: Strassen matrix multiplication, no problem, can use the source code)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-19
    • 文件大小:13kb
    • 提供者:gpssn!573
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2.27mb
    • 提供者:Summer-LXN
« 12 »
搜珍网 www.dssz.com