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

搜索资源列表

  1. Strassen

    0下载:
  2. sterasen mul in assembeli code more dan 700line
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3617
    • 提供者:asdsad
  1. mat

    0下载:
  2. Java matrix strassen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1291
    • 提供者:asd
  1. STRASSEN

    0下载:
  2. 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵-Matrix multiplication is linear algebra is the most common operation, it is one of the numerical calculation is widely used. If A and B is 2 n* n matrix, then their product C = AB i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:788
    • 提供者:庞存岐
  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
    • 文件大小:1330
    • 提供者: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
    • 文件大小:112427
    • 提供者:fangjuan
  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
    • 文件大小:13868
    • 提供者:huih
  1. new2

    0下载:
  2. Implemnting strassen multiplication in c-Implemnting strassen multiplication in c++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1224
    • 提供者:esl_nourani
  1. FLOYD-Algorithm-By-Abdelbaset-Alzeen

    0下载:
  2. standard and strassen alogrithm by c-standard and strassen alogrithm by c++
  3. 所属分类:Editor

    • 发布日期:2017-04-05
    • 文件大小:109556
    • 提供者:c0de
  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
    • 文件大小:101532
    • 提供者:彭宇
  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
    • 文件大小:5639
    • 提供者:宇文
  1. Strassn

    0下载:
  2. 使用c++实现了strassen算法,非运行程序-Achieve strassen algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1523
    • 提供者:一点点
  1. MatrixMultiply

    0下载:
  2. 用分治法和Strassen方法,并进行效率的比较,有图形界面,输出结果用log4j输出到文件中。-With partition and Strassen method, and comparison of the efficiency, has a graphical interface, using log4j output the results output to a file
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:1803318
    • 提供者:刘英
  1. StraMatMulti

    0下载:
  2. 用c语言写的strassen矩阵算法,支持非方阵用0填充为方阵的算法,编译通过,0错误哦-compiled success,edit in c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:806097
    • 提供者:qianbenying
  1. Miller-Rabin_primality_test_(Java)

    0下载:
  2. Miller Rabin:Just like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that we want to test for primality.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-07
    • 文件大小:2240
    • 提供者:deitel10
  1. juzhen

    0下载:
  2. 矩阵Strassen算法,调试成功,和普通矩阵乘法的比较。-Strassen matrix algorithms, debugging success, and the general comparison matrix multiplication.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:1062
    • 提供者:马序妍
  1. Matrix

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

    • 发布日期:2017-11-30
    • 文件大小:53122
    • 提供者:arrow
  1. j_strassen_2

    0下载:
  2. it is strassen algorithm. using java source.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:11148
    • 提供者:kimhyunwoo
  1. strassen_mmse4x4

    0下载:
  2. strassen algorithm for inversion 4x4 matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2207
    • 提供者:judhrt
  1. strassen_mmse4x4_ver2

    0下载:
  2. strassen algorithm for inversion matrix 4x4-strassen algorithm for inversion matrix 4x4
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2935
    • 提供者:judhrt
  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
    • 文件大小:923
    • 提供者:taha
« 1 2 3 4 56 »
搜珍网 www.dssz.com