搜索资源列表
xshjzhc
- 稀疏矩阵-sparse matrix.
shishujuzhengsanyuanzushunxu
- 稀疏矩阵三元组顺序结构源码,可以作为头文件使用,方便那些初学数据结构的同学!-sparse matrix triple order of the source code structure can be used as the first document, facilitating data structure novice students!
Matrix
- 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
exp1
- dos窗口 提供对稀疏矩阵的计算,包括加法减法-The dos window provides sparse matrix calculations, including addition subtraction
SPFA
- 一种高效的最短路径算法,适用于稀疏矩阵下的电影最短路径查找-An efficient shortest path algorithm suitable for sparse matrix movie shortest path lookup
Sparse_Linear_Systems_Algorithms
- 国外权威教程,进行稀疏矩阵设计和运算,进行有限元分析程序必备图书-The foreign authority tutorial for sparse matrix design and computing, finite element analysis program Essential books
Matrix
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。 基本要求为: 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix is a matrix that most elements are zero. " Sparse"
proj2
- 电子系《数据与算法》第二次实验作业 十字链表法存储稀疏矩阵以及进行简单的矩阵运算-Department of Electronics data and algorithms second lab assignments Crusaders sparse matrix storage method and a simple matrix operations
2011010963_e2
- 稀疏矩阵的存储与计算,功能如下: 1能够修改矩阵中元素的值 2矩阵的加法运算 3矩阵的乘法运算-Storage and computing sparse matrix, the following functions: 1 can modify the value of the elements in the matrix 2 matrix addition 3 matrix multiplication