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

搜索资源列表

  1. 2

    0下载:
  2. 定义了矩阵类并实现矩阵的加减乘除转置操作。是学习C语言二级指针的不错例子-Define and implement a matrix class subtraction, multiplication and division matrix transpose operation. Learning C language pointer two good examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:孙文
  1. abc

    0下载:
  2. 实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算 符“()”,用来返回矩阵元素的值。 -The realization of a real matrix class, which can add, subtract, multiply and assignment operators, and to override operator " ()" , is used to return the value of the matrix element.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1629229
    • 提供者:盘树广
  1. matrix

    0下载:
  2. 能够进行矩阵的常用操作,用重载运算符的方式使矩阵类的使用非常方便。-Matrix can be used to operate with overloaded operators a way that is very convenient to use matrices.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3011
    • 提供者:hhh
  1. Class_Matrix

    0下载:
  2. C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等 [matrixClass.rar] - 矩阵类:可运行矩阵间的加、减、乘以及除-C++ language plural and matrix arithmetic library, written in engineering software necessary. Including matrix multiply, add, multiply, inverse, etc. [matrixClass.rar]- Ma
  3. 所属分类:transportation applications

    • 发布日期:2017-05-14
    • 文件大小:3152140
    • 提供者:张利新
  1. 2-2

    0下载:
  2. OpenCV基础教程源代码 例2-2 功能: 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-OpenCV based tutorial source code in Example 2-2 Function: This program shows how to use C++ class to create and display an image, this C++ class definition in cx
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4322294
    • 提供者:杨润斌
  1. CPPMatrix

    0下载:
  2. 构造矩阵类,包括判断矩阵是否相等,矩阵相加、相减、相乘、相除等,很完整,可以作为矩阵处理的参考-Construct matrices, including judgment matrix are equal, matrix addition, subtraction, multiplication, division, etc., it is complete, can be used as a reference matrix processing
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:14872
    • 提供者:
  1. matrix

    0下载:
  2. 矩阵类小程序 方便实现矩阵的多种计算-Matrices to achieve a variety of small programs to facilitate the calculation of the matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1429
    • 提供者:feng
  1. VCPPCODErecognize

    0下载:
  2. 基于神经网络的文字识别系统 本目录主要包括:文档和两个源代 其中源代码是识别程序的,另一个是矩阵类库的。已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多。 -Neural network character recognitio
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:198276
    • 提供者:vinvinay
  1. matrix

    0下载:
  2. 自己写的一个矩阵类,实现矩阵的基本操作,转置,求逆,取一行或一列,等-To write a matrix class that implements the basic matrix operations, transpose, inverse, take a row or column, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1120958
    • 提供者:123
  1. Matrix

    0下载:
  2. openGL 自己实现矩阵类,其中包括实现 平移矩阵、任意轴旋转矩阵、缩放矩阵,以及矩阵的正交化、矩阵的代数余式、矩阵的逆、转置-openGL achieve their own matrices, including translational matrix arbitrary axis rotation matrix, scaling matrix, and the matrix of orthogonal matrix algebra I type, matrix inverse, tra
  3. 所属分类:OpenGL program

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

    0下载:
  2. 矩阵类模板Matrix<Type>是专门为线性代数中矩阵而设计的一个模板类,具体的函数声明与定义可以参见“matrix.h。见测试文件 matrix_test.cpp,功能如下: Matrix<Type> m 创建一个空矩阵 Matrix<Type> m2(m1) 创建矩阵 m2的拷贝 m1 Matrix<Type> m(r,c,x) 创建常数矩阵 Matrix<Type> m(r,c,a) 通过数组创建矩阵
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3724
    • 提供者:李金凤
  1. Mat_test

    0下载:
  2. 一个C++矩阵类,实现矩阵的基本操作和运算符的重载等功能-A C++ matrix class that implements matrix operations and basic features such as operator overloading
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:593485
    • 提供者:陈富彬
  1. gaussElim

    0下载:
  2. 这是一个用C++编写的矩阵类,含测试代码,供大家研究使用。实现了矩阵的创建、初始化、拷贝、赋值、乘法、加法、转置、求秩等运算,并给出了利用高斯消去法进行求逆、解线性方程组等功能。也可再次扩展。-Self defined C++ matrix class for everyone to use. To achieve the creation of the matrix, initialize, copy, assignment, multiplication, addition, transpo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4189
    • 提供者:李刚
  1. juzhen

    0下载:
  2. 实现一个矩阵类Matrix,要求能实现常用的矩阵运算如拷贝、加减乘、转置、查询或修 改某个矩阵元数的值。-Implement a matrix class Matrix, required to achieve the common matrix operations such as copy, subtraction, multiplication, transpose, query, or repair Number of matrix elements of a value ch
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1639
    • 提供者:汤广宇
  1. juzhenlei

    0下载:
  2. 实现一个矩阵类Matrix,要求能实现常用的矩阵运算如拷贝、加减乘、转置、查询或修 改某个矩阵元数的值。-Implement a matrix class Matrix, required to achieve the common matrix operations such as copy, subtraction, multiplication, transpose, query, or repair Number of matrix elements of a value ch
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1487
    • 提供者:汤广宇
  1. Matrix

    0下载:
  2. 实现矩阵的基本算法,设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,-Realize the basic algorithm of matrix
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4725
    • 提供者:heweiyi
  1. Matrix

    0下载:
  2. 矩阵类,内有各种各样的函数,也包含一些常用的运算,比如行列式,迹,高斯消元-Matrix Class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:361738
    • 提供者:
  1. juzhen

    0下载:
  2. 用面向对象的方式来实现矩阵的加减乘法,必须有矩阵类和调用类和主类-Object-oriented approach to achieve matrix multiplication and subtraction, there must be a matrix class and call the class and master classes
  3. 所属分类:Applet

    • 发布日期:2017-04-17
    • 文件大小:123711
    • 提供者:zhuwenjing
  1. Matrix

    0下载:
  2. C++写的一个矩阵类,可以实现加减乘运算,希望对大家有帮助-a matrix class written by C++ ,support + - *, hope to help you
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:9507
    • 提供者:王同晖
  1. VCMATH

    0下载:
  2. 数学常用算法,矩阵类的实现包括四则运算,求逆,转置,线性方程组的解法计算等。-the usual math algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:52025
    • 提供者:秦伟
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 45 »
搜珍网 www.dssz.com