-
VISSIM_COM_Framework
vissim接口,是一个VISSIM和C#连接对VISSIM进行二次开发的框架(vissim COM connected with C#)
- 2021-04-17 16:58:52下载
- 积分:1
-
IsSubStr
从控制台输入一个字符串,然后再输入想要查找的字符串,判断要查找的字符串是不是在第一次输入的字符串中出现过。(find substring in a source string)
- 2015-11-17 11:23:43下载
- 积分:1
-
Article_src
access to hotmail useing C#
- 2009-06-24 02:25:06下载
- 积分:1
-
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
- 2013-09-08下载
- 积分:1
-
file
文件遍历 绑定到树形结构中,遍历文件夹中所有文件。(find file in folder)
- 2013-09-18 15:50:37下载
- 积分:1
-
obj
类似查询分析器过的人很多 d当断不断分别代表谔谔二环内而改变 (Similar to Query Analyzer too many people off constantly when d-e-e, respectively, on behalf of change within the Second Ring)
- 2008-06-06 10:57:50下载
- 积分:1
-
socketServer
实习UDP网络通信,通过windows下UDP(come true UDP socket communition.)
- 2017-02-09 09:25:32下载
- 积分:1
-
AdvTree
DotNetBar下AdvTree控件的使用方法及其相关代码,包含了几乎所有可能的AdvTree使用方法(DotNetBar under AdvTree control the use of methods and their associated code, contains almost all of the possible use of AdvTree)
- 2011-10-12 11:46:19下载
- 积分:1
-
Cpp3
gps北航实验部分的源代码,口供参考,声源部分较容易(for gps experiment to account where the sound is)
- 2013-04-07 01:22:01下载
- 积分: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