随笔分类 -  备忘

摘要:1. 方法1 2. 方法2 阅读全文
posted @ 2018-05-22 10:47 Juworchey 阅读(2801) 评论(0) 推荐(0)
摘要:环境 gcc boost boost python 代码 Rectangle.cpp Rectangle2py.cpp makefile 注意事项 make文件中命令必须以TAB符号开头 编译和运行所用的python头文件(Python.h)和python库(libpython2.7.dylib)版 阅读全文
posted @ 2018-01-04 11:13 Juworchey 阅读(903) 评论(0) 推荐(0)
摘要:安装 tar zxf maxent versoin number.tar.gz cd maxent versoin number ./configure make make install C++中调用 代码 编译 注:静态链接库 /usr/local/lib/libmaxent.a,动态链接库 / 阅读全文
posted @ 2017-12-25 21:18 Juworchey
摘要:一、由jgibblda源码生成Jar包 1. 准备MANIFEST.MF文件,内容如下(指定main类和第三方包的所在路径): Manifest Version: 1.0 Main Class: jgibblda.LDA Class Path: lib/args4j 2.0.6.jar 2. 导出J 阅读全文
posted @ 2017-12-25 21:11 Juworchey