代码搜索:Buffer

找到约 10,000 项符合「Buffer」的源代码

代码结果 10,000
www.eeworm.com/read/142108/12962160

h buffer.h

#ifndef BUFFER_H #define BUFFER_H // 功能:定义数据缓冲区各抽象类 #ifndef DOUBLE #define DOUBLE double // #define DOUBLE long double // 如double精度不够,则可将此行去注释,而将上行注释 // 即可得到更精确的结果 #endif // DOUBLE
www.eeworm.com/read/142108/12962182

cpp buffer.cpp

#include #include #include // 功能:实现buffer.h中的各个缓冲类的函数 #include "buffer.h" #include "cbuffer.h" DOUBLE defaulterr = 1e-8; // 缺省的误差调整值 int doadjust = 1; /
www.eeworm.com/read/141958/12975689

class buffer.class

www.eeworm.com/read/242863/12976609

c buffer.c

// // This example demonstrates semaphores. // #include #include #include #if( GCC_VERSION>=2096 ) #include #else #include #endif using
www.eeworm.com/read/242863/12976681

h buffer.h

/*************************************************************************** * * * This program is free software; you can re
www.eeworm.com/read/242863/12976693

c buffer.c

// // Copyright (C) 2001 謗n E. Hansen // // Implementation of buffers, for threads library. /* * There is heavy use of locking, as this buffer is espected to reside * between two threads, one doing
www.eeworm.com/read/242781/12985892

h buffer.h

/**************************************************************************** DESCRIPTION Interface definition for handling buffer functionality FILE buffer.h */ #ifndef BUFFER_H #
www.eeworm.com/read/242781/12985899

c buffer.c

/**************************************************************************** DESCRIPTION Implementation for handling buffer functionality FILE buffer.c */ #include #includ
www.eeworm.com/read/141488/13008579

dpr buffer.dpr

Program Buffer; Uses Forms, Unit1 In 'Unit1.pas' {Form1}; {$R *.RES} Begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; End.
www.eeworm.com/read/141488/13008581

res buffer.res