编程语言:修订间差异
来自Ubuntu中文
跳到导航跳到搜索
Luojie-dune(留言 | 贡献) 小无编辑摘要 |
无编辑摘要 |
||
(未显示4个用户的21个中间版本) | |||
第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简介]] | ||
第16行: | 第17行: | ||
*[[跟我一起写Makefile]] | *[[跟我一起写Makefile]] | ||
*[[Insight的使用方法(gdb的最优前端)]] | *[[Insight的使用方法(gdb的最优前端)]] | ||
*[[ | *[[内核交叉编译工具链]] | ||
*[[推荐入门书籍]] | *[[推荐入门书籍]] | ||
第23行: | 第24行: | ||
*[[Java安装配置]] | *[[Java安装配置]] | ||
*[[Java中文支持]] | *[[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);" | | | style="background-color: rgb(255, 255, 204);" | | ||
|} | |} |
2015年10月22日 (四) 17:55的最新版本
C/C++ 语言 | Java 语言 | 其他语言 | ||||||
Python 语言 v3.2 以上版本 | ||||||||
|