随笔分类 -  编程

摘要:The use of const keyword in C++ applies constraints to the program which will be statically checked by the compiler before program’s running. Therefor 阅读全文
posted @ 2021-01-18 12:01 皮波迪先生 阅读(126) 评论(0) 推荐(0)
摘要:Plus是一个介绍数学之美与实际应用的网络杂志,其中包含了数学知识、轶闻趣事、历史典故等许多精彩的内容。该杂志恰好有一个Podcast栏目,提供了不少采访与讲座的mp3音频。于是, 我使用Python脚本将所有的Podcast文件都下载了下来,用于上下班路途上不适宜看书的时候听。 该脚本引入了四个模 阅读全文
posted @ 2019-04-13 17:29 皮波迪先生 阅读(345) 评论(0) 推荐(0)
摘要:Introduction to Python Wrap C/C++ libraries into Python via Cython and CFFI. Python implementations for production quality: CPython (Classic Python) I 阅读全文
posted @ 2018-05-16 10:26 皮波迪先生 阅读(266) 评论(0) 推荐(0)