CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 逆矩阵

搜索资源列表

  1. VECTOR_MATRIX_VECTOR4_MATRIX4

    0下载:
  2. 矩阵标准API(实矩阵相乘,Bsdet求实方阵的行列式值,求实方阵的逆)的C++封装,一个可复用的C++ 3阶方阵类和4阶方阵类-The a the matrix standard API (real matrix multiplication, Bsdet realistic matrix determinant value, realistic matrix inverse) C++ package, a reusable C++ 3 square matrix classes and 4
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:7528063
    • 提供者:hanxiaohua
  1. sanduijiaojuzhengdenizhi-

    0下载:
  2. 三对角矩阵的逆制,输入一个三对角矩阵,然后运行就会把矩阵逆转-Tridiagonal matrix inverse system, enter a three-diagonal matrix, and then run the matrix will be reversed
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:172256
    • 提供者:孙涛
  1. cpp-inverse-kinematics-library

    2下载:
  2. 用于六自由度机器人正逆运动学求解的算法程序,源码书写规范。对于逆运动学求解算法,采用了矩阵伪逆、最小二乘和lma三种方法实现。-Kinematics Algorithm for a six-axis robot written with C++. The algorithm is implemented with three methods: posedu inverse of matrix, least square and lma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-18
    • 文件大小:91136
    • 提供者:刘传凯
  1. conjugateGradient

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:982
    • 提供者:wang yikai
  1. Matrix

    0下载:
  2. C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:235324
    • 提供者:黄小伟
  1. Cyuyandaima

    1下载:
  2. 利用C语言进行GPS网平差的程序设计。包含求逆,矩阵乘积,转置,平差等运算。-failed to translate
  3. 所属分类:GPS编程

    • 发布日期:2014-03-26
    • 文件大小:30073
    • 提供者:翟敏
  1. InvMatrix

    0下载:
  2. 这是一个矩阵求逆代码,代码量较少,适合初学者-This is a matrix inversion code, less code, suitable for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:574135
    • 提供者:chenzhichao2008
  1. JUZHEN

    0下载:
  2. 用于矩阵运算的类库,可以实现转直求逆等操作-Class library for matrix operations
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:2485
    • 提供者:李祥
  1. matrix_inverse.c

    1下载:
  2. 自己写的,已经测试过了,准确的矩阵求逆c语言代码,调用时直接matrix_inverse(n). n是矩阵维数-Wrote it myself, has been tested, the accuracy of the matrix inversion c language code, when called to direct matrix_inverse (n) where n is the matrix dimension
  3. 所属分类:Algorithm

    • 发布日期:2014-12-31
    • 文件大小:2048
    • 提供者:李三
  1. inverse

    0下载:
  2. 已知矩阵和维数,求出任意维数的矩阵的逆,包括求行列式-Seeking any dimension matrix inverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:554327
    • 提供者:helloword
  1. Matrix

    0下载:
  2. 自己编写的matlab简单计算,用于计算矩阵的加减乘与求逆,特征行列式等-I have written matlab simple calculation used to calculate the matrix addition and subtraction, multiplication and inversion, characteristic determinant, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:3721358
    • 提供者:wangxiaobin
  1. NumericalAnalysisWork2

    0下载:
  2. 代码实现了矩阵求逆等运算,实现了牛顿迭代法-Code implements the matrix inversion and other operations, to achieve a Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:3868
    • 提供者:wuzhiying
  1. LMS_SMI

    0下载:
  2. 里面包含两种算法,最小均方误差和采样矩阵求逆算法,算法已经跑过,可以直接用,希望给个好评。-Which contains two algorithms, the minimum mean square error and the sample matrix inversion algorithm, the algorithm has been run through, can be directly used, want to give praise.
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:3561
    • 提供者:张瑞卿
  1. Matrix

    0下载:
  2. 矩阵求逆,编写测绘中坐标转换程序的核心部分之一,是重要的运算工具,其中含有源代码。-Matrix inversion, surveying and mapping coordinates the preparation of the core part of the conversion process, is an important operational tool, which contains the source code.
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1947
    • 提供者:那片海
  1. 61

    0下载:
  2. 提出了一种结合SVD的小波变换方法,对其在外弹道测量数据中的野值剔除进行了研究。对观测数据进行小波分解,将小波分解后的近似分量和细节分量组合实现相空间重构,作为SVD方法的输入观测矩阵,根据奇异 熵增量准则,对奇异值进行筛选,根据SVD逆变换重构原信号。这一方法克服了Hankel矩阵相空间构建方法数据 端点失真问题。以小波分解后分量重构的相空间可以满足正交性,进一步提高了SVD进行数据降噪和野值检测的精度。仿真数据和试验数据处理结果证明了这一方法的有效性。-Proposed a meth
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:314051
    • 提供者:张力
  1. SimpleMatrix

    1下载:
  2. 对大规模的矩阵做高斯消元,适合大规模矩阵求逆-Done on a large scale matrix Gaussian elimination, suitable for large-scale matrix inversion! ! ! ! !
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:612
    • 提供者:wangshaoqiong
  1. juzhenqiuni

    0下载:
  2. 本程序运用C语言对任意阶数矩阵实现求逆运算,读者只需改动相应数,即可实现求逆!-This procedure using C language to achieve arbitrary order matrix inversion, the reader just change the corresponding number, you can achieve the inverse!
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:994
    • 提供者:长城
  1. InvMat

    0下载:
  2. 基于C语言的通过伴随矩阵求矩阵的逆,可实现4*4及以下阶数的矩阵求逆。-Based on the C language through the adjoint matrix of a matrix inversion, can achieve 4* 4 and below, the order of the matrix inversion.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1055
    • 提供者:yangwuxian
  1. Matrix

    0下载:
  2. 采用随机数产生2到10阶的随机矩阵,并实现了矩阵的相关运算,比如:加减,乘除,求逆,求行列式-Using random Numbers generated random matrix from 2 to 10 order , and achieving relative to the implementation of the matrix operations, such as: add and subtract, multiple and divided, inverse and deter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2255
    • 提供者:杨鹏
  1. Matrix

    0下载:
  2. VC6.0控制台下写的矩阵运算小程序,提供多种矩阵运算功能函数,包括一个高效率的矩阵求逆算法。-VC6.0 console write small programs matrix operations, matrix operations functions provide a variety of functions, including a highly efficient matrix inversion algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:966003
    • 提供者:高海丹
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com