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

搜索资源列表

  1. alglib-3.4.0.cpp

    0下载:
  2. 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:房子
  1. fixed_vec_mat

    0下载:
  2. This the cpp file for basic fixed size matrix operations etc. -This is the cpp file for basic fixed size matrix operations etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3.32kb
    • 提供者:bharath
  1. Matrix

    2下载:
  2. 矩阵类的C++实现!可直接运行!Matrix.cpp Matrix.h-Matrix.cpp Matrix.h
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-06
    • 文件大小:6.11kb
    • 提供者:竹林英客
  1. alglib-2.5.0.cpp

    0下载:
  2. alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1020.79kb
    • 提供者:Cheng
  1. main.cpp

    0下载:
  2. 消元法解正三角三角阵方程组的小程序 使用时用VS2005打开,把后缀改为.cpp文件即可-Elimination method for solving triangular matrix equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:614byte
    • 提供者:gy
  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. ANT.CPP

    0下载:
  2. C++ Implementation of Ant Colony Optimization Program.This uses a Cost matrix to Calculate the Shortest path from a number of Cities.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:Prasenjit Nag
  1. cPP

    0下载:
  2. 解析空中三角测量的迭代运算,包括矩阵转置,矩阵求逆,矩阵相乘等关键运算-Resolution aerial triangulation of the iteration, including matrix transpose, matrix inversion, matrix multiplication and other key operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.75kb
    • 提供者:刁建树
  1. CPP

    0下载:
  2. 这是一个多态矩阵类,包含了矩阵的一些基本功能:矩阵之间的加、减、乘,矩阵的数乘还重载了矩阵的显示函数“<<”。-This is a multi-state matrices, including some of the basic functions of a matrix: matrix between addition, subtraction, multiplication, matrix multiplication is also overloading the matri
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:47.79mb
    • 提供者:张静
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1.03mb
    • 提供者:wuzw
  1. cPP-matlab

    0下载:
  2. 应用于电力系统最优运行。 是C++与matlab相结合的源码程序,充分利用了matlab长于矩阵处理的优势。 程序实现了运筹学中的单纯形算法。-This procedure can be used for the optimal operation of the power system which combines C++ and matlab, and makes the most of matlab for matrix operations. The source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.59kb
    • 提供者:刘搏
  1. CPP

    0下载:
  2. 完成稀疏矩阵的各种运算;加法:可以完成加法的情况下分别对每行处理,如果非零员的列标小则在插入之,相同则完成加法运算,如果结果非零则插入。否则继续下一个飞灵员的处理。最后把没有处理的全部插入。 减法:可以完成减法的情况下,把非零员都变反,再调用加法运算。 乘法,在可以进行乘法的情况下,分别对每行处理:列如:如果M的第一行的第一个和最后一个非零,则把第一个和最后一个分别和N的第一行和最后一行的非零员相乘。得到的结果保存在相应的位置上,再处理下行。把结果在相同位置上的相加。最后用稀疏矩阵的存储
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.98kb
    • 提供者:
  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. sparse-matrix-operations-in-CPP

    0下载:
  2. 用C++实现的稀疏矩阵运算,里面包含了代码的实现和说明文档-It s a realization of sparse matrix operations in C++, it contains the implementation code and documentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:226.34kb
    • 提供者:Jason
  1. CPP-Matrix

    0下载:
  2. C++数字计算的积分算法,实现了最高效的积分求解公式,测试通过,欢迎使用-C++ digital computing integration algorithm, to achieve the most efficient formula to solve integration, test, welcome
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:939byte
    • 提供者:
  1. CPP

    0下载:
  2. 求解数值问题包括一些定理和推论,科学工程中的方法应用,诸如矩阵运算,微积分求解实际问题等等实际工程问题都已经用C++语言编程模块。方便使用-Solving numerical problems, including some theorems and corollaries, scientific engineering methods applications, matrix operations, calculus to solve practical problems and so pra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:235.94kb
    • 提供者:杜小许
  1. 1153304_4_1_(1).cpp

    0下载:
  2. 根据高斯和高斯列主元消元的数值计算方法,编写C++程序,来求解一般矩阵方程的计算及其相关运算。-According to Gauss and out PCA Gaussian elimination numerical methods, the preparation of C++ program to solve the general matrix equation calculations and related operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:975byte
    • 提供者:小哈
  1. 1153304_4_2.cpp

    0下载:
  2. A是n阶对称正定矩阵,改程序是目的是求A的逆矩阵,并用A的逆矩阵冲掉A。-A is a symmetric positive definite matrix of order n, the reform process is the goal is to find the inverse of A, and use the inverse matrix A flush A.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:607byte
    • 提供者:小哈
  1. 1153304_4_6.cpp

    0下载:
  2. 本程序是运用共轭梯度法的数值计算方法来求解正定对称矩阵方程。-This procedure is to use the conjugate gradient method numerical method to solve symmetric positive definite matrix equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:953byte
    • 提供者:小哈
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30kb
    • 提供者:东篱
搜珍网 www.dssz.com