代码搜索结果

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

classinterface.java

/* ClassInterface.java */ public interface ClassInterface { public double Cost(); }

classinterface.java

/* ClassInterface.java */ public interface ClassInterface { public double Cost(); }

videocard.java

interface VideoCard { void Display(); String getName(); }

hotplug.txt

Sane network interface management with Hotplug ---------------------------------------------- INTRODUCTION ------------ In the old days all wireless cards were managed by the excellent Pcmcia su

ifrename-vs-xxx.txt

Network interface renaming comparison ------------------------------------- INTRODUCTION ------------ The Wireless Tools package includes 'ifrename', a tool to rename network interfaces. However

iwgetid.8

.\" Guus Sliepen - 2001 .\" Completed and fixed up by Jean Tourrilhes - 2002-2003 .\" iwgetid.8 .\" .TH IWGETID 8 "02 December 2003" "wireless-tools" "Linux Programmer's Manual" .\" .\" NAME part .\"

securitydisplay.java

interface SecurityDisplay { public void sitting (int n); }