-
EXCEL
VC EXCEL接口:workbook worksheet 等一系列操作接口(excel interface IN vc)
- 2013-11-28 14:46:44下载
- 积分:1
-
prime
输出用户输入的任意两个整数间的所有素数
输入的大小任意,输出按从小到大的顺序。
C++实现(Output user input between any two integers all prime numbers of arbitrary size of input and output according to the order from small to large. C++ implementation)
- 2009-03-10 10:20:31下载
- 积分:1
-
dsp28069
全部是28069芯片的LED灯闪烁、fpu浮点算法、ecan环路自测模式,spia自测模式,sci的环路自检模式(All LED lights flashing, 28069 chip FPU floating-point arithmetic, the ECAN loop self testing mode, SPIA mode of self testing, loop checking mode SCI)
- 2013-10-26 21:50:04下载
- 积分:1
-
VB6Project
good,非常好的东东非常好的东东非常好的东东(good)
- 2009-03-17 17:10:30下载
- 积分:1
-
FetchColor
说明: VC代码实现图片上每点像素的RGB显示,特别适合初学MFC编程的兄弟。我学了一个暑假,发现从例子入手,避开高深的C++理论,是非常有成就感的。(VC code to achieve the image of each point of the RGB pixel display, especially for beginners Brother MFC programming. I learned one summer and found that starting from the example to avoid a complicated C++ theory, it is extremely fulfilling.)
- 2009-08-31 18:52:44下载
- 积分:1
-
6645678
在文档 视图程序中加入闪屏,VC++编程精选学习源码,很好的参考资料。(Join the splash screen in the document view program, VC++ programming featured learning source code, a good reference.)
- 2013-11-19 18:55:34下载
- 积分:1
-
CopyrightSolution
SSD4 copyright solution
- 2010-01-24 17:50:43下载
- 积分:1
-
BandPMathPinPENVI
envi中的波段计算!一般是遥感专业可以选择!(ENVI BAND MATH)
- 2013-01-05 15:48:57下载
- 积分: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
-
montior
vb 基于winsock 远程视频监控`(vb basic winsock monitor)
- 2012-06-13 18:40:01下载
- 积分:1