搜索资源列表

  1. EigenvalueVector

    1下载:
  2. 特征值和特征向量的计算,每种算法都用c++以函数形式实现- The characteristic value and the characteristic vector computation, each algorithm all uses c to realize by the function form
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:92518
    • 提供者:关东
  1. 雅可比法(C语言)

    0下载:
  2. 用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。-Realizes with the language C, the way of Jacobi may be serviceable to the solid symmetrical matrix for complete characteristic value and the corresponding characteristic value ve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:luo
  1. 矩阵计算类

    0下载:
  2. 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9710
    • 提供者:lion
  1. eigcnvalue

    0下载:
  2. n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值-a new algorithm to calculate the aigenvalue of N dimensions matrix, aigenvalue and aigenvector can be worked out.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5543
    • 提供者:冰城
  1. 矩阵所有运算

    1下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. VB_NUM6

    0下载:
  2. 用VB实现矩阵特征值的求解算法集。包括:对称矩阵的雅可比变换,实对称阵为三对角阵的特征值求解,等五种特征值求解算法。-VB matrix eigenvalue of the algorithm sets. Including : symmetric matrix Jacobian transform, real symmetric matrix to a three-diagonal matrix eigenvalue solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4475
    • 提供者:李春波
  1. amuse

    0下载:
  2. 这是利用特征值分解的盲源分离的源函数文件,可以直接调用-This is the eigenvalue decomposition of Blind Source Separation of source function, can be called directly
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1133
    • 提供者:陈勇
  1. ARfit

    0下载:
  2. Matlab工具箱实现多变量回归模型的参数估计与特征值-Matlab Toolbox multivariable regression model parameter estimation and eigenvalue
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:240564
    • 提供者:陈丽
  1. InvMat

    0下载:
  2. 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1251
    • 提供者:王志气
  1. RITZ

    0下载:
  2. 用兰索斯法求解特征值和特征向量,用于有限元结构的MATLAB编程。(Compute approximative eigenvalues and eigenvectors by the Lanczos method.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:LuckyYoshi
  1. bishe

    0下载:
  2. 提取图像的GIST特征,LBP,HOG,RGB四组特征值(Extracting GIST features of images, LBP, HOG, RGB four sets of eigenvalues)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:e1151365066
  1. matlab matrix Eigenvalue calculation

    0下载:
  2. 矩阵特征值计算,不同精度,不同迭代步数,收敛速度计算(Matrix eigenvalue calculation)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:SilviaYu
  1. CM

    0下载:
  2. 可以求矩阵的最大特征值或最小特征值,有注释(The maximum eigenvalue or minimum eigenvalue of a matrix can be found, with annotation)
  3. 所属分类:其他小程序

  1. Hessian_based_frangi_filter_2D3D

    0下载:
  2. Frangi最初提出的计算Hessian矩阵,计算特征值,构造血管增强函数,进行血管增强,Matlab代码,可直接运行。特征值计算为c语言代码,容易将整个算法转化为C或C++,非常有用。(Frangi was first proposed to calculate the Hessian matrix, to calculate the eigenvalues, to construct the vascular enhancement
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:4069376
    • 提供者:`想起
  1. 求主特征值的正确程序

    0下载:
  2. 求特征值的正确的程序,采用的方法为幂法。可调试(Find the correct procedure for eigenvalues, using the power method. Can be debugged)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:*官你好
  1. Eigenp000

    0下载:
  2. 求解特征值问题的Fortran源代码,对结构特征值问题具有较高的计算精度和效率(Fortran source code for solving eigenvalue problems)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:palytao
  1. Power_Method

    0下载:
  2. 利用幂法求矩阵特征值,属于数值解法的一种(Using power method to find eigenvalues of matrices, which is a kind of numerical solution.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:jackajack
  1. xuanbiliang

    0下载:
  2. 以悬臂梁为例,用有限元法编程生成质量矩阵和刚度矩阵(采用平面梁单元,单元数在10到30之间)。 使用matlab的用于广义特征值问题分析的函数(eig(A,B,'chol'),该命令使用乔莱斯基分解的方法,计算对称矩阵A和对称正定矩阵B的广义特征值问题。A对应刚度矩阵,B对应质量矩阵)计算梁的前三阶固有频率和振型,计算得到梁的前三阶固有频率和振型,并画出振型图。(Taking cantilever beam as an example,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:余柏树
  1. LOG MORMAL

    0下载:
  2. log信道函数,带有仿真。推导出了Rayleigh-Lognormal信道模型在MIMO系统中的特征值概率密度函数(Log channel function, with simulation)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:shine199
  1. matlab特征值与特征向量数值计算的14个例子代码

    0下载:
  2. matlab特征值与特征向量的计算有14个例子代码(There are 14 example codes for calculating matlab eigenvalues and eigenvectors)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:ChannahZ
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org