搜索资源列表
数学
- c语言的数学实验报告 (该程序经过调试成功后能实现五项功能:1,解n阶行列式;2,解n阶线性方程; 3,求矩阵相乘;4,求矩阵;5,退出) 交作业好用-mathematical experiment (after debugging the program can achieve success after five functions : 1. Xie n order determinant; 2, n-order solution of linear equations; 3, seekin
稀疏矩阵的运算器
- 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with informati
matrix_compute_signal_processing
- 讨论的矩阵运算包括矩阵转置、矩阵向量相乘、矩阵乘法、矩阵分解以及方阵求逆等。特别适合C语言的实现。
xishujuzhenxiangcheng
- C语言实现的稀疏矩阵相乘。采用了子函数结构,实现了输入两个稀疏矩阵,用三元表法实现其相乘的子函数计算后打印矩阵。
02051011
- 用C语言实现的两矩阵相成的程序,两矩阵可自由输入其内的数据,相乘之后实现打印数组。
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
juzhenxiangcheng
- 用这个c语言程序实现两个矩阵相乘的功能,方便学习线性代数中的运算-Use this c language program to achieve two matrices features, easy to learn linear algebra operations
matrix1
- 使用c语言实现的两矩阵相乘,行数列数均可改变,无错误-Using the c language of the two matrix multiplication, the number of rows columns can be changed, no error
matrix_mul_block_parallel
- 此程序使用MPI实现两个矩阵的相乘,使用的语言是C-This program uses MPI to achieve multiply two matrices, the use of the language is C
xishu
- 用C语言实现的稀疏矩阵运算器设计,以三元组结构体类型表示稀疏矩阵非零元,在此基础上完成对稀疏矩阵的转置、相加和相乘操作。-Using C language design sparse matrix operations to triple sparse matrix structure, said non-zero element type, in this based on the completion of the sparse matrix transpose, add and multi
Matrix_multiply
- 该程序实现自选维度的矩阵相乘,C语言实现-The dimensions of the choice program to achieve matrix multiplication, C language
final
- 基于C语言的MPICH程序,实现矩阵相乘-C-based MPICH program, to achieve matrix multiplication
Parallel-computing_ycl_2120111211
- 用c语言实现的两个并行计算程序,其中一个为用sendrecv实现alltoall,另一个为矩阵相乘-C language two parallel program, one to the sendrecv achieve alltoall and one matrix multiplication
CODE4
- C语言实现矩阵相乘的源码 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析:-C language implementation of matrix multiplication.
SparseMatrix
- 用C++语言,通过数组实现疏散矩阵的转置和相乘等各种变换-With C++ language, through the array to achieve evacuation matrix transpose, and multiply, and other transformation
juzhencheng
- 用C语言实现两个矩阵相乘,矩阵中的元素少于100个,源代码,直接运行 -Achieve two matrix multiplication
矩阵相乘
- 输入矩阵的行数列数及其具体的值,计算矩阵相乘。C语言实现
image_C
- 可实现两个矩阵的相乘,快捷方便,可用于批量处理,减少了工作量(It is really saves lot of time, especially for those specilist. Just download and use it.)