Description: 求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least. Platform: |
Size: 1024 |
Author:韩希先 |
Hits:
Description: 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best combination of a way, and then the implementation of matrix multiplication Platform: |
Size: 1024 |
Author:小康 |
Hits:
Description: 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 parenthesize the product A1A2...An in a way that minimizes the number of scalar multiplications. Platform: |
Size: 1024 |
Author:Justas |
Hits:
Description: Wicked Cool Java contains 101 fun, interesting, and useful ways
to get more out of Java. This isn’t intended as a Java tutorial–it’s
targeted at developers and system architects who have some basic Java
knowledge but may not be familiar with the wide range of libraries
available. Full of example code and ideas for combining them in useful
projects, this book is perfect for hobbyists, and professionals will
find tips and open-source projects to enhance their code and make their
jobs easier. Topics include converting a non-XML text structure into XML
using a parser generator, experimenting with a Java simulator for the
Cell Matrix, creating dynamic music and sound in Java, working with
open-source class libraries for scientific and mathematical
applications, and many more. Platform: |
Size: 22821888 |
Author:操涛 |
Hits:
Description: MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and Fortran.
Although MATLAB is intended primarily for numerical computing, an optional toolbox uses the MuPAD symbolic engine, allowing access to symbolic computing capabilities. An additional package, Simulink, adds graphical multi-domain simulation and Model-Based Design for dynamic and embedded systems. Platform: |
Size: 1024 |
Author:yogesh |
Hits: