代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/282491/4101300
c simd5.c
/*******************************************************************
* EAP-SIM (draft 5 specific) function implementations
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more inf
www.eeworm.com/read/282491/4101316
c eapmschapv2.c
/*******************************************************************
* EAP-MSCHAPv2 Function implementations
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* Fil
www.eeworm.com/read/280947/4121616
inc dbmon.inc
#pragma once
//
// interface IDBMonitor wrapper method implementations
//
inline HRESULT IDBMonitor::GetVersion ( LPSTR * pVersion ) {
HRESULT _hr = raw_GetVersion(pVersion);
if (F
www.eeworm.com/read/279715/4135367
java workingmemorytemplate.java
package org.drools;
/**
* Interface invoke WorkingMemory methods within a callback. The concrete implementations
* of this interface can provide various services related to the WorkingMemory
www.eeworm.com/read/273740/4195641
c mmu_context.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* This file contains the routines for handling the MMU on those
* PowerPC implementations where the MMU substantially follows the
* architecture specificatio
www.eeworm.com/read/273740/4195645
c ppc_mmu.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* This file contains the routines for handling the MMU on those
* PowerPC implementations where the MMU substantially follows the
* architecture specificatio
www.eeworm.com/read/270845/4234284
txt examples.txt
NOTE:
The files that do not have _ correspond to the default target.
The following directories, firtest and figtest contain the complete
implementations of two algorithm examples, FIR and
www.eeworm.com/read/439082/1814476
c mmu_context.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* This file contains the routines for handling the MMU on those
* PowerPC implementations where the MMU substantially follows the
* architecture specificatio
www.eeworm.com/read/439082/1814480
c ppc_mmu.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* This file contains the routines for handling the MMU on those
* PowerPC implementations where the MMU substantially follows the
* architecture specificatio
www.eeworm.com/read/438251/1826661
java binaryexpression.java
package prefuse.data.expression;
/**
* Abstract base class for Expression implementations that maintain two
* sub-expressions. These are referred to as the left expression (the first
* one) a