CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - qr code matlab

搜索资源列表

  1. AdaptGA

    1下载:
  2. matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:963
    • 提供者:songyong
  1. Work1

    1下载:
  2. 北航数值分析大作业第一题:矩阵的QR分解求特征向量。代码是我在理学院本科期间写的,所有结果已经过Matlab及Mathematica验证,保证算法正确实现。-Numerical analysis of Beihang great job the first question: QR decomposition of matrix eigenvector. Code is written during my undergraduate logical Institute, all results
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:11411
    • 提供者:邹洪斌
  1. QR

    2下载:
  2. 在对矩阵进行拟上三角化的基础上利用带双步位移的QR分解法求解矩阵的特征值-To be in the upper triangular matrix based on the use of dual-band step-by-step displacement of QR decomposition method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2311
    • 提供者:李少林
  1. Comparison_of_QR_Factorization_Algorithms

    0下载:
  2. Comparison of QR Factorization Algorithms (Matlab scr ipt)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1976
    • 提供者:Oliver,cheng
  1. QRcode

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

    • 发布日期:2017-04-10
    • 文件大小:1319696
    • 提供者:ljj
  1. qr_code

    0下载:
  2. QR code matlab source code This source code can be useful in coding n decoding QR codes.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14471
    • 提供者:Shan
  1. matlab-Hint

    0下载:
  2. this file contain 2 pdf about integeration in matlab and some code as following: QR decomposition Jacobi method Choleskey Decomposition householder method Genetic Algorithm least_squares method gauss_seidel method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:94821
    • 提供者:hassani
  1. Numerical-calculation-matlab

    0下载:
  2. Numerical calculation method of the source program, including the numerical algebra some most basic code. Including the gaussian elimination method is used to solve the equations, the iterative method, QR decomposition -Numerical calculation method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4165508
    • 提供者:wangyiyang
  1. svdssa

    0下载:
  2. 关于,SVD的简单算法。这个,代码是基于QR分解的,SVD的简单算法,与matlab上的SVD函数有一些差异。-Simple algorithm, the SVD of. This code is a simple algorithm based on QR decomposition, SVD, the SVD function in matlab there are some differences.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:804
    • 提供者:Long
  1. HouseholderQR

    4下载:
  2. 豪斯霍尔德QR分解及回代MATLAB代码,并用该方法解决线性方程组的实例-Howard Hopper QR decomposition and back substitution de MATLAB code, and use this solution to an instance of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2131
    • 提供者:王子涵
  1. annlyap

    0下载:
  2. 最小RMSE神经网络方法计算Lyapunov指数的matlab函数。-This M-file calculates Lyapunov exponents with minimum RMSE neural network. After estimation of network weights and finding network with minimum BIC, derivatives are calculated. Sum of logarithm of QR decomposition
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:1869
    • 提供者:miaomiao
  1. QR-matlab

    0下载:
  2. qr算法的matlab代码,利用矩阵的QR分解,逐步按递推法构造矩阵的分解序列的过程,只要原始矩阵式非奇异矩阵,则由QR算法就完全确定其分解序列了-qr algorithm matlab code using a QR decomposition of the matrix, step by step process of the recursive method to construct the matrix decomposition sequence, as long as the ori
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:574
    • 提供者:王喜
  1. qr_hex_all

    0下载:
  2. QR Hex code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:11807
    • 提供者:nidaa
  1. matrix-factorial

    0下载:
  2. 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或者txt文档。附上源代码,不能为直接调用matlab等函数库
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2337
    • 提供者:卯宁
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30720
    • 提供者:东篱
搜珍网 www.dssz.com