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

搜索资源列表

  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
    • 文件大小:1024
    • 提供者:zhaoruxu
  1. Algorithm

    0下载:
  2. 各种矩阵相称的算法时间比较,有MATLAB自带矩阵,分制法,循环计算,Strassen算法-Commensurate with the various matrix algorithm time, there MATLAB own matrix, a scoring system, cyclic calculation, Strassen algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2375
    • 提供者:alexandar
  1. 1

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

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

    0下载:
  2. 运用strassen算法,计算矩阵计算的值,并将其值输出,是一种基本算法-Strassen algorithm to use to calculate the value of the matrix calculation and the value of output, is a basic algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:1303
    • 提供者:郑渤龙
  1. strassen

    0下载:
  2. 2*2的strassen算法,可以根据自己的血药把它升级为n阶矩阵相乘。这里只是2*2而已-2* 2 strassen algorithm, based on their own blood to upgrade it for n-order matrices. Here it is 2* 2
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:150822
    • 提供者:feidao
  1. suxingjiance

    0下载:
  2. 素性检测,利用三种方法: Solovag-Strassen检测,Lehmam检测, Rabin-Miller检测-Primality testing, using three methods: Solovag-Strassen Detection, Lehmam testing, Rabin-Miller Detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1863
    • 提供者:bluerain
  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
    • 文件大小:1446
    • 提供者:konzfadin
  1. Strassen

    0下载:
  2. Multiplicaciion matrices n * n-Multiplicaciion matrices n* n
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1149
    • 提供者:gio
  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
    • 文件大小:322464
    • 提供者:zhou
  1. 123

    0下载:
  2. Strassen 算法 用C++实现并且把矩阵看作一个类-Strassen algorithm using C++ implementation and the matrix as a class
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:1003
    • 提供者:钟中
  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
    • 文件大小:26648
    • 提供者:王斌
  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
    • 文件大小:380919
    • 提供者:Ł ysy
  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 asymptotically faster than the standard matrix multiplication algorithm, but slower than the
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:18297
    • 提供者:reza g
  1. strassen

    0下载:
  2. 用strassen算法实现任意阶矩阵的乘法-strassen
  3. 所属分类:Data structs

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

    0下载:
  2. Strassen算法计算矩阵相乘 :采用Strassen算法可以快速计算矩阵相乘。-Use Strassen Algorithm to Calculate the Product of two Matrixs.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1982
    • 提供者:lkh
  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
    • 文件大小:883
    • 提供者:javydan
  1. strassen

    0下载:
  2. this a c program to demonstrate the strassen algorithm. very useful for CD students.-this is a c program to demonstrate the strassen algorithm. very useful for CD students.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1093
    • 提供者:r3vive
  1. strassen

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

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

    0下载:
  2. 利用Strassen算法求2^n维随机数组乘法。-Strassen algorithm for the use of 2 ^ n-dimensional random array multiplication.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1797
    • 提供者:西嘉嘉
  1. Strassen

    0下载:
  2. Algoritmo Strassen para multiplicar matrices
  3. 所属分类:Applications

    • 发布日期:2017-04-06
    • 文件大小:1437
    • 提供者:fato
« 1 23 4 5 6 »
搜珍网 www.dssz.com