翻译
letshi
记录我的足迹
展开
-
Go HSAIL and Other Language Standards Supported by GCC ( GCC 支持的Go HSAIL和其他语言标准 )
Using the GNU Compiler CollectionLanguage Standards Supported by GCCGCC 支持的语言标准2.4 Go Language2.5 HSA Intermediate Language2.6 References for Other Language翻译 2017-04-28 10:46:37 · 374 阅读 · 0 评论 -
Objective-C Objective-C++ Language Standards Supported by GCC ( GCC 支持的Objective-C Objective-C++标准 )
Using the GNU Compiler CollectionLanguage Standards Supported by GCCGCC支持的语言标准2.3 Objective-C and Objective-C++ LanguagesGCC supports“traditional”Objective-C(also known as“Objective-C 1.0”) and contain翻译 2017-04-27 11:28:46 · 829 阅读 · 0 评论 -
C++ Language Standards Supported by GCC ( GCC 支持的C++语言标准 )
Using the GNU Compiler CollectionC++ Language Standards Supported by GCCC++ LanguageGCC supports the original ISO C++ standard published in 1998, and the 2011 and 2014 revisions.GCC支持1998年出版的原始 ISO翻译 2017-04-26 17:31:07 · 1277 阅读 · 0 评论 -
C Language Standards Supported by GCC (GCC 支持的C语言标准)
C Language Standards Supported by GCC (GCC 支持的C语言标准)For each language compiled by GCC for which there is a standard, 对于由GCC编制的每种语言都有一个标准翻译 2017-04-25 19:39:08 · 968 阅读 · 0 评论 -
Options Controlling the Kind of Output ( 控制输出种类的选项 )
翻译这篇文章时明显感觉到难度加大,个别句子暂时无法理解,已用大号字体标出,希望以后能够补上Using the GNU Compiler CollectionGCC Command OptionsOptions Controlling the Kind of Output控制输出种类的选项Compilation can involve up to four stages: preprocessing翻译 2017-05-08 09:38:39 · 512 阅读 · 0 评论 -
GNU Autoconf Introduction
下载地址:https://www.gnu.org/software/autoconf/manual/autoconf.pdfAutoconf is a tool for producing shell scripts that automatically configure software source code packages to adapt to many kinds of Po翻译 2017-05-15 15:35:24 · 429 阅读 · 0 评论 -
Programming Languages Supported by GCC(GCC 支持的编程语言)
Programming Languages Supported by GCCGCC 支持的编程语言GCC stands for “GNU Compiler Collection”. GCC 全称 “GNU Compiler Collection ( GNU 编译器工具集 )”翻译 2017-04-24 14:57:07 · 1456 阅读 · 0 评论 -
Using the GNU Compiler Collection and GNU Compiler Collection Internals Introduction
推荐两本 GCC 手册Using the GNU Compiler Collection ( PDF)GNU Compiler Collection Internals ( PDF )翻译 2017-04-21 17:21:55 · 720 阅读 · 0 评论 -
XHProf Documentation (XHProf 中文手册)
XHProf Documentation (译)翻译 2016-05-16 12:03:52 · 4536 阅读 · 0 评论 -
PHP 源码编码标准
PHP Coding StandardsPHP 源码编码标准翻译 2015-11-22 22:53:14 · 1053 阅读 · 0 评论 -
Option Summary ( GCC 选项概要 )
Using the GNU Compiler Collection3 GCC Command OptionsGCC 选项概要翻译 2017-04-28 17:58:13 · 3474 阅读 · 0 评论 -
GCC Command Options ( GCC 命令行选项 )
Using the GNU Compiler Collection3 GCC Command OptionsWhen you invoke GCC, it normally does preprocessing, compilation, assembly and linking. 当您调用GCC时,通常会进行预处理,编译,汇编和链接。翻译 2017-04-28 16:08:44 · 2583 阅读 · 0 评论 -
The GNU Build System
2. The GNU Build SystemAutoconf solves an important problem —reliable discovery of system-specifc build and runtime information —but this is only one piece of the puzzle for the development of portab翻译 2017-05-18 15:03:16 · 597 阅读 · 0 评论