GNU

共 439 篇文章
GNU 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 439 篇文章,持续更新中。

c语言SOCKET编程指南

<p>介绍</p><p>Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Intemet相关的程序,但是为你在调用connect()前的bind)的结构而不知所措?等等…</p><p>好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解C语言并想穿过网络编程的沼泽,那么你来对地方了。</p><p>读者对象</p><p>这个文档是一个指南,而不是参

ARM免费开发软件emIDE V2.20

<p>本软件为免费软件,内含GNU,可面向ARM7, ARM9,Cortex-M系列内核编程。尤其是其内嵌ST编程器驱动,可直接用于ST公司全系列ARM芯片的编程,调试和软件设计。</p><p>班主提供了详细的教程文件,只要按照教程即可方便的编写基于ARM核的控制软件。</p><p>同时,emIDE提供了大量的开发例程,可方便地建立工程文件,加速开发过程。</p><p>请尊重原作者知识产权,未经原

高清版U-Boot 开发资料2020.

<p>高清版U-Boot 开发资料2020.</p><p>Das U-Boot&nbsp;是一个主要用于嵌入式系统的引导加载程序,可以支持多种不同的计算机系统结构,包括PPC、ARM、AVR32、MIPS、x86、68k、Nios与MicroBlaze。这也是一套在GNU通用公共许可证之下发布的自由软件。</p><p>Das U-Boot可以在x86计算机上建构,但这部x86计算机必须安装有可支持

GNU GCC嵌入式系统开发

<p>GNU GCC嵌入式系统开发,很不错的资料,希望对你有帮助</p>

uIP TCPIP stack implement on LPC2106 ans ENC28J60 MAC building with GCC GNU WINARM

uIP TCPIP stack implement on LPC2106 ans ENC28J60 MAC building with GCC GNU WINARM

这是在linux下gnu环境中进行norflash测试的代码

这是在linux下gnu环境中进行norflash测试的代码,希望对大家有帮助。该代码测试成功,并且已经应用在项目中。

本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前

本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序

Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符

Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without ev

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 Genera

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without ev

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 Genera

[C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied

[C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied

GNU_Radio GNU radio is a free/open-source software toolkit for and the con

GNU_Radio GNU radio is a free/open-source software toolkit for and the content is controlled by a handful of organizations. Cell building software radios, in whic

GNU make中文手册.chm GNU make中文手册.chm GNU make中文手册.chm

GNU make中文手册.chm GNU make中文手册.chm GNU make中文手册.chm

介绍GNU make 3.0的使用方法.通俗易懂

介绍GNU make 3.0的使用方法.通俗易懂

This program is free software you can redistribute it and/or modify it under the terms of the GN

This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the Li

gnu的make文件编写手册

gnu的make文件编写手册,英文版。所有gnu编译文件编写的命令,开关详解。

GNU binutils是GNU交叉工具链中的一个源码包

GNU binutils是GNU交叉工具链中的一个源码包,用于交叉平台编译的第一步

configure HID devices like USB mouse with A91SAM7SE CPU. Inlcude initilization for necessary periphe

configure HID devices like USB mouse with A91SAM7SE CPU. Inlcude initilization for necessary peripherials. Developer can modify this piece code to do their development on HID devices. This is speicall

This is pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ ju

This is pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...).

JDK 是整个Java的核心

JDK 是整个Java的核心,包括了Java运行环境(Java Runtime Envirnment),一堆Java工具和Java基础的类库(rt.jar)。不论什么Java应用服务器实质都是内置了某个版本的JDK。因此掌握 JDK是学好Java的第一步。最主流的JDK是Sun公司发布的JDK,除了Sun之外,还有很多公司和组织都开发了自己的JDK,例如IBM公司开发的JDK,BEA公司的Jroc