代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/293758/8275733
pro movie3.pro
######################################################################
# Automatically generated by qmake (1.07a) Tue Apr 1 05:25:51 2008
##############################################################
www.eeworm.com/read/392244/8356274
java ex14.java
// interfaces/Ex14.java
// TIJ4 Chapter Interfaces, Exercise 14, page 330
/* Create three interfaces, each with two methods. Inherit a new interface
* that combines the three, adding a new method.
www.eeworm.com/read/392244/8356292
java testex6.java
// interfaces.TestEx6.java
// TIJ4 Chapter Interfaces, Exercise 6, page 320
// Prove that all the methods in an interface are automatically public
/* Solution includes, in package interfaces.ex6:
www.eeworm.com/read/370596/9593441
java ex14.java
// interfaces/Ex14.java
// TIJ4 Chapter Interfaces, Exercise 14, page 330
/* Create three interfaces, each with two methods. Inherit a new interface
* that combines the three, adding a new method.
www.eeworm.com/read/370596/9593465
java testex6.java
// interfaces.TestEx6.java
// TIJ4 Chapter Interfaces, Exercise 6, page 320
// Prove that all the methods in an interface are automatically public
/* Solution includes, in package interfaces.ex6:
www.eeworm.com/read/174135/9606613
inf netusbnic.inf
; netUSBNIC.INF
;
; Dual .INF file for USBNIC Network Adapter
;
; Copyright (c) 2000
[version]
signature="$CHICAGO$"
Class=Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%M
www.eeworm.com/read/174006/9612691
txt 2.10.txt
Listing 2.10 Interfaces Are Purely Abstract
public interface IMediaDevice
{
void TurnOn();
void TurnOff();
int VolumeLevel
{
get;
set;
}
}
www.eeworm.com/read/370163/9614019
htm group__mywins__fns.htm
MiniGUI V1.6.10 API Reference: Interfaces of
www.eeworm.com/read/172140/9723579
java messagecracker.java
/**
* @version 1.20 07 May 1997
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.lang.reflect.*;
public class MessageCracker
implements MouseListene
www.eeworm.com/read/170836/9785864
mac readme.mac
$Id: README.mac,v 1.28 2003/02/23 00:13:17 ben Exp $
Information about PuTTY for the Mac OS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Compiling it:
See ../README for generic information.
T