CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Matrix chain multiplication

搜索资源列表

  1. crosslink

    0下载:
  2. 本程序是用十字链表来存储矩阵并实现两个矩阵的相乘-this procedure is used to store Chain Cross Matrix and achieve the matrix multiplication 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7582
    • 提供者:罗火光
  1. matrix_mult

    0下载:
  2. 矩阵链的相乘的源代码,采用动态归还算法求解得到最优解。-chain matrix multiplication of the source code, the return of dynamic algorithm to obtain the optimal solution.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:李明
  1. Matrix_Chain

    0下载:
  2. 求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:903
    • 提供者:韩希先
  1. report+of+Algorithm

    0下载:
  2. 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge So
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:28952
    • 提供者:苏宁
  1. MCM

    0下载:
  2. Matrix chain multiplication
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:767
    • 提供者:kilroy
  1. juzhenliancheng

    0下载:
  2. 动态规划中的矩阵链乘。。有需要的可以看下-Dynamic programming matrix-chain multiplication. . Need may have a look
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:703
    • 提供者:zhang peng
  1. Matrix-Chain_JAVA

    0下载:
  2. Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1277
    • 提供者:Justas
  1. zoj-1094

    0下载:
  2. zoj的ACM模拟测试题,第1094道:矩阵链乘 测试时为0ms通过-The ACM test of zoj,1094:Matrix Chain Multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:9026
    • 提供者:mzdbskipop
  1. The-matrix-the-chain-multiplication-

    0下载:
  2. 运用动态规划思想,解决矩阵链最优算法问题。-The use of dynamic programming to solve the problem of the optimal matrix chain algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:707
    • 提供者:吕子乔
  1. shizilianbiao

    0下载:
  2. 稀疏矩阵计算的十字链表法,转置,加法,乘法-Cross Chain sparse matrix computation method, transpose, addition, multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1473
    • 提供者:戈锋
  1. matrix-chain

    0下载:
  2. Matrix Chain Multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:55132
    • 提供者:Pardeep Kumar
  1. lab6

    0下载:
  2. The code for matrix chain multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:86876
    • 提供者:rockstar
  1. matrixchainmul

    0下载:
  2. An Efficient And Optimized Algorithm For The Solution Of Matrix Chain Multiplication Problem Using Dynamic Technique
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:718
    • 提供者:devmat
  1. juzhenlianxiangcheng

    0下载:
  2. 此代码为实现矩阵链相乘算法的c++代码,希望能给大家带来帮助。-This code for the realization of the matrix chain multiplication algorithm c++ code, hoping to bring help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:588
    • 提供者:王文滟
  1. gouzaojuzhen

    0下载:
  2. 这个源代码是为了实现矩阵链相乘算法的构造矩阵的完整代码。-This source code is in order to realize the structure of the matrix chain multiplication algorithm of matrix complete code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:603
    • 提供者:王文滟
  1. shucukuohaofangshi

    0下载:
  2. 这个源代码是实现矩阵链相乘算法的一段代码,可以正确输出加括号的方式。-This source code is to achieve a piece of code matrix chain multiplication algorithm, can correct output bracketing mode.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:王文滟
  1. dynamic-programming

    0下载:
  2. 动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2143
    • 提供者:姜枫
搜珍网 www.dssz.com