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

搜索资源列表

  1. Matrix

    0下载:
  2. Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1500
    • 提供者:艾枫
  1. jj

    0下载:
  2. 使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:2122833
    • 提供者:贾易
  1. pool

    0下载:
  2. 系统辨识,面积法(面积法一,面积法二),hankel矩阵法,Levy法,脉冲响应法辨识系统-System identification, an area of law (an area of law an area of law 2), hankel matrix method, Levy law, impulse response method Identification System
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:5262
    • 提供者:园园
  1. matrix

    0下载:
  2. 介绍了利用Matrix VB插件实现从VB中调用MATLAB函数的具体方法,利用该方法,可大大提高 VB程序的计算和绘图能力,增强用户开发人机界面友好的计算程序的能力-Introduced the use of Matrix VB plug-in implementation to call MATLAB functions from VB specific method, this method can greatly improve the VB procedure of calcula
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:134272
    • 提供者:李儒
  1. Transfer-matrix-methods

    1下载:
  2. 计算一个8自由度转盘扭转系统的固有频率和描述其主振型。-It is a computer program to calculate all the 8 natural frequency and the corresponding normal modes of torsional vibration of the rotor system using matrix iteration method or transfer matrix method respectively.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:29153
    • 提供者:Gary
  1. Matrix

    0下载:
  2. 用类定义的矩阵,有对于矩阵的必要运算,有稀疏矩阵,下三角矩阵,普通二维矩阵的各项运算方法-Matrix with a class definition, there is the need for matrix operations, a sparse matrix, lower triangular matrix, the computation of ordinary two-dimensional matrix method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2601
    • 提供者:徐鹏超
  1. StereoVision_FunMatrix

    0下载:
  2. 本算法在Matlab2008b 环境下实现了立体视觉中摄像机的基础矩阵计算。包括main, sevenPoint、eightpoint 和eightpoint_norm三个函数。 main.m 是程序的入口,包括生成和读入实验数据,分别调用sevenPoint、eightpoint 和eightpoint_norm 三个函数求基础矩阵,最后绘制出最后的结果。sevenPoint.m 是用7 点法求解基础矩阵。eightpoint.m 是用8 点法求解基础矩阵,eightpoint_norm.
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3213636
    • 提供者:qqqqqq
  1. Dynamic-matrix-control

    0下载:
  2. DMC控制由于具有对模型精度要求低,控制精度高鲁棒性强等优点可有效的克服过程的不确定性、非线性和关联性,并能方便的处理过程被控量和操纵变量中的各种元素。所以对该系统应用DMC控制方法进行MATLAB仿真。-DMC control accuracy because the model has low and high control precision and strong robustness advantages of the process can effectively overcome
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:145774
    • 提供者:马永晶
  1. T-matrix

    4下载:
  2. T矩阵方法的FORTRAN环境下的程序,希望对大家有帮助!-T matrix method program FORTRAN environment, we want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8223277
    • 提供者:窦冬冬
  1. Keda-Matrix

    0下载:
  2. 可达矩阵求法 动态分配一维数组 去掉字符串中的空格和回车 将Cstring转换成int数组-Matrix Method to dynamically allocate up to one-dimensional array of strings to remove spaces and carriage returns will be converted to int array Cstring
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5275128
    • 提供者:张步阳
  1. gen_inverse-matrix--non_-eqs-

    0下载:
  2. 本程序为利用广义逆矩阵法求解朝顶非线性方程组,里面调用了其他三个函数,非别为一般实矩阵的奇异值分解、奇异值分解求一般实矩阵的逆矩阵、广义逆矩阵法求线性超定方程组。-The procedure for the use of generalized inverse matrix method for solving nonlinear equations toward the top, which calls the other three functions, not as a general r
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:4410
    • 提供者:RTQ
  1. Perspective-Projection-Matrix

    0下载:
  2. 透视投影为三维图形显示的基础,在此基础上提出了一种基于透视投影矩阵的数学模型.可方便地将空间三维坐标转换为透视投影坐标,并实时地在屏幕上展现出来.并以三维数据的透视投影为例,显示了经过该透视变换后的透视图,验证了该方法的有效性.-Perspective projection of three-dimensional graphics based on this based on the perspective projection matrix based on a mathematical m
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:307251
    • 提供者:chengdu
  1. tranform-matrix

    0下载:
  2. 介绍传递矩阵法原理的文献资料,用于编写传递矩阵的理论指导资料-Introduce the transfer matrix method principle of the literature
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1667683
    • 提供者:马天
  1. inv-matrix

    0下载:
  2. 可以求解矩阵逆矩阵的方法。包含高斯消元法,LU法,二阶法-You can solve the matrix inverse matrix method. Contains the Gaussian elimination, LU law, second law
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1699
    • 提供者:富彬
  1. Large-matrix-inverse-fast

    0下载:
  2. 本文首先介绍了逆矩阵的定义以及逆矩阵的相关性质。其次,根据逆矩阵的相关理论主要介绍了矩阵求逆的几种常用方法。 如定义法、伴随矩阵法、初等变换法、三角分解法、分块矩阵法等,并运用软件matlab7.0对一些方法实现了程序化。且通过多次检验证明了所编程序的正确性。文章最后简要阐述了对一些特殊矩阵的求逆算法(如对称正定矩阵、有理矩阵),还有针对一般矩阵的广义逆矩阵的作了浅层次的探究。-This paper introduces the definition of the relevant proper
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:297779
    • 提供者:赵远洋
  1. 1D_matrix-method

    0下载:
  2. 用传输矩阵法计算一维光子晶体光子带隙并显示-One- Dimensional Photonic bandgap by transfer matrix method
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:584
    • 提供者:wuzhenhua
  1. matrix

    0下载:
  2. 功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Feature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2377
    • 提供者:袁亮
  1. Calculate Eigen Value Using Rayleigh's Method

    0下载:
  2. This source code in Matlab calculate the Eigen value of a matrix using Rayleigh's Method.
  3. 所属分类:matlab例程

    • 发布日期:2016-03-30
    • 文件大小:1433
    • 提供者:adeto300
  1. VBA6-Matrix

    0下载:
  2. solve matrix according to guass method by VB6
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:10240
    • 提供者:mnima
  1. tmm2

    1下载:
  2. 采用传递矩阵法计算介质层的透射率和反射率。(Transfer Matrix Method is used to calculate transmittance and reflectance of dielectric layers.)
  3. 所属分类:光学技术

    • 发布日期:2019-12-17
    • 文件大小:2048
    • 提供者:heartliu
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com