lgy514

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年12月16日

摘要: #pragma once #include #include class CCycleBuffer { public: bool isFull(); bool isEmpty(); void empty(); int getReadableLength(); int getWriteableLength(); CCycleBuffer(in... 阅读全文
posted @ 2018-12-16 23:37 lgy514 阅读(252) 评论(0) 推荐(0) 编辑

摘要: 头文件 cpp文件 main函数 阅读全文
posted @ 2018-12-16 23:15 lgy514 阅读(853) 评论(0) 推荐(0) 编辑