搜索资源列表
progex1-examples
- Linux Programming by Example: The Fundamentals一书的源代码 本书通过编写得很好的程序示例讲授linux编程。书中采用非常有效的方式,循序渐进地讲授了许多高层原理和深层技术,解决了性能、可移植性、健壮性等现实问题。基于unix版本7和gnu源代码,作者着重介绍了基本的系统调用api,这是所有重要程序的核心,并向读者展示了许多示例――这些示例都源自linux/unix用户日常使用的程序。 -Linux Programming by Example
Linux-driver-development5
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.
CPP
- C++设计模式--基于Qt4开源跨平台开发框架,很好的qt编程资料,适合于多平台编程-C++ design patterns- based on Qt4 open source cross-platform development framework for qt programming information, suitable for multi-platform programming
ftp_client
- 一个代码简洁但功能强大的,基于Linux C的ftp客户端的实现。一个很好的参考例子。在做相关ftp文件传输的项目的小伙伴值得下载一看。(A code compact but powerful Linux C based implementation of the FTP client. A good example of reference. The small partner in the project that does relevant FTP file transfers is wo
SNMP agent
- 基于LINUX下的SNMP表格代理的开发,文件使用C语言进行编程,是很好的表格开发实例,同时附有MIB库文件编写例程,在LINUX平台下面使用mib2c进行模板文件生成。(Based on LINUX, the development of SNMP form proxy is implemented. The file is programmed by C language. It is a good example of tabular development. At the same ti