-
mavtables-master
说明: MAVLink路由器和防火墙。它可以通过串行和UDP连接2个或更多MAVLink端点,如自动驾驶仪,地面控制软件,记录仪,图像捕获系统等。当MAVLink数据包具有目标地址时,它们将路由到特定组件。可以基于源系统/组件,目标系统/组件和消息类型来过滤任何目标或广播的分组。过滤器还可以对数据包应用优先级,允许更多重要数据包在端点被阻塞时优先于较低优先级数据包。(A MAVLink router and firewall. It can connect 2 or more MAVLink endpoints such as autopilots, ground control software, loggers, image capture systems, etc over serial and UDP. MAVLink packets will be routed to specific components when they have a destination address. Any packet, targeted or broadcasted, can be filtered based on source system/component, destination system/component and message type. The filter can also apply a priority to packets allowing more important packets to take priority over lower priority packets when an endpoint is choked.)
- 2020-06-21 23:20:01下载
- 积分:1
-
phana-master
说明: 在lammps中使用的文件,跟计算声子态密度有关系(this package can be used in lammps)
- 2020-10-20 09:15:36下载
- 积分:1
-
按键发串口数据
按键发串口数据,使用内部晶振24.5M不分频(Button sends serial data)
- 2017-08-23 15:49:48下载
- 积分:1
-
pci
pci bus electronic schematics
- 2009-09-17 22:12:24下载
- 积分:1
-
C-programme-language
C programme language
- 2015-10-28 06:10:19下载
- 积分:1
-
ScreenCapture
使用GDI库,软件可以捕捉桌面任意窗口,保存到剪切板。
操作方法:按下鼠标左键,进行拖动;(Using GDI library, the software can capture any of the desktop window, save it to the clipboard. Methods of operation: press the left mouse button, and drag )
- 2013-09-17 18:02:41下载
- 积分: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
-
GLOBAL_1
C语言开发一般都用sourceinsight开发,推荐一个常用的配置,修改了很多快捷键,加入了vim的一些特性(source insight configuration)
- 2020-06-18 04:20:02下载
- 积分:1
-
socket
vc++ 下的socket收发例程,tcp和udp例程(socket vc++)
- 2013-11-03 23:06:48下载
- 积分:1
-
TCPsever
基于TCP的利用线程实现的服务器端的接收消息功能。(This is a program based on TCP ,and realize the server receives function by
multi-thread functions.)
- 2011-05-19 11:01:46下载
- 积分:1