搜索资源列表

  1. MatrixClass

    0下载:
  2. 矩阵类:可运行矩阵间的加、减、乘以及矩阵与数的点乘;可计算矩阵的转置、秩、行列式、逆;其中求解矩阵逆用到了经典的高斯算法;求解行列式以及秩运用的是消元法。-Matrix categories: to run between matrix add, subtract, multiply, and matrix and the number of points x computable matrix transpose, rank, de
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:兰军
  1. chengxu

    0下载:
  2. 用vc++求解五阶矩阵的算法代码,可以用于图像处理的最小二乘法椭圆拟合曲线-With vc++ Solving fifth-order matrix algorithm code can be used for image processing of the least squares ellipse fitting curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王里
  1. Csharpmatrix

    0下载:
  2. 用于矩阵的各种运算,有加、减、乘求逆等。难能可贵的是其是用C#编写的。-Matrix for a variety of computing, has add, subtract, multiply, etc. inversion. Valuable use of its C# Prepared.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:250880
    • 提供者:huanghuazhan
  1. Matrix

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,则可以依此次序反复调用2个矩阵相乘的标准算法(有改进的方法,这里不考虑)计算出矩阵连乘积。若A是一个p×q矩阵,B是一个q×r矩阵,则计算其乘积C=AB的标准算法中,需要
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王旺
  1. Matrix

    0下载:
  2. 能完成矩阵的基本操作(加,减,乘,除,转置,求逆等)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:avinor
  1. MatrixChain

    0下载:
  2. 矩阵连乘的经典问题.给顶一系列的矩阵,要求它们的乘积.由于矩阵乘法满足结合律,因此不同的结合将导致不同的效率,本程序寻求一个最佳的矩阵结合,使之获得最高的运算效率-Matrix even by the classic problems. To the top of a series of matrices, their product requirements. As a result of matrix multiplication
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:Lotus Year
  1. matrix

    0下载:
  2. 实现矩阵加、减、乘和求逆的C++程序,本人已经调试过,运行良好!-Realize matrix add, subtract, multiply and inverse the C++ Procedures, I have been debugging, and running well!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:278528
    • 提供者:刘小
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵程序,可执行稀疏矩阵的加减乘运算,采用三元组输入矩阵,结果正确-Sparse matrix procedures, executable sparse matrix addition and subtraction, multiplication, using triple input matrix, the results of the correct
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:韩飞
  1. matrix

    0下载:
  2. 一个小型矩阵计算器 可视化界面 可以计算矩阵的加减乘和数乘-A small visual interface matrix calculator can calculate the matrix by the addition and subtraction by several
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:朱钰
  1. xishujuzhen

    0下载:
  2. 矩阵运算程序: 用三元组实现稀疏矩阵的 加 减 乘和转置运算-Matrix calculation procedures: using triple realize the addition and subtraction by sparse matrix transpose operator and
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:lijie
  1. juzhencheng

    0下载:
  2. 用汇编编写的矩阵乘源代码,可以在WinDLX下运行-Matrix prepared by the compilation by the source code, you can run WinDLX
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:nian
  1. matrix_multiply

    0下载:
  2. 一个计算矩阵乘的程序,程序很简单,请大家帮忙检查下-Matrix by a calculation procedure, the procedure is very simple, please help to check under the
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李永刚
  1. matrixvector

    0下载:
  2. 实现矩阵乘的并行算法源程序,拿来与大家分享-Matrix by the realization of the parallel algorithm source code, used to share with you
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:asdfasdf
  1. 42

    0下载:
  2. 矩阵连乘的括号画分,是算法分析与设计书里的源代码。-Matrix even by sub-brackets painting is algorithm analysis and design of the book
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:241664
    • 提供者:L
  1. lubangxingdetuxiangpinjie

    0下载:
  2. 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:160768
    • 提供者:王钰
  1. Matrix

    0下载:
  2. 矩阵类库源码,加、减、乘、行列式等,绝多是方便有用的工具!-Matrix class library source code, add, subtract, multiply, determinant, etc., must be convenient and more useful tool!
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:guanshan
  1. Matrix

    0下载:
  2. C#的程序,已经做好的了,就一简单的C#矩阵连乘的小程序,连界面程序源码都在的了-C# Procedures have been carried out of the, on a simple C# Matrix even by a small program, and even source interface procedures are of the
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:214016
    • 提供者:
  1. Fac3_1_1

    0下载:
  2. 矩阵连乘问题递归直接计算法,原自王晓东算法设计,该程序已调通-Recursive Matrix even by the issue of direct calculation method, the original self-Xiaodong algorithm design, the program has been transferred Qualcomm
  3. 所属分类:Audio

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ss
  1. Matrix_Leastsquare

    0下载:
  2. C#编写,包括两个类:矩阵运算,根据布尔莎模型通过最小二乘法计算七参数-C# Prepared, including two categories: matrix operations, according to Bursa model through the least squares method to calculate the seven parameters
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:watson
  1. m12_3

    0下载:
  2. 为了改善噪声e(k)为有色噪声模型的系统参数估计的统计特性,提出了一种增广矩阵的方法,称为增广最小二乘算法,MATLAB实现范例-In order to improve the noise e (k) for the colored noise model of the system parameters estimated statistical characteristics, an Augmented Matrix method,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:冷强
« 1 2 3 4 5 67 8 9 10 11 ... 33 »

源码中国 www.ymcn.org