Ark_Zhang

导航

 

2013年4月27日

摘要: CircularBuf.h 1 #ifndef CIRCULAR_BUF_H 2 #define CIRCULAR_BUF_H 3 4 #include <Windows.h> 5 6 #define MULTI_BUF_SIZE 10 7 #define MULTI_MIN_BUF_DATA_SIZE 5 8 9 class CCircularBuf10 {11 public:12 CCircularBuf(void);13 ~CCircularBuf(void);14 15 //... 阅读全文
posted @ 2013-04-27 10:17 Ark_Zhang 阅读(2041) 评论(0) 推荐(0) 编辑