代码搜索:Buffer

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

代码结果 10,000
www.eeworm.com/read/139294/13164320

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/325151/13223154

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/324303/13273734

mc buffer.mc

www.eeworm.com/read/324231/13278134

h buffer.h

/*-------------------------------------------------------------------------- BUFFER.H Header file for generic timer buffer data. Copyright GPL. All rights reserved. ----------------------------
www.eeworm.com/read/324231/13278287

bak buffer.bak

/*-------------------------------------------------------------------------- BUFFER.H Header file for generic timer buffer data. Copyright GPL. All rights reserved. ----------------------------
www.eeworm.com/read/136565/13301295

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/137612/13309103

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/323861/13312707

c buffer.c

#include #include main(void) { struct sysinfo buf; sysinfo(&buf); printf("Total ram = %d\n", buf.totalram); printf("Free ram = %d\n", buf.freeram); }
www.eeworm.com/read/238877/13317299

cpp buffer.cpp

// Buffer.cpp: implementation of the CBuffer class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Buffer.h" #include #ifdef _
www.eeworm.com/read/238877/13317302

h buffer.h

// Buffer.h: interface for the CBuffer class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_BUFFER_H__24DD7377_C307_4C0B_87B4_E23481B7AA5F__INCLUDED_)