update ctypes detail link

pull/6/head
tangyouhua 2016-05-11 07:51:55 +08:00
parent a22a067810
commit ecd8244e79
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ MapReduce 框架和库。
使用外来函数接口的库。 使用外来函数接口的库。
* cffi用来调用 C 代码的外来函数接口。[官网](https://pypi.python.org/pypi/cffi) * cffi用来调用 C 代码的外来函数接口。[官网](https://pypi.python.org/pypi/cffi)
* ctypes(Python 标准库) 用来调用 C 代码的外来函数接口。[官网](https://docs.python.org/2/library/ctypes.html) * [ctypes](http://hao.jobbole.com/ctypes/)(Python 标准库) 用来调用 C 代码的外来函数接口。[官网](https://docs.python.org/2/library/ctypes.html)
* PyCUDANvidia CUDA API 的封装。[官网](https://mathema.tician.de/software/pycuda/) * PyCUDANvidia CUDA API 的封装。[官网](https://mathema.tician.de/software/pycuda/)
* SWIG简化的封装和接口生成器。[官网](http://www.swig.org/Doc1.3/Python.html) * SWIG简化的封装和接口生成器。[官网](http://www.swig.org/Doc1.3/Python.html)