搜索资源列表

  1. conjugateGradient

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者: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 operati
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:235520
    • 提供者:黄小伟
  1. Cyuyandaima

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

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:翟敏
  1. jiefafangchengjijuzhenqiuni

    0下载:
  2. 解算法方程和对矩阵进行求逆,不论方程大小,均可以求解。-failed to translate
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:316416
    • 提供者:
  1. InvMatrix

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

    • 发布日期:2024-05-19
    • 文件大小:574464
    • 提供者:chenzhichao2008
  1. JUZHEN

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:李祥
  1. matrix_inverse.c

    0下载:
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:李三
  1. inverse

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

    • 发布日期:2024-05-19
    • 文件大小:553984
    • 提供者: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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3721216
    • 提供者:wangxiaobin
  1. NumericalAnalysisWork2

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

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者: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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:张瑞卿
  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. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:那片海
  1. 61

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

    • 发布日期:2024-05-19
    • 文件大小:314368
    • 提供者:张力
  1. SimpleMatrix

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者: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. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:长城
  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. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:杨鹏
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:965632
    • 提供者:高海丹
  1. matrix-inverse-for-square

    0下载:
  2. 在一些数学运算中,经常用到求矩阵的逆。如何自动的求逆,本人根据大家的需求,编写了一些求你的算法,希望大家能采纳。-In some math, often used for matrix inverse. How to automatically inversion, I according to everyone' s needs, the preparation of a number of algorithms beg you
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:lpc
  1. Inverse-Matrix

    0下载:
  2. 通过C语言平台进行编程,以实现求矩阵的相加、相减、矩阵的数乘、矩阵的逆和转置的功能。-Inverse Matrix
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:郝李欣
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org