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

搜索资源列表

  1. cmatrix

    0下载:
  2. 科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14.45kb
    • 提供者:王少卿
  1. 稀疏矩阵计算C++类SparseC++

    1下载:
  2. SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib + + can be used for cross-platform calculation of the effective sparse matrix calculation of the C + + class library , the package includes different store for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:245.47kb
    • 提供者:方正
  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.35kb
    • 提供者:陈冲
  1. SnakeMatrix

    0下载:
  2. 跟回旋矩阵类似,本程序为蛇行矩阵的输出, 通过建立四个方向标志控制矩阵的转向,矩阵为正方形的方阵-roundabout with a similar matrix, the process of hunting matrix output, through the establishment of four directional signs to control the matrix, the matrix of square matrices
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7.94kb
    • 提供者:lqyy1115
  1. matrixclass

    0下载:
  2. 矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量-matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.85kb
    • 提供者:程晓峰
  1. FundamentalMatrix

    0下载:
  2. 基础矩阵类的程序。使用OpenCV开发。-based matrices procedures. OpenCV use development.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.02kb
    • 提供者:向慧
  1. data_structure_short_path

    0下载:
  2. 根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,1,0,0, 1, 0,0,0,0,1,1,1,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:段保京
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:李昭明
  1. Cmatrixbyjoe

    1下载:
  2. 本人用C++编的矩阵类,可以方便实现矩阵的加减乘除运算-I use C + + series of matrices, to facilitate the realization of matrix arithmetic operations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.7kb
    • 提供者:乔木人
  1. qiujie

    0下载:
  2. 【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行乘以一个不为0的数 2. 将矩阵的一行加上另一行的倍数 3. 交换矩阵中两行的位置 - [ Question descr iption ] known system of linear equations AX=B, s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.4kb
    • 提供者:chao
  1. MatrixCalculator

    0下载:
  2. 矩阵类,封装了一些有关矩阵的运算-matrices, Packaging, a number of the matrix arithmetic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:62.38kb
    • 提供者:熊方勋
  1. matx_processor

    0下载:
  2. matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit matrices and state space models, and perform various kind of matrix analysis in a visible way. -Matlab matrix handling routines. A matrix processor,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:66.72kb
    • 提供者:mr.dang
  1. relationCal

    0下载:
  2. 计算一个以文本格式存储的矩阵的相关系数矩阵,包括例子数据。-calculated a text format to store the correlation coefficient matrix of matrices, including examples of data.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.13mb
    • 提供者:郭鹏
  1. Sparse Recovery Experiments with Sparse Matrices

    0下载:
  2. Sparse Recovery Experiments with Sparse Matrices
  3. 所属分类:matlab例程

    • 发布日期:2010-04-23
    • 文件大小:147.7kb
    • 提供者:s_sqhuang2
  1. CPP_MatrixProj

    0下载:
  2. 矩阵(Matrix)是一个数学概念,它具有以下行为: (1) 两个矩阵相加 (2) 两个矩阵相乘 (3) 一个矩阵转置 用面向对象编程思想实现-Matrix (Matrix) is a mathematical concept, it has the following acts: (1) the sum of two matrices (2) the two matrices (3) a matrix transpose thinking with the realizatio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:11.28kb
    • 提供者:廖龙云
  1. DYNPROG

    0下载:
  2. 动态规划方法是求解最优解的一种方法。用动态规划方法求解矩阵相乘。-Solving the dynamic programming method is a method of the optimal solution. Method using dynamic programming matrices.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:602byte
    • 提供者:workfuture
  1. Fast-Reliable-Algorithms-for-Matrices-with-Struct

    0下载:
  2. Fast Reliable Algorithms for Matrices with Structure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-09
    • 文件大小:15.71mb
    • 提供者:luis
  1. Deblurring-Images---Matrices--Spectra--and-Filter

    0下载:
  2. Deblurring Images - Matrices, Spectra, and Filtering
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:21.18kb
    • 提供者:TEJAS
  1. Deblurring-Images---Matrices--Spectra--and-Filter

    0下载:
  2. Deblurring Images - Matrices, Spectra, and Filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:13.25kb
    • 提供者:TEJAS
  1. Graphs-and-Matrices.m

    0下载:
  2. The source code for Graphs and Matrices
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:659byte
    • 提供者:djanggoo
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com