搜索资源列表
稀疏矩阵的定义和实现
- 上对于稀疏矩阵的定义是这样的:“非零元较零元少(注:原书下文给出了大致的程度),且分布没有一定规律”,照这个说法,那题的答案应该是不一定是稀疏矩阵,因为可能是特殊矩阵-on for sparse matrix is defined like this : "nonzero billion yuan less than zero (Note : The original book is generally below the level), the distribution of cer
zxh
- 在VC环境下实现稀疏矩阵的转置!这个程序是以C语言写的,而且用的是数据结构的三元组表示矩阵!-in VC environment under the sparse matrix switch home! This program is written in C language, but using the data structure of ternary group said Matrix!
EX_4_1
- 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compi
稀疏存储
- 稀疏矩阵的压缩存储-sparse matrix storage compression
Alex
- 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-Experimental data structure sophomore class several source (the order form merger, the merger of polynomial, stack and the basic operation of the queue, sparse matrix computation, the ba
1989xishujuzheng
- 稀疏矩阵采用三元组表示。(1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。(2)求出C的转置矩阵D,输出D。-The use of sparse matrix triple that. (1) for the ranks of the two with the same number of sparse matrix A and B the sum of matrix C, and output C. (2) calculated C matrix transpose of D,
Arraysaving
- 稀疏对称方阵的变带宽一维存储,供大家下载学习使用。-Variable bandwidth of sparse symmetric matrix stored in one-dimensional, for all to download learning to use.
shizilianbiao.tar
- 稀疏矩阵的定义和实现(使用的是十字链表的方法)-Sparse matrix definition and implementation (using cross linked list method)
finite-element-sparse-matrix
- 有限元稀疏矩阵的保存和提取,基于ANSYS提取稀疏矩阵后在matlab中的重新整理。-Preservation and extraction of finite element sparse matrix
a
- 矩阵的转置,相乘及界面的面换稀疏矩阵的三元组相加-Sum of the transpose of the matrix, multiplying, and interfacial surface replacing the sparse matrix triples
xishujuzhen
- 实现稀疏矩阵的加减乘和转置,方便利用该程序进行简要矩阵的运算-The sparse matrix addition and subtraction, multiplication, and transpose to facilitate the use of the program briefly matrix computing
k
- 对于稀疏矩阵的存储,可不使用二维数组来存储,而使用链表,只存储其中的非0元素。链表中的每个结点包含的域为(行,列,值, next),如以下稀疏矩阵: 0 2 0 0 0 3 0 0 0 6 0 0 0 0 0 0 0 7 0 0 则链表为: 请实现两个稀疏矩阵的相加,并输出结果。要求:相加后原来的两个矩阵仍然存在。-For sparse matrix storage, without using the two-dimensional array
xishujuz
- 稀疏矩阵的c语言实现,本文设计了一个稀疏矩阵的运算器实现了稀疏矩阵的转置和加减乘算法-Sparse matrix c language, designed a sparse matrix operations to achieve a sparse matrix transpose and addition and subtraction multiplication algorithm
Sparsematrix
- 稀疏矩阵的基本运算:加法减法乘法以及转置 以文件形式输入-Sparse matrix basic operations: addition subtraction multiplication and transposition In document form inputs
AddMatrix
- 用三元组表为结构,实现稀疏矩阵的加法并输出。-Achieve sparse matrix addition
eigenvectors-algorithm
- 使用VC++ 幂法求解稀疏矩阵的特征向量和特征值-Eigenvectors and features the use of the power method for solving sparse matrix values
CSharpmatrix
- C#处理矩阵函数包,包括矩阵求逆,稀疏线性方程组求解等-C# processing matrix function package, including matrix inversion, sparse linear equation solving, etc.
The-calculation-of-sparse-matrix-
- 实现稀疏矩阵的交、并、逆的运算并用三元组表示。 -Realization of sparse matrix, and, inverse operation and the ternary group said.
Chapter5
- c++串、数组和广义表的类模板,以及对稀疏矩阵的三元组表示和十字链表表示-c++ strings, arrays, and class template generalized form, as well as sparse matrix representation and triples list represents a cross
3
- 掌握稀疏矩阵的特点(三元组存储方法)。 2.掌握串的运算(赋值,比较,联结,插入子串,模式匹配……等)。 -Grasp the characteristics of sparse matrix (three tuple storage method). 2 master string operations (assignment, comparison, join, insert substring, pattern matching)...... Etc).