个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示5个用户的26个中间版本)
第8行: 第8行:
 
*[[Qt开发|Qt/C++开发]]  
 
*[[Qt开发|Qt/C++开发]]  
 
*[[Gcchowto|GCC新手入门]]  
 
*[[Gcchowto|GCC新手入门]]  
*[[Compiling C|C编译初步]]  
+
*[[Compiling C|C编译初步]]
 +
*[[C语言简要语法指南]]  
 
*[[Compiling Cpp|C++编译初步]]  
 
*[[Compiling Cpp|C++编译初步]]  
 
*[[C Cpp IDE|C/C++ IDE简介]]  
 
*[[C Cpp IDE|C/C++ IDE简介]]  
 
*[[用GDB调试程序]]  
 
*[[用GDB调试程序]]  
 
*[[Gtk与Qt编译环境安装与配置]]  
 
*[[Gtk与Qt编译环境安装与配置]]  
 +
*[[Wxwidget编译环境安装与配置|wxwidgets编译环境安装与配置]][[OpenGL编译环境安装与配置|<br>]]
 
*[[跟我一起写Makefile]]  
 
*[[跟我一起写Makefile]]  
*[[C语言简要语法纲要]]
 
*[[UML工具推荐]]
 
 
*[[Insight的使用方法(gdb的最优前端)]]  
 
*[[Insight的使用方法(gdb的最优前端)]]  
*[[用indent进行代码格式化]]
+
*[[内核交叉编译工具链]]
 
+
<br>
+
  
 
*[[推荐入门书籍]]
 
*[[推荐入门书籍]]
第26行: 第24行:
 
*[[Java安装配置]]  
 
*[[Java安装配置]]  
 
*[[Java中文支持]]  
 
*[[Java中文支持]]  
*[[Java VM的设置]]
 
*[[Netbeans安装配置]]
 
  
 
| style="background-color: rgb(255, 255, 204);" |  
 
| style="background-color: rgb(255, 255, 204);" |  
 +
*[[Golang|golang/go语言学习与开发]]
 
*[[Compiling Fortran|Fortran编译初步]]
 
*[[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的历史和许可证
    • 版权