搜索资源列表
EX_4_1
- 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compi
bmphandy
- 简单的位图处理程序,包括位图反色、矩阵运算、距离变换等。-Simple bitmap handling procedures, including anti-color bitmap, matrix operations, the distance transform.
ss
- 设计一个支持矩阵加减乘运算的程序。 比较简单啊 -Supporting the design of a matrix multiplication procedure for addition and subtraction. Ha ha ah relatively simple
ch4
- 常用算法程序集(C语言描述)(第三版)+源代码\常用算法程序集(C语言描述)源代码 矩阵运算-Common algorithms for assembly (C language descr iption) (third edition)+ source code \ common algorithms for assembly (C language descr iption) source code for matrix operations
Matrix
- 矩阵的运算,对涉及到计算的程序来说非常重要-Matrix operation, the procedure involving the calculation is very important
xishujuzhen
- 实现稀疏矩阵的加减乘和转置,方便利用该程序进行简要矩阵的运算-The sparse matrix addition and subtraction, multiplication, and transpose to facilitate the use of the program briefly matrix computing
Matrix
- 矩阵运算程序,可以实现矩阵的加、减、乘、转置、求行列式值、求逆等操作。-Matrix calculation program. This program can achieve a matrix addition, subtraction, multiplication, transpose, find the determinant, inverse operation, and so on.