代码搜索结果

找到约 10,000 项符合 Smart Home 的代码

smart.bas

Attribute VB_Name = "modSmart" Declare Function PowerOn Lib "smartdll2.dll" () As Integer Declare Function PowerOff Lib "smartdll2.dll" () As Integer Declare Function OpenComm Lib "smartdll2.d

smart.bas

Attribute VB_Name = "modSmart" Declare Function PowerOn Lib "smartdll2.dll" () As Integer Declare Function PowerOff Lib "smartdll2.dll" () As Integer Declare Function OpenComm Lib "smartdll2.d

smart.bat

REM C51 D12CI.C C51 MAINLOOP.C DEBUG SMALL CODE SYMBOLS OBJECTEXTEND NOAMAKE C51 ISR.C DEBUG SMALL CODE SYMBOLS OBJECTEXTEND NOAMAKE C51 CHAP_9.C DEBUG SMALL CODE SYMBOLS OBJECTEXTEND NOAMAKE

smart.lin

chap_9.OBJ, smart_ci.OBJ, epphal.OBJ, protodma.obj, mainloop.OBJ, isr.OBJ TO smart.ABS RAMSIZE(256) CODE(20H) IDATA(80H) IXREF

smart.cpp

#include void init(int *a){ for(int i=0;i

smart_ptr.h

// smart_ptr.h -- by Thatcher Ulrich 2003 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Smart (ref-counting) pointer classes. Uses

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