代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/107619/6188715
ifc liftsystem.ifc
/* Program generated by Cbasic 2.2.20 */
#define XSCT_CBASIC
#ifndef X_IFC_z_LiftSystem
#define X_IFC_z_LiftSystem
#define SDT_SDLSYSNAME "LiftSystem"
/* *************** DECLARATIONS IN SY
www.eeworm.com/read/100926/6263961
cpp broadcast_client.cpp
// broadcast_client.cpp,v 1.5 2000/11/27 17:56:42 othman Exp
#include "ace/Log_Msg.h"
#include "ace/SOCK_Dgram_Bcast.h"
#include "ace/INET_Addr.h"
static const u_short PORT = ACE_DEFAULT_SERVE
www.eeworm.com/read/493164/6407427
h car.h
#ifndef COMPGRAF_CAR_H
#define COMPGRAF_CAR_H
#include "interfaces/rendereable.h"
class Car: public Rendereable
{
public:
Car(float x, float y, float z, float rotx, float roty, float rotz);
www.eeworm.com/read/479064/6698712
c discover.c
/* dispatch.c
Network input dispatcher... */
/*
* Copyright (c) 1995-2001 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or w
www.eeworm.com/read/406311/11444827
pro testcamera.pro
TEMPLATE = app
CONFIG = warn_on release
HEADERS = pxa_camera.h \
videodev.h
SOURCES = testcamera.c
INTERFACES =
TARGET = testcamera
www.eeworm.com/read/261460/11643647
idl example1explicit.idl
// File Example1Explicit.idl
[
// A unique identifier that distinguishes this interface from other interfaces.
uuid(00000002-EAF3-4A7A-A0F2-BCE4C30DA77E),
// This is version 1.0 of this
www.eeworm.com/read/343188/11964755
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define VC_EXT
www.eeworm.com/read/339313/12243449
pro gps.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = my_serical.h
SOURCES = MyMain.cpp \
my_serical.cpp
INTERFACES = gps.ui
www.eeworm.com/read/234491/14111105
pro setip.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = setip_form.h
SOURCES = main.cpp \
setip_form.cpp
INTERFACES =
www.eeworm.com/read/129944/14216274
txt moz0803ex.txt
QueryInterface: function (iid)
{
if(!iid.equals(Components.interfaces.nsISimple)
&& !iid.equals(Components.interfaces.nsISupports))
throw Components.results.NS_ERROR_NO_INTERFACE;