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

搜索资源列表

  1. dd

    1下载:
  2. 传递矩阵法,针对转子动力学钟一谔一书page30进行编程-Transfer matrix method, the rotor dynamic programming-e book page30
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:698
    • 提供者:feizhongxiu
  1. r

    1下载:
  2. 序列的自相关函数和负相关函数的计算,设计维纳滤波器,写出维纳-霍甫方程,用矩阵方法求解该方程,得到滤波器冲激响应,并计算最小均方误差-Calculation of the autocorrelation function and a negative correlation function of the sequence, the Wiener filter design, write Wiener- Huo Fu equation, using the matrix method to so
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:薇薇
  1. matlab

    1下载:
  2. 精度颇高的转子临界转速及不平和响应算法,主要采用了传递矩阵法-High precision of the rotor critical speed and the uneven and response algorithms, mainly in the transfer matrix method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:萧飞雨
  1. samplefibergrating

    2下载:
  2. 用传输矩阵法,模拟取样光纤光栅的反射谱特性-using transfer matrix method to simulate the reflection of sample fiber grating.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2256
    • 提供者:魏石磊
  1. Matlabwritetxtinmatrix

    1下载:
  2. 将Matlab中的矩阵写入txt文件的方法,The Matlab write txt file in the matrix method-The Matlab write txt file in the matrix method
  3. 所属分类:Applications

    • 发布日期:2017-03-30
    • 文件大小:2076
    • 提供者:Matthew
  1. fundamental_martix

    0下载:
  2. 基于matlab写的计算机视觉中的基础矩阵算法,采用了强标定的方式,其中用了最小二乘法计算基础矩阵的八点法-Based on matlab written in the vision of the computer, using the fundamental matrix algorithm is strong, the calibration of the least-square method in calculating the eight points based matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3602
    • 提供者:李天涯
  1. matlab...

    0下载:
  2. 利用矩阵分析的方法对线性方程组进行求解分析,得出奇异值分解法相对于其他分解法的好处-Analysis using matrix method for solving linear equations analysis singular value decomposition method for the other benefits of decomposition method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16778
    • 提供者:fd
  1. 2

    1下载:
  2. 基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。-Based on linear matrix inequalities theory of networked control systems with controller design and methods in detail, and carried out a simulation test to verify the proposed method is effect
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:255673
    • 提供者:husonglin
  1. chol

    0下载:
  2. 这是 对矩阵Cholesky分解 的一种方法的源代码.-This is the Cholesky decomposition matrix of a method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1001
    • 提供者:s
  1. TuXiangShiBie

    0下载:
  2. 该软件需用Delphi7设计,采用灰度共生矩阵的方法对肝脏超声图像进行纹理特征提取。通过神经网络进行分类处理。-The software required Delphi7 design, the use of gray-scale co-occurrence matrix method of liver ultrasound image texture feature extraction. Through the neural network classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14515829
    • 提供者:zhaorongchang
  1. Mathematics

    0下载:
  2. 利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题,Visual C#源代码-Numerical analysis of the use of LU, LDLT, JACOBI, GAUSS_SEIDEL, RELAXATION structure matrix method to solve various problems, Visual C# Source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:5151
    • 提供者:王大和
  1. SOR

    0下载:
  2. 这是松弛法编程,它是高斯-赛德尔迭代法的一种加速收敛的方法。是大型稀疏矩阵线性方程组的有效解法之一。 -This is the relaxation method programming, it is the Gauss- Seidel iterative method to accelerate the convergence of a method. Large sparse matrix system of linear equations, one effective solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2887
    • 提供者:顾一新
  1. marq

    0下载:
  2. % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of cor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3792
    • 提供者:张镇
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4607
    • 提供者:闫安心
  1. Traffic_Matrix

    0下载:
  2. 流量矩阵估计的综述,主要涉及从1996年来,流量矩阵估计领域的经典方法。-Summary of the estimated traffic matrix, mainly ranging from 1996 to the field of traffic matrix estimation classical method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:290526
    • 提供者:李不凡
  1. cg

    0下载:
  2. 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2523
    • 提供者:zhuyi
  1. Fontcheckmode

    0下载:
  2. 简述了从标准字库中取字模的方法;On a check from the standard font in the matrix approach-Briefly from the standard font in the check matrix method On a check from the standard font in the matrix approach
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:664735
    • 提供者:ljrong
  1. f.doc

    1下载:
  2. 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
  3. 所属分类:图形图象

    • 发布日期:2012-12-25
    • 文件大小:11596
    • 提供者:sad
  1. numerical-method

    0下载:
  2. 数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of equations, SOR iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6707
    • 提供者:刘冬
  1. matrix-method

    0下载:
  2. 组合矩阵论 工科研究生核心课程 广泛用于计算机视觉 优化 力学等学科-Portfolio矩阵论engineering graduate core curriculum is widely used in computer vision to optimize the mechanical sciences
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6388261
    • 提供者:liupeng
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com