搜索结果
找到约 419 项符合
GNU-Debugger 的查询结果
软件设计/软件工程 一篇讲解如何使用aotutools的文档
一篇讲解如何使用aotutools的文档,用一个软件项目作为例子,演示使用GNU autotools 进行软件管理的思路和过程。示例代码随后降上传,也可以从文中指定网址下载,
编译器/解释器 Python Development Environment (Python IDE plugin for Eclipse). Features editor, code completion, re
Python Development Environment (Python IDE plugin for Eclipse). Features editor, code completion, refactoring, outline view, debugger, and other goodies - check http://pydev.sf.net)
软件设计/软件工程 在为Linux开发应用程序时
在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵 ...
电子书籍 CVS是一个版本控制系统。使用它
CVS是一个版本控制系统。使用它,你可以记录下你的源文件的历史。
例如:修改软件时可能会产生一些bug,而且可能过了很久你才会察觉到它们的存在。 有了
CVS,你可以很容易地恢复旧版本,并从中看出到底是哪个修改导致了这个bug 。 有时这是很有用的。
当然了,你能把所有版本的所有文件都保存了下来。但这会浪费大量的磁盘 ...
软件设计/软件工程 linux c函数参考手册
linux c函数参考手册,英文版,最全的。是gnu的手册
嵌入式Linux This program is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY without
This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
Linux/Unix编程 The PCI Utilities package contains a library for portable access to PCI bus configuration registers
The PCI Utilities package contains a library for portable access to PCI bus
configuration registers and several utilities based on this library.
In runs on the following systems:
Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports)
FreeBSD (via /dev/pci)
NetBSD (via libpci)
OpenBSD (via / ...
电子书籍 Make 可自动决定一个大程序中哪些文件需要重新编译
Make 可自动决定一个大程序中哪些文件需要重新编译,并发布重新编译它们的命令。本版本GNU Make使用手册由Richard M. Stallman and Roland McGrath编著,是从Paul D. Smith撰写的V3.76版本发展过来的。
GNU Make符合IEEE Standard 1003.2-1992 (POSIX.2) 6.2章节的规定。 ...
Linux/Unix编程 cygwin 是一个在windows平台上运行的unix模拟环境
cygwin 是一个在windows平台上运行的unix模拟环境,是cygnus solutions公司开发的自由软件(该公司开发了很多好东西,著名的还有eCos,不过现已被Redhat收购)。它对于学习unix/linux操作环境,或者从unix到windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用gnu工具集在windows上进行嵌入式系统开发,非常有 ...