-
Apostila-CPP
Apostila C++ para iniciantes
- 2011-11-25 00:08:47下载
- 积分:1
-
wanmei
完美世界外挂附VB源代码 ,辅助工具、完美世界外挂附VB源代码 ,辅助工具、完美世界外挂附VB源代码 ,辅助工具、完美世界外挂附VB源代码 ,辅助工具、(none none none none none none )
- 2013-08-11 11:21:31下载
- 积分:1
-
Cat
声明一个Cat类,拥有静态数据成员HowManyCats,记录Cat的个体数目;静态成员函数GetHowMany( ),获取HowManyCats。(Declare a Cat class has a static data member HowManyCats, Cat' s record number of individuals static member function GetHowMany (), for HowManyCats.)
- 2011-06-01 23:04:13下载
- 积分: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
-
TESTDLL
Qt实现Dll文件的调用和生成!Qt实现Dll文件的调用和生成!(Qt implementation of the Dll file calls and generate!
)
- 2020-11-04 21:49:51下载
- 积分:1
-
SoundFister
从声卡获取数据,并保存成文件,最后可以播放保存的文件.(Get data from SoundCard and save it to file.you can play this file.)
- 2009-03-23 18:09:22下载
- 积分:1
-
ScanPortDlg
一个基于tcp connect的端口扫描器(Based on a port scanner tcp connect)
- 2009-10-19 10:41:36下载
- 积分:1
-
changeword
此代码能将一个文件里的所有文字修改为你所需要的文字,比如你要将一篇文章中的所有"师范"修改为"大学",用我的程序就很容易实现(This code can be a text document all you need to modify the text, for example, an article you want all the Normal University was revised to use the procedure I can easily realize)
- 2008-05-23 22:14:13下载
- 积分:1
-
camera
用于相机标定,求出坐标关系,实现物理坐标和像素坐标的转换( U7528 u4E8E u76F8 u673A u6807 u5B9A uFF0C u6C42 u51FA u5750 u6807 u5173 u7CFB)
- 2017-05-08 10:38:56下载
- 积分:1
-
VB6Learnstepbystep
学习VB6的从入门到精通的电子书,PDG格式(Ebook about learn VB6)
- 2012-02-17 16:56:45下载
- 积分:1