代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/126884/6011020
java inputverification.java
package org.trinet.util.graphics;
import javax.swing.*;
/** Temporary interface to implement in jdk1.2 for jdk1.3 JComponent verification. */
public interface InputVerification {
InputVerifi
www.eeworm.com/read/125439/6028872
java asciitext.java
package com.javapatterns.builder.rtfreader;
public class ASCIIText
{
public void append(char c)
{ //Implement the code here
}
}
www.eeworm.com/read/124910/6037187
c ftime.c
/* Linux defines the ftime system call but doesn't actually implement
it. Use the BSD implementation. */
#include
www.eeworm.com/read/124910/6037665
c profil.c
/* Linux defines the profil system call but doesn't actually implement
it. Use the generic posix implementation. */
#include
www.eeworm.com/read/124465/6046992
h micro.h
#ifndef MICRO__H
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal/sdcc/micro.h
Version : $Id: micro.h,v 1.4 200
www.eeworm.com/read/124465/6047002
h micro.h
#ifndef MICRO__H
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal/avr/micro.h
Version : $Id: micro.h,v 1.7 2004
www.eeworm.com/read/124465/6047018
h micro.h
#ifndef MICRO__H
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal/simu/micro.h
Version : $Id: micro.h,v 1.10 20
www.eeworm.com/read/123117/6063310
java playerlistener.java
package bingo.shared;
// implement this interface if you are interested
// in finding out when new players register for a
// game
public interface PlayerListener extends Listener {
public void up
www.eeworm.com/read/122492/6065760
java evaluatable.java
package numbercruncher.mathutils;
/**
* Interface implement by function classes.
*/
public interface Evaluatable {
/**
* Return the value of the function at x.
* @param x the value
www.eeworm.com/read/122492/6065832
java~1~ evaluatable.java~1~
package numbercruncher.mathutils;
/**
* Interface implement by function classes.
*/
public interface Evaluatable
{
/**
* Return the value of the function at x.
* @param x the value of