-
VB编程实例
说明: vb编程实例的电子书chm,很多例子看,可以下载来学习学习看看(VB Programming Example)
- 2020-03-17 22:36:58下载
- 积分:1
-
VB平铺一个背景图到整个窗体
VB平铺一个背景图到整个窗体,用一个图片,铺满整个窗体的背景,简单易用(VB tiles a background map to the whole form, and uses a picture to cover the background of the whole form. It is easy to use.)
- 2019-06-11 00:12:58下载
- 积分:1
-
web
测试程序,可以很好的利用这个程序解决你所遇到的问题(Test procedure can be a very good use of this procedure to solve the problems encountered by you)
- 2008-07-24 11:26:37下载
- 积分:1
-
Opencv2.3-on-VS2008-aVS2010
open2.3在vs 2008 2010上的配置详细图解,希望能帮到你!!(open2.3 on vs 2008 2010)
- 2013-11-04 12:29:55下载
- 积分:1
-
Visual-CPP--
深入编程内幕——Visual C++,详细介绍vc编程的内幕(Depth programming Insider- Visual C++)
- 2013-06-12 17:00:49下载
- 积分: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
-
Addition
进行加法运算的实例程序,是照着别人的做的,如果有初学者可以看看。(An example program for adding operations is based on what others do, if you have a beginner.)
- 2017-06-29 15:31:28下载
- 积分:1
-
namcthq
As the name implies, the form is transparent(As the name the implies that the form is transparent)
- 2017-03-30 23:46:17下载
- 积分:1
-
CAT
CAT系统中的自动化技术软件实现CAT system automation software(CAT system automation software)
- 2011-06-06 09:23:51下载
- 积分:1
-
485373
将BSTR类型转换成CString类型,VC++精选编程学习源码,很好的参考资料。(The BSTR CString type, VC++ select learning programming source code, a good reference.)
- 2013-11-24 23:29:01下载
- 积分:1