85 lines
5.7 KiB
HTML
85 lines
5.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh">
|
|
<head><meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>有用的资源</title>
|
|
<link rel="stylesheet" href="ext.css" />
|
|
<link rel="stylesheet" href="site_modules.css" />
|
|
</head>
|
|
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-c_links skin-cppreference2 action-view">
|
|
<div id="cpp-content-base">
|
|
<div id="content"><a id="top"></a>
|
|
<h1 id="firstHeading" class="firstHeading">有用的资源</h1>
|
|
<div id="bodyContent">
|
|
<div id="contentSub"><span class="subpages">< <a href="c.html">c</a></span></div>
|
|
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
|
|
<h3><span class="mw-headline" id="C_FAQ">C FAQ</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://c-faq.com/">C FAQ</a> - 来自 Usenet newsgroup comp.lang.c 的对常问问题的回答</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id="C_.E8.AF.AD.E8.A8.80.E5.8F.8A.E5.BA.93.E5.8F.82.E8.80.83">C 语言及库参考</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://www.open-std.org/jtc1/sc22/wg14/">JTC1/SC22/WG14</a> - C 标准委员会,包括草案 C 语言标准、提案及缺陷报告
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf">n1124.pdf</a> - C99 草案(含 TC1 与 TC 2 )</li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf">n1256.pdf</a> - C99 草案(含 TC1 、 TC2 及 TC 3)</li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf">n1570.pdf</a> - C11 最终工作草案</li>
|
|
<li><a rel="nofollow" class="external text" href="https://files.lhmouse.com/standards/ISO%20C%20N2176.pdf">n2176 (C17 FDIS)</a> - C17/C18 最终草案</li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2731.pdf">n2731.pdf</a> - C23 最新工作草案</li>
|
|
</ul>
|
|
</li>
|
|
<li><a rel="nofollow" class="external text" href="https://groups.google.com/forum/m/?hl=en#!forum/comp.std.c">comp.std.c</a> - 关于 C 语言标准的讨论</li>
|
|
<li><a rel="nofollow" class="external text" href="https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html">GNU C 手册</a> - GNU C 编译器所实现的 C 核心语言参考。</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id="C_ABI">C ABI</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI">System V ABI</a> ,用于 x86-64 、 Intel386 及 IA MCU 架构</li>
|
|
<li><a rel="nofollow" class="external text" href="https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention">Windows x64 ABI</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.nxp.com/files/32bit/doc/app_note/PPCEABI.pdf">PowerPC EABI</a> 32 位嵌入式处理器</li>
|
|
<li><a rel="nofollow" class="external text" href="c-ftp:--www.sourceware.org-pub-binutils-ppc-docs-ppc-poweropen-.html">PowerOpen ABI</a> 旧式 PowerPC 平台</li>
|
|
<li><a rel="nofollow" class="external text" href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.subset.swdev.abi/index.html">ARM ABI</a> ARM 架构</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E7.9B.B8.E5.85.B3.E6.A0.87.E5.87.86">相关标准</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/contents.html">POSIX.1-2017</a> - Unix 兼容系统的操作系统 API</li>
|
|
<li><a rel="nofollow" class="external text" href="http://man7.org/linux/man-pages/index.html">Linux 帮助页面</a> - Linux OS API 文档</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E5.BC.80.E6.BA.90.E5.AE.9E.E7.8E.B0">开源实现</span></h3>
|
|
<ul>
|
|
<li>标准库实现</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://github.com/lattera/glibc">GNU libc</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://git.musl-libc.org/cgit/musl/tree">MUSL</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git">Newlib</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://bitbucket.org/pdclib/pdclib/src/">PDClib</a></li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<ul>
|
|
<li>编译器</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://github.com/gcc-mirror/gcc">GCC</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://github.com/llvm-mirror/clang">LLVM Clang</a></li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<h3><span class="mw-headline" id=".E5.8F.AF.E8.83.BD.E6.9C.89.E7.94.A8">可能有用</span></h3>
|
|
<ul>
|
|
<li><a href="c-links-libs.html">C 库列表</a></li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E5.8F.82.E9.98.85">参阅</span></h3>
|
|
<table class="t-dsc-begin"></table>
|
|
</div>
|
|
<div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|