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

搜索资源列表

  1. 矩阵乘法

    0下载:
  2. 初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。-beginners achieve matrix multiplication, a simple matrix multiplication think it is practical and writing is not very efficient and can be downloaded from studies oh.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:868
    • 提供者:刘雪虎
  1. 稀疏矩阵乘法运算的十字链表实现

    0下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。本文利用稀疏矩阵“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。通过采用标准C++语言设计实现了矩阵的乘法运算器。稀疏矩阵的乘法运算可用于解决许多实际的应用问题.提出一种新颖的稀疏矩阵相乘算法,算法实现中将计算单元由单个元素扩展至行向量,避免了矩阵的转置,减少了扫描次数。利用十字链表表示稀疏矩阵,再将建立好的两个相同行列数的稀疏矩阵进行相乘运算。
  3. 所属分类:编程文档

    • 发布日期:2012-06-03
    • 文件大小:196608
    • 提供者:yunjisuan
  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. matrix.rar

    0下载:
  2. 十个利用矩阵乘法解决的经典题目,由matrix67大牛所写,堪称经典。,10 the use of matrix multiplication to solve a classic topic, written by matrix67 Daniudi, classic.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:247396
    • 提供者:hujiafeng
  1. MatrixMul.rar

    0下载:
  2. 编写TMS320C54x汇编语言程序,计算矩阵乘法: 要求:① 两个矩阵的数据由DATA段输入(可放在源程序中,也可单独建立一个数据文件); ② 两个矩阵的数据从0口以数据文件IN.DAT输入,计算结果从1口以数据文件OUT.DAT输出。 ,TMS320C54x assembly language program to prepare the calculation of matrix multiplication: Request: ① two matrices of data inpu
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:5136
    • 提供者:iechshy1985
  1. metrix3

    0下载:
  2. 完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix mu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:74995
    • 提供者:
  1. 分治算法

    0下载:
  2. 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who have successfully used the divid
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:6728
    • 提供者:小芝
  1. juzhenyunsuan

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure to complete the matrix input and output. Have the same number of rows and rows of the matrix between the adder, subtraction. Comply with the requirements of
  3. 所属分类:MPI

    • 发布日期:2017-05-24
    • 文件大小:2805912
    • 提供者:孙岩
  1. DataStructure

    0下载:
  2. 展示数据结构的一些实用技巧. 包含: 1.运用kmp算法计算无穷概率 2.矩阵乘法的十种经典运算技巧 3.位运算的实用技巧(1) (2) (3)-Data structure to display a number of practical skills. Includes: 1. The use of KMP algorithm infinite probability 2. 10 kinds of classical matrix multiplication comp
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:686471
    • 提供者:int
  1. juzhen

    0下载:
  2. 用于矩阵的一般计算,如转置 求逆 矩阵乘法 行列式 数乘-juzhen
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:2906
    • 提供者:samj114
  1. juzhenchengfa

    0下载:
  2. 用来计算矩阵乘法的源码程序,书籍源码,便于学习-Source code used to calculate the matrix multiplication program, books, source code, easy to learn
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:34720
    • 提供者:synth
  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. 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. juzhengsuanfa

    0下载:
  2. 矩阵算法包括加法、矩阵减法、矩阵乘法等基本四则运算-Matrix algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:980
    • 提供者:楚狂人
  1. 用CS结构求解矩阵乘法问题

    1下载:
  2. 用C/S结构求解矩阵乘法问题。假定有多台电脑互联网中并使用TCP/IP进行通信。我们要使用一个客户和几个服务器求解N×N的矩阵乘法问题。客户通过srvcfg.txt文件所获取所有的服务器程序必要的信息,如服务器的个数,IP地址或主机名。例如,一个“srvcfg.txt”文件的内容为: 3 149.150.167.123 149.150.162.182 149.150.169.250 表示有3个服务器及相应的IP地址。 然后,建立于所有服务的Socket连接和I/O流。客户从c
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-05-31
    • 文件大小:2117
    • 提供者:bycer@115
  1. MatrixMultiplication

    0下载:
  2. 一个矩阵可以用一个二维数组来表示。 试编程实现矩阵乘法(Realize two-dimensional matrix input multiplication)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:hmmmmmmmm
  1. 矩阵相乘

    0下载:
  2. 给两个矩阵,算出他们相乘后的矩阵,得到的结果输出出来(Give two matrices, and calculate the matrices that they are multiplied, and the results are out.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3452928
    • 提供者:zzz689
  1. matrix

    0下载:
  2. 矩阵乘法的vhdl语言版本,可以实现简单的乘法(Matrix multiplication)
  3. 所属分类:并行计算

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:阿萨案发
  1. matmul.tar

    1下载:
  2. 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern); "opt" case, ikj (ve
  3. 所属分类:并行计算

    • 发布日期:2020-12-20
    • 文件大小:2048
    • 提供者:decipher2015
  1. 矩阵乘法器

    1下载:
  2. 基于乘法器ip核实现的矩阵乘法器,最大支持16*16的矩阵,基于VHDL编写,仅支持整数,浮点数类型请自行添加浮点数IP核支持。
  3. 所属分类:VHDL编程

    • 发布日期:2019-09-01
    • 文件大小:17306253
    • 提供者:hhhhhppppp
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com