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

搜索资源列表

  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. CSharp3

    0下载:
  2. 上海交通大学网络教育学院第三学期,C#作业3,矩阵转置-Network Education College of Shanghai Jiaotong University, the third term, C# job 3, matrix transpose
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:125998
    • 提供者:lishun
  1. ARRAY

    0下载:
  2. 稀疏矩阵转置和乘法,通过循环条用,实现一个简单的矩阵相乘-Sparse matrix transpose and multiplication, through the circulation channel used to achieve a simple matrix multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:885
    • 提供者:mgh
  1. chap6

    0下载:
  2. 用户可根据自己的需求设定不同的参数实现n*n的矩阵转置,而且这里包含了几种不同的方法-Users can set different requirements according to their own parameters to achieve n* n matrix transpose
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1931
    • 提供者:pxyde
  1. hanshuzuoye

    0下载:
  2. 说明c++函数类的声明和基本编写,百分制成绩,函数模板,阶乘,矩阵转置 ,排序,求三个数中的最大数-That c++ function declaration and the basic writing class, percentile scores, function templates, factorial, matrix transpose, sort, find the maximum number of three numbers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3223
    • 提供者:zhaoyunze
  1. zhizhengzifuzchuan

    0下载:
  2. 6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the pointer list, sorting pointers, po
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3806
    • 提供者:zhaoyunze
  1. c-language-Applications-examples

    0下载:
  2. C语言编程的应用实例代码,模拟ATM(自动柜员机)界面,用二维数组实现矩阵转置等多项内容-C language programming code for an application example, simulation ATM (automated teller machine) interface, with two-dimensional array to achieve a number of content such as matrix transpose
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:45570
    • 提供者:聂磊
  1. bsq-bip-bil

    0下载:
  2. C#实现使用矩阵转置来实现BIP,BIL,BSQ之间的互转。-C# implementation uses matrix transposition to achieve the BIP, BIL, BSQ between the system conversion.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1314633
    • 提供者:杜淳
  1. juzhengzhuanzhi

    0下载:
  2. 数据结构,用C++实现矩阵转置,详细代码及注释-Data structure in C++ implementation matrix transpose, detailed code and comments ... ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1449
    • 提供者:沈城
  1. cPP

    0下载:
  2. 解析空中三角测量的迭代运算,包括矩阵转置,矩阵求逆,矩阵相乘等关键运算-Resolution aerial triangulation of the iteration, including matrix transpose, matrix inversion, matrix multiplication and other key operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2811
    • 提供者:刁建树
« 1 2 3 4 5 67 8 9 10 11 ... 28 »
搜珍网 www.dssz.com