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

搜索资源列表

  1. Matrix

    3下载:
  2. 这是一个自己编制的完整矩阵类,包括矩阵运算、分解、求逆、范数和特征值等,可以做为数值分析的基础类。-This is a complete matrix of their own class preparation, including matrix computation, decomposition, inverse, norm and eigenvalue, etc., can be used as the basis for numerical analysis class.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:17.83kb
    • 提供者:zhangfanger
  1. metrix3

    0下载:
  2. 完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix mu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:73.24kb
    • 提供者:
  1. FiberGratingSpectra

    2下载:
  2. 传输矩阵法计算啁啾光栅反射谱 本节中给出传输矩阵法计算啁啾光栅反射谱和 时延的完整M at lab 程序实例, 本段代码在 M at lab513 和W indow s2000 环境中运行通过。运行结果如图8 所示。可以改变光栅长度、有效折射率、折射率调制深度、啁啾系数等参数来获得不同参数下光栅反射谱和时延曲线。如果打开“% 切趾”行的屏蔽符“% ”则可得到切趾后光栅反射谱和时延特性曲线, 此时计算所得的曲线将比图8 中所示的曲线平滑很多。-Transfer matrix metho
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.1kb
    • 提供者:金沧
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:367.88kb
    • 提供者:
  1. MATRIX

    0下载:
  2. 二维矩阵创建类,矩阵转换功能齐全,可以直接运行。-Create a class of two-dimensional matrix, matrix conversion is complete, you can run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:231.5kb
    • 提供者:ZhangJuan
  1. matrix

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure can complete matrix input and output. With the same number of rows and columns between the matrix addition, subtraction. Meet the requirements of the rules
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:cuijianyong
  1. matrix-inversion

    0下载:
  2. 矩阵求逆的完整实现,其中包括矩阵转置、求矩阵行列式、求伴随矩阵等功能模块,可以直接使用。-Complete implementation of matrix inversion, including matrix transpose, a matrix determinant, matrix and other requirements associated with function modules can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:941byte
    • 提供者:肖欢
  1. Matrix

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure can complete matrix input and output. With the same number of rows and columns between the matrix addition, subtraction. Meet the requirements of the rules
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.57mb
    • 提供者:王呈祥
  1. Matrix-multiplication-problems-with

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13.39kb
    • 提供者:阿四
  1. matrix-

    0下载:
  2. C++与Cuda结合,用并行来做加速,将普通的稀疏矩阵加减乘用并行来完成。-C++ and Cuda combined with a parallel acceleration to do, the ordinary addition and subtraction by using sparse matrix parallel to complete.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:118.31kb
    • 提供者:孤雁
  1. matrix-operation

    0下载:
  2. 矩阵运算程序打包,运算虽然很基础,但是种类齐全-Matrix operations are packaged, complete a variety of basic operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12.2kb
    • 提供者:liushui
  1. Graph(adjacency-matrix)

    0下载:
  2. 使用邻接矩阵作为存储结构构造图,并完成图的建立,深度遍历,广度遍历-Use the adjacency matrix as a storage structure structure diagram, and complete the establishment of the Figure, deep traversal, breadth traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4.17kb
    • 提供者:single
  1. Matrix-Operate

    0下载:
  2. Matrix Operate.zip.是使用c++进行矩阵运算。运算功能强大。可以将该算法融入到工程实际中。-Matrix Operate.zip。using C++ complete the Matrix Operation. you can using this functions in realistic work.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1.27mb
    • 提供者:国学大师
  1. Matrix-Operate

    0下载:
  2. 是使用c++进行矩阵运算。各种数学运算的程序独立写出,用户可以根据需要自由进行裁剪。-it is matrix operator complete in VC++ using C++. every operator is dependent, so you can combine them in your projects.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4mb
    • 提供者:国学大师
  1. matrix-algorithm-CPP-code

    0下载:
  2. 文件包括矩阵相关的大多数算法的源代码,相当完备 -Matrix related to the source code of most algorithms, a fairly complete
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:81.86kb
    • 提供者:丁伟
  1. gouzaojuzhen

    0下载:
  2. 这个源代码是为了实现矩阵链相乘算法的构造矩阵的完整代码。-This source code is in order to realize the structure of the matrix chain multiplication algorithm of matrix complete code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:603byte
    • 提供者:王文滟
  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
    • 文件大小:2.28kb
    • 提供者:卯宁
  1. matrix

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

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:袁亮
  1. matrix decomposition for MIMO

    0下载:
  2. 完成MIMO通信检测的两种算法ZF、MMSE算法的矩阵分解算法。模型采用16QAM调制。(MIMO communication algorithm to complete the two algorithms, ZF and MMSE algorithm matrix decomposition algorithm. The model adopts 16QAM modulation.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:9kb
    • 提供者:taoli
  1. Lmafit

    2下载:
  2. Lmafit算法的开源代码,用于矩阵填充和稀疏矩阵近似。(Open source code for the Lmafit algorithm for matrix filling and sparse matrix approximation.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:5kb
    • 提供者:oySs
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com