代码搜索结果

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

interface.cpp

/***************************************************************************** * intf_beos.cpp: beos interface ***************************************************************************** * Copyri

interface.cpp

/***************************************************************************** * interface.cpp: WinCE gui plugin for VLC *****************************************************************************

interface.c

/***************************************************************************** * intf_dummy.c: dummy interface plugin ***************************************************************************** *

interface.h

/***************************************************************************** * interface.h: Internal interface prototypes and structures ***********************************************************

interface.c

/***************************************************************************** * interface.c: interface access for other threads * This library provides basic functions for threads to interact with

interface.cpp

// Fig. 17.10: interface.cpp // Definition of class Interface #include "interface.h" #include "implementation.h" Interface::Interface( int v ) : ptr ( new Implementation( v ) ) { } // ca

interface.h

// Fig. 17.10: interface.h // Header file for interface.cpp class Implementation; // forward class declaration class Interface { public: Interface( int ); void setValue( int )

interface.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v

interface.h

/* * include/linux/nfsd/interface.h * * defines interface between nfsd and other bits of * the kernel. Particularly filesystems (eventually). * * Copyright (C) 2000 Neil Brown

interface.cpp

#include #include #include #include "mpg123.h" #include "mpglib.h" struct mpstr *gmp; extern int head_check(unsigned long head); /** * **/ BO