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

搜索资源列表

  1. CSharpmatrix

    0下载:
  2. C#处理矩阵函数包,包括矩阵求逆,稀疏线性方程组求解等-C# processing matrix function package, including matrix inversion, sparse linear equation solving, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:251205
    • 提供者:林栓
  1. matrix-inversion

    2下载:
  2. 基于Systolic的上三角矩阵求逆的实现,含有详细的verilog代码,并给出详细的注释-upper triangular matrix inversion
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:136084
    • 提供者:孙永林
  1. matrix

    0下载:
  2. 利用矩阵的高是约旦分解,求逆等的特征方程求解方法-Characteristic equation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:296540
    • 提供者:cx
  1. QrInv

    1下载:
  2. QR对复数矩阵进行求逆运算,是一个vc动态库源码,源码测试程序中针对是4维复数矩阵采用QR分解方法对4维复数矩阵进行求逆,可扩展,只需修改r上三角矩阵求逆的方法即可-QR method is mainly used for negative complex matrix inversion, the test program is carried out for 4 matrix inversion, scalable, simply modify the triangular matrix i
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3636
    • 提供者:尚雪辉
  1. gauss_jordan

    0下载:
  2. gauss_jordan算法,这是矩阵求逆占用内存最好的算法-gauss_jordan algorithm, which is the best algorithm inverse matrix memory for
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:185395
    • 提供者:SG
  1. The-calculation-of-sparse-matrix-

    0下载:
  2. 实现稀疏矩阵的交、并、逆的运算并用三元组表示。 -Realization of sparse matrix, and, inverse operation and the ternary group said.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:265626
    • 提供者:dongli
  1. Matrix

    0下载:
  2. 矩阵常用加减乘求逆及转置运算的类 求逆用dolittle分解方法 运算符重载-Common modified by the inverse matrix transpose operation and class inversion with dolittle decomposition operator overloading
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3585
    • 提供者:sosozxy
  1. hw

    0下载:
  2. 大型稀疏矩阵求逆,采用通过U、L分解的方法求解-Large sparse matrix inversion, through the L, U decomposition
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1240
    • 提供者:张宇
  1. Matrix

    0下载:
  2. 自定义矩阵类,可实现乘除、求逆、求行列式等功能。-Class of Matrix,which is helpful for students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7414
    • 提供者:zhubingqi
  1. Matrix

    0下载:
  2. 矩阵简单运算,可以求加减乘除,求逆,满足广大本科生需要-Matrix simple arithmetic, you can find arithmetic, inversion, to meet our needs undergraduate
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3050824
    • 提供者:YuhanZhou
  1. LSMI-GPU-CUDA

    0下载:
  2. 程序是基于GPU的CUDA架构进行通用计算的程序,程序实现的功能是阵列信号处理的波束形成,实现方法是LSMI即迭代对角加载采样矩阵求逆法,用的编程软件是vs2012-the program is based on GPU s CUDA,its function is beamform for array signal process,the method is LSMI,vs2012 is used
  3. 所属分类:MPI

    • 发布日期:2017-06-10
    • 文件大小:17056553
    • 提供者:wenxuan
  1. juzhen

    0下载:
  2. 提出了2种具有高电压传输比的新型矩阵变换器,根 据逆变侧主电路拓扑结构的不同,将其分别称为Boost 矩阵 变换器(BMC)和Buck-Boost矩阵变换器(BBMC)。介绍了这 2种拓扑结构的基本构成和工作原理,阐述了滑模控制器和 双闭环控制器的设计方法,并对其进行了比较,最后通过仿 真证明了该新型电路结构的可行性和有效性。结果表明:该 电路能实现电压传输比和输出频率的任意调节,且波形失真 度小,从而有效地解决了传统矩阵变换器(CMC)电压传输比 低的固有缺陷,
  3. 所属分类:Project Design

    • 发布日期:2017-04-30
    • 文件大小:240394
    • 提供者:starcool
  1. c157

    0下载:
  2. 包含五个C语言程序,convse是矩阵求逆,chengfa的功能是画出乘法表,imageclock的功能是动态时钟,sanjiao是递归法画三角,小车是模拟实现动态小车图像-Contains five C Programming Language, convse is matrix inversion, chengfa function is to draw multiplication table, imageclock clock function is dynamic, sanjiao r
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6522
    • 提供者:qiao19448
  1. CMatrixForCpp

    0下载:
  2. 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:bi39944
  1. invert

    0下载:
  2. 矩阵求逆程序,基于mpich平台的并行计算程序,用于多台计算机同时计算以提高效率。-Matrix inversion procedure, based on parallel computing platforms mpich program for calculation of multiple computers at the same time to improve efficiency.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2676
    • 提供者:lu71297
  1. DCD_V2

    1下载:
  2. 使用二分坐标下降法实现对乘正定系数矩阵的求逆计算-DCD Matrix INV
  3. 所属分类:matlab例程

    • 发布日期:2017-05-24
    • 文件大小:1076
    • 提供者:张宏
  1. bbxighwq

    0下载:
  2. 时间序列数据分析中的梅林变换工具,最终的权值矩阵就是滤波器的系数,相控阵天线的方向图(切比雪夫加权),主要是基于mtlab的程序,供做算法研究人员参考,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块。- Time series data analysis Mellin transform tool, The final weight matrix is ??the filter coefficient, Phased array antenna pattern (Chebyshev w
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6047
    • 提供者:vvbkjd
  1. dejafbqz

    0下载:
  2. 三相光伏逆变并网的仿真,实现串口的数据采集,最终的权值矩阵就是滤波器的系数,包含了阵列信号处理的常见算法,多目标跟踪的粒子滤波器,采用加权网络中节点强度和权重都是幂率分布的模型。-Three-phase photovoltaic inverter and network simulation, Achieve serial data acquisition, The final weight matrix is ??the filter coefficient, Contains a commo
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:12121
    • 提供者:gtywdz
  1. Matrix-inversion-process

    0下载:
  2. 矩阵的求逆程序,适用于采样程序中的排列过程,是必不可少的中间环节。-Matrix inversion procedure for the sampling program in the arrangement process is essential intermediaries.
  3. 所属分类:assembly language

    • 发布日期:2017-05-01
    • 文件大小:176834
    • 提供者:wanls
  1. czbiqgba

    0下载:
  2. 有PMUSIC 校正前和校正后的比较,关于小波的matlab复合分析,最终的权值矩阵就是滤波器的系数,三相光伏逆变并网的仿真,重要参数的提取。- A relatively before correction and after correction PMUSIC, Matlab wavelet analysis on complex, The final weight matrix is ??the filter coefficient, Three-phase photovoltaic inv
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8290
    • 提供者:xehgdxjuf
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com