代码搜索:purely
找到约 78 项符合「purely」的源代码
代码结果 78
www.eeworm.com/read/253533/12216805
txt 2.10.txt
Listing 2.10 Interfaces Are Purely Abstract
public interface IMediaDevice
{
void TurnOn();
void TurnOff();
int VolumeLevel
{
get;
set;
}
}
www.eeworm.com/read/174006/9612691
txt 2.10.txt
Listing 2.10 Interfaces Are Purely Abstract
public interface IMediaDevice
{
void TurnOn();
void TurnOff();
int VolumeLevel
{
get;
set;
}
}
www.eeworm.com/read/183001/5259648
c prepqual.c
/*-------------------------------------------------------------------------
*
* prepqual.c
* Routines for preprocessing qualification expressions
*
*
* The parser regards AND and OR as purely
www.eeworm.com/read/376006/2717625
c prepqual.c
/*-------------------------------------------------------------------------
*
* prepqual.c
* Routines for preprocessing qualification expressions
*
*
* The parser regards AND and OR as purely
www.eeworm.com/read/272813/10943239
c buf.c
#include
#include "buf.h"
// ************** ALL BELOW are purely local to buffer Manager *******
static const char *bufErrMsgs[] = {
"hash table error",
www.eeworm.com/read/187788/5215764
h _shm.h
/********************************************************************
* Description: _shm.h
* Purely local shared memory functions-- converting System V
* shared memory to POSIX shared memory requ
www.eeworm.com/read/393024/2490045
h _shm.h
/********************************************************************
* Description: _shm.h
* Purely local shared memory functions-- converting System V
* shared memory to POSIX shared memory requ
www.eeworm.com/read/364251/7075953
c legacy.c
/*
* legacy.c: set of deprecated routines, not to be used anymore but
* kept purely for ABI compatibility
*
* See Copyright for the status of this software.
*
* daniel@veillard.com
*/
www.eeworm.com/read/242732/4537613
c legacy.c
/*
* legacy.c: set of deprecated routines, not to be used anymore but
* kept purely for ABI compatibility
*
* See Copyright for the status of this software.
*
* daniel@veillard.c