-
diskinfo
Get Disk Free Space for Visual basic.
- 2013-07-21 17:29:41下载
- 积分:1
-
AceConverter_DXF转G代码
dxf图转G代码工件软件,dxf读取过程清晰(DXF diagram to G code workpiece software, DXF read process is clear)
- 2017-07-12 14:18:48下载
- 积分:1
-
uC-GUIv31408
uc gui v3.14源码 vc6.0编译通过(uc gui v3.14 compile source vc6.0)
- 2006-10-18 09:34:42下载
- 积分:1
-
u-boot
uboot--linux -s3c2440-nand_flash,nor_flash,64Msdram.This program is free software(uboot--linux-s3c2440-nand_flash,nor_flash,64Msdram.This program is free software)
- 2013-09-09 11:04:48下载
- 积分:1
-
GetHostNameIP
一个有关获取主机名和IP地址的MFC程序,对于初学者来说很有帮助(For information about obtaining a host name and IP address of the MFC, very helpful for beginners)
- 2013-08-22 10:58:23下载
- 积分:1
-
TimerDemo
改代码是图形界面美化的很好的代码 希望对大家有用(Graphical interface to change the code is good code beautification want to be useful)
- 2011-11-28 22:26:41下载
- 积分:1
-
Go-ICP_V1.3
Go ICP for the registration of point couds
- 2017-03-06 23:42:41下载
- 积分:1
-
MODBUS VC
说明: 基于modbus rtu封装的通讯协议,很好用(Communication protocol based on Modbus RTU encapsulation)
- 2019-11-09 09:48:31下载
- 积分: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
-
bank
一个银行系统的完整版本,非常详细,无错误。(A full version of the banking system)
- 2009-07-09 16:00:48下载
- 积分:1