CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matrix method

搜索资源列表

  1. Matrix-based-reconstruction-method-for-source-numb

    0下载:
  2. 基于矩阵重构的信源数估计方法Matrix-based reconstruction method for source number estimation-Matrix-based reconstruction method for source number estimation
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:56051
    • 提供者:nini1616
  1. gaosifa

    0下载:
  2. C语言编写,用高斯法求解矩阵。C语言编写-C language, with a Gaussian matrix method. C language
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:987
    • 提供者:李海波
  1. simplex_step

    0下载:
  2. 单步单纯型法,输入为系数矩阵,右端向量,目标函数系数向量,基变量下标,非基变量下标和基变量初始值-Step simplex method, the input for the coefficient matrix, right vector, the objective function coefficient vector, the base variable subscr ipt, superscr ipt and the non-basic variable initial value o
  3. 所属分类:matlab

    • 发布日期:2014-11-10
    • 文件大小:1024
    • 提供者:Cindy Qiu
  1. BFGS-method

    0下载:
  2. BFGS算法C程序本程序适用于2设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,对于DFP算法只需修改校正矩阵即可。对于BFGS算法的C++程序与之类似。-BFGS algorithm for C programs for 2 of the program design variable function optimization problem, the number of design variables for the different dimensions can be c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2422
    • 提供者:AresOne
  1. matlab_C

    0下载:
  2. 该算法主要演示matlab调用C语言程序的示例,包括一个基本的加法运算、一个矩阵截取和一个递归遍历方法,提供给大家参考 运行时首先修改cd命令后面的路径为文件夹当前路径即可自动编译执行-Call the main demonstration of the algorithm matlab example C language program, including a basic addition operation, an interception and a recursive tr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:12780
    • 提供者:朱先强
  1. maxamin

    1下载:
  2. 1.自动机以状态转换矩阵的方式在计算机内部进行表示;2.根据NFA确定化的方法,将NFA确定化;3.判断自动机是否以最小化,若不是将其最小化;4.以状态转换矩阵的方法表示出确定化、最小化后的自动机。-1. Automatic machine to the way state transition matrix be represented inside the computer 2. According to the method of determining NFA, the NFA Det
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:7609
    • 提供者:feihu
  1. qiangzhishibie

    0下载:
  2. 一个用矩阵相似度方法实现的枪支识别软件,识别率很高,希望对大家有用!-Similarity with the matrix method to achieve a firearms identification software, high recognition rate, we hope to be useful!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-29
    • 文件大小:11667027
    • 提供者:陈雷
  1. matlab

    1下载:
  2. 信号二维到达角及计划参数估计估计 矩阵束法-Two-dimensional arrival angles and signal parameter estimation scheme is estimated Matrix Pencil Method
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:733601
    • 提供者:david
  1. 01717763

    1下载:
  2. 这是简绍耦合矩阵的,为多通带的计算方法,可以方便的设计多通带微带滤波器,-This is Jane Shao coupling matrix for the multi-band calculation method, you can easily design multi-band microstrip filter
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:708377
    • 提供者:jiangya
  1. 7

    0下载:
  2. 本文提出一种基于核方法的下视等分辨率景象匹配算法. 通过模拟电荷吸引模型, 提出了计算不等维高维数据相似度的SNN 核函数. 将图像中的特征点映射到径向基向量(Radial basis vector, RBV) 空间, 利用SNN 核函数计算两个特征点集的相似度及过渡矩阵. 利用置换测试模块来增强SNN 核的稳定性, 以确保输出解的可靠性. 实验证明, 基于SNN 核的景象匹配算法对图象畸变、噪声干扰与信号缺失具有很强的鲁棒性, 并可保证高精度与高实时性. -This paper prese
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:677986
    • 提供者:wenping
  1. Matrix

    0下载:
  2. 求解4阶非线性方程组的算法,只需要修改输入的函数,利用牛顿两点序列割线法莱求解。-4-order nonlinear equations to solve the algorithm, only need to modify the input function, two sequences using Newton secant method for solving Levin.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2005
    • 提供者:邹谦
  1. matrix-inverse

    0下载:
  2. 实现用LUP方法进行矩阵求逆的过程,原理见于算法导论第28张。-Method implemented by the LUP matrix inversion process, the principle found in Introduction to Algorithms, Chapter 28.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1420
    • 提供者:wangzhen
  1. Gauss_pivot.m

    0下载:
  2. Method Gaussian Elimination without pivoting for Linear Systems Solve Ax = b using Gaussian elimination without pivoting Inputs : A is the n-by-n coefficient matrix b is the n-by-k right hand side matrix Outputs : x is the n-by-k
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1056
    • 提供者:Mhdh
  1. cluster-analysis

    0下载:
  2. 运用Matlab中的一些基本矩阵计算方法,通过自己编程实现聚类算法,在此只讨论根据最短距离规则聚类的方法。-The use of Matlab, some of the fundamental matrix method, clustering algorithms, through their own programming, in which only discuss the rules under the shortest distance clustering method.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:84290
    • 提供者:
  1. matrix-tezhengzhijisuan

    0下载:
  2. 通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues ​ ​ of a matrix power m
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2729
    • 提供者:chris_zhou
  1. schrodinger_transfermatrix

    2下载:
  2. 转移矩阵法解任意势阱薛定谔方程的Matlab源程序,很适合该方法的学习。-transfer matrix method for solving schrodinger equation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2482
    • 提供者:谭仁兵
  1. sim_matrix_sch

    0下载:
  2. 一个非常简单的利用转移矩阵法求解薛定谔方程的matlab程序-A very simple transfer matrix method for Schrodinger equation solution
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:864
    • 提供者:谭仁兵
  1. Method-for-solving-EM-problems

    0下载:
  2. 提出了一种求解电磁场有限元 边界元混合法所生成的线性方程组的有效方法 ———内观 法结合多波前法.由于该线性方程组的系数是一个部分稀疏部分满填充的矩阵,为了加速求解,应用内观法将系数矩阵分为 2块,一块是有限元法形成的稀疏矩阵,另一块是边界元法生成的满阵,然后用多波前法求解稀疏矩阵方程,用高斯 约当消去法解满阵方程. 采用该方法,计算了二维多层介质柱体的雷达散射截面.计算结果表明,该方法的计算效率远远高于传统的高斯法.-Proposed for solving mixed finite el
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:310217
    • 提供者:durongmao
  1. Matrix-decomposition

    0下载:
  2. 本程序用矩阵分解法解线性方程组,最大变元数1-The program uses matrix decomposition method for solving linear equations, the maximum number of variables 100
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1116
    • 提供者:yuxiang
  1. matrix-power

    0下载:
  2. 利用乘幂法求解矩阵A=[6,-11,6 1,0,0 0,1,0]的特征根(1,2,3)-solve the characteristic roots of array: A = [6,-11,6 1,0,0 0,1,0] by using matrix power method the root=(1,2,3)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:719
    • 提供者:wang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com