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

搜索资源列表

  1. Chapter2

    0下载:
  2. 矩阵类,使运算简单,支持加减乘除,转秩,求逆-Matrices, the simple operation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2086138
    • 提供者:王孟
  1. MatrixExample

    0下载:
  2. 矩阵计算,基于VC++。NET的矩阵类的设计,包含了多个矩阵运算,但是还有些许功能不足,有需要的读者自己去进行加深学习-Matrix calculation, based on VC++. NET class design matrix, contains a number of matrix operations, but there is little function, and there is a need to deepen the reader to learn
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5480357
    • 提供者:liuyong
  1. CMatrix

    0下载:
  2. C++实现的矩阵类 集成了矩阵的一些基本运算 比如加减乘除,转置-C++ implementation of the Matrix class incorporates some of the basic matrix operations such as addition, subtraction, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:208136
    • 提供者:黄传辉
  1. Matrix

    0下载:
  2. 一个简单够用的矩阵类库,对于数值计算复杂度要求不是太高的情况是可用的-A simple enough matrix library, the computational complexity for numerical requirements are not too high is available
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2998
    • 提供者:小朱
  1. MatrixExample

    0下载:
  2. 矩阵类中各种方法的应用示例,包括矩阵的加、减、赋值、比较等-Matrices of various methods of application examples, including matrix addition, subtraction, assignment, comparison
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4689
    • 提供者:简艳
  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
    • 文件大小:50110464
    • 提供者:张静
  1. pcapcr

    0下载:
  2. 主成分分析(PCA)和主成分回归的(PCR)类,基于ZedGrapg和矩阵类库LinearAlgebra,用于模式识别分类和回归建模型,PCA类中增加基于Zedgraph类图显示,自动多类标识-Priciple Component Analysis and Priciple Component regression algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:118731
    • 提供者:pscong
  1. MyFirUploadSD

    0下载:
  2. 该源码的功能是利用用户的输入地面控制点和影像点坐标,利用最小二乘法思想最终迭代出影像的外方位元素,即摄影测量中的单幅影像后方交会。程序关键部分是在VS2010下,利用自定义的矩阵类实现的,能很好的体现出面向对象的思想。-The source function is the use of user input ground control points and image point coordinates, least-squares method using the final iterati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:125361
    • 提供者:黄翔翔
  1. CPPmatrix-class

    0下载:
  2. C++矩阵类,在编写有关矩阵运算的程序时可以调用此代码-C++ matrix classes, matrix operations in the preparation of the program can call this code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1721
    • 提供者:钱凌波
  1. CPP-Matrix-class

    0下载:
  2. c++矩阵类。实现了矩阵常用功能,很好的参考,也可以在此基础上进行扩展。-C++ Matrix class.Some common functions have been realized. It s a very good reference.And you can extend base on it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3174387
    • 提供者:quguanzheng
  1. CPPjuzhengyuanma

    0下载:
  2. C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:21231
    • 提供者:朱俊
  1. CMatrixTemplate

    0下载:
  2. 这是一个矩阵类模板的实例包括构造函数、拷贝构造函数和析构函数-This is a example of CMatrixTemplate including constructor function, destructor function and copy constructor function. You can learn a lot from it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1571
    • 提供者:登极士
  1. CommentMatrix

    0下载:
  2. 矩阵类库,包括各种各样的矩阵的运算方法,基本的运算和复杂的运算。-Matrix class library
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:95795
    • 提供者:sun
  1. Matrix

    0下载:
  2. 矩阵类文件,可以实现矩阵的加减乘除运算,以及矩阵求逆等,已验证非常好用。-The matrix class file, matrix addition and subtraction, multiplication and division can be achieved, as well as matrix inversion, proven very useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6466
    • 提供者:仇立成
  1. matrix

    0下载:
  2. c++数学应用的矩阵类, buffer 为矩阵数据缓存器类, matrix 为矩阵类。-c++ Matrix class of mathematical applications , buffer cache for the data matrix class matrix for the matrix class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:19254
    • 提供者:sun lin
  1. Matrix

    0下载:
  2. 个人原创代码:编写Java Application程序的方法,声明一个矩阵类Matrix,成员变量是一个二维数组,设数组元素类型为int,请设计方法: (1)构造方法: Matrix() //构造一个10X10个元素的矩阵,没有数据 Matrix(int n,int m) //构造一个nXm个元素的矩阵,数据由随机数产生 Matrix(int table[][]) //以一个整型的二维数组构造一个矩阵 要求使用 this (2) 实例方法: public void
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1344
    • 提供者:李瑞
  1. 1d

    0下载:
  2. 使用二维数组实现Matrix(矩阵)。定义Matrix(矩阵)类,要求实现两个矩阵的加、减、乘法,所有方法将返回操作后的结果矩阵。-Use a 2 d array realize Matrix (the Matrix).
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3817
    • 提供者:rs
  1. neural-network

    0下载:
  2. 基于神经网咯的文字识别系统,其中源代码是识别程序的,另一个是矩阵类库的。-Text recognition system based on neural networks, in which source code is the identification procedures, and the other is a matrix class library.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1084754
    • 提供者:carmelo
  1. Matrix

    0下载:
  2. 一个矩阵类,里面实现了矩阵的一些常用运算,并重载了运算符-a matrix class, which realizes some common computations in matrix and reloads some opperations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2662
    • 提供者:舒展
  1. Vector-and-Matrix-Template

    1下载:
  2. 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-08
    • 文件大小:5081
    • 提供者:sniperhu
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 45 »
搜珍网 www.dssz.com