搜索资源列表

  1. 矩阵特征值的Householder方法

    0下载:
  2. 矩阵特征值的Householder方法- Matrix eigenvalues Householder method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:
  1. 第五章 矩阵特征值与特征向量的计算

    0下载:
  2. 矩阵特征值与特征向量的计算-Matrix eigenvalues and eigenvectors of calculation
  3. 所属分类:电子书籍

    • 发布日期:2024-05-22
    • 文件大小:157696
    • 提供者:陈磊
  1. 矩阵特征值的计算

    0下载:
  2. 矩阵特征值与特征向量的计算约化对称矩阵为对称对角阵的豪斯荷尔镕变换法似对称三对角阵的全部特征值、特征向量的计算等-Matrix eigenvalues and eigenvectors of the calculation about symmetry symmetric matrix diagonal matrix ho Shihemi Rong transform it symmetric tridiagonal matrix ei
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:樊继东
  1. csf

    0下载:
  2. c常用数值算法,主要包括矩阵特征值与特征向量的计算、数学变换与滤波等20多种算法的实现-c commonly used algorithm, including Matrix eigenvalues and eigenvectors of computing, mathematics and transform more than 20 filtering algorithm to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:282624
    • 提供者:李某
  1. juzhentezhenxianglian

    0下载:
  2. 数学分析,高等代数中矩阵特征值和特征向量的求解(C描述)-mathematical analysis, advanced algebra Matrix eigenvalues and eigenvectors of the Solution (C Descr iption)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:110011
  1. chengmifa

    0下载:
  2. 规范的乘幂法求主特征值及特征向量-程序-207.142.131.235 standardized method for the main eigenvalues and eigenvectors-procedure!
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:gh
  1. finger-recong

    0下载:
  2. 指纹识别源代码。思路完全是按照文件夹中网页里介绍的方法,即提取指纹中的分叉点和端点的位置作为指纹的特征值。由于今天太忙,对图像的预处理作的很失败,程序会提取出很多伪点,而指纹轮廓也没有想出办法过滤。汗,你看看能不能参考把。 三个m文件,fd.m提取指纹中的分叉点,fd2.m提取指纹中的端点,Cpoint.m则是前两个文件运行中需要调用的掩模函数。-fingerprint identification code. Thinkin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:299008
    • 提供者:闫晟
  1. PrincipalComponentsAnalysis

    0下载:
  2. 这个代码是主元素分析的代码,里面有使用MKL计算特征值特征向量的方法。-This code is the main element analysis codes, which are used to calculate eigenvalues null eigenvector methods.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:金亮
  1. power2

    0下载:
  2. 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix-2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:84992
    • 提供者:吕鹏
  1. matrixl(eig)

    0下载:
  2. 此程序为求特征值与特征向量的源码程序,请大家指教-This procedure for the sake of eigenvalues and eigenvectors of the source program, please advise everyone
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:130048
    • 提供者:lixinxin
  1. TZXL

    0下载:
  2. 求最大特征值和特征向量,此程序用迭代法。-For the largest eigenvalues and eigenvectors, this procedure using iterative method.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-22
    • 文件大小:242688
    • 提供者:lijie
  1. eigenvector2

    0下载:
  2. 求矩阵的特征值的源码,用于求矩阵的特征值.-Eigenvalue matrix of the source code for the matrix eigenvalues.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:lihua
  1. Eigenvalue

    0下载:
  2. 这是用C编的计算大矩阵特征值和特征向量的程序。 提供了雅可比法和豪斯荷尔德-QR法两种方法计算矩阵特征值,可实现求取矩阵的特征值,所有结果必须到相应文件夹下(必须同时存放矩阵文件和程序)查看,特征值已经按从小到大的顺序排好。-This is a calculation made with C large matrix eigenvalue and eigenvectors procedures. Provided the Jacob
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:194560
    • 提供者:清枫
  1. pcacode

    0下载:
  2. 程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量-Programming steps: 1 to mean 2, calculation of covariance m
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:lrx
  1. jiesuanjuzhen

    0下载:
  2. 解算高阶矩阵,可以求逆,求特征值,对矩阵进行特征值分解-High-order matrix solvers can be inverse, and eigenvalues of matrix eigendecomposition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:刘辉
  1. aeigs60

    0下载:
  2. 特征结构配置方法(个人),希望对大家有帮助!-EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK
  3. 所属分类:Symbian

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:wangxuan
  1. 5

    0下载:
  2. 数值计算中矩阵特征值和特征向量的C++程序-Numerical calculation of eigenvalues of matrix C++ program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:1313792
    • 提供者:hope
  1. eigenvalues

    0下载:
  2. cuda编程,并行计算N体问题。cuda programming, parallel computing N-body problem.-cuda programming, parallel computing N-body problem.
  3. 所属分类:并行运算

    • 发布日期:2024-05-22
    • 文件大小:1678336
    • 提供者:xiangxingbin
  1. eigenvalues

    1下载:
  2. 计算复矩阵A(x) u = 0的特征值和特征向量,fortran代码,声学模态计算的必备工具。-Calculating complex matrix A (x) u = 0 the eigenvalues and eigenvectors, fortran code, acoustic an indispensable tool for modal calculations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:杨明绥
  1. EE

    0下载:
  2. 这个程序实现了计算矩阵特征值,包括最大的和最小的。-This program enables calculation of matrix eigenvalues, including the largest and smallest.
  3. 所属分类:并行运算

    • 发布日期:2024-05-22
    • 文件大小:19456
    • 提供者:SHIJIA
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org