搜索资源列表
-
0下载:
一个“对称矩阵相乘”的实例。其中包含5个源文件。编译运行后,由用户输入两个矩阵,程序自动输出结果-a "symmetric matrix multiplication" examples. Containing five source files. Compiling and running, two from user input matrix, automatically output
-
-
0下载:
实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
-
-
0下载:
动态规划解决矩阵连乘问题
算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
-
-
0下载:
实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
-
-
0下载:
实现矩阵的加减乘除的运算,可实现不同的运算功能-Matrix addition and subtraction, multiplication and division to achieve the operator can compute different functions
-
-
0下载:
大矩阵分块相乘,从文件中一次把矩阵读入内存,然后在内存中进行分块。-Big matrix multiplication
-
-
0下载:
matrix multiplication
-
-
0下载:
FOJ的1683题,采用二分矩阵乘法的实现,源代码已在OJ上测试通过-FOJ' s 1683 title, with the realization of the binary matrix multiplication, the source code has been tested in the OJ by
-
-
0下载:
给定数量的矩阵相乘 给出矩阵计算乘法的最小次数 并给出分割点-A given number of matrix multiplied to give the minimum number of times of the multiplication of the matrix calculation and gives the split point
-
-
0下载:
稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。
基本要求为:
以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix is a matrix that most elements are zero. " Sparse"
-
-
0下载:
Program to demonstrate Matrix Multiplication
-
-
0下载:
构造矩阵类,包括判断矩阵是否相等,矩阵相加、相减、相乘、相除等,很完整,可以作为矩阵处理的参考-Construct matrices, including judgment matrix are equal, matrix addition, subtraction, multiplication, division, etc., it is complete, can be used as a reference matrix processing
-
-
0下载:
稀疏矩阵的存储与计算,功能如下:
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
-
-
0下载:
基于OpenMP的大型矩阵相乘的算法源码-Based on OpenMP for large matrix multiplication algorithm source code
-
-
0下载:
MATRIX MULTIPLICATION GPU PROGRAM
-
-
1下载:
c++实现两个矩阵相乘,实现一个4*3的矩阵与一三乘四矩阵相乘-C++ the realization of the two matrix multiplication
-
-
0下载:
This a matrix multiplication as an example of OpenMP parallel programming.-This is a matrix multiplication as an example of OpenMP parallel programming.
-
-
0下载:
是一个关于矩阵计算的头文件,包含计算矩阵的逆矩阵,代数余子式,伴随矩阵,行列式,矩阵相乘等。-It is a matrix calculation on the header file containing the calculation of matrix inverse matrix, cofactor, adjoint matrix, determinant, matrix multiplication and so on.
-
-
0下载:
输入两个矩阵,然后根据矩阵的运算规则,实现两个矩阵的乘法计算,得出结果矩阵并输出。-Enter the two matrices and matrix operation according to the rules, to achieve the multiplication of two matrices calculated the resulting matrix output.
-
-
0下载:
openmp编程,多线程处理两3*3矩阵相乘-openmp programming, multithreading two 3* 3 matrix multiplication
-