用 C++ 开发 Python 扩展 PyCXX

码农软件 · 软件分类 · 其他开发相关 · 2019-10-24 10:28:49

软件介绍

PyCXX 项目的目的是为了简化用 C++ 开发 Python 扩展。

PyCXX is a set of classes to help create extensions of Python in the C++ language.
The first part encapsulates the Python C API taking care of exceptions and ref counting.
The second part supports the building of Python extension modules in C++.

本文地址:https://codercto.com/soft/d/17446.html

算法引论

算法引论

[美]Udi Manber / 黄林鹏、谢瑾奎、陆首博、等 / 电子工业出版社 / 2005-9-1 / 35.00元

本书是国际算法大师乌迪·曼博(Udi Manber)博士撰写的一本享有盛誉的著作。全书共分12章:第1章到第4章为介绍性内容,涉及数学归纳法、算法分析、数据结构等内容;第5章提出了与归纳证明进行类比的算法设计思想;第6章到第9章分别给出了4个领域的算法,如序列和集合的算法、图算法、几何算法、代数和数值算法;第10章涉及归约,也是第11章的序幕,而后者涉及NP完全问题;第12章则介绍了并行算法;最后......一起来看看 《算法引论》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换