搜索结果
找到约 775 项符合
gcc-chinese 的查询结果
嵌入式/单片机编程 这是一个MINITGUI2。0的应用程序
这是一个MINITGUI2。0的应用程序,包内有MAKEFILE,可以用ARM-LINUX-GCC直接编译并且运行在LINUX嵌入式系统中,
网络 tftpServer 是支持tftp(trivial file transport protocol)协议的服务器程序
tftpServer 是支持tftp(trivial file transport protocol)协议的服务器程序,使用了多线程技术,在redhat 9.0下用gcc编译通过。
操作系统开发 The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) inc
The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms:
1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board.
2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards.
3. ...
其他书籍 gnu make 的中文用户手册
gnu make 的中文用户手册,适用gcc编译器
软件工程 GNU Make 使用手册(中译版)目前
GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。 ...
操作系统开发 带中文注释的linux 0.11源码 很好
带中文注释的linux 0.11源码 很好,推荐!!!Sourcecode of the Linux-011 with detailed chinese annotation,it s verygood and worth reading.
其他 This the implementation of structural SVM for training complex alignment models for protein sequence
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various in ...
嵌入式Linux moto e2的实时系统概况的源码
moto e2的实时系统概况的源码,使用了qt界面,可以显示当前cpu、内存、和数据状态,使用arm-linux-gcc编译,并且要搭建相应的qt环境
Linux/Unix编程 Linux下的多协议即时通讯程序源代码
Linux下的多协议即时通讯程序源代码,使用gcc编译
软件设计/软件工程 在为Linux开发应用程序时
在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵 ...