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

搜索资源列表

  1. bingxingjisuan

    0下载:
  2. 实现一个矩阵转置相加的操作.进程0利用自定义的向量数据类型将矩阵A转置累加到进程1的矩阵A上-good
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:205877
    • 提供者:luocunjin
  1. JZ

    1下载:
  2. Delphi 矩阵运算例子,矩阵转置、矩阵的逆、矩阵的乘法-Delphi matrix calculate example
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:949103
    • 提供者:chenliang
  1. 37436-37436.ZIP

    0下载:
  2. 稀疏矩阵转置算法,c++编写。包含快速算法.-Sparse matrix transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1377
    • 提供者:王力
  1. transform

    0下载:
  2. 稀疏矩阵转置 数据结构 非图形界面 将算法实现 -transform visual c++ er fsa ghr dddde y m gyr r e hkju ljfg dfrb juin fbcv iuyt fvb ghjk fder yn6
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6384
    • 提供者:杂去
  1. 010

    0下载:
  2. c语言写的矩阵转置,很简单,初学者可以用,编译通过的-c written in the matrix transpose, is very simple, beginners can use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:218074
    • 提供者:Tian Dou
  1. MatrixOperation

    0下载:
  2. 一些通用的矩阵计算 MatrixOperation.h 包含矩阵转置、求逆、相乘、相加减等通用操作 武汉大学.遥感信息工程学院.卢昊-Some common matrix calculation MatrixOperation.h contains matrix transpose, inverse, multiplication, addition and subtraction and other general operating
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:894
    • 提供者:卢昊
  1. data_manipulation

    0下载:
  2. 包含一些比较常见的数据操作算法:素数判断、矩阵转置、将数组中m个数循环后移n个位置、调用时间函数求运行时间、调用相关time函数进行日期推算、矩阵鞍点、链表的相关操作等-Contains some of the more common data manipulation algorithms: Prime judge, matrix transpose, the array m the number of cycles shifted n positions, call the time fun
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:6167
    • 提供者:fangchen
  1. 2010110

    1下载:
  2. 1. 用类编写并测试3×3矩阵转置函数,并且使用数组保存转置后的矩阵,要求使用动态内存分配方法。P206,例题6-5,6-17,6-26,27-1. Written and tested with a class of 3 × 3 matrix transpose function, and after using the array containing the transposed matrix, requires the use of dynamic memory allocation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1915317
    • 提供者:小蔡
  1. SparseMatrix

    1下载:
  2. c++ 稀疏矩阵 功能包括访问元素、删除元素、添加元素,输出元素。矩阵转置。使用模板-c++ features including access to the sparse matrix elements, delete elements, add elements, output elements. Matrix transposition. Templates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:240068
    • 提供者:yuanfeige
  1. 2

    0下载:
  2. 只用一个变量,实现三乘三矩阵转置。矩阵已经内置程序中。-Only one variable, to achieve three-by three matrix transpose. Matrix has built-in program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:107053
    • 提供者:99
  1. MatrixTranspose

    0下载:
  2. 数据结构中实现矩阵转置功能,利用随机数产生稀疏矩阵。-Data structure to implement matrix transpose function, sparse matrix using random number generator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:明峰
  1. zhuanzhi

    0下载:
  2. 用c和c++语言编写的矩阵转置的源代码,非常有用的哦。-c++ matrix transposition
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:138507
    • 提供者:
  1. 3

    0下载:
  2. 数据结构经典制作内容--- 稀疏矩阵的建立十字链表表示稀疏矩阵- 1.稀疏矩阵的加法运算 2.稀疏矩阵乘法运算-- 3.稀疏矩阵的转置-- 4.退出功能)-The contents of the data structure--- the classic production create the sparse matrix sparse matrix that cross list- 1. Sparse matrix addition operation 2. Sparse
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3161
    • 提供者:shaluo025
  1. Sparse-matrix-transpose

    0下载:
  2. 绍了对稀疏矩阵进行压缩存储的几种存储方式,重点分析了稀疏矩阵的三元组压缩存储的不同存储结构,提出利 用数组首下标元素存储稀疏矩阵总行数、总列数和非零元素总个数三个信息的改进的三元组顺序表存储定义方式。同时给出 了用c语言编写的基于该定义上设计矩阵转置的几种算法。通过对各算法进行时间复杂度分析,总结出了几种算法的优 缺点。-Introduce a compressed sparse matrix storage of several storage
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:271926
    • 提供者:陈晓娟
  1. matrix

    0下载:
  2. //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1725
    • 提供者:heu
  1. matrix

    0下载:
  2. c写的常用矩阵运算程序,包括:矩阵求逆、矩阵上三角、矩阵加减乘、矩阵归一化、矩阵叉乘、行列式求值、矩阵求迹,矩阵求秩、矩阵转置等-matrix program in c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1338
    • 提供者:liao
  1. matrix-inversion

    0下载:
  2. 矩阵求逆的完整实现,其中包括矩阵转置、求矩阵行列式、求伴随矩阵等功能模块,可以直接使用。-Complete implementation of matrix inversion, including matrix transpose, a matrix determinant, matrix and other requirements associated with function modules can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:941
    • 提供者:肖欢
  1. Exp15-106040435

    0下载:
  2. 将一个3×3阶矩阵转置,用一函数实现之。在主函数中用scanf函数输入矩阵元素,存放在数组中,以数组名作为函数实参。在主函数中输出已转置的矩阵-A 3 × 3 order matrix transpose, realized with a function. Scanf function used in the main function of the input matrix elements, stored in the array to the array name as the func
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:15451
    • 提供者:爱意
  1. matrixT

    0下载:
  2. 计算矩阵转置,是一个傻瓜型的程序,使用十分方便-Calculation of matrix transpose,it is a good and easy application.you can use it very easily and happy.i hope you can like it.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:241908
    • 提供者:公子龙
  1. matlab_matrix-processing

    0下载:
  2. MATLAB 矩阵运算的相关方法和说明。包含矩阵转置,矩阵加减乘除-MATLAB matrix processing code and descr iption。
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2791082
    • 提供者:winter song
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com