搜索资源列表
zxh
- 在VC环境下实现稀疏矩阵的转置!这个程序是以C语言写的,而且用的是数据结构的三元组表示矩阵!-in VC environment under the sparse matrix switch home! This program is written in C language, but using the data structure of ternary group said Matrix!
数据结构上机实习
- 数据结构上机实验 实验题目:两个有序循环链表合并成一个有序循环链表 实验题目:欧洲地图最短路径 实验题目:稀疏矩阵基本运算及转置 实验题目: 已给定先序构造一棵二叉树的算法,请你完成其余部分,包括先序、中序、后序遍历 二叉树并打印出来。先序序列建立二叉树的顺序读入字符为A B C Ф Ф D E Ф G Ф Ф F Ф Ф Ф,注意输入时Ф用空格代替。 实验题目:复数抽象数据类型的实现
zuoye
- 通过矩阵求和、转置和求列和的操作的程序设计,解决计算投入产出的实际问题。-through the matrix for peace, and to seek out home and the operation of the program design, calculation of input-output resolve practical problems.
classicmatrix
- 矩阵的初始化,求逆,转置,输出,相加相减乘法等各种矩阵操作都可实现!!一定要下呦!-Matrix initialization, inverse, to home, output, combined subtract such as matrix multiplication operation can be achieved! ! Under strove must!
快速转置
- 运用数组对矩阵进行压缩存储,再用快速转置法对矩阵转置-using matrix array of compressed storage, and then quickly turn to home matrix method to Purchase
矩阵转置
- C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets, we are interested in this is
Matrix
- C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
C_sharp_Matrix_class
- 文件为C#矩阵运算类,包含了多种形式的矩阵定义,能够进行多种矩阵运算,如矩阵四则运算、求逆、转置等,十分方便用于实际开发。-File for the C# matrix operations class, contains the definition of various forms of matrix, to carry out a variety of matrix operations, such as matrix arithmetic, inversion, transpose, e
juzhenzhuanzhi
- 可以方便快捷的求矩阵的转置 可以是任意阶矩阵-Can be convenient and efficient for matrix transpose can be arbitrary-order matrix
1989xishujuzheng
- 稀疏矩阵采用三元组表示。(1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。(2)求出C的转置矩阵D,输出D。-The use of sparse matrix triple that. (1) for the ranks of the two with the same number of sparse matrix A and B the sum of matrix C, and output C. (2) calculated C matrix transpose of D,
juzhengzhuanzhi
- 实现矩阵转置算法 可以在C++中运行,经测验能够实现-Matrix transposition algorithms can be achieved in C++, running can be achieved by the test
Matrix
- 矩阵各种运算,包括矩阵求逆,矩阵相乘,矩阵转置-Matrix
Matrix1
- 矩阵各种运算,包括矩阵加减,矩阵相乘,矩阵求逆,和转置-matrix
she
- 数据结构的作业,可能还有其他叫法,名字是:输出转置矩阵前后结果一次定位快速转置法-Data structure operations, there may be other name for a name that is: the output switch matrices before and after the results of a position quickly transpose France
xishujuzhen
- 有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出-The input interface (graphical or text interface can be), to distinguish between ad
bsq-bip-bil
- C#实现使用矩阵转置来实现BIP,BIL,BSQ之间的互转。-C# implementation uses matrix transposition to achieve the BIP, BIL, BSQ between the system conversion.
mattix
- c#实现的基本运算,例如矩阵的转置,求和,相乘等-The main functions of the matrix
Matrix-transformations
- 矩阵变换,矩阵相加,矩阵相减,数乘矩阵,矩阵转置,矩阵求逆功能。-Matrix transformations
7parameter
- 布尔莎模型中7个参数的求解,程序中包含了矩阵转置、矩阵相乘、矩阵求逆的类-Solving Bursa seven parameter model, the program contains a matrix transpose, matrix multiplication, matrix inversion of the class
YUANDAIMA
- 用二维数组实现矩阵转置,希望初学者能学到一些东西-#include <stdio.h> #define ROW 3 #define COL 4 main() { int matrixA[ROW][COL],matrixB[COL][ROW] int i,j clrscr() printf( Enter elements of the matrixA, ) printf( d* d:\n ,ROW,COL) for( i=0 i<