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

搜索资源列表

  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. 调用随机函数输入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. 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. Matrix

    0下载:
  2. Program includes class "macierz" (pl. matrix) with parallel multiply which uses open mp. It s simple multiply, not for example Strassen method.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:371.99kb
    • 提供者:Ł ysy
  1. Strassen3

    0下载:
  2. 本程序实现的两个矩阵的strassen乘法。为了对比还有传统矩阵乘法,和两种算法的运行时间。-The program realization of the multiplication of two matrices strassen. For comparison, traditional matrix multiplication, and the running time of two algorithms.
  3. 所属分类:Data structs

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

    0下载:
  2. 矩阵乘法分治法实现。。C-Divide and conquer matrix multiplication implementation. . C++. . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:
  1. lsdjgl

    0下载:
  2. strassen矩阵乘法by_XD 实现strassen矩阵乘法思想-strassen matrix multiplication by_XD
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.34kb
    • 提供者:xd
  1. Strassen_A218058592010

    0下载:
  2. strassen matrix, it implements the strassen algorithm for matirx implementaion
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.06kb
    • 提供者:ali
  1. straseen-2

    0下载:
  2. 使用c++实现了strassen算法,既8阶矩阵乘法。-Use c++ implementation of strassen algorithm, both 8-order matrix multiplication.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.3kb
    • 提供者:mdm
  1. Strass

    0下载:
  2. Strassen矩阵乘法 分治法 矩阵乘法 时间复杂度O(n^2.81)-Strassen matrix multiplication, divide and conquer matrix multiplication time complexity O (n ^ 2.81)
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:109.79kb
    • 提供者:fangjuan
  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. 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
    • 文件大小:99.15kb
    • 提供者:彭宇
  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
    • 文件大小:5.51kb
    • 提供者:宇文
  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
    • 文件大小:2kb
    • 提供者:yan
  1. CPPStrassen_-matrix

    0下载:
  2. implementation of strassen matrix in C++. strassen algorithm is faster than standard matrix multiplication algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:923byte
    • 提供者:taha
  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

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

    • 发布日期:2017-05-15
    • 文件大小:3.55mb
    • 提供者:郭佳
搜珍网 www.dssz.com