代码搜索结果
找到约 10,000 项符合
Smart Home 的代码
smart_proxies.mpc
// -*- MPC -*-
// Smart_Proxies.mpc,v 1.6 2003/12/23 21:04:50 dhinton Exp
project(*Server): taoexe, portableserver, smart_proxies {
Source_Files {
server.cpp
}
}
project(*Client): t
smart_proxies.h
// Smart_Proxies.h,v 1.4 2003/07/21 23:51:39 dhinton Exp
// This may look like C, but it's really -*- C++ -*-
// SmartProxies.h,v 1.0
// ==========================================================
smart_proxies.cpp
// Smart_Proxies.cpp,v 1.2 2002/03/15 13:51:29 elliott_c Exp
#include "Smart_Proxies.h"
ACE_RCSID(SmartProxies, Smart_Proxies, "Smart_Proxies.cpp,v 1.2 2002/03/15 13:51:29 elliott_c Exp")
#if
smart_proxies.inl
/* -*- C++ -*- */
// Smart_Proxies.inl,v 1.1 2000/12/01 19:22:04 parsons Exp
ACE_INLINE
TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (void)
{
}
ACE_INLINE
TAO_Smart_Proxy_Base::TAO_Smart_Prox
smart_ci.asm
; D12CI.ASM generated and modified from: D12CI.C
$NOMOD51
NAME D12CI
P0 DATA 080H
P1 DATA 090H
P2 DATA 0A0H
P3 DATA 0B0H
T0 BIT 0B0H.4
AC BIT 0D0H.6
T1 BIT 0B0H.5
EA BIT 0A8H.7
IE DAT
smart_ci.asm
; D12CI.ASM generated and modified from: D12CI.C
$NOMOD51
NAME D12CI
P0 DATA 080H
P1 DATA 090H
P2 DATA 0A0H
P3 DATA 0B0H
T0 BIT 0B0H.4
AC BIT 0D0H.6
T1 BIT 0B0H.5
EA BIT 0A8H.7
IE DAT
smart_pointer.h
#ifndef SMART_POINTER_H
#define SMART_POINTER_H
#include
// -----------------------------------------------------------------------------
// VC++7 iterator "specializations"
// ----------
smart_pointer.h
/*******************************************************************************
+
+ LEDA 4.5
+
+
+ smart_pointer.h
+
+
+ Copyright (c) 1995-2004
+ by Algorithmic Solutions Software GmbH
+ All
smart-ptr.cpp
#include
using std::ostream; using std::cout; using std::endl;
#include
#include
using std::size_t;
//private class for use by HasPtr only
class U_Ptr {
friend
smart-ptr.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that