搜索资源列表
实战linux socket编程--示例源码
- 实战linux socket编程--示例源码-real linux socket programming -- examples of FOSS
Windows
- < Windows编程实战基础练功篇>>配套书的源码,ISO文件格式,主要是一些基本的Windows编程技巧
btcode.rar
- <Linux c编程实战>童永清。上的代码,BT下载软件的开发,Linux下开发的,供大家参考,<Linux c编程实战>童永清. The code, BT download software development, Linux, under development, for your information
《Linux C编程实战》附书源代码
- 《Linux C编程实战》附书源代码,内包含一个完整的BT下载客户端源代码。-"Linux C Programming combat " with the book source code, and contains a complete source code for BT download client.
linuxC_sourcecode
- 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
linuxC
- LINUX C 的编程实战代码和文档,从基础到高级编程-LINUX C
101259368apue.2e
- linux 高级编程 实战演练 linux 高级编程 实战演练 -failed to translate
linux
- Linux C编程实战 书后光盘 学习资料-Linux C Programming actual book CD-ROM learning materials ~~~~~~~~~~~~~
CProgrammingUnderLinuxReal1
- Linux下C编程实战这本书的源代码,这是上部分。-C Programming under Linux actual source code of this book, which is a part of.
CProgrammingUnderLinuxReal2
- Linux下C编程实战这本书的源代码,这是下部分。-C Programming under Linux actual source code of this book, which is part of the....
LinuxCsource(5-9)
- Linux+C编程实战源码(随书光盘)第五章和第九章-Linux+ C Programming actual source (book CD) Chapters V and IX
LinuxCsource(10-12)
- Linux+C编程实战源码(随书光盘)第十章和第十二章-Linux+ C Programming actual source (CD with the book) Chapter X and XII
linuxC
- linuxC编程实战的配套例程,适合刚接触linux的朋友-linuxC supporting real programming routines for friends new to linux
Linux_C_code
- linux 编程实战代码, 代码基本都能在gcc下编译通过-linux programming real code, the code base can be compiled by the gcc
linuxPC
- linux+C编程实战:13c732910000030143,希望大家会用到。-linux+ C programming real: 13c732910000030143, I hope you will use. Thank you
Linux+C编程实战源码
- linux 编程源码文件,非常好用,希望大家认真学习。(it is very valubal for you ,you can stady by yourself.)
LinuxC编程实战
- 给那些需要学习的小伙伴提供一些资料来学习,LinuxC编程实战资料全面,适合零基础的小伙伴学习。(For those small partners who need to learn to learn, LinuxC programming practical information is comprehensive, suitable for small partners to learn from the zero basis.)
跟老男孩学Linux运维:Shell编程实战.pdf
- 跟老男孩学linux运维shell编程实战(Learn Linux Operations and Maintenance from Old Boys)
linux高性能服务器编程
- linux高性能服务器编程书所有源代码,讲述linux网络编程的基础和实战操作,很好的网络编程入门材料(high performance linux server programming)
C++并发编程实战源码
- 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。