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

搜索资源列表

  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. CalMatrix

    0下载:
  2. 矩阵计算器,可以完成10*10及其以内矩阵的加法,减法,乘法,转置和求秩运算。-Matrix calculator, and can be completed within 10* 10 matrix addition, subtraction, multiplication, transpose and rank demand computing.
  3. 所属分类:ComboBox

    • 发布日期:2017-05-09
    • 文件大小:1764217
    • 提供者:Stella
  1. 00100

    0下载:
  2. 该程序利用C++实现了求稀疏矩阵的转置矩阵。整个程序运用了3次函数的调用。-The program using C++ Achieved for sparse matrix transpose matrix. Use of the whole process 3 times function call.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1028
    • 提供者:wly0236
  1. 2119

    0下载:
  2. 编写一函数,实现矩阵(N行N列)的转置(即行列互换)。-Write a function, realization matrix (N) do N the transpose (i.e. ranks swap).
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6000
    • 提供者:mou948915
  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. CPP117

    0下载:
  2. 利用Visual C++可视化编程环境来实现矩阵的转置、计数器的编写、质数的计算等功能。-Visual C++ using visual programming environment to implement the matrix transpose, the counter written, the calculation of the number of quality features
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:2240
    • 提供者:zhang8379156
  1. matrix

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

    • 发布日期:2017-04-13
    • 文件大小:2377
    • 提供者:袁亮
  1. Matrix

    0下载:
  2. 矩阵运算程序,可以实现矩阵的加、减、乘、转置、求行列式值、求逆等操作。-Matrix calculation program. This program can achieve a matrix addition, subtraction, multiplication, transpose, find the determinant, inverse operation, and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2521
    • 提供者:曹操
  1. ARRY_MULTIPLY

    0下载:
  2. 矩阵的转置代码,可以实现N阶矩阵的转置,并且实现矩阵乘法功能。-Matrix transpose code, can achieve N-matrix transpose and implement matrix multiplication function.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:吴中方
  1. HashTable

    0下载:
  2. vc2015下的MFC矩阵代码,可以进行加减乘运算和矩阵的转置-MFC matrix codes vc2015 under multiplication and addition and subtraction can be transposed matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4524949
    • 提供者:陈珠亮
  1. powerflow

    0下载:
  2. 电力系统潮流计算的源代码,通过雅各比矩阵的转置计算,适用于一个PV节点两个PQ节点-Power flow calculation of the source code, through the Jacob matrix transpose ratio calculation for a PV node two nodes PQ
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:4718
    • 提供者:齐士杰
  1. matrix

    0下载:
  2. 一个矩阵类,能完成所有矩阵的基本操作,如乘法、转置、数乘等等。-matrix,which can complete basic operation
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:269182
    • 提供者:钟学贤
  1. _Matrix

    0下载:
  2. 矩阵运算类,包含基本的矩阵乘法、转置、求逆、求行列式等功能-Basic function of matrix computation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2905
    • 提供者:LIANGLE
  1. translate

    0下载:
  2. 转置:通过m*n的矩阵,转置成一个n*m的矩阵,并求出其三元表 快速转置:通过第col列非零元个数,即当列第一个非零元所在位置求出其转置矩阵的三元表 -Matrix transpose transpose fast
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:15730
    • 提供者:karen
  1. SRC

    0下载:
  2. 文件读取,主要针对数据导入;矩阵计算,包含矩阵的加、减、乘及转置,求逆;-Read the file, mainly for data import matrix, including matrix addition, subtraction, multiplication and transpose, inverse
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:2683
    • 提供者:andy li
  1. 6

    0下载:
  2. 利用三元组存储的稀疏矩阵,三元组矩阵快速转置算法-Triples fast matrix transposition algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:li
  1. MatrixCalculatorVC

    0下载:
  2. 矩阵计算 在vc下实现矩阵的求逆、转置、相乘等计算-Matrix Calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:81920
    • 提供者:万欣
  1. MaC

    0下载:
  2. 矩阵计算 在vc下实现矩阵的求逆、转置、相乘等计算 -matrix calculated
  3. 所属分类:Algorithm

    • 发布日期:2017-12-16
    • 文件大小:65536
    • 提供者:万欣
  1. Matrix

    0下载:
  2. Matrix类为矩阵运算类,包括矩阵相乘、相加、相减、求负、转置、求逆、行列式等。-Matrix class for the matrix operation class, including matrix multiplication, addition, subtraction, seeking negative, transpose, inversion, determinant and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:风飞絮
  1. matlab_uvw

    0下载:
  2. matlab写的用来验证SBA算法中的雅克比矩阵J与其转置矩阵相乘得到的UVW矩阵是否正确的测试程序。-Matlab is used to verify the SBA algorithm in the Jacobian matrix J and its transposed matrix multiplied by the UVW matrix is the correct test program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:shen
« 1 2 ... 23 24 25 26 27 2829 30 »
搜珍网 www.dssz.com