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

搜索资源列表

  1. matrix

    0下载:
  2. 一个通用的矩阵综合算法;能实现加、减、乘、转置以及初始化设置功能(大小和初值)。-A common matrix integrated algorithm to achieve add, subtract, multiply, transpose function, as well as initialization settings (the size and initial value).
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-16
    • 文件大小:2422
    • 提供者:赵君
  1. stateestimation

    0下载:
  2. 状态估计优秀硕士论文,提出了一种基于分块雅可比矩阵的加权最小二乘估计算法;提出了潮流岛状态变量的概念,用潮流岛的状态变量代替岛内所有节点的状态变量-State estimation for outstanding master
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:456619
    • 提供者:gujienew
  1. juzhengliancheng

    0下载:
  2. 它建立在最优原则的基础上,采用动态规划方法,可以优雅而高效地解决许多用贪心技术或分治技术无法解决的问题。因此,动态规划技术越来越成为解决许多重要的应用问题的关键技术。矩阵连乘。-It builds on the optimal basis of the principles, using dynamic programming methods, can be elegant and efficient solution to many greedy technology or using tec
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:8129
    • 提供者:liu
  1. matrixChain

    0下载:
  2. 问 题:矩阵连乘问题 描 述:给定n个矩阵{A1,A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1.考察这n个矩阵的连乘积A1A2...An。矩阵A 和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。 编程任务:对于给定的相继n个矩阵{A1,A2, ..., An }及其维数,编程计算矩阵连乘积A1A2...An 需要的最少数乘次数。 -Question:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:14586
    • 提供者:Katherine
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的转置相加与相乘,已经通过编译与实现,数据结构的课程设计,加乘转置功能很全!-Sparse matrix transpose sum and multiplication, has been adopted and implementation of compilers, data structure of curriculum design, transpose function increases by a very wide!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7669
    • 提供者:wxg
  1. addmin

    0下载:
  2. 数据结构程序,稀疏矩阵运算器,可进行矩阵的加,减,乘运算。运行无误!-Procedures for data structure, sparse matrix computation, and can be matrix addition, subtraction, multiplication. Running correctly!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2722
    • 提供者:李炜
  1. Resource

    0下载:
  2. 一个MFC的矩阵计算程序,我自己写的代码,可以实现加减乘-MFC matrix a computer program written by my own code, can be achieved by addition and subtraction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:44431
    • 提供者:tzy
  1. Matrix

    0下载:
  2. 矩阵综合运算,包括加减数乘,矩阵相乘,矩阵求逆。-Matrix integrated computing, including a few by addition and subtraction, matrix multiplication, matrix inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:bbr
  1. dotproduct

    0下载:
  2. 矩阵点乘,调试可用。 矩阵点乘,调试可用。-dot product
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2090
    • 提供者:zhaozong
  1. ss

    0下载:
  2. 设计一个支持矩阵加减乘运算的程序。 比较简单啊 -Supporting the design of a matrix multiplication procedure for addition and subtraction. Ha ha ah relatively simple
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:df
  1. DPexamples

    0下载:
  2. 动态规划分析例子,实用ACM教程:矩阵连乘,LCR,基因函数等-Examples of dynamic programming analysis, practical tutorials ACM: even by matrix, LCR, such as gene function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:215677
    • 提供者:natalie
  1. matrix

    0下载:
  2. c 编写的矩阵运算包括加减乘,很简单但实用-matrix caculate for visual c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:85504
    • 提供者:黄绩
  1. 3

    0下载:
  2. 输入矩阵--矩阵加--乘--行列式--矩阵伴随--转置--逆-Enter the Matrix- Matrix plus- x- Determinant- matrix with- to home- against the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:297912
    • 提供者:张寒
  1. matrix

    0下载:
  2. /*** *** *** *** *** *** *** *** *** *** *** *** ****/ /*题目:矩阵加减乘演示*****/ /*作者:vc99 writed for c bar***/ /*日期:***/ /*简介:本演示引入第三个矩阵来保存运算结果,以达到连续运算的目的。***/ -/****************************************************************************//* Ti
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:718
    • 提供者:li
  1. Matrixmultiplication

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2 ,…,n-1。如何确定计算矩阵连乘积的计算次序,使得依此次序计算矩阵连乘积需要的数乘次数最少。-N matrix of a given (A1, A2, ..., An), which Ai and Ai+1 is the take, i = 1,2, ..., n-1. How to determine the calculation of the matrix product of the calculation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:676
    • 提供者:gaozi1012
  1. jsq

    0下载:
  2. 单片机液晶秒表计算器完整修改版本 可以实现两种功能的切换,其他功能自行对照代码研究。4*4矩阵键盘,第一排前三列是实现小时\分钟\秒的加.第二排前三列是实现小时\分钟\秒的减.当然还可以通过设置矩阵键盘的键值,来实现加\减\乘\除四则运算,由数码管显示参与运算的数字以及最终的运算结果-Single-chip LCD calculator stopwatch can complete a modified version of the switch to achieve two func
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1835
    • 提供者:吴方明
  1. matrixvectormul

    0下载:
  2. matrixvectormul.c “矩阵向量乘”-matrixvectormul.c " vector by matrix"
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:966
    • 提供者:zgRen
  1. mat

    0下载:
  2. 实现常用的矩阵运算,包括矩阵加,减,乘,除,还有矩阵求逆。-The achievement of common matrix calculation, including the matrix add, subtract, multiply, divide, as well as matrix inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3427
    • 提供者:jackie
  1. Memoized_Matrix_Chain

    0下载:
  2. 数组链乘备忘录法,用来有效的解决多个矩阵相乘优化算法-Memorandum of law by an array of links to a number of effective solutions to optimize matrix multiplication algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:338088
    • 提供者:fish
  1. Introduction_to_Algorithm

    0下载:
  2. 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14841
    • 提供者:xichen
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com