2005年05月05日 星期四 13:37
python-chinese,您好! python的C++扩展工具有哪些?我知道的有swig,boost。另外,大家认为哪一个比较好 致 礼! baoyongjun byj at net.pku.edu.cn 2005-05-05
2005年05月05日 星期四 23:03
python-chinese,您好! 一个类mytest,有一个属性a = 0,它的一个实例test.如果test.a = 5以后,mytest.a是应该等于0还是应该等于5? 我记得在一本书中写的是此时mytest.a应该等于0,可是写了一个小例子,mytest.a却等于5 致 礼! 唐国巍 tgw_cl at tom.com 2005-05-05
2005年05月05日 星期四 23:06
我最近的项目中有用到swig。之前做了一个swig和boost.python的比较。 从原理上swig和boost.python在手法上略有不同。 个人觉得swig使用起来更加方便和简单一些,最重要的就是可直接swig可以直接用C++的头文件作为接口文件。boost.python也有一个工具可以达成此目的,我没事试过。boost.python对virtual function支持不太好,使用哪一类的virtual function需要在编写脚本文件的时候指定。我推荐使用swig。 On 5/5/05, baoyongjun <byj at net.pku.edu.cn> wrote: > python-chinese,您好! > > python的C++扩展工具有哪些?我知道的有swig,boost。另外,大家认为哪一个比较好 > > 致 > 礼! > > baoyongjun > byj at net.pku.edu.cn > 2005-05-05 > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
Zeuux © 2025
京ICP备05028076号