-
Element is a network monitoring program, to be able to monitor network traffic a...
也是一个网络监控元程序,能够监控到网络中的流量等信息-Element is a network monitoring program, to be able to monitor network traffic and other information
- 2023-03-10 13:15:04下载
- 积分:1
-
Shellexecute
说明: Use the ShellExecute API function to execute a file, launch the Find utility, and perform default actions
- 2019-07-11 19:25:45下载
- 积分:1
-
jisuan657779
说明: 用labview编辑的计算实验误差罗曼诺夫斯基准则的软件。(Software edited by LabVIEW to calculate experimental errors in Romanowski's criterion.)
- 2021-04-08 23:19:00下载
- 积分:1
-
一个测试OPC SERVER 的源代码!VC++ 的,可以参考!
一个测试OPC SERVER 的源代码!VC++ 的,可以参考!-a test OPC Server source code! VC can be found!
- 2022-01-30 21:41:53下载
- 积分:1
-
模拟DCS数据发包数据环境,UDP,在电厂做工程时因为不能随便接触控制网络,所以写了这样一个模拟DCS向外发布数据的程序,方便在开发环境进行调试。...
模拟DCS数据发包数据环境,UDP,在电厂做工程时因为不能随便接触控制网络,所以写了这样一个模拟DCS向外发布数据的程序,方便在开发环境进行调试。-UDP ,imitate DCS(Distribute Control System)output data circument。
- 2022-02-14 09:12:09下载
- 积分: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
-
Exceptional-cPP
Exceptional c++中文版,指导c++程序员写出高效整洁的代码(Exceptional c++ Chinese version of the guide c++ programmers to write efficient code clean)
- 2013-08-19 16:24:48下载
- 积分:1
-
一个用VC编写的Ping 多线程程序。
一个用VC编写的Ping 多线程程序。-a VC prepared by the Ping multithreaded programming.
- 2022-07-25 15:08:16下载
- 积分:1
-
可以通过这个软件,把和别人建立通信,方便简单又实在,你说好不好呀,下吧,不用客气...
可以通过这个软件,把和别人建立通信,方便简单又实在,你说好不好呀,下吧,不用客气-through the software, communications and other people, it is really very easy to use, that is really nice to you, are you, not polite
- 2022-02-04 00:31:51下载
- 积分:1
-
HTTP隧道(HTTP代理客户端)
HTTP Tunneling (HTTP Proxy Socket Client)
- 2022-04-13 06:31:41下载
- 积分:1