-
vbwl
零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!(Zero based on the production of Wulin rumored] [aids [detailed steps+ Picture] (VB)!)
- 2007-08-12 20:49:31下载
- 积分:1
-
CPPApplication-Programming-200
C++应用程序200例 让你在实践中学会和理解C++编程(C++ application 200 cases in practice, you learn and understand C++ programming)
- 2011-04-20 10:22:53下载
- 积分:1
-
049160
office2003c的界面风格, 可以协助您设计同样风格的软件界面()
- 2017-11-02 08:35:44下载
- 积分:1
-
MODBUS-VC
modbus TCP协议通信,程序包modbus vc (modbus TCP communication-modbus VC )
- 2015-04-28 22:48:30下载
- 积分:1
-
c++_program_art
清华大学出版 c++编程艺术
讲解如何高效c++编程。
好书!(err)
- 2007-12-28 19:06:40下载
- 积分:1
-
GGBT
一个完整的BT软件客户端源码示例,功能齐全.(A complete BT software client source code examples, full-featured.)
- 2009-11-15 19:18:02下载
- 积分:1
-
24653643753
VB创建系统文件关联的示例源码,有需要的就下载吧。(VB to create system file association example source code, there is need to download it.)
- 2013-08-01 10:27:45下载
- 积分:1
-
zoj1094
zoj094
Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
(Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
)
- 2012-06-10 10:38:53下载
- 积分:1
-
inwended
This library is intended to be a supplement to the Turbo C f
- 2017-06-03 01:24:40下载
- 积分:1
-
detours-src-1.2
微软提供的截取Win32 API函数的开发包和例子 (The libraray and example to intercept win32 api function provided by microsoft)
- 2020-10-28 16:49:58下载
- 积分:1