代码搜索结果

找到约 10,000 项符合 Interface 的代码

mexchanges.txt

The following files were changed to create a MATLAB mex interface 1) Add mex.c This file contains the code for my interface. 2) Changed Makefile Added commands for compilation on an HP 9000/series 7

iftab.5

.\" Jean II - HPL - 2004 .\" iftab.5 .\" .TH IFTAB 5 "01 March 2004" "wireless-tools" "Linux Programmer's Manual" .\" .\" NAME part .\" .SH NAME iftab \- static information about the network interface

iwevent.8

.\" Jean Tourrilhes - HPL - 2002 - 2004 .\" iwevent.8 .\" .TH IWEVENT 8 "23 June 2004" "net-tools" "Linux Programmer's Manual" .\" .\" NAME part .\" .SH NAME iwevent \- Display Wireless Events generat

queue.java

public interface Queue { public void enqueue (Object element); //入队 public Object dequeue();//出队 }

collegedisplay.java

interface CollegeDisplay { public void collegeInitialise (int n); public void collegeTick (int tick); }

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

ex20(1).java

// generics/Ex20.java // TIJ4 Chapter Generics, Exercise 20, page 654 /* Create an interface with two methods, and a class that implements that interface * and adds another method. In another class

counthome.java

package examples; import javax.ejb.*; import java.rmi.RemoteException; /** * This is the home interface for CountBean. This interface * is implemented by the EJB Server's glue-code tools -