搜索资源列表
jzzz
- 用debug实现矩阵转置,对于理解矩阵的运算有帮助-with debug achieve matrix transpose, for understanding the computing matrix help
STONE
- 一个用汇编语言编写的矩阵转置程序-an assembler language matrix transpose procedures
Matrix
- 矩阵类 实现矩阵的初等运算 包括加减乘除 求逆 转置-matrix
erweidongtaishuzuzhuanzhi
- 输入两个个数字分别控制行向量个数和列向量个数。动态生成二维矩阵,对矩阵赋值后将其转置输出。 输入的第一行为了两个整数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,
tekey2
- 实现矩阵(3行3列)的转置(即行列互换),很不错-Implementation matrix (3 rows and three columns) of the transpose (ie, the ranks of exchange), very good
turn(A()-As-Double--AT()-As-Double)
- 矩阵的转置函数 turn(A() As Double, AT() As Double)-The matrix transpose
juzhendejiajianchengchu
- 用二维数组表示矩阵,编写函数实现如下功能,要求所编写的函数具有较好的通用性,不要固定矩阵的大小。 1矩阵输入。 2)矩阵输出。 3矩阵转置。 4)矩阵相加。 5)矩阵相乘。 6)写主函数,完成对以上函数的调用。 -Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has
C
- 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
juzhen
- 实现一个矩阵类Matrix,要求能实现常用的矩阵运算如拷贝、加减乘、转置、查询或修 改某个矩阵元数的值。-Implement a matrix class Matrix, required to achieve the common matrix operations such as copy, subtraction, multiplication, transpose, query, or repair Number of matrix elements of a value ch
juzhenlei
- 实现一个矩阵类Matrix,要求能实现常用的矩阵运算如拷贝、加减乘、转置、查询或修 改某个矩阵元数的值。-Implement a matrix class Matrix, required to achieve the common matrix operations such as copy, subtraction, multiplication, transpose, query, or repair Number of matrix elements of a value ch
mooc
- 矩阵转置的程序,采用了一种简单快捷的代码,占用内存少,可读性高,用于新手仿写-Matrix transpose program, using a simple code, less memory, readable, for the novice to write
powerflow
- 电力系统潮流计算的源代码,通过雅各比矩阵的转置计算,适用于一个PV节点两个PQ节点-Power flow calculation of the source code, through the Jacob matrix transpose ratio calculation for a PV node two nodes PQ
translate
- 转置:通过m*n的矩阵,转置成一个n*m的矩阵,并求出其三元表 快速转置:通过第col列非零元个数,即当列第一个非零元所在位置求出其转置矩阵的三元表 -Matrix transpose transpose fast