代码搜索结果
找到约 322,615 项符合
Interface 的代码
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.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.c
/* interface.c - DHCP server and relay agent network interface library */
/* Copyright 1984 - 2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
interface.sv
// $Id: interface.sv,v 1.2 2008/01/02 09:22:50 jlrose Exp $
//----------------------------------------------------------------------
// Copyright 2007-2008 Mentor Graphics Corporation
// Copyright
interface.c
/* Functions to create the user interface for the
Gnome/gtk+ CD application */
#include "app_gnome.h"
GtkWidget *treeview;
GtkWidget *appbar;
GtkWidget *artist_entry;
GtkWidget *title_entry;
G
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