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

搜索资源列表

  1. matrix

    0下载:
  2. 定义矩阵类的构造函数及实现; 求矩阵元素最大值; 求矩阵元素最小值; 析构造函数;-Define matrix type of structure function and realization For maximum matrix element For matrix element minimum Analysis structure functions
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-10
    • 文件大小:1205
    • 提供者:崔雯
  1. file3

    0下载:
  2. 自己创建矩阵类,可以实现矩阵加法、减法 数乘、乘法、除法等。 -Building matrix class automatically which can achieve add,subtraction,multiply between matrix and matrix
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:2376
    • 提供者:来燃
  1. Matrix

    0下载:
  2. 矩阵类,里面包含了矩阵的普通运算,以及其他的函数-Matrix class, which contains a matrix of ordinary arithmetic, as well as other functions
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:396376
    • 提供者:xianli
  1. MAT

    0下载:
  2. 一个矩阵类,可实现简单的矩阵计算,比如求逆,相乘。-A matrix class, simple matrix calculation, such as inversion multiplying.
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:7628
    • 提供者:陶山
  1. juzhenleiuku

    0下载:
  2. 在VC平台下编写的一个简单易用的矩阵类库的源代码-The VC platform written in a simple and easy-to-use matrix class library source code
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:1155489
    • 提供者:林果
  1. BPNetRecognition

    0下载:
  2. 源代码code是识别程序的,源代码mat是矩阵类库的。 已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多。-The source code code identification procedures, source code m
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:200975
    • 提供者:高翔飞
  1. Matrix

    0下载:
  2. 一个矩阵类,包括了矩阵的加减法乘法运算,输入输出等成员函数,适合初学者理解面向对象-A matrix of categories, including the addition and subtraction of the matrix multiplication, input and output member function, suitable for beginners to understand object-oriented
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:4439875
    • 提供者:tan
  1. HyperspectralDetection

    0下载:
  2. VC++实现的高光谱图像RX,正则化RX,CEM,单位化CEM及样本加权CEM算法。 程序中有自己封装的矩阵类。 程序使用opencv显示结果。-The hyperspectral images RX achieve VC++ regular RX, CEM, of unitised CEM and sample weighted CEM algorithm. Program in their package matrices. Using opencv program displays
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:2424160
    • 提供者:冯木矛木
  1. HyperspectralDetection_NoTemplate

    0下载:
  2. VC++编程实现的高光谱图像处理算法,包括RX ,正则化RX,CEM,单位化CEM和样本加权CEM。 程序中封装了矩阵类,这次封装没有使用模板类,可以减小程序体积。-Hyperspectral image processing algorithms the VC++ programming, including RX is the RX, CEM, the unitised CEM and sample weighted CEM. Program encapsulated in a matr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:2425919
    • 提供者:冯木矛木
  1. Matrix

    0下载:
  2. 可直接应用于计算的矩阵类库Matrix。上手简单效率较高。-Class Library matrix can be directly used to calculate the matrix. Started simple efficient.
  3. 所属分类:Fractal program

    • 发布日期:2017-11-14
    • 文件大小:7074
    • 提供者:blacktavernboss
  1. Matrix

    0下载:
  2. 此代码为C++的一个矩阵类,实现了矩阵的相加,想成,行列式,转置等一些基本运算-This code is C++ a matrix class that implements the matrix together, think of, determinant, transpose and some other basic operations
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:4968
    • 提供者:chenguifang
  1. juzhen

    0下载:
  2. 关于矩阵类加减乘除的相关实现的源代码,希望对大家有所帮助-Math on the correlation matrix class to achieve the source code, we hope to help
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:25664
    • 提供者:xiaoli
  1. SparseMatrix.tar

    0下载:
  2. 自己写的稀疏矩阵类,包括存储、访问以及基本的数学运算,希望大家批评指正!-Sparse matrix classes, including storage, access, and basic mathematical operations, we hope to criticism!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:31669
    • 提供者:阿杜
  1. Matrix

    0下载:
  2. 一个用java语言编写的矩阵类,可以实现基本的矩阵操作,包括加减乘除,转置求逆等等。-A matrix with java language classes, you can achieve the basic matrix operations, including addition, subtraction, transpose inverse and so on.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:5523
    • 提供者:zhangt
  1. Array-Class

    0下载:
  2. 这是一个实矩阵类,矩阵大小可更改 (1)矩阵的加、减、数乘和乘等运算; (2)矩阵的转置运算; (3)矩阵列向量的最大值与最小值; (4)矩阵列向量的内积运算,范数; (5)方阵的特征值与特征向量。-This is a real matrix type, matrix size can be changed (1) matrix addition, subtraction, multiplication and multiplication and other operati
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:29968
    • 提供者:sunshine
  1. exp2

    0下载:
  2. 学习和掌握运算符重载,理解异常处理机制。 实验内容:   (1)编程实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算符“()”,用来返回矩阵元素的值。 (2)该类还要支持异常处理机制,能够处理可能的非法矩阵操作。-Learn and master operator overloading, understanding exception handling mechanism. Experiment: (a) programming a real matrix cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1216640
    • 提供者:wu
  1. MatrixExample

    0下载:
  2. 利用C++编写的矩阵类,实现矩阵的四则运算以及矩阵的求逆,转置等等,封装成类,使用方便-Prepared using the C++ matrix classes that implement the four matrix operations and matrix inversion, transpose, etc., packaged into a class, easy to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11341402
    • 提供者:后腾辉
  1. Matrix

    0下载:
  2. 创建一个矩阵类,完成矩阵的输入、输出、查找最大值等功能-Create a matrix class, completed matrix of input, output, find the maximum value function
  3. 所属分类:JavaScript

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

    0下载:
  2. 模版矩阵类,包括常用的计算和操作,解方程用的高斯消元,常规的LU分解,只是功能尚未完善,待续-Template matrix class, including the commonly used calculations and operations, solving equations using Gaussian elimination, LU decomposition routine, but function is not perfect, to be continued ......
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4995
    • 提供者:将建军
  1. 灰度共生矩阵纹理

    0下载:
  2. 用滑动窗口中图像的灰度共生矩阵进行简单的2类纹理的分割.-sliding window of the gray image symbiotic matrix simple two types of texture segmentation.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1697
    • 提供者:安德森
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 45 »
搜珍网 www.dssz.com