代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/254002/4391254
java interfaces.java
/*
* Created on Feb 16, 2004
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.cookbook.ch04;
www.eeworm.com/read/160303/5573253
c interfaces.c
/* FreeS/WAN interfaces management (interfaces.c)
* Copyright (C) 2001-2002 Mathieu Lafon - Arkoon Network Security
*
* This program is free software; you can redistribute it and/or modify it
* un
www.eeworm.com/read/160303/5573268
h interfaces.h
/* FreeS/WAN interfaces management (interfaces.h)
* Copyright (C) 2001-2002 Mathieu Lafon - Arkoon Network Security
*
* This program is free software; you can redistribute it and/or modify it
* un
www.eeworm.com/read/393067/8313848
txt interfaces.txt
Of the ~360 interfaces defined in the source code, 250 of them have
been tested to ensure that they are correctly defined. If you were
to count all the methods on those interface, you would find t
www.eeworm.com/read/171676/9743316
class interfaces.class
www.eeworm.com/read/171676/9743349
java interfaces.java
interface Printem
{
void printText();
}
public class interfaces
{
public static void main(String[] args)
{
class1 object1 = new class1();
object1.printText();
www.eeworm.com/read/335542/12517062
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/248144/12594418
pas interfaces.pas
unit Interfaces;
{ Declaration of specialized interfaces for use by both the components
and the COM objects in the COM library.
jfl
}
interface
uses
ComObj, ActiveX, Windows, Drop
www.eeworm.com/read/300492/13909545
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/235621/14059100
cs interfaces.cs
// Ami Bar
// amibar@gmail.com
using System;
using System.Threading;
namespace Amib.Threading
{
#region Delegates
///
/// A delegate that represents the method to run as the