搜索资源列表

  1. matrix

    0下载:
  2. 介绍矩阵特征值与矩阵特征向量的计算算法,每种算法都用C+ +语言以函数的形式实现。-Introduce matrix eigenvalue and eigenvector matrix calculation algorithm, each algorithm are C++ Language in order to realize the form of function.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:3081216
    • 提供者:zl
  1. Jvacobi

    0下载:
  2. 求特征值的Jacobi法,解决很多工程实际问题-Eigenvalues for Jacobi method to solve many practical problems in engineering
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:天涯
  1. matrix_tezhenzhi

    0下载:
  2. 用幂法和反幂法计算矩阵特征值急相关问题的一实例程序,经VC++6.0验证。-With power law and inverse power method to calculate matrix eigenvalue problem related to a radical example of the procedure, the VC++ 6.0 authentication.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:221184
    • 提供者:李维垒
  1. eig_qr

    0下载:
  2. 使用QR分解方法计算矩阵特征值的matlab源码-Calculated using the QR decomposition of the matrix eigenvalue matlab source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:党项南
  1. valp

    0下载:
  2. 求特征值与特征向量的程序,通过methode de LU思想设计。-For eigenvalue and eigenvector of the process, through design methode de LU thinking.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张华雯婧
  1. unpower_method

    0下载:
  2. 反幂法求方阵的按模最小特征值及对应特征向量。-Anti-power method Square in accordance with the smallest modulus eigenvalue and the corresponding eigenvector.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:元宝
  1. very_often_used_Algorithms_c_3rd_edition

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-err
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:6590464
    • 提供者:林乐
  1. HQR

    0下载:
  2. 在C的环境下,使用HQR方法编写的一个求解矩阵特征值的程序。-In the C environment, the use of HQR method of preparation of a solution of matrix eigenvalue procedures.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:魏朋玉
  1. GivensHouseholder_eigenvectors

    0下载:
  2. GivensHouseholder法求解特征向量和特征值,公司所做项目中就是采用此法求解对称矩阵的特征向量和特征值,仅供参考!-Method GivensHouseholder eigenvector and eigenvalue, the company has done projects that use this method to solve symmetric matrix of eigenvectors and eigenv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:cjs
  1. power_standardization

    0下载:
  2. 幂法是一种计算矩阵主特征值(矩阵按模最大的特征值)及对应特征向量的迭代方法,特别适用于大型稀疏矩阵。 但是,一般幂法迭代向量v的各个不等于零的分量将随k 趋向于无穷大而使计算机溢出。因此,我们必须对某通幕法进行规范。即规范化幂法 -Power Method is a calculation of the main eigenvalue matrix (matrix according to the largest eigenva
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:knight
  1. matrixl(eig)

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

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

    0下载:
  2. 使用C++语言实现主成分变换算法pca,包含求特征值特征向量-The use of C++ Language realize the principal component transform algorithm pca, contains eigenvector for eigenvalue
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:海礁
  1. TZXL

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

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

    0下载:
  2. C常用算法程序集 针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:269312
    • 提供者:杨显情
  1. AHP_code

    0下载:
  2. AHP层次分析法计算判断矩阵的最大特征值、权系数向量及权重总排序,简便实用。-AHP Analytic Hierarchy Process to determine the calculation of the maximum eigenvalue matrix, the weight coefficient vector and the total weight sorting, simple and practical.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:高昕
  1. Computer-algorithms

    0下载:
  2. 该文件包含《线性代数方程组的求解》、《矩阵运算》、《矩阵特征值与特征向量的计算》、《数值积分》等算法与C程序-This document contains linear algebra equations, matrix , matrix eigenvalue and eigenvector calculation, numerical integration , such as algorithms and C proce
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:346112
    • 提供者:小景
  1. calcPCA

    0下载:
  2. opencv 中用calcPCA 计算矩阵特征向量和特征值-opencv using calcPCA calculated eigenvector matrix and eigenvalue
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:张华振
  1. matlab

    0下载:
  2. 如何利用MATLAB求最小特征值和特征向量,并将特征向量归一化-How to use MATLAB for the smallest eigenvalues and eigenvectors, and the normalized eigenvector
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:zp
  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-17
    • 文件大小:194560
    • 提供者:清枫
  1. qrARRY

    0下载:
  2. 用QR法求矩阵全部特征值,qr算法是幕法的推广和变形-QR method with full matrix eigenvalue, qr algorithm is screen law to promote and deformation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:43008
    • 提供者:cy
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org