搜索资源列表

  1. MPinverse

    0下载:
  2. 对给定的长方矩阵用两种方法求其广义逆矩阵,分析其运算量。-Given its rectangular matrix generalized inverse matrix.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:wangxingbao
  1. prob_solve801

    0下载:
  2. 求符号矩阵的行列式值和逆,所得结果应采用“子表达式置换”简洁化-Find the symbol matrix determinant and inverse, the results should be used to sub-expression substitution simplicity of
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:秦怡宽
  1. (SFF)

    0下载:
  2. 提取稀疏特征前模拟了人眼的特性,对降维后的图像块先进行了whitening操作,再使用ICA得到字典,利用该字典的广义逆矩阵提取图像块的稀疏特征,然后挑选一定的块进行求取特征相似度和亮度亮度相似度,最后结合这两个相似度得到最终的评价指标。-sparse feature extraction
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2162688
    • 提供者:wcy
  1. GAOSI

    0下载:
  2. 高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。不过,如果有过百万条等式时,这个算法会十分省时-Gauss elimination
  3. 所属分类:并行运算

    • 发布日期:2024-05-14
    • 文件大小:745472
    • 提供者:KID
  1. homework4

    0下载:
  2. 1.输入一无符号整数num,要求通过计算,得到它的二进制方式,并输出在显示屏上 2.求3X3矩阵对角线元素之和 3.求n*n矩阵对角线元素之和 4.鞍点 5.字符串按逆序重新存放 6.两个字符串S1和S2比较-1. Enter an unsigned integer num, requested by calculation, to get it in binary mode, and output on the display 2.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1163264
    • 提供者:zgj
  1. main.cc

    0下载:
  2. 数学上,高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。-In mathematics, the Gauss elimination method (or Gauss elimination method) is an algorithm in linear algebra programming, which can be
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:syb
  1. Equation-Root

    0下载:
  2. 方程求根 inv - 逆矩阵 roots - 多项式的根 fzero - 一元函数零点 fsolve - 非线性方程组 solve - 符号方程解 *newton - 牛顿迭代法解非线性方程- Equation Root inv- Inverse Matrix roots- roots of the polynomial fzero- One Function Zero fsolve- n
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:lxc
  1. wfmkqwja

    0下载:
  2. 有借鉴意义哦,最终的权值矩阵就是滤波器的系数,是路径规划的实用方法,复化三点Gauss-lengend公式求pi,基于SVPWM的三电平逆变的matlab仿真,合成孔径雷达(SAR)目标成像仿真。- There are reference Oh, The final weight matrix is ??the filter coefficient, Is a practical method of path planning, Com
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:mcvryt
  1. niyunsuan

    0下载:
  2. 本程序旨在利用快速逼近算法实现对大型矩阵方程组的逆的求取,利用获得的逆算子求解该方程组的稳定解-This program is designed to take advantage of fast approximation algorithm for the inverse of large matrix equations of the strike, the use of inverse operator to obtain a
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-14
    • 文件大小:283648
    • 提供者:周水
  1. MyProjects20160722

    0下载:
  2. 该工程实现了一元线性和非线性回归、多元线性回归功能以及求矩阵逆算法功能。-The project implements a yuan linear and nonlinear regression, multiple linear regression function and the function of matrix inverse algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2569216
    • 提供者:李红亮
  1. WorldCamera

    0下载:
  2. 调用opencv的cvFindHomography函数求得H矩阵,再利用利用cvInvert求得H的逆矩阵,最后,选取图像上的像素点,利用cvMatMul(Ma, Mb, Mc)求出其结果矩阵。-The cvFindHomography call opencv function matrix H is obtained, and then use use cvInvert determined inverse matrix H, and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:4081664
    • 提供者:卜帆
  1. GS

    0下载:
  2. 利用奇异值分解求一般实矩阵A的广义逆矩阵A+-Using singular value decomposition (general real matrix A of the generalized inverse matrix A+
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:caoxiaoyue
  1. MatricAnalysis

    0下载:
  2. 该程序主要用于矩阵的分析,如求取矩阵的广义逆以及其他的矩阵分析内容的c语言实现- U8BE5 u7A0B u5E8F u4E3B u8981 u758 u4E8 u77E9 u96359 u7684 u5206 u6790 uFF0C u5982 u6C42 u53D6 u77E9 u96359 u5E7F u4E49 u9006 u4E5 u53CA u5176 U4EDR u8B
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:黎曦雨
  1. ELM_样例

    0下载:
  2. 极限学习机(Extreme Learning Machine, ELM)用来训练单隐藏层前馈神经网络(SLFN)与传统的SLFN训练算法不同,极限学习机随机选取输入层权重和隐藏层偏置,输出层权重通过激活函数函数,依据Moore-Penrose(MP)广义逆矩阵理论计算解析求出。(Extreme learning machine (ELM) is used to train single hidden layer feedforward
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Mapleccc
« 1 2 ... 42 43 44 45 46 47»

源码中国 www.ymcn.org