文件名称:41
介绍说明--下载内容均来自于网络,请自行研究使用
一. 需求分析
1. 本程序的功能
进行稀疏矩阵的加减乘法
2. 输入形式
只需输入矩阵中的非零元,输入时应输入非零元的位置,例如如果要输入第一行第一列的元素,请输入“1,1,*(具体的数值)”,一次类推;如果输入的行数,或是列数有一个为0,则表示矩阵输入完成。
3. 输出的形式
以矩阵的形式输出,如果输入的矩阵不能进行相应的运算,则报错。
-1. Demand Analysis 1. This procedure functions of sparse matrix addition and subtraction, multiplication 2. Input form just enter the non-zero matrix element, input should be the location of the importation of non-zero element, for example, If you want to enter the first line of the first column elements Please enter
1. 本程序的功能
进行稀疏矩阵的加减乘法
2. 输入形式
只需输入矩阵中的非零元,输入时应输入非零元的位置,例如如果要输入第一行第一列的元素,请输入“1,1,*(具体的数值)”,一次类推;如果输入的行数,或是列数有一个为0,则表示矩阵输入完成。
3. 输出的形式
以矩阵的形式输出,如果输入的矩阵不能进行相应的运算,则报错。
-1. Demand Analysis 1. This procedure functions of sparse matrix addition and subtraction, multiplication 2. Input form just enter the non-zero matrix element, input should be the location of the importation of non-zero element, for example, If you want to enter the first line of the first column elements Please enter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
41.cpp