搜索资源列表

  1. 转置矩阵

    0下载:
  2. 转置矩阵是10*10矩阵A的转置矩阵A(t)-matrix is home to 10 * 10 A matrix transpose matrix A (t)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1477
    • 提供者:琉璃
  1. 矩阵转置

    0下载:
  2. C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:850
    • 提供者:郑伟雄
  1. 矩阵转置(数据结构作业)

    0下载:
  2. 矩阵转置- 鐭╅樀杞
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:刘振环
  1. STONE

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

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:
  1. 矩阵的运算算法

    0下载:
  2. 这里有加减乘和转置 用C语言编的 注意输入 算法用于稀疏矩阵 首先输入行,列,元素数目 再输入标志位 即每一列的第一个元素是矩阵中的第几个元素 再输入矩阵的元素 再选择符号-here and to take home series with C language to the attention of the importation of sparse matrix algorithm for the importation of th
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:
  1. 快速转置

    0下载:
  2. 运用数组对矩阵进行压缩存储,再用快速转置法对矩阵转置-using matrix array of compressed storage, and then quickly turn to home matrix method to Purchase
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:51200
    • 提供者:小百
  1. 转置

    0下载:
  2. 关于数据结构中矩阵转置的算法。-data on the structure of the matrix transpose algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:216064
    • 提供者:陈新
  1. 转置矩阵

    0下载:
  2. 转置矩阵是10*10矩阵A的转置矩阵A(t)-matrix is home to 10* 10 A matrix transpose matrix A (t)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:琉璃
  1. 矩阵转置

    0下载:
  2. C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets,
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:郑伟雄
  1. 用三元组表实现稀疏矩阵的转置运算

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

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:snow
  1. ArrayMatrix

    0下载:
  2. 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵-Matrix basic operations, accompanied matrix determinant, matrix transpose, etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:章杰
  1. matrix_operation

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-this procedure can be completed matrix of input and output. Have the same number of rows and columns in the matrix between the additive and s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:74752
    • 提供者:李然
  1. fasttrans

    0下载:
  2. 键盘任意输入一个稀疏矩阵A(m*n),采用三元组存储方法求其转置矩阵B(n*m),并用快速转置算法实现该操作。-keyboard indiscriminate importation of a sparse matrix A (n* m), using triple storage switch for its own matrix B (n* m), and fast algorithm home to the operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:林杰
  1. zz

    0下载:
  2. 本程序是关于求解矩阵的转置矩阵的主程序,运行环境是vc6.0-This procedure is about solving the matrix transpose matrix of the main program, running environment is vc6.0
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:bairu
  1. Matrix

    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. Co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:73728
    • 提供者:kexing
  1. martix

    0下载:
  2. 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵 -Matrix Matrix basic computing, adjoint matrix, determinant, transpose matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:lma7408
  1. java_22222

    0下载:
  2. 求一个3行3列矩阵的转置矩阵(即第一行为第一列,第二行为第二列,第三行为第三列构成的矩阵)-For a 3-line 3 matrix transpose matrix (the first act of the first column, the second act of the second column, the third act constitute the third column of matrix)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:李残月
  1. 按位就座

    0下载:
  2. 依次将待转置矩阵A的三元组行列互换后,直接放到转置矩阵B的三元组表中的正确位置。需考虑两方面因素:一是矩阵A每列中非零元素的个数(即转置矩阵B每一行中非零元素的个数);二是矩阵A各列中第一个非零元素三元组在B中的正确位置(即矩阵B各行中第一个非零元素三元组在B中的正确位置)。(In turn, the row of three tuples of the transposed matrix A is exchanged and plac
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:116736
    • 提供者:nativefaith
  1. 稀疏矩阵转置

    0下载:
  2. ·在矩阵中,若数值为0的元素数目远远多于非0元素的数目,并且非0元素分布没有规律时,则称该矩阵为稀疏矩阵,并用三元组表表示。该算法只扫描两遍原三元组表,就能够获得稀疏矩阵的转置矩阵(In matrix, if the number of elements 0 is far more than the number of non 0 elements, and the distribution of non 0 elements is n
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:6338560
    • 提供者:静守成雯
  1. C语言矩阵转置

    0下载:
  2. 问题描述 编写一个程序,将一个3行3列的矩阵转置。(Problem descr iption Write a program to transpose a matrix of three rows and three columns.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:jack_ma
« 12 3 4 5 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org