搜索资源列表
C++memory
- c++ 内存管理算法,适合于中高级程序员,从可执行文件格式到linux/windows内存管理方式,涉及内存管理的所有方面-c memory management algorithm, which is suitable for middle - and high-level programmers, from the executable file format to linux / windows memory management, memory management involved i
gnu-make-doc-zh_CN-1.3
- gnu make中文手册,linux程序员必备
GCC
- 在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada
vim_use_wbsuccess.pdf.tar
- VIM 是真正的程序员用的编辑器,尤其是linux环境的开发者,当然在Windows下也有相应的版本.本文档是我从若干个文档中摘抄出来合成的一个全面介绍vim使用技巧的文档,最后赋有我自己正在使用的.vimrc,可以直接拷贝使用,基本可以达到source insight的效果^_^ 注意:不用解压,把名字改成pdf结尾即可.
GCCKnowledge
- 在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序。GCC 不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如 Java、 Fort ran、P
AdvanceLinuxProgramming
- linux高级编程书籍,是专业程序员应该看的一本书,并有范例-linux high-level programming books, is a professional programmer should read a book, as well as examples of
LinuxKernel
- linux内和分析 英文版 内容丰富,经典著作,可供程序员分析linux编程使用-The English version of linux and analysis of content-rich, classic, available for linux programmers programming analysis of the use of
linux
- 《linux操作员》 linux 网络安全 LAMP系统工程师 嵌入式工程 操作系统维护 程序员-" Linux Operator" linux network security systems engineer LAMP programmers to maintain an embedded operating system works
memory-manage
- 全面介绍了程序员在编程过程中需要了解的内存知识,涵盖windows和linux,c和c-A comprehensive introduction to the programmer during programming knowledge to understand memory, covering windows and linux, c and c++
fork
- 对新学linux的程序员很有帮助,主要是讲解fork函数是如何工作,如何创建进程的-Helpful new learning linux programmers, mainly to explain the fork function, how they work, how to create a process
GCC
- 帮助程序员快速的理解LINUX 的编译调试工具,快速的改正程序中的一些错误。-Help programmers quickly understand some error in LINUX compiler debugging tools, rapid correction procedures.
bashStudy
- 这是一篇关于bash编程的相关介绍,对于学习linux编程的程序员有一定的帮助。-This is a bash programming introduced, some help learning linux programming programmer.
Linux-socket
- linux socket编程中需要注意的五大隐患,对于socket的程序员非常有用-Five problems need to pay attention to the Linux of socket programming, the socket is very useful for programmers!!
The-Art-of-UNIX-Programming
- 编写更好的软件:30年的UNIX开发智慧在这本书中,五年的制作,作者概括了三十年的不成文的,来之不易的软件工程的智慧。雷蒙德汇集了第一时间的哲学、设计模式、工具、文化和传统,使UNIX拥有世界上最好的和最创新的软件,并展示了这些是结转在Linux和今天的开源运动。使用的例子从领先的开源项目,他显示了UNIX和Linux程序员如何应用这种智慧在构建软件更优雅、更轻便、更可重用,而且寿命。-Writing better software: 30 years of UNIX development w