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

搜索资源列表

  1. 用opencv类库两副图像的特征点匹配

    6下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
  3. 所属分类:图形图象

    • 发布日期:2016-01-25
    • 文件大小:15229396
    • 提供者:star
  1. C++程序用类来实现矩阵

    7下载:
  2. 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组;  输入,可以从cin中输入矩阵元素;  输出,将矩阵格式化输出到cout;  矩阵相加的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-24
    • 文件大小:1330
    • 提供者:李伟
  1. CLapack_3_0

    1下载:
  2. 提供矩阵类的函数库,功能强大,包含有可解矩阵方程,基本矩阵运算等功能。-Provided matrix class library, powerful, contains a solvable matrix equation, the basic matrix operations and other functions.
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25376682
    • 提供者:张斌
  1. MATRIX1

    0下载:
  2. 针对矩阵类的编程,可以实现矩阵的相加,转置,相乘,单位阵,随机阵等。-For matrix-type programming, you can achieve the sum of matrices, transpose, multiplication, unit patches, such as a random array.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:15314
    • 提供者:方奎
  1. ImageTransformationSamp

    0下载:
  2. 图像变形函数使用,利用矩阵类变换图像,可以作为变形参考-The use of image morphing function, the use of matrices transform images, can be used as a reference deformation
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:79389
    • 提供者:孙洪颖
  1. TheexampleofMatrixcalculate

    0下载:
  2. 各种矩阵算法的综合,应该会对大家有帮助,因为IDL本身的有点就是处理大型矩阵类的数据-A variety of matrix algorithms General, it should be will have to help everybody, because IDL itself is a little deal with large matrices of data
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:88727
    • 提供者:张祥志
  1. FuzzyMatrix

    0下载:
  2. 模糊矩阵类 可以根据不同的模糊算子计算模糊矩阵的并运算C=A∪B,交运算 C=A∩B,求余运算 C=1-A 等-Fuzzy matrices based on different fuzzy operator and calculation of fuzzy matrix operation C = A ∪ B, cross-operator C = A ∩ B, for more than computing C = 1-A, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2322
    • 提供者:麦子
  1. Matrix

    0下载:
  2. VC矩阵类的编写,其中包括矩阵创建,矩阵运算-VC prepared matrices, including the creation of matrix, matrix operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:733
    • 提供者:刘石
  1. matrix4

    0下载:
  2. 四乘四矩阵类 在三维模型几何变换过程使用 方便多次变换的级联-the 4*4 matrix class
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2515
    • 提供者:zy liu
  1. CS-Matrix

    0下载:
  2. CS 矩阵类库 matrix library in csharp-matrix library in csharp
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:171286
    • 提供者:刘先生
  1. CMathArray

    0下载:
  2. 在vc6.0z中开发的数学矩阵类,用来操控矩阵相关编程,功能还待完善,但一定程度上,是我们不用再去搞C++与matlab的混编-to control simple calculation works in mathmetical array works with compile language just based c++ in the vc6.0 enviroment.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5538
    • 提供者:zhangjintao
  1. Matrix_written_In_CSharp

    0下载:
  2. 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:11605
    • 提供者:mliang
  1. matlab模糊聚类算法

    5下载:
  2. 可以方便地实现聚类分析 实际运用时对主程序矩阵赋值即可
  3. 所属分类:matlab例程

  1. Matrix

    2下载:
  2. 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:11264
    • 提供者:sunguang216
  1. EigenTest

    0下载:
  2. C++矩阵处理工具——Eigen3工具包,其内部封装了很多矩阵类,可以在C++环境轻松进行矩阵处理(与操作系统无关,window,linux均可)。(C++ matrix processing tool - Eigen3 toolkit, which encapsulates a lot of matrix classes, can be easily carried out in the C++ environment matrix processing (unrelated to the o
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:4883456
    • 提供者:naruto1992
  1. 最优聚类数

    1下载:
  2. 运用matlab软件可实现矩阵的最优聚类数的计算(Using matlab software can realize the matrix calculation of the optimal number of clusters)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:50176
    • 提供者:xie1
  1. 矩阵运算

    0下载:
  2. 本类包含常见的矩阵运算,如加减乘取逆等运算(Common matrix operations, such as addition and subtraction, multiplication and multiplication, etc.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:bbmmss
  1. 2

    1下载:
  2. 编写一个 类名: Matrix 数据成员:行数,列数,矩阵数组(或指针) 包含功能:1)构造和复制构造函数,析构函数; 2)显示矩阵内容; 3)修改矩阵中某位的值(位置为参数); 4)求矩阵中某行的和(行数为参数); 5)求矩阵中某列的和(列数为参数); 6)求矩阵中的最大,最小值; 7)在主函数中测试;(Write one Class name: Matrix Data members: row number, column number,
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:888832
    • 提供者:Arrowk
  1. C++矩阵运算类库(很实用)

    0下载:
  2. 该资料是使用c++语言实现矩阵运算类的运算过程,代码完整,可以完成调用,非常适合初学者学习(The information is the use of c++ language to achieve matrix operation class operation process, code integrity, can complete the call, very suitable for beginners to learn.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:20480
    • 提供者:Bigstrong
  1. FCM聚类算法

    4下载:
  2. 基于矩阵模块化模糊聚类的图像分割,里面包括源代码,以及实验前后的图片(Image segmentation based on matrix modularized fuzzy clustering)
  3. 所属分类:其他

    • 发布日期:2019-02-19
    • 文件大小:909312
    • 提供者:巴黎无梦
« 1 23 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com