搜索资源列表
C++CMatri
- 矩阵算法整理! 包含常用矩阵运算的源码! 初次上传,多多关照! -matrix algorithm collated! Common matrix calculation includes the source code! Initial upload, to take care of!
MAtrixVC
- 矩阵运算,用于进行矩阵运算的C++算法,内有说明文档!-matrix operations used in the C matrix algorithm, which is documented!
matrix_compute_signal_processing
- 讨论的矩阵运算包括矩阵转置、矩阵向量相乘、矩阵乘法、矩阵分解以及方阵求逆等。特别适合C语言的实现。
Strassen
- 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。
Cchangyongsuanfa
- C常用算法程序集 针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下
C
- 有关于矩阵的的一些运算和算法,有希尔排序的c实现,有数字取反的算法。-Some on the matrix computation and algorithms, a sort of c Hill implemented a number of negated algorithm.
vector_metrix_multiplication(MPI)
- 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
matrix_class_by_vc
- VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
algorithmCollection
- 经典算法合集 基于C语言写成,非常经典的算法 包括数论,排列组合,矩阵运算 超大整数运算 求高精度pi值等多个算法.-Collection based on classic algorithms written in C language,including number theory, permutations and combinations, large integer arithmetic ,matrix operations and high precision value of pi
compute
- 数据结构中的稀疏矩阵运算器,用c语言写的-Sparse matrix data structure calculator, written with c language
xishujuzheng
- c++实现的数据结构中的稀疏矩阵用十字链表存储完成相加运算-c++ implementation of the data structure sparse matrix storage complete with cross-linked additive operation
daima
- C++实现矩阵的一些基本运算,非常好用,VC ++读入编译即可。-matrix calculation for VC++
CPPjuzhengyuanma
- C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
2010211307-2-24
- 假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加(相乘—选做)的算法,另设三元组表C存放结果矩阵。 矩阵相加测试实例: 0 7 0 8 0 2 0 1 0 0 A= 4 0 0 0 5 B= 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 6 0 0 -6 0 处理过程提示: 输入稀疏矩阵A和B 检测A和B能否相加 矩阵相加运算 打印运算结果-Sparse matrix A and B are in
MAT
- 矩阵运算C语言代码,使用结构体描述矩阵,实现矩阵的加法-Matrix operations C language code, using the structure descr iption matrix, matrix addition
Transpose
- 利用C++对一个任意的矩阵进行转置运算,即元素的位置交换-Using C++ for an arbitrary matrix transpose operation
MatrixCalculator
- 实现线性代数的矩阵运算的C++程序,矩阵计算器。-Linear algebra matrix operations C++ procedures matrix calculator.
MAT
- 仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。-MatLab Matrix simulator