代码搜索结果
找到约 10,000 项符合
Interface 的代码
desc.h
unsigned char DEV_DESC[]=
{ 18, /*Device Descriptor length*/
1, /*Decriptor type*/
0x00, /*0x0001 is Specification Version (BCD)即符合USB1.0标准*/
0x01,
0x00, /*Device class*/
0x00, /*Device s
iterator.java
interface Iterator {
boolean hasNext();
Object next();
void remove();
}
configuration.txt
$Id: configuration.txt 140 2008-10-31 21:49:50Z unsaved $
WebMail Configuration Scheme
============================
WebMail has a new configuration scheme since v0.6.0.
Program parts can register co
s3c2410_usb.h
/*
* s3c2410_usb.h
*
* Public interface to the s3c2410 USB core. For use by client modules
* like usb-eth and usb-char.
*
*/
#ifndef _S3C2410_USB_H
#define _S3C2410_USB_H
#include
auto.html
OLE Automation
pprintf.h
/*
* PPRINF.H - Pageprintf routine enables us to handle the /P option in each
* command. It gives the printf interface out and prints the text
* 'Press any key' and requires a key each time
setup.htm
User Management Setup
idataobject.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "IDataObject"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attri
advstyleif.pas
{***************************************************************************}
{ TAdvStyleIF interface }
{ for Delphi & C++Builder
orderingfunction.java
package shared;
import java.lang.*;
/** The interface for classes using an ordering function for sorting various lists
* in the Graph class.
*/
public interface OrderingFunction{
/** The