代码搜索:DataSize
找到约 1,285 项符合「DataSize」的源代码
代码结果 1,285
www.eeworm.com/read/159878/10603145
pas dllmemu.pas
unit DllMemU;
interface
uses
Windows, SysUtils;
procedure SetData (I: Integer); stdcall;
function GetData: Integer; stdcall;
procedure SetShareData (I: Integer); stdcall;
function GetSh
www.eeworm.com/read/422757/10613120
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/351231/10670677
v fifomem2.v
module fifomem2 (rdata, wdata, waddr, raddr, wclken, wclk);
parameter DATASIZE = 8; // Memory data word width
parameter ADDRSIZE = 4; // Number of memory address bits
parameter DEPTH = 1
www.eeworm.com/read/351073/10683670
cpp semaphores.cpp
#include
#include
#include
using namespace std;
const int DataSize = 100000;
const int BufferSize = 4096;
char buffer[BufferSize];
QSemaphore freeSpace(BufferSize);
QS
www.eeworm.com/read/351073/10683695
cpp waitconditions.cpp
#include
#include
#include
using namespace std;
const int DataSize = 100000;
const int BufferSize = 4096;
char buffer[BufferSize];
QWaitCondition bufferIsNotFull;
QWai
www.eeworm.com/read/158942/10715739
pas dllmemu.pas
unit DllMemU;
interface
uses
Windows, SysUtils;
procedure SetData (I: Integer); stdcall;
function GetData: Integer; stdcall;
procedure SetShareData (I: Integer); stdcall;
function GetSh
www.eeworm.com/read/274306/10878046
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/418735/10930142
java sort.java
class Sort {
public static final int BUFSIZE = 25;
static int[] array;
static int len;
static public boolean readfile(){return false;};
static public void quicksort(){};
www.eeworm.com/read/270807/11025093
cpp semaphores.cpp
#include
#include
#include
#include
using namespace std;
const int DataSize = 100000;
const int BufferSize = 4096;
char buffer[BufferSize];
QSemaphor
www.eeworm.com/read/270807/11025111
cpp waitconditions.cpp
#include
#include
#include
#include
#include
using namespace std;
const int DataSize = 100000;
const int BufferSize = 4096;
char buffer