代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/136815/5855712
pro kdevdlg.pro
TEMPLATE = lib
CONFIG += qt warn_on release plugin
HEADERS = kdevdlg2ui.h
SOURCES = main.cpp kdevdlg2ui.cpp
DESTDIR = ../../../../plugins/designer
TARGET = kdevdlgplugin
INCLUDEPATH += ../../inte
www.eeworm.com/read/136815/5855857
pro designer.pro
TEMPLATE = lib
CONFIG += qt warn_on staticlib qmake_cache
CONFIG -= dll
!force_static:!win32:contains(QT_PRODUCT,qt-internal) {
CONFIG -= staticlib
CONFIG += dll
}
TARGET
www.eeworm.com/read/136786/5865706
h acpi.h
/******************************************************************************
*
* Name: acpi.h - Master include file, Publics and external data.
* $Revision: 54 $
*
**********************
www.eeworm.com/read/134006/5896676
java messagecracker.java
/**
* @version 1.20 07 May 1997
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.lang.reflect.*;
public class MessageCracker
implements MouseListene
www.eeworm.com/read/131843/5927015
h ipifcons.h
/*++
Copyright (c) 1995-1999 Microsoft Corporation
Module Name:
ipifcons.h
Abstract:
Constants needed for the Interface Object
*/
#ifndef __IPIFCONS_H__
#define __IP
www.eeworm.com/read/131451/5929106
properties jndi.properties
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
# Do NOT uncomment this line as it causes in VM calls to go over
www.eeworm.com/read/131451/5929121
properties jndi.properties
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
# Do NOT uncomment this line as it causes in VM calls to go over
www.eeworm.com/read/131451/5929355
properties jndi.properties
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
# Do NOT uncomment this line as it causes in VM calls to go over
www.eeworm.com/read/130382/5958056
inf pgpmact.inf
; pgpmact.inf
; Installation script for the PGPnet NDIS driver.
; This installation script is intended to install Mac and
; transport diver at the same time.
[version]
signature="$Windows95$"
www.eeworm.com/read/127948/5993239
java registryexplorerframe.java
package apibook.c8.s3;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import java.rmi.*;
//测试类rmi.registry包
public class RegistryExplorerFrame extends JFrame {