-
testmediaanaJpeg_xvid
从一个mpeg4视频文件中,抓取给定起始结束时间段内的图像,保存为jpeg格式,使用directshow实现(From a mpeg4 video file, the crawl a given time period starting the end of the image, save it as a jpeg format, the use of DirectShow realize)
- 2008-08-12 11:51:21下载
- 积分:1
-
VPNDialer
vpn拨号C源码,找你很久才找到的,不知道能否用,(vpn dailer c source code)
- 2010-01-27 17:38:38下载
- 积分:1
-
15538
Reverse Engineering for STI5518 processors with IDA Pro
- 2012-11-29 18:46:54下载
- 积分:1
-
intnet
visual c++ 很好的程序例子,适合网络编程初学者编程学习(visual c++ examples of good programs, programming for beginners to learn network programming)
- 2011-04-30 16:20:55下载
- 积分:1
-
FT232RL_DRIVER
FT232RL 驱动程序,支持win7 64位使用。(Use FT232RL drivers, support Windows 7 64- bit.)
- 2014-04-15 14:23:24下载
- 积分:1
-
AddressList
提供通讯录成员的查询、增加、更新及删除等功能。(Provide contacts membership query, add, update, and delete functions.)
- 2013-09-24 19:26:07下载
- 积分:1
-
dialog(ownerdraw)
MFC对话框的自绘,各种样式对话框、美化对话框。(CDialog Ownerdraw)
- 2013-10-19 13:43:24下载
- 积分:1
-
lit_pyramid
学习directx的光照效果源程序, 显示pyramid造型光照效果,在directx8环境下编译(Directx study the effect of the light source, showing the effect of light pyramid shape, in the circumstances directx8 compiler)
- 2009-04-10 17:17:19下载
- 积分: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
-
RemoteControl
远程控制程序,可以实现远程客户端的控制。功能很强大(Remote control procedures, can realize the remote control of the client. Function is very powerful
)
- 2012-01-05 09:57:35下载
- 积分:1