代码搜索:Circular_Buffer

找到约 61 项符合「Circular_Buffer」的源代码

代码结果 61
www.eeworm.com/read/140704/5783977

cc cb_cstr_0.cc

// file: circular_buffer/cb_cstr_0.cc // // isip include files // #include "CircularBuffer.h" // method: constructor // // arguments: none // // return: none // // this is the constructor for the cl
www.eeworm.com/read/140704/5783983

cc cb_cstr_2.cc

// file: circular_buffer/cb_cstr_2.cc // // isip include files // #include "CircularBuffer.h" // method: destructor // // arguments: none // // return: none // // this is the destructor for the clas
www.eeworm.com/read/140704/5783976

cc cb_debug_0.cc

// file: circular_buffer/cb_debug_0.cc // // isip include files // #include "CircularBuffer.h" // method: debug // // arguments: none // // return: none // // this method displays the contents of
www.eeworm.com/read/126467/14422385

h,v ec.h,v

head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 96.11.05.12.18.40; author picone; state Exp; branches; next ; desc @initial version. @ 1.1 log @Initial revision @ text @// file
www.eeworm.com/read/126467/14422400

h ec.h

// file: echoc.h // // this file defines an echo canceller class. this is a faithful implementation // of the following application note: // // Messerschmitt, David; Hedberg, David; Cole, Christopher;
www.eeworm.com/read/210365/15200478

h,v ec.h,v

head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 96.11.05.12.18.40; author picone; state Exp; branches; next ; desc @initial version. @ 1.1 log @Initial revision @ text @// file
www.eeworm.com/read/210365/15200485

h ec.h

// file: echoc.h // // this file defines an echo canceller class. this is a faithful implementation // of the following application note: // // Messerschmitt, David; Hedberg, David; Cole, Christopher;
www.eeworm.com/read/105267/15673081

h,v ec.h,v

head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 96.11.05.12.18.40; author picone; state Exp; branches; next ; desc @initial version. @ 1.1 log @Initial revision @ text @// file
www.eeworm.com/read/105267/15673088

h ec.h

// file: echoc.h // // this file defines an echo canceller class. this is a faithful implementation // of the following application note: // // Messerschmitt, David; Hedberg, David; Cole, Christopher;
www.eeworm.com/read/182967/9182388

c circular_buf.c

#include #include #include #include "circular_buf.h" #ifdef DEBUG #define mydebug(fmt,args...) printk(fmt,##args) #else #define mydebug(fmt,args...) #e