个人工具

“编程语言”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示12个用户的42个中间版本)
第1行: 第1行:
<table style="margin: 0pt 0pt 1em 1em; font-size: 0.9em; width: 95%;">
+
{| style="margin: 0pt 0pt 1em 1em; font-size: 0.9em; width: 95%;"
    <tbody>
+
|- style="background-color: rgb(219, 186, 117);"
        <tr style="background-color: rgb(219, 186, 117);">
+
| style="width: 33%;" | '''C/C++ 语言'''
            <td style="width: 33%;"><strong>C/C++ 语言</strong></td>
+
| style="width: 33%;" | '''Java 语言'''
            <td style="width: 33%;"><strong>Java 语言</strong></td>
+
| style="width: 33%;" | '''其他语言'''
            <td style="width: 33%;"><strong>其他语言</strong></td>
+
|- style="vertical-align: top;"
        </tr>
+
| style="background-color: rgb(255, 255, 204);" |
        <tr style="vertical-align: top;">
+
*[[Qt开发|Qt/C++开发]]
            <td style="background-color: rgb(255, 255, 204);">
+
*[[Gcchowto|GCC新手入门]]
            <ul>
+
*[[Compiling C|C编译初步]]
                <li>[[C/C++编译环境安装与配置]]</li>
+
*[[C语言简要语法指南]]
            </ul>
+
*[[Compiling Cpp|C++编译初步]]  
            </td>
+
*[[C Cpp IDE|C/C++ IDE简介]]
            <td style="background-color: rgb(255, 255, 204);">
+
*[[用GDB调试程序]]
            <ul>
+
*[[Gtk与Qt编译环境安装与配置]]
                <li>[[Java安装配置]]</li>
+
*[[Wxwidget编译环境安装与配置|wxwidgets编译环境安装与配置]][[OpenGL编译环境安装与配置|<br>]]
                <li>[[Java中文支持]]</li>
+
*[[跟我一起写Makefile]]
                <li>[[Java VM的设置]]</li>
+
*[[Insight的使用方法(gdb的最优前端)]]
                <li>[[Netbeans安装配置]]</li>
+
*[[内核交叉编译工具链]]
            </ul>
+
 
            </td>
+
*[[推荐入门书籍]]
            <td style="background-color: rgb(255, 255, 204);">&nbsp;</td>
+
 
        </tr>
+
| style="background-color: rgb(255, 255, 204);" |
    </tbody>
+
*[[Java安装配置]]  
</table>
+
*[[Java中文支持]]  
 +
 
 +
| style="background-color: rgb(255, 255, 204);" |
 +
*[[Golang|golang/go语言学习与开发]]
 +
*[[Compiling Fortran|Fortran编译初步]]
 +
*[[mod_python入门]]
 +
*[[inotify编程接口]]
 +
 
 +
|- style="background-color: rgb(219, 186, 117);"
 +
| colspan=2 | '''Python 语言 v3.2 以上版本'''
 +
| style="width: 33%;" | ''' '''
 +
|- style="vertical-align: top;"
 +
| colspan=2 style="background-color: rgb(255, 255, 204);" |
 +
{| border=0; font-size: 0.9em; width: 100%;
 +
|-
 +
| [http://docs.python.org/py3k/index.html (对照Python官方网站文档英文页面)]
 +
*文档分类:
 +
**[[Python_新变化|Python 3.2 的新变化]]
 +
**[[Python_官方简明教程|官方简明教程]]
 +
**Library Reference
 +
**Language Reference
 +
**Python Setup and Usage
 +
**Python 使用指南 HOWTOs
 +
|
 +
* 
 +
**Extending and Embedding
 +
**Python/C API
 +
**Installing Python Modules
 +
**Distributing Python Modules
 +
**Documenting Python
 +
**[[Python_常见问题解答|常见问题解答 FAQs]]
 +
|-
 +
|
 +
*Indices and tables:
 +
**Global Module Index
 +
**General Index
 +
**Glossary
 +
|
 +
* 
 +
**Search page
 +
**Complete Table of Contents
 +
|-
 +
|
 +
*Meta information:
 +
**Reporting bugs
 +
**[[Python_关于这些文档|关于这些文档]]
 +
|
 +
* 
 +
**Python的历史和许可证
 +
**[[Python_版权|版权]]
 +
|}
 +
 
 +
| style="background-color: rgb(255, 255, 204);" |
 +
 
 +
|}

2015年10月22日 (四) 17:55的最新版本

C/C++ 语言 Java 语言 其他语言
Python 语言 v3.2 以上版本
(对照Python官方网站文档英文页面)
  •  
    • Extending and Embedding
    • Python/C API
    • Installing Python Modules
    • Distributing Python Modules
    • Documenting Python
    • 常见问题解答 FAQs
  • Indices and tables:
    • Global Module Index
    • General Index
    • Glossary
  •  
    • Search page
    • Complete Table of Contents
  •  
    • Python的历史和许可证
    • 版权