代码搜索结果
找到约 10,000 项符合
Interface 的代码
pat3a.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Abstract Facto
sortable.java
public interface Sortable
{
public abstract boolean lessThan(Sortable obj);
}
cpumain.pas
unit CpuMain;
interface
// Display the CPU identification.
// Copyright
tile.pas
unit Tile;
interface
// Component that tiles a bitmap.
// Copyright
vmtimpl.pas
unit VmtImpl;
interface
// Implementation of the VMTInfo interfaces.
// Copyright
readme
madplay - MPEG audio decoder and player
Copyright (C) 2000-2004 Robert Leslie
$Id: README,v 1.60 2004/01/23 09:41:31 rob Exp $
===================================================================
subject.java
public interface Subject {
public void registerInterest(Observer obs);
}
readme.txt
# README.TXT
This project is an HC12 ANSI-C project.
This example is running the "Demo" program on:
-the CodeWarrior HC12 Simulator, (choose "Demo (Simulation)" target),
-ICD12 P&E cables inte
garden.java
public interface Garden {
public Plant getShade();
public Plant getCenter();
public Plant getBorder();
}