-
Client-dotnet
一个用于客户端和服务器端的客户端的简单程序,C#(one for the client and the server-client simple procedure, C#)
- 2013-09-03 12:09:29下载
- 积分: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
-
ASP.NET
C#课程源码,配套孙士保(电子工业出版社2012),很详细,很实用(C# program source code, supporting SUN Shi-bao (Electronic Industry Publishing House 2012), very detailed, very practical)
- 2013-12-16 10:04:51下载
- 积分:1
-
PCM+to+G729
说明: PCM转g.729的源码 用vs2005编译通过(PCM to G.729 source code with VS2005 compiler through)
- 2008-10-22 19:04:33下载
- 积分:1
-
scft
自洽场理论计算两嵌段共聚物的微相分离,关键是可以设置大的计算空间(self-consistant field method on microphase sepeartion of diblock copolymers)
- 2009-06-15 17:54:53下载
- 积分:1
-
ShowPass
用c++编写的星号密码查看器,在vc6.0+xp sp2下调试通过(Prepared using c++ asterisk password viewer, in the vc6.0+ xp sp2 to debug through the)
- 2009-10-16 09:53:26下载
- 积分:1
-
hydrology-forecasting
武汉大学水利水电学院水文与水资源工程专业全套水文预报程序集。包括前期影响雨量、三层蒸发、蓄满产流模型以及新安江模型和实时校正。(Water Resources and Hydropower, Wuhan University Institute of Hydrology and Water Resources Engineering hydrological forecasting a full set of assembly. Including antecedent rainfall, three evaporation, Horton runoff model and Xinganjiang model and real-time correction.)
- 2021-04-18 12:08:57下载
- 积分:1
-
mvb
列车MVB网络开发的C程序,对于初学者了解列车网络通讯,为进一步开发列车网络控制系统具有借鉴。(it is a C program about vehicle mvb network)
- 2021-01-03 16:48:55下载
- 积分:1
-
gpio
DSP2812-gpio应用。第三方地方(DSP2812SCI communication program.)
- 2013-07-15 13:54:04下载
- 积分:1
-
CJLibrary609_dll
做程序时,写界面的必须,有源码代,有注释。针对初、中、高级专业软件的界面。(Do program, must write interface, source code generation, with comments. In view of the early, middle and senior professional software interface.)
- 2016-11-23 22:28:35下载
- 积分:1