搜索资源列表
operate
- 1,图的建立与遍历操作 建立图的邻接矩阵 输出图从顶点V0出发按深度优先遍历的顶点序列 输出图从顶点V0出发按广度优先遍历的顶点序列 2,图的建立与拓扑排序-1, Graph traversal operation with the establishment of the establishment of the adjacency matrix output plans starting from the vertex V0 by depth-first traversal
Gauss(delphi)
- 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving l
Vector_Analyse
- 过滤距阵,算数平均值过滤误差值,文件读取.数组操作等.-Filter matrix, the average filter error count, the document read. Array, etc. operate.
transfer
- 数据结构中的矩阵转换,适用于初学者的上机操作-Transfer the matrix data structure, for beginners to operate the machine
huffman
- 二叉树 Huffman树 稀疏矩阵 中缀表达式计算 简单的堆栈操作 -Huffman tree binary tree is made up of sparse matrix expression in the stack is simple to operate
MATLAB-operate-base
- MATLAB以矩阵作为数据操作的基本单位,还提供了十分丰富的数值计算函数。MATLAB和著名的符号计算语言Maple相结合,使得MATLAB具有符号计算功能。-MATLAB with matrix as the basic unit of data manipulation, it also provides a very rich numerical functions. MATLAB and the famous combination of symbolic computation la
OurAngle
- 该程序是将摄像机旋转矩阵反求得到欧拉角过程,算法简单,容易操作。-The program is to get the camera rotation matrix Euler angle reverse the process, the algorithm is simple, easy to operate.
Matrix-Operate
- Matrix Operate.zip.是使用c++进行矩阵运算。运算功能强大。可以将该算法融入到工程实际中。-Matrix Operate.zip。using C++ complete the Matrix Operation. you can using this functions in realistic work.
Matrix-Operate
- 是使用c++进行矩阵运算。各种数学运算的程序独立写出,用户可以根据需要自由进行裁剪。-it is matrix operator complete in VC++ using C++. every operator is dependent, so you can combine them in your projects.
mat_opt
- 基于CLAPACK的基本矩阵元算操作,包含矩阵乘法,矩阵加法,矩阵转置,矩阵初始化,矩阵某行块,列块的抽出-Operate based on the basic matrix operations in CLAPACK
convertorder
- 将一个被小波包分解的矩阵变成小波结构,根据最高的分解层次,将原图3*level+1块分开赋给矩阵以便单独操作,按从上到下,从左到右的顺序-A matrix of wavelet packet decomposition into wavelet structure, according to the highest level of decomposition, the original 3* level+1 block separately assigned to the matrix in
recoverback
- 将一个小波结构的矩阵反排成小波包结构矩阵,根据最高的分解层次,将原图3*level+1块分开赋给矩阵以便单独操作,按从上到下,从左到右的顺序-Anti-matrix of a wavelet structure arranged in wavelet packet structure matrix, according to the highest level of decomposition, the original 3* level+1 separate assigned to the m
MatrixCalculator
- 2.1 矩阵类设计 2.2 矩阵基础运算 2.3 实矩阵求逆的全选主元高斯-约当法 2.4 复矩阵求逆的全选主元高斯-约当法 2.5 对称正定矩阵的求逆 2.6 托伯利兹矩阵求逆的特兰持方法 2.7 求行列式值的全选主元高斯消去法 2.8 求矩阵秩的全选主元高斯消去法 2.9 对称正定矩阵的乔里斯基分解与行列式的求值 2.10 矩阵的三角分解 2.11 一般实矩阵的QR分解 2.12 一般实矩阵的奇异值分解 2.13 求广义
calcuMatrix
- 为矩阵和向量重载+,-和*,使其能直接运算-operate+,- and* for matrix and vector.