搜索资源列表
linux-0.01_Code.tar
- 最著名的操作系统Linux内核源码: 是研究学习操作系统内核,以及系统级编程非常好的参考资料.-most famous operating system Linux kernel source : the study is to examine the operating system kernel. and system-level programming very good reference.
Linux-bianchengbaipishu
- 《Linux编程白皮书》是由五个部分组成——是Linux文档工程的一个印刷版本。该书描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。
Linux0.01
- 最初版本的linux系统原玛,适合学习操作系统编程的初学者
The_Linux_Kernel_API
- linux 内核的api函数介绍,涉及网络、驱动、文件系统等等各个方面,是linux 内核编程不可多得的参考手册。-all kinds of linux kernel api that involve the network, drivers, file system, and so on all aspects of linux kernel is a rare reference manual programming.
GUNlinuxcode
- GNU linux系统编程代码学习~希望对大家有所帮助~-GNU linux system programming code to learn ~ want to help everyone ~
MinGW
- GCC是一个用于linux系统下编程的编译器,MinGw是可运行在windows下的GCC。-GCC is one for linux systems programming, compiler, MinGw is to run in windows under the GCC.
LinuxOS-
- 为使用Linux系统的编程者或普通用户提供一个命令行使用说明书,让他们更好地使用该操作系统!-Linux system programming or user manual provides a command line to enable them to make better use of the operating system!
Let-us-write-Makefile
- 中文名是 跟我一起写Makefile ,文中讲述了一个怎样一步步去写Makefile,相信对Linux下系统编程很有帮助-Chinese name with my write Makefile, about a step by step how to write the Makefile, I believe on the Linux system programming helpful
TLPI-source-code.tar
- 本代码为《linux/unix系统编程手册》一书的配套库函数,学习本书的朋友可以下载使用- The code for the supporting library function linux/unix System Programming Guide, a book, learning book friends can download
Programming-in-GO
- GO语言的入门介绍,来自于linux公社。 Go 编程语言是一个使得程序员更加有效率的开源项目。Go 是有表达力、简洁、清晰和有效率的。它的并行机制使其很容易编写多核和网络应用,而新奇的类型系统允许构建有弹性的模块化程序。Go 编译到机器码非常快速,同时具有便利的垃圾回收和强大的运行时反射。它是快速的、静态类型编译语言,但是感觉上是动态类型的,解释型语言。-Introduction to GO language, the Linux idc. Go programming langua