代码搜索结果

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

interface.cs

using System; using System.Collections.Generic; using System.Text; using System.Data; using Model; namespace IDAL { public interface Iguestbook //留言本接口 { //得到所有留言 g

interface.cpp

// Fig. 7.22: interface.cpp // Definition of class Interface #include "interface.h" // Interface class definition #include "implementation.h" // Implementation class definition // constru

interface.h

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

interface.cpp

/******************************************************************************************************************

interface.h

#ifndef _INTERFACE_H #define _INTERFACE_H class CInterface { public: CInterface(); ~CInterface(); public: //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

interface.cpp

/******************************************************************************************************************

interface.h

#ifndef _INTERFACE_H #define _INTERFACE_H class CInterface { public: CInterface(); ~CInterface(); public: //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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.h

/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ GtkWidget* create_window1 (GdkPixmap *pixmap);