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

搜索资源列表

  1. matrix

    0下载:
  2. 基于51单片机4乘4矩阵键盘的扫描程序,易于移植-4 x 4 matrix keyboard scanning process, easy to transplant
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:12994
    • 提供者:hu
  1. matrix

    0下载:
  2. 在Visual DSP上实现5乘5矩阵的相乘。-In the Visual DSP to achieve five by five matrix multiplication.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:63124
    • 提供者:ldh
  1. QR_and_Least_Square_problems

    0下载:
  2. 如何对随机生成的矩阵进行QR分解和并利用QR分解解决最小二乘问题.-Use Householder reflector to compute the QR factorization of a randomly generated matrix and then solve the Least-Square problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1540
    • 提供者:独孤星
  1. Matrix

    0下载:
  2. 矩阵连乘:矩阵的连乘,利用动态规划算法解决次序问题-Matrix with x: a matrix of connection by using the dynamic programming algorithm to solve the order problem. .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:530
    • 提供者:王周利
  1. adaptive_filter

    0下载:
  2. 最小均方自适应滤波器(LMS)是由Widrow和Hoff在1960年始创,它是以横向(即抽头延时线)结构为基础构建的。其最基本的形式设计简单,性能也高度高效。这两个特性使得LMS滤波器在各种应用中非常流行。递归最小二乘自适应滤波器(RLS)由于可提供快收敛速率而且对输入信号相关矩阵特征值扩散度变化不敏感,从而突破了LMS族的某些实际限制;其代价是增加了计算的复杂度。-the LMS algorithm of adaptive filter
  3. 所属分类:其他行业

    • 发布日期:2013-12-05
    • 文件大小:1932
    • 提供者:
  1. Graphic

    0下载:
  2. 基于图模型的图像分割并行算法研究与实现,该方案通过网格划分来实现相似度矩阵的并行计算同时考虑到相似度矩阵的稀疏性和矩阵向量乘运算的内在并行性, 在该方案中本文设计并行算法来求解特征值问题在环境下的实验结果表明, 该并行方案是提高图模型分割方法实时性的有效途径.-Image segmentation based on graph model of parallel algorithm and implementation of the program through the mesh to ach
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:574980
    • 提供者:郭事业
  1. 20100420Matrix

    0下载:
  2. 使用动态规划算法计算矩阵连乘最佳加括号方式-Algorithm using dynamic programming matrix with by way of the best brackets
  3. 所属分类:Data structs

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

    0下载:
  2. 稀疏矩阵的运算,主要用于测试算法实现,矩阵由系统随机生成,由用户选择需要的操作,包括矩阵的加减乘运算,稀疏矩阵的输入形式采用“三元组”表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix operations, mainly for testing algorithms, matrix randomly generated by the system, select the desired operation by the user, including matrix a
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2243
    • 提供者:小伏
  1. SparseMatrix

    0下载:
  2. 用三元组实现的稀疏矩阵运算 用户输入正常矩阵 但存储为三元组 可以实现加,乘和转置三种运算-Achieved with a triple sparse matrix operations the user to enter the normal matrix, but storage can be achieved for the triple add, multiply, and transpose three kinds of operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:244356
    • 提供者:lijie
  1. FixMath

    0下载:
  2. VC++下面实现的矩阵定运算,采用定点数运算法则,包含基本的加减乘,求逆-VC++ to achieve the following set of matrix operations, using fixed point algorithms, including basic addition and subtraction, multiplication, inverse
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:324317
    • 提供者:李里
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. DP_MatrixChain

    0下载:
  2. 动态规划中,矩阵连乘的最少次数计算,利用VC++ 2008开发环境实现的代码源码。-Dynamic programming, the matrix with the minimum number of calculations by using the VC++ 2008 development environment to achieve the code source.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1201
    • 提供者:bj
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的运算程序。该设计程序的功能是由键盘输入稀疏矩阵中非零值的行标,列标和元素值构成的三元组顺序表,这样就确定了整个矩阵,再使两个矩阵以三元组表形式求和、差、乘积并将运行的结果输出,本程序主要用到的知识是以顺序表形式存储稀疏矩阵,再用链表对其进行操作,来通过三元组判断位置、非零值运算实现稀疏矩阵的加、减、乘等运算。-Sparse matrix computation program. The design process is the function of keyboard input s
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:116669
    • 提供者:zhuxinyu
  1. mimojihe

    1下载:
  2. mimo2乘2矩阵的仿真与应用,内有源码与注释源码,方便阅读理解-mimo2 by 2 matrix of simulation and application source code and comments within the source code to facilitate reading comprehension
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4255668
    • 提供者:要沣超
  1. matrix

    0下载:
  2. 设计一个支持矩阵加减乘运算的程序。设计一个具有三个主要功能模块(矩阵相加、矩阵相减、矩阵相乘)的矩阵运算系统。同时,为了配合矩阵运算的需要,该矩阵运算系统必须包含输入和输出矩阵的功能。-Modified design of a support matrix multiplication process. Design has three main functions of a module (matrix add, matrix subtraction, matrix multiplicatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1041
    • 提供者:huifeng07
  1. SparseMatrix

    0下载:
  2. 此为稀疏矩阵运算器,用数组实现,可实现矩阵的加减乘运算。-This is a sparse matrix solver, with an array of implementation, enabling the addition and subtraction matrix multiplication.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2133
    • 提供者:aa
  1. 12

    0下载:
  2. 矩阵的加、减、乘运算演示,将矩阵的加、减、乘运算算法制作成CAI演示软件,可读入数据,演示运算全过程,演示的每一步都要有对应的中文解释。 -Matrix addition, subtraction, multiplication presentation, the matrix of addition, subtraction, multiplication algorithm produced CAI presentation software, read into the data, sho
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:721
    • 提供者:飞扬
  1. DynamicProgramming

    1下载:
  2. 用递归法、动态规划法、备忘录方法实现矩阵连乘。-algorithms:Dynamic Programming in JAVA
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-12
    • 文件大小:5712
    • 提供者:龙腾
  1. 87

    0下载:
  2. 本设计以STC89C516RD+单片机为控制运算器,以8*6矩阵键盘控制,以12864ZB液晶显示,以9V电池供电。 对于此计算器我用了38个键的矩阵键盘,10个数字键,1个小数点键,1个正负键,4个常用运算键,1个等号键,1个清零键,1个第二功能键,4个三角函数运算键,4个常用公式键,还有8个其它功能键。此计算器与常用计算器无很大差别,其中四则运算、阶乘、百分比、平方、立方、组合、乘方、倒数都可以精确到十位 ,其它运算因为调用到C语言函数库,为浮点型,有效位只有7位。 -The des
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:78183
    • 提供者:huangyanfeng
  1. LianChengmatrix

    0下载:
  2. 计算矩阵连乘积需要的数乘次数最少的次数。 构成矩阵连乘积的最优解-Computing matrix multiplication with the product needs of the least number of times. Constitute a matrix with the optimal solution of the product
  3. 所属分类:source in ebook

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