资源列表
network
- rtsp协议的主要实现代码,里面的函数值得参考。头文件3
rtp_internal
- rtsp协议的主要实现代码,里面的函数值得参考。头文件4
rtsp_h
- rtsp协议的主要实现代码,里面的函数值得参考。头文件5
rtsp
- rtsp协议的主要实现代码,里面的函数值得参考。头文件6
istance_message
- 一个即时通信的服务器,可扩展接口实现与msn之间的通信连接
gphone-0.5.2.tar
- gphone is a net phone base on the rtp protocol. It is simple but pratical and can be a good sample for newbies of rtp protocol
emu_utilities
- 51 56546fdfffffffffffffffffffff34
code0012
- 程序实现的思路是在窗体的MouseDown事件(当鼠标在窗体上按下时发生)中获取鼠标相对于窗体的坐标,在MouseOver事件(当鼠标移动时发生)中获取新的鼠标坐标值,显然这两个坐标值的差加上窗体原来的坐标,就是窗体应该移动到的新的坐标值。然后采用From.Move方法把窗体位置移动到新坐标值处即可。
xl2tpd-1.1.11.tar
- xl2tpd a Layer 2 Tunneling Protocol (L2TP) daemon. It supports IPsec SA reference tracking, which enables the IPsec stacks to support multiple l2tp clients behind the same NAT router and multiple l2tp clients on the same internal IP address. It is a
Oscilloscope
- 示波器程序,接受到发送方的信息后,通过串口通信显示在计算机上
proxyserve
- 代理服务器应用程序源代码,基于linux socket编程的,已经调试通过
coreutils-5.0.tar
- 实战Linux编程的原代码,希望对学驱动的人能有所帮助