代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/103433/15732378
~cpp buffer.~cpp
#include "buffer.h"
#include
CBUFFER::CBUFFER()
{
Initialize();
}
CBUFFER::~CBUFFER()
{
for(int i=0;idata!=NULL)
www.eeworm.com/read/103433/15732379
cpp buffer.cpp
#include "buffer.h"
#include
CBUFFER::CBUFFER()
{
Initialize();
}
CBUFFER::~CBUFFER()
{
for(int i=0;idata!=NULL)
www.eeworm.com/read/103433/15732382
h buffer.h
#ifndef BUFFER_H
#define BUFFER_H
#include
#include "linktable.h"
#include "locker.h"
const int E_OK = 0;
const int E_FALSE = -1;
const long C_MAX_BUFFERNUM = 10000;
//存
www.eeworm.com/read/103433/15732397
~h buffer.~h
#ifndef BUFFER_H
#define BUFFER_H
#include
#include "linktable.h"
#include "locker.h"
const int E_OK = 0;
const int E_FALSE = -1;
const long C_MAX_BUFFERNUM = 10000;
//存
www.eeworm.com/read/103433/15732398
obj buffer.obj
www.eeworm.com/read/100656/15867883
cpp buffer.cpp
// Buffer.cpp: implementation of the CBuffer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Buffer.h"
#include "Math.h"
#ifdef
www.eeworm.com/read/100656/15867899
cpp buffer.cpp
// Buffer.cpp: implementation of the CBuffer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Buffer.h"
#include "Math.h"
#ifdef
www.eeworm.com/read/100656/15867900
h buffer.h
// Buffer.h: interface for the CBuffer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BUFFER_H__829F6693_AC4D_11D2_8C37_00600877E420__INCLUDED_)