- 博客(3)
- 收藏
- 关注
原创 简明java基础[命令行编译打包运行]
在myJava/com/test目录下文本编辑一个文件hello.java,内容如下: packege com.test; public class hello{ public static void main(String[] args) { System.out.println("hello wood!"); } } 编译:
2017-03-30 15:41:50
327
原创 linux下使用swig让python调用C++(复杂版:包括多文件调用和链接库)
第一次用swig,网上找了各种资料,比如 http://www.cnblogs.com/kaituorensheng/p/4464117.html 入门可以看上面这个链接 但要么过于简单要么过于复杂 我的需求是,现在有一个C++工程,包括多个.cpp和.h文件,并且使用了外部的.a .so库 使用python来调用。 假设python需要调用的C++类及其定义都在hello.cpp
2015-12-17 14:25:30
2987
原创 最简单的matplotlib安装和使用
官方安装说明 http://matplotlib.org/users/installing.html 简单安装过程如下 第一步: 从git克隆源码:命令 git clone git@github.com:matplotlib/matplotlib.git or git clone git://github.com/matplotlib/
2015-12-09 17:10:04
1344
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅