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

搜索资源列表

  1. sxjc

    0下载:
  2. 应用加密算法和认证技术 实验:Solovag-Strassen算法、Lehmann算法和Rabin-Miller算法的素性检测的原理与测试过程。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8607
    • 提供者:陈寅华
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:22393
    • 提供者:s_wilfred
  1. ty

    0下载:
  2. Strassen algorithm solve this problem-Strassen algorithm solve this problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:910
    • 提供者:shint
  1. Strassen

    0下载:
  2. this a program with c++ to algorithm starseen-this is a program with c++ to algorithm starseen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1573
    • 提供者:gladiator
  1. test

    0下载:
  2. 设计出的两个任意维数矩阵相乘的三种优化算法,包括矩阵分治和strassen算法-Design of the two matrices of arbitrary dimension of the three optimization algorithms, including matrix algorithm for partition and strassen
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1210
    • 提供者:liuyan
  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
    • 文件大小:25613
    • 提供者:ROLL
  1. Matrics

    0下载:
  2. 算法实验之矩阵相乘,对比普通算法和strassen算法的运行时间差异-just as it s sald above!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1369
    • 提供者:wxw_s_life
  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
    • 文件大小:984472
    • 提供者:孙静
  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
    • 文件大小:3022
    • 提供者:linqingyang
  1. strassen1

    0下载:
  2. Matris strassen with c-Matris strassen with c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1173
    • 提供者:Amir
  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
    • 文件大小:7800
    • 提供者:古月
  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
    • 文件大小:7097
    • 提供者:sanny64
  1. 117143173Strassen11

    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-16
    • 文件大小:16118
    • 提供者:sanny64
  1. Strassen

    0下载:
  2. 设A 和 B 是两个n * n阶矩阵,求它们两的乘积矩阵C。这里,假设n是2的幂次方;-N*N matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1364
    • 提供者:jj
  1. JZXC

    0下载:
  2. 大矩阵相乘,使用了分治法优化,能够快速准备计算两个大矩阵相乘,使用了Stranssen矩阵算法-Strassen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:zhj
  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
    • 文件大小:476054
    • 提供者:小陈
  1. Strassen

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

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

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

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

    0下载:
  2. 两种方法实现矩阵乘法,一种是strassen矩阵乘法,一种是普通乘法-Matrix multiplication two ways, one is strassen matrix multiplication, one is ordinary multiplication. . .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:729077
    • 提供者:琳耕
  1. Strassen_A218058592010

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

    • 发布日期:2017-04-15
    • 文件大小:7229
    • 提供者:ali
« 1 2 3 45 6 »
搜珍网 www.dssz.com