搜索资源列表
010
- c语言写的矩阵转置,很简单,初学者可以用,编译通过的-c written in the matrix transpose, is very simple, beginners can use
juzhen
- vc6.0编写,矩阵转置功能实现,简单可行,适用于c语言初学者-vc6.0 written matrix transpose function to achieve simple and feasible, in c language for beginners
SparseMatrix
- 用C++语言,通过数组实现疏散矩阵的转置和相乘等各种变换-With C++ language, through the array to achieve evacuation matrix transpose, and multiply, and other transformation
2
- 定义了矩阵类并实现矩阵的加减乘除转置操作。是学习C语言二级指针的不错例子-Define and implement a matrix class subtraction, multiplication and division matrix transpose operation. Learning C language pointer two good examples
Martix2.0
- C语言编写的矩阵计算器,可求行列式,转置,行列式并给出计算过程-C language matrix calculator, rectifiable determinant, transpose, determinant and gives calculations
Matrix-transpose
- 实现矩阵转置的功能,C语言版本,即行列互相交换。-Realization of the matrix transpose function, C language version, that the ranks of the exchange.
inv
- 求矩阵的转置,c语言,可以定义任意阶数。-Matrix transpose, c language, you can define an arbitrary order.
C语言矩阵转置
- 问题描述 编写一个程序,将一个3行3列的矩阵转置。(Problem descr iption Write a program to transpose a matrix of three rows and three columns.)