文件名称:xishujuzhen
介绍说明--下载内容均来自于网络,请自行研究使用
采用顺序表及有头结点的单链表为存储结构,实现稀疏矩阵的创建、销毁、复制、转置以及两个矩阵相加、相减、相乘的运算。
首先应输入矩阵的行数和列数,以及非零元个数并判别给出的矩阵的行、列数对于要求作的运算是否匹配。
-With the order form and has a head node is a single linked list storage structure, sparse matrix to achieve the creation, destruction, copy, transpose, and two matrix addition, subtraction, multiplication operations. Should first enter the matrix of rows and columns, and the number of non-zero element and determine the matrix given the row, the number of columns required for the operation for the match.
首先应输入矩阵的行数和列数,以及非零元个数并判别给出的矩阵的行、列数对于要求作的运算是否匹配。
-With the order form and has a head node is a single linked list storage structure, sparse matrix to achieve the creation, destruction, copy, transpose, and two matrix addition, subtraction, multiplication operations. Should first enter the matrix of rows and columns, and the number of non-zero element and determine the matrix given the row, the number of columns required for the operation for the match.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
稀疏矩阵\源代码\ADT.c
........\......\main.c
........\......\Matrix.h
........\......\User_Menu.c
........\源代码
稀疏矩阵
........\......\main.c
........\......\Matrix.h
........\......\User_Menu.c
........\源代码
稀疏矩阵