代码搜索:DataSize

找到约 1,285 项符合「DataSize」的源代码

代码结果 1,285
www.eeworm.com/read/104780/6201912

h unittsdata.h

//--------------------------------------------------------------------------- #ifndef UnitTsDataH #define UnitTsDataH //---------------------------------------------------------------------------
www.eeworm.com/read/104780/6201919

h unittsdata.h

//--------------------------------------------------------------------------- #ifndef UnitTsDataH #define UnitTsDataH //---------------------------------------------------------------------------
www.eeworm.com/read/101082/6242793

c defname.c

/* Copyright (c) 1979 Regents of the University of California */ static char sccsid[] = "@(#)DEFNAME.c 1.2 3/7/81"; #include "h00vars.h" DEFNAME(filep, name, maxnamlen, datasize) register struct
www.eeworm.com/read/101082/6242823

c rewrite.c

/* Copyright (c) 1979 Regents of the University of California */ static char sccsid[] = "@(#)REWRITE.c 1.3 6/10/81"; #include "h00vars.h" REWRITE(filep, name, maxnamlen, datasize) register struct
www.eeworm.com/read/492058/6423747

c dictionary.c

/* Copyright (c) 2005 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.6 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/485607/6554509

cpp semaphores.cpp

#include #include const int DataSize = 100000; const int BufferSize = 4096; char buffer[BufferSize]; QSemaphore freeSpace(BufferSize); QSemaphore usedSpace(0); class Producer :
www.eeworm.com/read/485607/6554517

cpp waitconditions.cpp

#include #include const int DataSize = 100000; const int BufferSize = 4096; char buffer[BufferSize]; QWaitCondition bufferIsNotFull; QWaitCondition bufferIsNotEmpty; QMutex mutex
www.eeworm.com/read/484919/6568837

cpp bitmapzip.cpp

#include "StdAfx.h" #include "BitMapZip.h" CBitMapZip::CBitMapZip(void) { } CBitMapZip::~CBitMapZip(void) { } bool CBitMapZip::GetPathFro(CString& path) { m_Path=path; return 1; }
www.eeworm.com/read/480720/6660397

h xormac.h

// xormac.h - written and placed in the public domain by Wei Dai #ifndef CRYPTOPP_XORMAC_H #define CRYPTOPP_XORMAC_H #include "iterhash.h" NAMESPACE_BEGIN(CryptoPP) template cla
www.eeworm.com/read/477106/6745677

pas viewblob.pas

{*******************************************************} { } { Delphi VCL Extensions (RX) demo program } {