Location:
Search - sparsematrix
Search list
Description: 稀疏矩阵(SparseMatrix):是矩阵中的一种特殊情况,其非零元素的个数远小于零元素的个数。
设m行n列的矩阵含t个非零元素.以二维数组表示高阶的稀疏矩阵时,会产生零值元素占的空间很大且进行了很多和零值的运算的问题。
-sparse matrix (SparseMatrix) : Matrix is a special situation. its non-zero elements of the number far less than the number of zero elements. Let m n trip out of the matrix containing t nonzero elements. A two-dimensional array of high-ranking sparse matrix, have zero value for elements of the space and a great many and zero computational problems.
Platform: |
Size: 23223 |
Author: Eurik |
Hits:
Description: 实现用三元组表示的稀疏数组的输入、转置、相加、输出。可以直接输入三元组,转置和相加基于三元组进行,输出的结果也为三元组。-achieved using ternary group said the sparse array of input, transfer home, combining the output. 3 can directly import group, and add to home-based Group 3, the output of the group for three yuan.
Platform: |
Size: 1016 |
Author: 刘 正 |
Hits:
Description: 实验1:链表的应用--求多项式之和
1、实验目的:掌握单链表的各种基本操作,包括单链表的建立和查找等。
2、对象和结果:用单链表存储一元多项式,将两个存储一元多项式的单链表相加,最后产生结果单链表。
3、实验要求:结果单链表按降幂或升幂排列。
Platform: |
Size: 54539 |
Author: 用途解放 |
Hits:
Description: 该程序为稀疏矩阵的源代码,加减乘等操作都已经写出,经过测试可以运行。
Platform: |
Size: 2318 |
Author: wind |
Hits:
Description: 实现用三元组表示的稀疏数组的输入、转置、相加、输出。可以直接输入三元组,转置和相加基于三元组进行,输出的结果也为三元组。-achieved using ternary group said the sparse array of input, transfer home, combining the output. 3 can directly import group, and add to home-based Group 3, the output of the group for three yuan.
Platform: |
Size: 1024 |
Author: 刘 正 |
Hits:
Description: 稀疏矩阵(SparseMatrix):是矩阵中的一种特殊情况,其非零元素的个数远小于零元素的个数。
设m行n列的矩阵含t个非零元素.以二维数组表示高阶的稀疏矩阵时,会产生零值元素占的空间很大且进行了很多和零值的运算的问题。
-sparse matrix (SparseMatrix) : Matrix is a special situation. its non-zero elements of the number far less than the number of zero elements. Let m n trip out of the matrix containing t nonzero elements. A two-dimensional array of high-ranking sparse matrix, have zero value for elements of the space and a great many and zero computational problems.
Platform: |
Size: 22528 |
Author: Eurik |
Hits:
Description: 实验1:链表的应用--求多项式之和
1、实验目的:掌握单链表的各种基本操作,包括单链表的建立和查找等。
2、对象和结果:用单链表存储一元多项式,将两个存储一元多项式的单链表相加,最后产生结果单链表。
3、实验要求:结果单链表按降幂或升幂排列。-Experiment 1: List of applications- for polynomials and 1, the experiment was: a single master list of basic operations, including single-chain, such as the establishment and Find. 2, the object and results: a single chain store polynomial one dollar, one dollar storage two polynomials add a single list, and finally produce results single list. 3, the experimental requirements: results of a single list by descending order of power or the power.
Platform: |
Size: 66560 |
Author: 用途解放 |
Hits:
Description: 该程序为稀疏矩阵的源代码,加减乘等操作都已经写出,经过测试可以运行。
Platform: |
Size: 2048 |
Author: wind |
Hits:
Description: 数据结构课程设计题目,稀疏矩正的生成-Data structure design curriculum topic being the generation of sparse moments
Platform: |
Size: 1024 |
Author: xuezhanfei |
Hits:
Description: 矩阵操作的C++实现,方便对其进行初始化,转置及求逆-Matrix operation C++ implementation, to facilitate its initialization, transpose and inverse
Platform: |
Size: 247808 |
Author: qiang lee |
Hits:
Description: Fast Sparse Matrix multiplication in C-Fast Sparse Matrix multiplication in C++
Platform: |
Size: 2048 |
Author: Mehmet |
Hits:
Description: 这是一个数据结构的实验,关于稀疏矩阵相乘的实现-This is a data structure of the experiment, on the realization of sparse matrix multiplication
Platform: |
Size: 225280 |
Author: saber |
Hits:
Description: 用三元组实现的稀疏矩阵运算 用户输入正常矩阵 但存储为三元组 可以实现加,乘和转置三种运算-Achieved with a triple sparse matrix operations the user to enter the normal matrix, but storage can be achieved for the triple add, multiply, and transpose three kinds of operations
Platform: |
Size: 244736 |
Author: lijie |
Hits:
Description: 稀疏矩阵 操作 加减乘除 转置等等
从文件导入 手动输入 建立矩阵-SparseMatrix operation
Platform: |
Size: 192512 |
Author: yeyongcheng |
Hits:
Description: 此为稀疏矩阵运算器,用数组实现,可实现矩阵的加减乘运算。-This is a sparse matrix solver, with an array of implementation, enabling the addition and subtraction matrix multiplication.
Platform: |
Size: 2048 |
Author: aa |
Hits:
Description: Sparse matrixes play an important role in numerical analysis. in this project, Sparse Matrixes are implemented!
Platform: |
Size: 1024 |
Author: amin |
Hits:
Description: 大学本科数据结构课程实验,稀疏矩阵C语言实现,采用顺序表存储结构。内有清晰注释-Undergraduate data structures course experiment, sparse matrix C language, using the order form storage structures. There are clear comments
Platform: |
Size: 199680 |
Author: chenshuyi |
Hits:
Description: 稀疏矩阵运算器,包括稀疏矩阵的运算,说明-Sparse matrix solver, including sparse matrix computation shows that
Platform: |
Size: 1145856 |
Author: 陈小姐 |
Hits:
Description: 用十字链表表示稀疏矩阵,进行存储、运算操作。-Cross linked with that sparse matrix manipulation and storage
Platform: |
Size: 690176 |
Author: kevin Ning |
Hits:
Description: c++实现稀疏矩阵,特殊的方式存储矩阵,通过堆栈实现-sparsematrix in c++
Platform: |
Size: 4009984 |
Author: qwyieoy |
Hits: