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

搜索资源列表

  1. 用三元组表实现稀疏矩阵的转置运算

    1下载:
  2. 用三元组表实现稀疏矩阵的转置运算 一个阶数较大的矩阵中的非零元素个数S相对于矩阵元素的总个数t很小时,即非 零元素个数s占矩阵元素的总个数t的25%~30%时,称该矩阵为稀疏矩阵称. 由于稀疏矩阵中非零元素的分布没有任何规律,在存储非零元素时,必须保存该非 零元素所对应的行下标和列下标.这样,存储的每个稀疏矩阵中的非零元素都需要(行 下标,列下标,元素值)三个参量来唯一确定,将这种存储结构称为稀疏矩阵的三元组 表示法. 稀疏矩阵中的所有非零元素构成三元组线性表.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2790
    • 提供者:snow
  1. jzzz

    0下载:
  2. 用debug实现矩阵转置,对于理解矩阵的运算有帮助-with debug achieve matrix transpose, for understanding the computing matrix help
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1289
    • 提供者:pj
  1. RSMATRIX

    0下载:
  2. 提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版,附源码 C++Builder 3.0/4.0/5.0 版适用 ),作者 : Jeff Hiscock。 -provide basic Ju Front (Matrix) operator (product, the sum and difference, transpose, traceof) non-visual comp
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:12789
    • 提供者:李正一
  1. CMatrixForCpp

    1下载:
  2. 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:WM
  1. STONE

    0下载:
  2. 一个用汇编语言编写的矩阵转置程序-an assembler language matrix transpose procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:952
    • 提供者:
  1. Matrix_Transposition_Multiplication

    0下载:
  2. Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
  3. 所属分类:汇编语言

    • 发布日期:2014-01-18
    • 文件大小:74640
    • 提供者:Hong
  1. XiShuJuZhenZhuanZhi

    0下载:
  2. 数据结构稀疏矩阵转换成三元组然后再进行转置的具体实现方法,C语言实现,详细的操作解释-Interpretation of the sparse matrix data structure is converted into triples and then transpose the specific implementation method, C language, detailed operation
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1162
    • 提供者:123
  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. transpose

    0下载:
  2. cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:9658
    • 提供者:陈思远
  1. Matrix

    0下载:
  2. 本程序实现两个矩阵相加、相减和相乘的运算和求稀疏矩阵的转置矩阵-Implementation of this program add two matrices, subtraction and multiplication operations and seek sparse matrix transpose
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1907
    • 提供者:
  1. Transpose

    0下载:
  2. 矩阵转置的GPU实现,一个简单的GPU例子。希望对cuda初学者有用。-Matrix transpose of the GPU implementation, a simple GPU example. Hope cuda be useful for beginners.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2559
    • 提供者:孙子龙
  1. erweidongtaishuzuzhuanzhi

    0下载:
  2. 输入两个个数字分别控制行向量个数和列向量个数。动态生成二维矩阵,对矩阵赋值后将其转置输出。 输入的第一行为了两个整数m、n,接下来有一个由m*n个数据组成的整数矩阵。 按转置后的矩阵格式输出转置矩阵(n*m)。-Enter two digits are the number of control lines and the column vector vector number. Dynamically generated two-dimensional matrix,
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:31459
    • 提供者:张一
  1. transpose

    0下载:
  2. 矩阵转置,使用棋盘划分将矩阵通过划分为不同的小块,使用MPI讲其并行求小块的转置。-Matrix transpose, the matrix by using the board is divided into different small pieces, about its use of MPI parallel transpose small demand.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:xiangming
  1. Sparse-matrix-transpose-and-additive

    0下载:
  2. 通过构造三元组,得到矩阵的三元组,实现对稀疏矩阵的转置和加法运算-By constructing three tuple, get three tuple matrix, the sparse matrix transpose and addition operations
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3257
    • 提供者:mingluchang
  1. tranpose

    0下载:
  2. 编写一个tranpose()函数,对一个输入的矩阵进行处理,返回该矩阵的转置矩阵。-C++ write a function for processing an input matrix, returns the matrix transpose matrix.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:682
    • 提供者:
  1. Matrix-operations

    0下载:
  2. 用C语言描述矩阵的相关运算,包括矩阵转置,矩阵相乘,相加,求逆运算。希望对学矩阵的初学者有帮助。-C language is used to describe the correlation operation matrix, including matrix transpose, matrix multiplication, addition, inversion. Want to help beginners learn the matrix.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:330736
    • 提供者:胡彬
  1. Find-Transpose-of-a-matrix-in-CPP-Code

    0下载:
  2. Find Transpose of a matrix in C++ Code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:244247
    • 提供者:mar7604
  1. Matrix-transpose

    0下载:
  2. This code will perform matrix transpose
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:349466
    • 提供者:phani kumar
  1. transpose.cpp.tar

    0下载:
  2. parallel traspose of matrix using mpi
  3. 所属分类:MPI

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:othello
  1. code

    2下载:
  2. 平行计算课程,并行程序转置矩阵,使用3种方法:线性转置,块棋盘划分,直角划分法(Parallel computing course, parallel program transpose matrix, using three methods: linear transpose, block chessboard division, right angle division)
  3. 所属分类:并行计算

    • 发布日期:2020-05-17
    • 文件大小:2048
    • 提供者:RookieWang
« 12 3 »
搜珍网 www.dssz.com