资源列表
linuxdllsrc
- LINUX下用C++开发动态链接库代码,非常不错的入门代码-LINUX using C++ Development of a dynamic link library code, a very good entry-code
linux-uart
- 简单的嵌入式linux串口通信程序,非常实用,简单易懂,可在2440上使用-Simple serial communication program of embedded linux very practical, simple and easy to understand, can be used in the 2440
socket1
- linux 下c程序编写的网络程序,可以读取配置文件中的ip和port进行网络连接 ,能写日志,是一个不错的开发软件例子.-include client the program,you can extend your program based on the example.
rtsp-1.0.1
- rtsp协议的代码实现 linux平台下的 十分适合流媒体初学者用来学习rtsp协议-rtsp rtp media
linux_c
- Linux C编程一站式学习,CHM格式,比较好的Linux之C语言学习。-Linux C programming one-stop learning, CHM format, the better the C language to learn Linux.
QMeter
- 基于QT4开发的一个虚拟仪表盘,比NI的控件更好看,且可以自由修改想实现的功能-QT4-based development of a virtual instrument panel, the controls look even better than the NI, and are free to modify the order to realize the function
MAODV
- MAODV是NS2中AODV代码的扩展,用于仿真无线网络组播。-MAODV is an extension of NS2 in the AODV code for simulation of wireless network multicast.
linux_pcap
- 在Linux利用Libpcap实现的一个数据包捕获程序,能捕获TCP,UDP,ICMP等类型数据包。-Linux use in the realization of a Libpcap packet capture process can capture TCP, UDP, ICMP and other types of packets.
深入理解计算机系统配套Lab4
- 深入理解计算机系统配套Lab4,完全是本人自己制作-Depth understanding of computer systems supporting Lab4, I completely produce their own
threads
- Linux高级编程:多线程、线程池、并发处理、信号等-Linux Advanced Programming: Multi-thread, thread pools, concurrent processing, signal, etc.
hso-1.12.tar
- linux系统下3G模块USB串口驱动程序源代码最新版本,附pdf文档。3G的USB modem都用得着,有了这个就可以在linux下使用了。-3G module linux system USB serial driver source code for the latest version, pdf file attached. 3G data cards are useful
timer.tar
- linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager容器中删除的操作;reset执行先删除,重置间隔,然后再放到