搜索资源列表
实验6 稀疏矩阵
- 利用三元组存储大规模稀疏矩阵并实现矩阵加减乘的运算。输入要求:三元组方式。运行环境C-mass sparse matrix storage and achieve matrix modified by the operator. Entry requirements : Triples way. C Runtime Environment
matrixclasslibraries
- 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, no
mathcompute
- 使用C#编辑的一些矩阵运算的源程序,包括矩阵奇异值分解,还有一些示例。
Matrix
- C语言课程设计---矩阵运算,用 TurboC 在图形模式下开发,如果不能运行请改下 initgraph()函数-C language curriculum design--- matrix calculation, using TurboC development in graphics mode, if it can not run, please change under initgraph () function
lankulgr__matrix__Commonly
- 将常用的矩阵操作封装起来,展示了c语言中的矩阵运算,-Commonly used matrix operation encapsulated, show the matrix in the c language,
caclback
- 矩阵运算加减点乘点除,脚本解析(不含语法检查),纯c程序练手而已-Matrix operations and subtract point by point, scr ipt analysis (excluding syntax check), pure c program a try
andcills
- 关于矩阵运算的DLL和LIB库,含,H头文件,可供C,C++,VB,DELPHI等调用-DLL and LIB library about matrix operations, ham, and H header file, available for C, C++, VB, DELPHI and other calls
point-prosram
- 矩阵运算加减点乘点除,脚本解析(不含语法检查),纯c程序练手而已-Matrix operations and subtract point by point, scr ipt analysis (excluding syntax check), pure c program a try
scvsepolv
- 矩阵运算加减点乘点除,脚本解析(不含语法检查),纯c程序练手而已()
矩阵、减和乘代码实现
- 采用C++编程,用运算符重载实现矩阵的相加运算、相减运算以及相乘运算