搜索资源列表
code
- 王晓东 算法设计 课后部分答案 n后 , 编辑距离问题 , 标准2维表问题 ,独立任务最优调度 , 会场安排 , 矩阵相乘 , 圈乘运算 , 输油管道问题 , 兔子生崽 , 邮局选址 , 又重复元素排列问题 , 找第二名学生成绩 , 众数问题 , 字典序问题 , 租用游艇问题 , 最长公共子序列问题 ,最大k乘积 , 最大长方体 , 最少硬币 , 最小费用购物, 最优合并-Algorithm acm C++
Strassen
- 用分治法和递归的思想,实现Strassen矩阵相乘-With sub-rule law and recursive thinking, to achieve Strassen matrices
matrix
- 矩阵相乘,用与两个矩阵相乘的程序。输入两个矩阵即可相乘-Matrix multiplication, matrix multiplication using the two procedures. Enter the two matrices can be multiplied
new
- 这是一个维数不定的两矩阵相乘的程序,该程序先检测输入的数组是否构成矩阵,再判断这两个矩阵是否满足相乘条件,若满足则进行相乘运算,并求出相乘后的结果!-This is an indefinite number of two-dimensional matrices of the program to detect whether an array of input matrix, and then determine whether the two matrix multiply to meet
Memoized_Matrix_Chain
- 数组链乘备忘录法,用来有效的解决多个矩阵相乘优化算法-Memorandum of law by an array of links to a number of effective solutions to optimize matrix multiplication algorithm
juzhenjisuan
- 矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
cannon
- 并行算法,矩阵相乘,MPI。 cannon.c-MPI,MUTPLAY cannon.c
alg_3
- 快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
SparseMatrixArithmeticUnit
- 现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果要求以阵列形式输出-Is a sparse matrix arithmetic unit. The " belt line of logical link information" triples table as sparse matrix storage structure to achieve two matrices are added togeth
matrixMul_v1-2
- 利用CUDA进行矩阵相乘的运算,对已有的教程上的程序进行了改进,效率得到提高(需要设置VS才能运行)-matrix multiplication via CUDA
sparsematrix
- 这是一个数据结构的实验,关于稀疏矩阵相乘的实现-This is a data structure of the experiment, on the realization of sparse matrix multiplication
complex1
- 复数相乘,两个复数矩阵相乘时,可以将它们的实部与虚部分别相乘,然后相加。-complex
strass
- 解决矩阵相乘,能节约时间,减少时间复杂程度,提高算法的效率,而且应用密码学很广泛。-Solve the matrix multiplication, can save time, reduce the time complexity and improve the efficiency of the algorithm, and the application of cryptography is very wide.
matrix_multiplication
- 2阶矩阵相乘,本人原创,代码功能以及实现细节详见注释-2 order matrix multiplication, I original, code functions and implement details see annotation
matrix
- 本C++程序实现了稀疏矩阵的十字链表压缩存储及列个稀疏矩阵相乘的算法。-The C++ program to achieve a sparse matrix of cross-linked compression and out a sparse matrix multiplication algorithm.
juzhenxiangcheng
- 这是一个矩阵相乘的C++程序。它可以实现两个矩阵的乘法运算。-This is a matrix multiplication of C++ program. It allows two matrix multiplication.
TheSourceProgramOf2MatrixMultiplication
- 本程序使用c语言编程,两个矩阵相乘的源程序-the source program of 2 matrix multiplication
20100530juzhenxiangcheng
- 本例模仿两个矩阵相乘数学运算得到结果。有兴趣的看看。-Multiply two matrices in this case mathematics imitation get the results. Interested to see.
矩阵相乘
- 给两个矩阵,算出他们相乘后的矩阵,得到的结果输出出来(Give two matrices, and calculate the matrices that they are multiplied, and the results are out.)
矩阵相加相乘
- 学习数据结构第三章的一个应用,矩阵的相加相乘(An application of the third chapter of learning data structure, the addition and multiplication of matrices.)
