搜索资源列表
矩阵类库源代码
- Visual c++\\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \\ Matlab Image Processing and practical case Featured : matrix class library source code
flexible
- 可重用的向量/矩阵类代码,这是一个灵活的向量/矩阵类代码,其边界可以任意设定。--Class code of vector/Matrix which may be reuseful, it is a flexible vector/matrix class code, and its border may be setted freely.
cmatrix
- 科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
稀疏矩阵计算C++类SparseC++
- SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib++ can be used for cross-platform calculation of the effective sparse matrix calculation of the C++ class library , the package in
MatrixCalculator
- 矩阵类,封装了一些有关矩阵的运算-matrices, Packaging, a number of the matrix arithmetic
matrix class
- 一个矩阵类的源码-a matrix type of source
矩阵类库源代码
- Visual c++\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \ Matlab Image Processing and practical case Featured : matrix class library source code
仿matlab矩阵运算
- vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculatio
操作矩阵的类 CMatrix
- 一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source
Matrix-cs
- 矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程-matrices, matrix for the various operators and can solve linear equations N
matrixlib
- 一个很好的矩阵类,使用者用了请务必感谢原作者-a good matrix type, users spent Be sure to thank the original author! !
科学与工程数值算法(Visual C++版)中的Source
- 科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
矩阵类
- 将常用的矩阵操作封装起来,展示了c语言中的矩阵运算-matrix will be used to operate the package, display the c language matrix
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to
FundamentalMatrix
- 基础矩阵类的程序。使用OpenCV开发。-based matrices procedures. OpenCV use development.
matrixclasslibraries
- 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector eleme
MFCMatrix
- 利用vc写的一个矩阵类,矩阵行数,列数可自行设定 矩阵元素可通过对话框输入,实现了矩阵的大部分运算-use vc write a matrices, matrix rows. Columns can set their own matrix elements can be imported through dialog and achieve the majority of matrix operations
Matrix_database_source_code
- 这个是基于神经网络的文字识别技术的矩阵类库源代码。-This is based on neural network technology to identify the letter to the matrix class library source code.
vec355
- 这是一个矩阵类库源代码,内附演示程序,希望大家能用到。-This is a matrix class library source code, enclosing demonstration procedures in the hope that everyone can be that.
C++矩阵类
- C++矩阵类,比较实用,实现了矩阵的 数学运算