代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/152666/5671254
java _cif_segmentbaselocalbase.java
package org.objectweb.ccm.demo3.ConsumerSessionComposition;
/**
* Abstract base class for implementations of local interface CIF_SegmentBase
* @author JacORB IDL compiler.
*/
public abstrac
www.eeworm.com/read/152666/5671359
java _cif_componentimpllocalbase.java
package org.objectweb.ccm.demo3.ServerSessionComposition;
/**
* Abstract base class for implementations of local interface CIF_ComponentImpl
* @author JacORB IDL compiler.
*/
public abstrac
www.eeworm.com/read/152666/5671360
java _cif_segmentbaselocalbase.java
package org.objectweb.ccm.demo3.ServerSessionComposition;
/**
* Abstract base class for implementations of local interface CIF_SegmentBase
* @author JacORB IDL compiler.
*/
public abstract
www.eeworm.com/read/137691/5820760
java pycode.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.core;
/**
* A super class for all python code implementations.
*/
public abstract class PyCode extends PyObject
{
www.eeworm.com/read/101594/6236470
java tokenhandler.java
/*
* TokenHandler.java - Token markers send tokens to implementations of
* this class
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 2002 Slava Pe
www.eeworm.com/read/487311/6519064
y ch1-06.y
%{
#include
/* we found the following required for some yacc implementations. */
/* #define YYSTYPE int */
%}
%token NOUN PRONOUN VERB ADVERB ADJECTIVE PREPOSITION CONJUNCTION
%%
sentence
www.eeworm.com/read/483659/6600363
y ch1-06.y
%{
#include
/* we found the following required for some yacc implementations. */
/* #define YYSTYPE int */
%}
%token NOUN PRONOUN VERB ADVERB ADJECTIVE PREPOSITION CONJUNCTION
%%
sentence
www.eeworm.com/read/481424/6640610
c getopt.c
/*
* "getopt" routine customized for top.
*/
/*
* Many modern-day Unix implementations already have this function
* in libc. The standard "getopt" is perfectly sufficient for top's
* needs. If
www.eeworm.com/read/403011/11524441
cpp lotto.cpp
// lotto.cpp -- probability of winning
#include
// Note: some implementations require double instead of long double
long double probability(unsigned numbers, unsigned picks);
int main()
www.eeworm.com/read/403009/11524746
cpp lotto.cpp
// lotto.cpp -- probability of winning
#include
// Note: some implementations require double instead of long double
long double probability(unsigned numbers, unsigned picks);
int main()