搜索资源列表

  1. yang

    0下载:
  2. 数学,好似后的变换,QR分解等解场系数微分方程的程序-Mathematics, like after the transformation, QR decomposition, such as solution of differential equation field procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:3kb
    • 提供者:chen xi
  1. fangzhen1_ls

    0下载:
  2. QR方法是一种变换方法,是计算一般矩阵(中小型矩阵)全部特征值问题的最有效方法之一.-QR method is a transformation method is the calculation of the general matrix (small and medium-sized matrix) eigenvalue problem for all of the most effective methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:杨红滔
  1. QR_Householder

    1下载:
  2. 用householder变换求QR分解,需要自己编写矩阵输入的部分(有示例矩阵)-Used for QR Decomposition Householder transformation, the need for their own part of the preparation of matrix input (with sample matrix)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:金晓婷
  1. homework(1)prog

    0下载:
  2. 数值分析课程中Householder变换法对n阶矩阵A作正交分解A=QR -Numerical Analysis of the curriculum Householder transformation method for n-order matrix A for the orthogonal decomposition A = QR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:25kb
    • 提供者:甘雯
  1. house

    0下载:
  2. Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。-Householder transform is one of the basic mathematical transform. Its role is to transform vectors will be mapped into the same mold of the other vector. One of i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:yzd
  1. givens

    0下载:
  2. Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。-Givens transformation is the vector of the rotation transformation. It can transform vector will be rotating into the same mold with the other vector. One o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:yzd
  1. 56465416

    0下载:
  2. 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimension
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:2kb
    • 提供者:黄新
  1. Matrix

    0下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:4kb
    • 提供者:chen changqing
  1. QR

    0下载:
  2. 矩阵全部特征值的QR方法,包括化一般矩阵为上Hessenberg阵,平面旋转阵(Givens变换阵),用 Givens变换对上Hessenberg阵作QR分解,原点平移加速的QR方法等-Eigenvalue matrix of all the QR methods, including the general of the Hessenberg matrix array, planar array rotation (Givens tr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:249kb
    • 提供者:王强
  1. qrtrannnn

    0下载:
  2. 功能:对矩阵A的左上角的m阶对角块作QR变换:先用Givens变换作QR分解A=QR, 再作相似变换A:=Q AQ=RQ. 输入: n阶HessenbergA,其中A(m+1,m)=0,m>2. 输出: 变换后的Hessenberg形矩阵A. 2 用基本QR算法求实方阵的全部特征值.-Function: the upper left corner of the matrix A, diagonal bl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:huanhuan
  1. QR

    0下载:
  2. 用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:lianna
  1. 4MAQR

    0下载:
  2. 用豪斯荷尔德矩阵变换对一般m*n阶矩阵进行QR分解-Hao Siheerde matrix transformation with the general order m* n matrix QR decomposition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:段蒙
  1. A_QR

    1下载:
  2. void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:2kb
    • 提供者:moontea
  1. QR

    0下载:
  2. 利用QR算法解household变换阵,用Householder变换法对矩阵A作正交分解-QR Algorithm for household use transformation matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:22kb
    • 提供者:何鲁桂
  1. QRcode

    0下载:
  2. QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-sp
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:1.26mb
    • 提供者:ljj
  1. QR

    0下载:
  2. 采用c++实现矩阵QR分解,基于householder变换-C++ implementation using QR decomposition of matrix, based on householder transformation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:王俊
  1. qr

    0下载:
  2. qr变换和householder求特征值的算法,可与matlab结果比对-qr transform and householder eigenvalue algorithm, the results compare with matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:yan
  1. LU、QR、SVD

    0下载:
  2. 本函数可以实现矩阵的LU变换、QR变换、SVD变换,开发环境为Matlab(This function can realize the matrix of the LU transform, QR transform, SVD transform, development environment for Matlab)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:MagicOrchid
  1. QR

    0下载:
  2. 自动识别矩阵规模,进行QR分解运算,采用HouseHolder变换做成上Hessenberg矩阵,然后通过Givens变换做QR分解。(The size of the matrix is automatically identified, the QR decomposition operation is performed, the HouseHolder transform is used to make the upper Hes
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:298kb
    • 提供者:INBreeze
  1. 基于 QR 码的自适应抗打印扫描水印算法

    0下载:
  2. 提出一种基于 QR 码的自适应抗打印扫描盲水印算法。方法 首先对载体 QR 码进行三级小 波变换,并对低频部分进行 4×4 分块 Schur 分解,然后利用子块酉矩阵的系数差值的稳定性,将二值 水印信息自适应嵌入到载体 QR 码中,最后对含水印 QR 码打印扫描并提取出水印信息。同时,算法实 现了盲提取。结果 算法能较好抵抗打印扫描攻击,并对高斯噪声、椒盐噪声、斑纹噪声、泊松噪声、 JPEG 压缩等攻击具有较强的鲁棒性。结论 算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:4.08mb
    • 提供者:macowin
« 12 3 4 »

源码中国 www.ymcn.org