-
ClockTst
WIN32编写的时钟应用程序 自绘控件及菜单具有一定参考价值(WIN32 written Clock application has some reference value since the draw controls and menus)
- 2015-06-05 08:36:18下载
- 积分: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
-
prac_7
利用arcgis等技术,图像进行空间分析,空间查询等方法,是arcgis的一次大作业(this is a arcigs big test,it is value for the new leaner to learn arcgis)
- 2015-07-17 09:42:49下载
- 积分:1
-
MyOpenGL
说明: 利用OPENGL实现三维显示,包括读入OBJ数据进行平移旋转缩放等操作(3D VIEW)
- 2011-04-01 17:38:23下载
- 积分:1
-
menu
qt 点菜系统 拥有客户端 与服务器 通过socket进行通信 实用方便(qt menu)
- 2014-05-06 22:47:29下载
- 积分:1
-
ProtectFile
本程序功能为防止文件删除,其中包含三个部分,分别为:FSD INLINE HOOK初级防删,HOOK IoCreateFile中级防删,HOOK IoCheckShareAccess高级防删。(The program features to prevent file deletion, which consists of three parts, namely: FSD INLINE HOOK primary anti deleted, HOOK IoCreateFile intermediate anti deleted, HOOK IoCheckShareAccess senior defense deleted.)
- 2010-07-09 11:04:31下载
- 积分:1
-
superlu_3.0.tar
说明: LU矩阵分解单机版最新版本,用于快速求解稀疏矩阵组成的方程组的解(LU decomposition matrix version of the latest stand-alone version for fast sparse matrix solution of the solution of the equations)
- 2006-05-16 09:06:27下载
- 积分:1
-
WindowMedia
Windows Media 编程导向
作者 陆其明(Windows Media-oriented programming author Lu Qiming)
- 2006-07-15 17:50:17下载
- 积分:1
-
linuxandc
主要是学习linux操作系统的课件和一些c语言的源代码,这些都可以在linux和windows下使用;(Linux operating system is mainly learning courseware and some c language source code, which can be used in linux and windows )
- 2010-11-17 16:56:13下载
- 积分:1
-
VC-part-2
一本学习VC的很好的图书,其中第二部分,全书共16部分(A learning VC' s good books, of which the second part of the book, Part 16)
- 2012-06-04 17:11:52下载
- 积分:1