
python
jay463261929
人必自助而后人助之,而后天助之。"只知索取,不愿付出"——loser
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
liunx终端进入、退出python命令行
1. 在liunx下输入python,进入python命令行:Python 2.7.2+ (default, Oct 4 2011, 20:06:09) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> quit() gaojs@u原创 2017-03-23 10:51:45 · 3221 阅读 · 0 评论 -
liunx python调用c++库(类、函数),传入传出参数
一、使用c++封装动态库参考文献:http://www.linuxidc.com/Linux/2012-09/70502.htm1.新建test类1.1新建 test.cpp 文件代码如下:#include extern "C" int myadd(int a, int b) {原创 2017-12-06 19:34:14 · 18164 阅读 · 0 评论