代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/478943/1346387
svn-base scripts.json.svn-base
{
"Core": {
"Core": {
"deps": ["Core"],
"desc": "The core of MooTools, contains all the base functions and the Native and Hash implementations. Required by all the other scripts."
},
"
www.eeworm.com/read/250990/4425332
java mac.java
package org.bouncycastle1.crypto;
/**
* The base interface for implementations of message authentication codes (MACs).
*/
public interface Mac
{
/**
* Initialise the MAC.
*
* @p
www.eeworm.com/read/243567/4523102
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/243567/4523106
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/232407/4700919
h cp.h
/** \file
* Connection-point implementations.
* The thought behind the current implementation was to try and maintain
* connections points accessible from the coclass through the member
* conn
www.eeworm.com/read/231460/4716067
files
api/ - The code for the API.
arch/ - Architectural specific files are kept here.
core/ - The core files including protocol implementations, memory
and buffer management
www.eeworm.com/read/217309/4873535
files
api/ - The code for the API.
arch/ - Architectural specific files are kept here.
core/ - The core files including protocol implementations, memory
and buffer management
www.eeworm.com/read/211691/4940767
files
api/ - The code for the API.
arch/ - Architectural specific files are kept here.
core/ - The core files including protocol implementations, memory
and buffer management
www.eeworm.com/read/199528/5076166
java constrainedminimizer.java
package edu.stanford.nlp.optimization;
/**
* The interface for constrained function minimizers.
*
* Not all cases need to be supported by all implementations. For
* example, in implementation
www.eeworm.com/read/199528/5076167
java minimizer.java
package edu.stanford.nlp.optimization;
/**
* The interface for unconstrained function minimizers.
*
* Implementations may also vary in their requirements for the
* arguments. For example, implem