连击 天
fork: star:
优化了内存使用,不再使用mmap映射整个文件到内存 /* * 本程序是从 minimad 改进而来,如要更详细的说明请参看 minimad.c * * Gu Zhou, 2009/12/25, SiChuan University, China * * 系统: ...
MyMinimad ── Linux下用libmad写的mp3解码播放程序 MyMinimad ── Linux下用libmad写的mp3解码播放程序(二) csdn的博客帐号当年那个事件中被盗了,相应的邮箱也被盗了,这次写在这里。 /*...
#ifndef UNIQUEPTR_H #define UNIQUEPTR_H template<typename _T> struct default_delete { void operator()(_T *ptr) { delete ptr; } }; template<typename _T, typename _D......
int GB18030Cut(const unsigned char *buf, int max) { int i = 0; for (; i < max;) { if (0 == buf[i]) { break; } if (buf[i] <= 0x7F) ......
val conf = HBaseConfiguration.create conf.addResource(new Path("hbase-site-xxx.xml")) // hbase-site-xxx.xml需在classpath的jar包中 conf.writeXml(System.out) // 看hbase-site-xxx....
static const int hex[] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1...
没有更多内容
加载失败,请刷新页面
没有更多内容
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复