-
gppwcv5
模型多角度视图的界定,界面时尚新颖,可控参考,(The definition of multi-angle view of the model, the interface is fashionable and novel, controllable reference,)
- 2018-12-24 03:35:17下载
- 积分:1
-
xiflter_2.0
NDIS HOOK实例,做防火墙比中间层驱动更稳定(NDIS HOOK example, than do the middle layer firewall driven more stable)
- 2021-01-24 22:08:39下载
- 积分:1
-
cmake-3.14.6-win64-x64
cmake+window,用于cmake生成window代码。(cmake+window. Generating windows code for cmake.)
- 2020-06-17 08:20:02下载
- 积分:1
-
Prepared to use MFC a TRACEROUT procedure is very easy to use
一个用MFC编写的TRACEROUT程序,十分好用-Prepared to use MFC a TRACEROUT procedure is very easy to use
- 2023-09-05 12:00:04下载
- 积分:1
-
计时器
说明: 按开发板上的“S7”键复位,计时器从零开始计时,数码管上显示秒钟与分钟值。(Press the "S7" key on the development board to reset, the timer starts from zero, and the value of seconds and minutes is displayed on the digital tube.)
- 2020-06-20 09:40:01下载
- 积分:1
-
fat
FAT文件格式分析,适用于嵌入式BIOS开发(FAT file format analysis, suitable for embedded BIOS development)
- 2017-11-06 11:30:42下载
- 积分:1
-
Windows-API-101-150
Windows API 一日一练(101-150)(Windows API 101-150)
- 2016-02-17 12:21:37下载
- 积分:1
-
???
ascii code image file
- 2017-12-22 10:50:26下载
- 积分:1
-
DomainSearchII
C段反查,调用的别人网站接口,改进中..(Section C reverse lookup, calling others site interface improvements ..)
- 2013-09-27 12:04:30下载
- 积分: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