摘要: g++ -o test domything.cpp -lpthread //exec child process in the thread 阅读全文
posted @ 2018-04-01 20:59 在左手 阅读(335) 评论(0) 推荐(0) 编辑
摘要: use the python object's methods in c code 阅读全文
posted @ 2018-04-01 12:57 在左手 阅读(232) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define INBUFSIZE 4096 #define MP3BUFSIZE (int)(1.25 * INBUFSIZE) + 7200 int encode(char *inpath, char *outpath) { int status = 0; lame_global_flags *gfp; ... 阅读全文
posted @ 2018-04-01 10:52 在左手 阅读(315) 评论(0) 推荐(0) 编辑
摘要: example2: 阅读全文
posted @ 2018-04-01 08:39 在左手 阅读(1795) 评论(0) 推荐(0) 编辑