CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - operate matrix

搜索资源列表

  1. operate

    0下载:
  2. 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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:27289
    • 提供者:刘黎
  1. Gauss(delphi)

    0下载:
  2. 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving l
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:564229
    • 提供者:谭文政
  1. Vector_Analyse

    0下载:
  2. 过滤距阵,算数平均值过滤误差值,文件读取.数组操作等.-Filter matrix, the average filter error count, the document read. Array, etc. operate.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1005
    • 提供者:nicker
  1. transfer

    0下载:
  2. 数据结构中的矩阵转换,适用于初学者的上机操作-Transfer the matrix data structure, for beginners to operate the machine
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:574559
    • 提供者:陈羽茗
  1. huffman

    0下载:
  2. 二叉树 Huffman树 稀疏矩阵 中缀表达式计算 简单的堆栈操作 -Huffman tree binary tree is made up of sparse matrix expression in the stack is simple to operate
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3903
    • 提供者:bmh
  1. MATLAB-operate-base

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:40076
    • 提供者:xin
  1. OurAngle

    1下载:
  2. 该程序是将摄像机旋转矩阵反求得到欧拉角过程,算法简单,容易操作。-The program is to get the camera rotation matrix Euler angle reverse the process, the algorithm is simple, easy to operate.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:913
    • 提供者:胡刚
  1. Matrix-Operate

    0下载:
  2. Matrix Operate.zip.是使用c++进行矩阵运算。运算功能强大。可以将该算法融入到工程实际中。-Matrix Operate.zip。using C++ complete the Matrix Operation. you can using this functions in realistic work.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1333751
    • 提供者:国学大师
  1. Matrix-Operate

    0下载:
  2. 是使用c++进行矩阵运算。各种数学运算的程序独立写出,用户可以根据需要自由进行裁剪。-it is matrix operator complete in VC++ using C++. every operator is dependent, so you can combine them in your projects.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4196444
    • 提供者:国学大师
  1. mat_opt

    0下载:
  2. 基于CLAPACK的基本矩阵元算操作,包含矩阵乘法,矩阵加法,矩阵转置,矩阵初始化,矩阵某行块,列块的抽出-Operate based on the basic matrix operations in CLAPACK
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1566
    • 提供者:王宏
  1. convertorder

    0下载:
  2. 将一个被小波包分解的矩阵变成小波结构,根据最高的分解层次,将原图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
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1314
    • 提供者:lucky
  1. recoverback

    0下载:
  2. 将一个小波结构的矩阵反排成小波包结构矩阵,根据最高的分解层次,将原图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
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1023
    • 提供者:lucky
  1. MatrixCalculator

    1下载:
  2. 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 求广义
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:65586
    • 提供者:王健
  1. calcuMatrix

    0下载:
  2. 为矩阵和向量重载+,-和*,使其能直接运算-operate+,- and* for matrix and vector.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-12
    • 文件大小:242619
    • 提供者:吴东霖
搜珍网 www.dssz.com