代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/392244/8356296
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/370596/9593468
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/173682/9643495
am makefile.am
lib_LTLIBRARIES = libcfl.la libcfl_mt.la
# Versioning rules ( C:R:A )
# 1. Start with version 0:0:0.
# 2. If the library source code has changed at all, incremement R.
# 3. If any interfaces have be
www.eeworm.com/read/414988/11088137
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/266070/11244023
c initspdif.c
/***************************************************************************************************
** File: initSPDIF.c
** Date: 7-29-05
** Author: BM
** Use: Testing ADSP-21369 EZkit
www.eeworm.com/read/300026/13943317
pro paint.pro
######################################################################
# Automatically generated by qmake (1.04a) Sun Jan 13 13:32:12 2008
#############################################################
www.eeworm.com/read/135259/13945001
h wbemidl.h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#pragma comment(lib, "wbemuuid.lib")
/*++
Copyright (C) 1996-1999 Microsoft Corporation
Module Name:
WBEMIDL.H
Abstract:
Include
www.eeworm.com/read/203690/15353383
lpr project1.lpr
program project1;
{$mode objfpc}{$H+}
uses
Interfaces, // this includes the LCL widgetset
Forms
{ add your units here }, Unit1, rtcSDK_FPC;
begin
Application.Initialize;
Applic