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

搜索资源列表

  1. LinearAlgebra

    0下载:
  2. 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:293444
    • 提供者:李昂
  1. matrix

    0下载:
  2. 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3302
    • 提供者:舞蛳
  1. matrix

    0下载:
  2. 基本矩阵运算,供数据结构课程学习。或相关学科-Basic matrix operations for data structure course. Or related disciplines
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:627
    • 提供者:lifan
  1. 1

    0下载:
  2. MATLAB 拥有大量的常用数学函数、工具箱,基本包括了现今数学、物理及工程应用领域的 常用函数,如能熟练掌握,无论在编程时间或程序量上,都远远低于Fortran、C 等高级语言,尤其在 处理矩阵和向量计算方面更具有无可比拟的优势。 我们在数学建模竞赛中,由于只有短短的三到四天,而论文的评判不仅注重计算的结果更注重模型 的创造性,比赛中把大量的时间花费在编写和调试程序上只会喧宾夺主,这是不值得的,这时使用 MATLAB 可以很大程度上的方便计算、节省时间,使我们将精力更多的放
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:104184
    • 提供者:kelly
  1. catadioptric_nine_pt_code

    0下载:
  2. 全景视觉(omnidirectional vision)的图像自标定方法-9点法求两幅全景图像间的基本矩阵。-Panoramic Vision (omnidirectional vision) images of self-calibration method-9 seeking two-point method of the fundamental matrix between panoramic images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:10979
    • 提供者:feilo
  1. 23456787654321

    0下载:
  2. 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9313
    • 提供者:土咩豆
  1. matrixcompress

    1下载:
  2. C语言实现矩阵压缩的小程序 掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。 基本要求: (1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储; (2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵; (3) 输入在原始矩阵中的位置,能够得出压缩后的位置; (4) 原始矩阵的行列数从键盘输入。 -C language implementation of small programs to master matrix comp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:1689
    • 提供者:123
  1. Toolbox_Fundamental_matrix

    0下载:
  2. 双目视觉,基本矩阵工具箱,外极几何。matlab代码,包含一些小算法-Stereo vision, fundamental matrix Toolbox.Epipolar Geometry
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5603297
    • 提供者:Young
  1. trifocal_tensor

    0下载:
  2. 计算机视觉中的三焦点张量以及基本矩阵的计算 -Computer Vision Trifocal Tensor and the calculation of the basic matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:77653
    • 提供者:cysong168
  1. 1

    0下载:
  2. 利用Matlab和SPSS软件实现聚类分析.运用Matlab中的一些基本矩阵计算方法,通过自己编程实现聚类算法-Matlab and SPSS software using cluster analysis. The use of Matlab, some of the fundamental matrix method, clustering algorithms, through their own programming
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:70366
    • 提供者:WANGFANG
  1. 090311

    0下载:
  2. mathematica中的构造基本向量和矩阵构造方法,方便初学者学习-the method of the constitution of basic matrix and calculous in mathematica,so easy for the starting student
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:75386
    • 提供者:dulijuan
  1. improveP8-point

    0下载:
  2. 这是一段改进的八点算法,用来求基本矩阵的,并且用matlab进行了实现-This is a modified eight algorithms used to find the fundamental matrix, and was realized with matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:793
    • 提供者:艾俊生
  1. Newton-rafer-Johnson-method

    0下载:
  2. 电力系统的牛顿-拉夫逊法潮流计算。 基本步骤: (1)形成节点导纳矩阵 (2)将各节点电压设初值U, (3)将节点初值代入相关求式,求出修正方程式的常数项向量 (4)将节点电压初值代入求式,求出雅可比矩阵元素 (5)求解修正方程,求修正向量 (6)求取节点电压的新值 (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步 (8)计算支路功率分布,P
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6182
    • 提供者:读几年
  1. juzhengsuanfa

    0下载:
  2. 矩阵算法包括加法、矩阵减法、矩阵乘法等基本四则运算-Matrix algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:980
    • 提供者:楚狂人
  1. F

    0下载:
  2. 计算机视觉中基本矩阵F估计的matlab程序,很有用-F fundamental matrix in computer vision estimates matlab program, very useful
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2159204
    • 提供者:魏春苗
  1. cluster-analysis

    0下载:
  2. 运用Matlab中的一些基本矩阵计算方法,通过自己编程实现聚类算法,在此只讨论根据最短距离规则聚类的方法。-The use of Matlab, some of the fundamental matrix method, clustering algorithms, through their own programming, in which only discuss the rules under the shortest distance clustering method.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:84290
    • 提供者:
  1. Hill-decryption

    0下载:
  2. 希尔密码(Hill Password)是运用基本矩阵论原理的替换密码,由Lester S. Hill在1929年发明。一串字母当成n维向量,跟一个n×n的矩阵相乘,再将得出的结果模26。注意用作加密的矩阵(即密钥矩阵)在必须是可逆的,否则就不可能译码。本算法中,明文长度必须为3的倍数-Hill encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:8655
    • 提供者:zhangyujie
  1. MATLAB-Common-Function

    1下载:
  2. MATLAB常用函数参考,包含了通用命令、运算符和特殊运算符、编程语言结构、基本矩阵函数和操作、基本数学函数、坐标变换、向量运算等特殊函数等常用函数的说明。-MATLAB function reference,it contains the common commands, operators and special operators, programming languages, basic matrix functions and operators, basic math functio
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:228790
    • 提供者:zhang yue
  1. fund

    0下载:
  2. 根据基本矩阵,求解本质矩阵进行3D重构...得到三维坐标点-According to the basic matrix, to solve the 3D reconstruction of essential matrix are three-dimensional coordinates of the points ...
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:602
    • 提供者:丽丽
  1. homework

    0下载:
  2. Matlab高级学习教程:熟悉基本矩阵运算、作图等便可开始此教程。-Matlab Advanced Learning Tutorial: familiar with the basic matrix operations, mapping, etc. can start this tutorial.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:283952
    • 提供者:Jim
« 1 2 34 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com