代码搜索结果
找到约 10,000 项符合
Interface 的代码
bank2.idl
module Bank2{
interface intf_1{
void op_1();
};
interface intf_2:intf_1{
void op_2();
};
};
stock.java
public interface Stock {
public void registerObserver(Observer o);
public void removeObserver(Observer o);
public void notifyObservers();
}
usb.c
/*
* drivers/usb/usb.c
*
* (C) Copyright Linus Torvalds 1999
* (C) Copyright Johannes Erdfelt 1999-2001
* (C) Copyright Andreas Gal 1999
* (C) Copyright Gregory P. Smith 1999
* (C) Copyright De
defs.h
/*
* Copyright (c) 2004 Ying Ge, Communication Research Center Canada.
*
* Copyright (c) 2002, 2003 Maoyu Wang, Communication Research Center Canada.
*
* By Ying Ge:
* 1. Change the OLSR packet
install.windows
#### INSTALLATION #
You must download and install Winpcap from:
http://winpcap.polito.it
I recommend version 3.0 at this time.
Then, unzip Bandwidthd to the folder of your choice. Edit
etc/bandw
nutshell.pas
unit Nutshell;
interface
// Miscellaneous routines from Delphi in a Nutshell.
// Copyright
fileio.pas
unit FileIO;
interface
// Various file, directory, and I/O functions.
// Copyright
nutreg.pas
unit NutReg;
interface
// Register the components for Delphi in a Nutshell.
// Copyright
usb.h
/* `=========================================================================`
***************************************
**** * *
usb.h
/* `=========================================================================`
***************************************
**** * *