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

搜索资源列表

  1. szjs1

    1下载:
  2. 矩阵求逆的算法,比较完备,基本上可以求任何矩阵的逆-Matrix inversion algorithm, a more complete, is basically the inverse matrix for any
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:739byte
    • 提供者:zzz
  1. matrix

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

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

    0下载:
  2. 计算一个501×501带状矩阵的最大特征值、最小特征值、谱范数条件数和行列式值。內附完整的问题描述说明文档。-Calculating a 501 × 501 matrix band maximum eigenvalue, the smallest eigenvalue, spectral norm condition number and determinant values. Included a complete descr iption of the problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:282.26kb
    • 提供者:luckyxuexue
  1. MatEV

    0下载:
  2. 求解任意阶矩阵特征值的数值算法,并附有完整的算法流程和计算结果说明-Solving Arbitrary-order numerical matrix eigenvalue algorithm, along with the complete algorithm processes and calculation results show
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:248.82kb
    • 提供者:周周
  1. 4MUAV

    0下载:
  2. 对矩阵A约化为双对角线矩阵,然后计算出奇异值完成奇异分解。 -Of the matrix A reduces to two-diagonal matrix, and then calculate the complete singular value decomposition singular.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:段蒙
  1. hgshhgf

    0下载:
  2. 求矩阵特征值的fortran算法,代码,全集-Matrix eigenvalue fortran algorithms, code, Complete Works
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:17.93kb
    • 提供者:李强
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消去法是求解线性方程组的基础的重要方法,也是计算机上常用的解低阶稠密矩阵方程组的有效方法。,高斯消去法或称高斯-约当消去法,由高斯和约当得名(很多人将高斯消去作为完整的高斯-约当消去的前半部分),它是线性代数中的一个算法,用于决定线性方程组的解,决定矩阵的秩,以及决定可逆方矩阵的逆。当用于一个矩阵时,高斯消去产生“行消去梯形形式”。-Gaussian elimination is the basis for solving linear equations important way, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7.44kb
    • 提供者:天云
  1. matlab-Basicoperations

    0下载:
  2. 这是一个很完整的matlab的基本运算,包括数组运算、矩阵运算、复数运算、微积分、常微分运算等-This is a very complete matlab basic operations, including array operations, matrix operations, complex computing, calculus, ordinary differential operators, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2.8kb
    • 提供者:
  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. dist

    0下载:
  2. 开车从起始点A到目的地B的路线有多条。给你一张描述待选路线的表(n*n的矩阵A),让你找出行车距离最短的路线。表中表示了任意两个路口的连通情况,以及距离。矩阵元素a(i,j)=0表示路口i,j不连通,a(i,j)!=0表示路口i,j的行车距离。其中起始点A在路口1,目的地B在路口n 。完成源程序DIST.CPP中Dijkstra函数的编写。-A drive to the destination from a starting point a number of B' s line. Giv
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:556byte
    • 提供者:fuyuqi
  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. 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. 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
    • 提供者:袁亮
« 12 3 »
搜珍网 www.dssz.com