Welcome![Sign In][Sign Up]
Location:
Search - sum sparse matrix

Search list

[Other resourceexp5

Description: 数据结构算法,稀疏矩阵的存储,两矩阵相乘,两矩阵相加的实现-data structure algorithms, sparse matrix storage, two matrix multiplication, the sum of two matrix to achieve
Platform: | Size: 2173 | Author: 王与 | Hits:

[Data structsexp5

Description: 数据结构算法,稀疏矩阵的存储,两矩阵相乘,两矩阵相加的实现-data structure algorithms, sparse matrix storage, two matrix multiplication, the sum of two matrix to achieve
Platform: | Size: 2048 | Author: 王与 | Hits:

[File Formataddtriple_add

Description: :(1)随机产生两个可相加的稀疏矩阵(二维); (2)将产生的稀疏矩阵用两个三元组表的顺序存储结构存储; (3)将两稀疏矩阵相加的结果存储在第三个三元组表中。-: (1) the sum of two randomly generated sparse matrix (two dimensional) (2) will result in the sparse matrix with two triples table storage structure storage order (3) the sum of the two sparse matrix of The results are stored in the third triple table.
Platform: | Size: 1024 | Author: 林超越 | Hits:

[Data structssanyuanzu

Description: 数据结构中稀疏矩阵的存储方式——三元组,以及两个稀疏矩阵的相加及对应的三元组表示方式-Data structure in sparse matrix storage methods- Sanyuan Group, as well as the sum of two sparse matrix and the corresponding triple that way
Platform: | Size: 1024 | Author: 王小米 | Hits:

[AlgorithmSMatrix

Description: 利用三元组顺序表表示稀疏矩阵,带行逻辑链接信息。实现两个矩阵相加,相减和相乘。输入用三元组表示,输出为通常的阵列形式。-Use the order form that triples sparse matrix, with lines Logical link information. The realization of the sum of two matrices, subtract and multiply. Triples said input and output for the usual array of forms.
Platform: | Size: 70656 | Author: 方超 | Hits:

[Data structsxishujuzhen

Description: 写一个以十字链表为存储结构的稀疏矩阵相乘的程序。 (1) 采用三元组输入的形式,提示用户输入第一个矩阵的行和列的数值,然后 提示用户输入第一个矩阵的所在非零元素的三元组数值,每个个步骤的输入 都由系统直接提示完成。第二个矩阵的输入也是同样的道理。系统还支持矩阵的相加以及相减算法,只是这是系统附带的功能,而主要的功能是实现矩阵的相乘算法,所以相加和相减的算法是在矩阵相乘的基础上设计的 -Cross linked lists to write a storage structure for the sparse matrix multiplication process. (1) the use of triple input form, prompts the user for the first matrix of rows and columns of values, and then prompts the user to input a matrix where the first non-zero elements in triple digits each step of the input by prompts to complete the system directly. The second input matrix is the same reason. System also supports the matrix of the sum and subtraction algorithm, but this is incidental to the functions of the system, and the main function is to realize matrix multiplication algorithm, so add and subtract the algorithm is in the matrix multiplication based on the design of
Platform: | Size: 2048 | Author: 刘大力 | Hits:

[Algorithm11

Description: 稀疏矩阵的运算问题。涉及相加,相减,相乘,并使用文件功能,即直接读取文件,而不用自己在程序运行时输入矩阵-Sparse matrix computation problems. Involving the sum, subtract, multiply, and use the document function, that is, read the file directly, rather than running their own input matrix
Platform: | Size: 3072 | Author: 陈树歆 | Hits:

[Mathimatics-Numerical algorithmsxishujuzhen

Description: 稀疏矩阵相加,做得比较简单,是课业作业。-Sparse matrix sum, doing relatively simple, is academic work.
Platform: | Size: 1024 | Author: 多多 | Hits:

[Data structsxishujuzhen

Description: 稀疏矩阵的转置相加与相乘,已经通过编译与实现,数据结构的课程设计,加乘转置功能很全!-Sparse matrix transpose sum and multiplication, has been adopted and implementation of compilers, data structure of curriculum design, transpose function increases by a very wide!
Platform: | Size: 118784 | Author: wxg | Hits:

[CSharp1989xishujuzheng

Description: 稀疏矩阵采用三元组表示。(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, the output D.
Platform: | Size: 2048 | Author: 夏洁 | Hits:

[Algorithmmatrix

Description: 用C语言写的在三元组表上实现两个稀疏矩阵求和运算-Written in C language used in the three groups, to achieve the sum of two sparse matrix computation
Platform: | Size: 1024 | Author: 王鼎 | Hits:

[Data structssparcematrix

Description: 3 Dimension Sparse Matrix( sum, multiplication )
Platform: | Size: 6144 | Author: wunseo | Hits:

[Otherxishujuzheng

Description: 稀疏矩阵的相加,输入两个稀疏矩阵,将两个矩阵中次数相等的项的系数相加存入另一个矩阵中-Sparse matrix add, enter the two sparse matrix, two matrix coefficient of frequency equal to the sum of the items into another matrix
Platform: | Size: 1024 | Author: superbank | Hits:

[Other5-3

Description: 输入并建立两个稀疏矩阵A和B的十字链表, 输出稀疏矩阵, 两完成两稀疏矩阵的加法运算,结果存放在稀疏矩阵A中, 要求相加结果为0的元素从结果稀疏矩阵的十字链表中删除, 输出A稀疏矩阵-Input and the establishment of two sparse matrices A and B, cross linked, the output matrix, the two completed the addition of two sparse matrix computation, the results stored in the sparse matrix A, the required sum of the results for the 0 element sparse matrix from the results of cross-linked Delete, Output A sparse matrix
Platform: | Size: 894976 | Author: 安全卫士 | Hits:

[Data structsxishujuzhen

Description: 稀疏矩阵的运算程序。该设计程序的功能是由键盘输入稀疏矩阵中非零值的行标,列标和元素值构成的三元组顺序表,这样就确定了整个矩阵,再使两个矩阵以三元组表形式求和、差、乘积并将运行的结果输出,本程序主要用到的知识是以顺序表形式存储稀疏矩阵,再用链表对其进行操作,来通过三元组判断位置、非零值运算实现稀疏矩阵的加、减、乘等运算。-Sparse matrix computation program. The design process is the function of keyboard input sparse matrix by a non-zero value for the Industry Standard, the value of the column constitutes goals and elements of the order of the table triples, thus determining the entire matrix, and then to the two matrices to form the table triples sum, difference, product and running the resulting output, the main use of this procedure is based on the order form of knowledge stored sparse matrix, and then manipulate the list to determine location through the triple, non-zero value of computing to achieve sparse matrix addition, subtraction, multiplication and other operations.
Platform: | Size: 116736 | Author: zhuxinyu | Hits:

[Algorithmmaxsize

Description: 稀疏矩阵采用三元组表示。 (1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。 (2)求出C的转置矩阵D,输出D。-Sparse matrix expressed by triples. (1) Find the ranks of the two have the same number of sparse matrix A and B of the sum matrix C, and the output C. (2) find the C of the transposed matrix D, the output D.
Platform: | Size: 1024 | Author: 紫阳 | Hits:

[Data structsexperiment2

Description: 数据结构实验用来了解如何使用多项式相加以及稀疏矩阵的建立-Experimental data structure used to understand how to use the polynomial sum and the establishment of sparse matrix
Platform: | Size: 222208 | Author: 雷霆 | Hits:

[Data structscrosslink

Description: 本代码是根据数据结构的只是,采用C语言编译代码,用十字链表实现稀疏矩阵相加-This code is based on data structure only, the use of C language compiled code, with the sum of cross-linked to achieve sparse matrix
Platform: | Size: 1024 | Author: 杨全校 | Hits:

[Data structsmatrix

Description: 假设稀疏矩阵A和B均以三元组表作为存储结构,写出矩阵相加的算法,另设三元组表C存放结果矩阵。-Suppose sparse matrix A and B are triples as a storage structure of the table, write the sum matrix algorithm, a separate table triples storage of the results of C matrix.
Platform: | Size: 356352 | Author: phoenix | Hits:

[VC/MFCsanyuanzu

Description: 数据结构中三元组的一些操作。关于稀疏矩阵的相加和转置。是比较基础的一个实验。-n data structures three yuan group of some of the operation. The sum of about sparse matrix and transposed. Is an experiment is basis.
Platform: | Size: 1024 | Author: 吴杨伟 | Hits:
« 12 »

CodeBus www.codebus.net