代码搜索结果

找到约 322,615 项符合 Interface 的代码

files

This directory contains generic network interface device drivers that do not contain any hardware or architecture specific code. The files are: etharp.c Implements the ARP (Address Resoluti

clock.h

/** * \defgroup clock Clock interface * * The clock interface is the interface between the \ref timer "timer library" * and the platform specific clock functionality. The clock * interface m

iface.h

// // Interfaces.h - Shared header // interface IX : IUnknown { virtual void __stdcall Fx() = 0 ; }; interface IY : IUnknown { virtual void __stdcall Fy() = 0 ; }; interface IZ :

iface.h

// // Interfaces.h - Shared header // interface IX : IUnknown { virtual void __stdcall Fx() = 0 ; }; interface IY : IUnknown { virtual void __stdcall Fy() = 0 ; }; interface IZ :

linerenderer.java

package drawsmart.itsv.framework; /** * Title: * Description: 连线修饰器 * Copyright: Copyright (c) 2003 * Company: * @version 2.0 * @see Arrow */ public interface Lin

netif.c

/** * @file * * lwIP network interface abstraction */ #include "netif.h" #include "tcp.h" struct netif *netif_list = NULL; struct netif *netif_default = NULL; /** * Add a network

http.docs

/* -*- c -*- */ /**@mainpage HTTP Parser - "http" * * @section http_meta Module Meta Information * * The @b http module contains interface to the HTTP parser and the header * and message objects

nth.docs

/* -*- c -*- */ /**@mainpage Sofia HTTP Transaction Engine - "nth" * * @section nth_meta Module Meta Information * * NTH provides interface to simple HTTP transaction engines for both HTTP * se

nua_glib.docs

/**@mainpage Sofia-SIP nua-glib Module @section stun_meta Module Meta Information The nua-glib module is a highlevel interface for building SIP user-agent software, using the glib object system base

comm.h

// Comm.h: interface for the CComm class. // ////////////////////////////////////////////////////////////////////// #if !defined(COMM_H__) #define COMM_H__ BOOL OpenComm(const char* pPort, in