代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/456367/7350983
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/297233/8041259
readme
GNU Objective C notes
*********************
This document is to explain what has been done, and a little about how
specific features differ from other implementations. The runtime has
been complete
www.eeworm.com/read/296483/8100283
h provider.h
// provider.h
// defines the SecurityProvider interface, which maps provider names
// to implementations
// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.t
www.eeworm.com/read/333254/12693182
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/139189/13184601
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/325023/13231570
java countinggenerator.java
//: net/mindview/util/CountingGenerator.java
// Simple generator implementations.
package net.mindview.util;
public class CountingGenerator {
public static class
Boolean implements Generato
www.eeworm.com/read/315921/13534851
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/152666/5671175
java _cif_componentimpllocalbase.java
package org.objectweb.ccm.demo3.ClientSessionComposition;
/**
* Abstract base class for implementations of local interface CIF_ComponentImpl
* @author JacORB IDL compiler.
*/
public abstrac
www.eeworm.com/read/152666/5671176
java _cif_segmentbaselocalbase.java
package org.objectweb.ccm.demo3.ClientSessionComposition;
/**
* Abstract base class for implementations of local interface CIF_SegmentBase
* @author JacORB IDL compiler.
*/
public abstract
www.eeworm.com/read/152666/5671253
java _cif_componentimpllocalbase.java
package org.objectweb.ccm.demo3.ConsumerSessionComposition;
/**
* Abstract base class for implementations of local interface CIF_ComponentImpl
* @author JacORB IDL compiler.
*/
public abstr