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

搜索资源列表

  1. Transpose

    0下载:
  2. 利用C++对一个任意的矩阵进行转置运算,即元素的位置交换-Using C++ for an arbitrary matrix transpose operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:984
    • 提供者:王骏
  1. Transpos-Matriks

    0下载:
  2. this code for transpose matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:6941
    • 提供者:aris
  1. ginv

    0下载:
  2. 矩阵求逆,转置矩阵,行列式求解,C++实现-Matrix inversion, transpose matrix, determinant solving, C++ implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:2229
    • 提供者:lihanwei
  1. C-program-to-find-transpose-of-given-matrix

    0下载:
  2. C program to find transpose of given matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:8974
    • 提供者:ramanathan
  1. Matrix-Computation

    0下载:
  2. 详细介绍了如何用C语言实现矩阵的各类运算,包括矩阵的逆、转置、乘法等等。-Details of how to use the C language matrix types of operations, including the matrix inverse, transpose, multiplication, and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:1031944
    • 提供者:muddytu
  1. matrix-operation

    0下载:
  2. 定义一个二维方阵类matrix。通过重载二元运算符"+"、"-"、"*"和一元运算符"~",来实现矩阵加、矩阵减、矩阵乘以及矩阵转置-Define a two-dimensional square class matrix. By overloaded binary operator+ " ," - " ," * " and unary operator" ~ " to achieve matrix plus matrix reducti
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:766
    • 提供者:王伟
  1. Matrix

    0下载:
  2. C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:235324
    • 提供者:黄小伟
  1. Matrix

    0下载:
  2. 此代码为C++的一个矩阵类,实现了矩阵的相加,想成,行列式,转置等一些基本运算-This code is C++ a matrix class that implements the matrix together, think of, determinant, transpose and some other basic operations
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:4968
    • 提供者:chenguifang
  1. matrix

    0下载:
  2. 本实验实现了稀疏矩阵的转置,为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-The experimental realization of a sparse matrix transpose, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:609
    • 提供者:李松
  1. matrix

    0下载:
  2. 实现了矩阵的转置,是典型的C++源码的示范。-Realization of the matrix transpose, is a typical demonstration of C++ source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:224371
    • 提供者:chen
  1. transpose

    0下载:
  2. 用C++写一个函数,其功能是将一个3*3的矩阵转置,并显示出来-Write a function that will a 3* 3 matrix transpose
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2542
    • 提供者:张小凤
  1. Matrix-AlgorithmMat

    0下载:
  2. 该java文件内包括了矩阵的加减乘除,矩阵求逆,矩阵求秩,矩阵转置,数组从大到小和从小到大排序等常用算法,是工科同学算例的仿真必备 -The java file, which includes both matrix addition, subtraction, matrix inversion, matrix rank, matrix transpose, array descending and ascending order and other commonly used algori
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3343
    • 提供者:东南大
  1. suijijuzhen

    0下载:
  2. VB源码,算法相关,转置矩阵 VB编写的一个随机矩阵并求它的VB随机矩阵代码,代码中rnd是随机的意思,Print a(i, j) 分号一定要加,涉及到横向排列和纵向排列的问题,利用循环输出矩阵结果,请参见演示图。-VB source code, algorithms related to transpose matrix VB, a random matrix and find its random matrix VB code, the code is random rnd meanin
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2003
    • 提供者:飞儿
  1. C-program-to-transpose-a-matrix-

    0下载:
  2. This c program prints transpose of a matrix. It is obtained by interchanging rows and columns of a matrix. For example if a matrix is 1 2 3 4 5 6 then transpose of above matrix will be 1 3 5 2 4 6 When we transpose a matrix then the ord
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:3278
    • 提供者:fpthl
  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. matrix

    0下载:
  2. 自己写的一个矩阵类,实现矩阵的基本操作,转置,求逆,取一行或一列,等-To write a matrix class that implements the basic matrix operations, transpose, inverse, take a row or column, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1120958
    • 提供者:123
  1. matrix-manipulation

    0下载:
  2. 矩阵运算器 运用vb语言,能够实现矩阵的加法,乘法,矩阵的转置,矩阵的秩-Matrix operations using vb language, to achieve matrix addition, multiplication, matrix transpose, rank of matrix
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:287768
    • 提供者:文青
  1. diagonal-matrix

    0下载:
  2. 一个对角矩阵,有如下共享成员,输入、输出、加减乘、转置等函数。结果都是一个用一位数组表示的对角矩阵。重载运算符<<,>>,+,-和*。-A diagonal matrix, there are shared members, input, output, subtraction multiplication, transpose and other functions. The result is an array represented by a diagonal ma
  3. 所属分类:Data structs

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

    0下载:
  2. 把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。-Put an N* N triangular matrix is ​ ​ mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, add and subtract multiply, trans
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1090
    • 提供者:dongyuan
  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 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com