代码搜索:Interfaces
找到约 10,000 项符合「Interfaces」的源代码
代码结果 10,000
www.eeworm.com/read/436849/7761498
class interfaces.class
www.eeworm.com/read/436849/7761525
java interfaces.java
/*
* interfaces.java
*
* Created on 9 octobre 2008, 15:13
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package reseaux;
/*
www.eeworm.com/read/399806/7834702
nwc interfaces.nwc
Number of Devices =8
Number of Routers =5
Number of Switches=2
Number of PCs=1
www.eeworm.com/read/296483/8100477
txt interfaces.txt
Starting with the 1.42 version of sftpd, it incorporates functionality
contributed by Landon Curt Noll, http://www.isthe.com/chongo/ :
* The sftpd daemon can optionally listen for new clients on
www.eeworm.com/read/142793/12918159
cpp interfaces.cpp
//: C09:Interfaces.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the fil
www.eeworm.com/read/142519/12941927
cs interfaces.cs
using System;
namespace Netron.Lithium
{///
/// Interface of a visitor
///
public interface IVisitor
{
///
/// The actual action to perform on visited
www.eeworm.com/read/140545/13076356
cpp interfaces.cpp
//: C09:Interfaces.cpp
// Multiple interface inheritance
#include
#include
#include
using namespace std;
class Printable {
public:
virtual ~Printable() {}
www.eeworm.com/read/242209/13087279
idl interfaces.idl
import "oaidl.idl";
import "ocidl.idl";
typedef enum ShutdownMethod
{
ShutdownRead,
ShutdownWrite,
ShutdownBoth
} ShutdownMethod;
[
object,
uuid(FE3E6924-53EC-4E49-BB4B-
www.eeworm.com/read/152814/5666349
c interfaces.c
/*
* Interfaces MIB group implementation - interfaces.c
*
*/
#include
#if defined(IFNET_NEEDS_KERNEL) && !defined(_KERNEL) && !defined(IFNET_NEEDS_KERNEL_LATE)
#define _KERNEL 1
#defi