虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

GNU-Monitor

  • 一篇讲解如何使用aotutools的文档

    一篇讲解如何使用aotutools的文档,用一个软件项目作为例子,演示使用GNU autotools 进行软件管理的思路和过程。示例代码随后降上传,也可以从文中指定网址下载,

    标签: aotutools 如何使用 文档

    上传时间: 2014-12-19

    上传用户:gut1234567

  • 试试读一下

    试试读一下,这是一本很好的资料软件,关于gnu的使用调试。

    标签:

    上传时间: 2013-12-25

    上传用户:小码农lz

  • 在为Linux开发应用程序时

    在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada等。开放、自由和灵活是Linux的魅力所在,而这一点在GCC上的体现就是程序员通过它能够更好地控制整个编译过程。

    标签: Linux 应用程序

    上传时间: 2013-12-22

    上传用户:TF2015

  • CVS是一个版本控制系统。使用它

    CVS是一个版本控制系统。使用它,你可以记录下你的源文件的历史。 例如:修改软件时可能会产生一些bug,而且可能过了很久你才会察觉到它们的存在。 有了 CVS,你可以很容易地恢复旧版本,并从中看出到底是哪个修改导致了这个bug 。 有时这是很有用的。 当然了,你能把所有版本的所有文件都保存了下来。但这会浪费大量的磁盘空间。 而CVS用一种聪明的办法来保存一个文件的所有版本-仅仅保存不同版本之间的区别-在一个文件里。 如果你是项目开发组的一员,CVS也会帮助你。除非极为小心, 成员之间很容易互相覆盖文件。一些编辑器,如GNU Emacs,会保证同一时间内同一文件绝不会被两个人修改。 不幸的是,如果有人用了另外的编辑器,这种保护就没用了。 CVS用隔离开不同的开发者解决了这个问题。每个开发者在他自己的目录里工作, 等每一个开发者都完成了他们自己的工作后,CVS会将它们合并到一起。

    标签: CVS 版本 控制系统

    上传时间: 2014-01-17

    上传用户:xg262122

  • linux c函数参考手册

    linux c函数参考手册,英文版,最全的。是gnu的手册

    标签: linux c函数 参考手册

    上传时间: 2014-01-21

    上传用户:youlongjian0

  • 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.

    标签: distributed WARRANTY program WITHOUT

    上传时间: 2016-01-11

    上传用户:thesk123

  • This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through

    This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stored in a ROM/FLASH, the footprint is about 7 KBytes for the test program. This code has not been yet tested in many environment. It should be seen at your starting point to integrate the network boot function to your board.

    标签: implementation bootstrap protocols TFTPBOOT

    上传时间: 2013-12-18

    上传用户:极客

  • 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 /dev/pci) GNU/kFreeBSD (via /dev/pci) Solaris/i386 (direct port access) Aix (via /dev/pci and odmget) GNU Hurd (direct port access) Windows (direct port access)

    标签: configuration PCI Utilities registers

    上传时间: 2016-01-20

    上传用户:徐孺

  • 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章节的规定。

    标签: Make 自动 程序 编译

    上传时间: 2014-01-10

    上传用户:caiiicc

  • cygwin 是一个在windows平台上运行的unix模拟环境

    cygwin 是一个在windows平台上运行的unix模拟环境,是cygnus solutions公司开发的自由软件(该公司开发了很多好东西,著名的还有eCos,不过现已被Redhat收购)。它对于学习unix/linux操作环境,或者从unix到windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用gnu工具集在windows上进行嵌入式系统开发,非常有用。随着嵌入式系统开发在国内日渐流行,越来越多的开发者对cygwin产生了兴趣。本文将对其作一介绍

    标签: windows cygwin unix 运行

    上传时间: 2016-02-07

    上传用户:xinzhch