代码搜索结果

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

listener.java

package bingo.shared; public interface Listener { }

run-sim.h

/* This file defines the part of the interface between the standalone simaulator program - run - and simulator library - libsim.a - that is not used by GDB. The GDB part is described in include

intro.dxx

/**@name Introduction * The Linux DOM2 XML Parser Version 1.2 (IXML) is a lightweight, portable XML * parser supporting the standard Document Object Model (DOM) Level 2 * interfaces. The parser us

systime.nc

// $Id: SysTime.nc,v 1.3.4.4 2003/08/26 09:08:13 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to

random.nc

// $Id: Random.nc,v 1.2.4.5 2003/08/26 09:08:13 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to

radiocrcpacket.nc

// $Id: RadioCRCPacket.nc,v 1.1.2.2 2003/08/18 22:09:50 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permis

simplecmd.nc

// $Id: SimpleCmd.nc,v 1.2.14.2 2003/08/18 22:09:36 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission

listener.java

package bingo.shared; public interface Listener { }

common.java

interface Common{ int i=0; public void jisuan(int a,int b,int c); }

classinterface.java

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