代码搜索结果

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

dhclient.conf.5

.\" dhclient.conf.5 .\" .\" Copyright (c) 1996-2001 Internet Software Consortium. .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that t

dot3-epon-mib.mib

DOT3-EPON-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, mib-2, OBJECT-TYPE, Counter32, Integer32, Unsigned32, Counter64 FROM SNMPv2-SMI TruthVa

ghostdroplistener.java

public interface GhostDropListener { public void ghostDropped(GhostDropEvent e); }

classinterface.java

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

classinterface.java

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

readme

SuperLU (Version 3.1) ===================== Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required app

uartinterface.c

/* Copyright (C) 2004 John Orlando AVRcam: a small real-time image processing engine. This program is free software; you can redistribute it and/or modify it under the te

readme

Installation. ------------- 1. Build package ---------------- At a shell prompt, do: make package This will compile and create pfil.pkg. Copy this to the destination machine, where you will instal

getpy.pas

unit GetPy; interface uses sysutils; end.