代码搜索:DataSize
找到约 1,285 项符合「DataSize」的源代码
代码结果 1,285
www.eeworm.com/read/445121/7599123
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/441768/7665540
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/441768/7665548
cpp waitconditions.cpp
#include
#include
#include
#include
#include
using namespace std;
const int DataSize = 100000;
const int BufferSize = 4096;
char buffer
www.eeworm.com/read/435474/7791744
pas stcrc.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/435150/7796481
cpp prog10_03.cpp
// Program 10.3 Using functions in a namespace File prog10_03.cpp
#include
#include "compare.h"
using compare::max; // Using declaration for max
using compare::m
www.eeworm.com/read/435150/7796483
cpp prog10_04.cpp
// Program 10.4 Using function templates in a namespace File prog10_04.cpp
#include
#include "tempcomp.h"
using compare::max; // Using declaration for max
using c
www.eeworm.com/read/435150/7796488
cpp prog10_05.cpp
// Program 10.5 Using a function template in a namespace extension File: prog10_05.cpp
#include
#include
#include "normal.h"
using compare::max; // Usin
www.eeworm.com/read/399000/7903829
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/397392/8053311
v fifomem.v
module fifomem #(parameter DATASIZE = 8, // Memory data word width
parameter ADDRSIZE = 4) // Number of mem address bits
(output [DATASIZE-1:0] rdata,
input [DATASIZE-1:0] wdata,
www.eeworm.com/read/296483/8100181
cpp shmac.cpp
// shmac.cc
// code for shmac.h
// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt
// Scott McPeak's transmogrify of Wei Dai's public domain code
#include