-
company_network
搭建一个有4个部门的公司网络,包含研发部门、测试部门、管理部门和销售部门,利用局域网模型在一个对象中模拟一个服务器和多个客户端的行为(Set up a department of four corporate network, including R & D department, testing department, management department and sales department, the use of local area network model of an object in the simulation at a server and multiple clients of conduct)
- 2009-04-08 19:35:59下载
- 积分: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
-
LED20V5A
使用 PI Expert 设计的20V 5A LED驱动电源。(PI Expert design using 20V 5A LED driver power supply.)
- 2009-07-08 11:46:00下载
- 积分:1
-
mfcregdll
VB、VC混合编程中字符串的传递,源代码,使用VC制作动态库在VC、VB中使用。(VB, VC mixed programming string transmission, the source code, the use of VC production of dynamic libraries in VC, VB use.)
- 2007-10-31 21:06:40下载
- 积分:1
-
zhizaoye
基于制造业的无线条码管理系统的设计与实现 无线条码管理系统的设计与实现(Based on the manufacturing of the wireless bar code management system design and Implementation)
- 2011-12-04 21:34:50下载
- 积分:1
-
wuziqi
说明: 一个简单的五子棋代码实现,电脑智能还不算太高~~大家可以改改(Gobang code for a simple implementation, computer intelligence is also not too high ~ ~ we can change change)
- 2010-03-17 11:40:42下载
- 积分:1
-
sys
采用turbo编程,可实现对鼠标,键盘等操作的识别与输出控制。(Turbo programming, operation of the mouse, keyboard and other identification and output control.)
- 2013-04-27 06:27:50下载
- 积分:1
-
jpeg25
vc++平台下的jpeg解码程序,简单易懂。(decode jpeg on vc++ platform,easy to understand)
- 2012-02-02 17:27:45下载
- 积分:1
-
Chessy-Online
Is a verry simple Chess exemle
- 2012-05-14 19:55:37下载
- 积分:1
-
chap3
用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
- 2020-07-04 14:20:01下载
- 积分:1