08 2017 档案

摘要:在音频流解析过程中,常常会涉及到顺序读取某些bit的操作。 #include<stdio.h> typedef struct _BIT_BUF { unsigned char buffer[1024]; unsigned int byteSize; unsigned int bytePosition 阅读全文
posted @ 2017-08-21 22:59 fellow_jing 阅读(467) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/wlsfling/article/details/5876016 http://www.cnblogs.com/gaozehua/archive/2012/05/03/2479960.html http://blog.chinaunix.net/uid 阅读全文
posted @ 2017-08-05 23:29 fellow_jing 阅读(6322) 评论(0) 推荐(0)