代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.c
/* remote.c
The dhcpctl remote object. */
/*
* Copyright (c) 1999-2000 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or with
remote.h
#ifndef _REMOTE_H
#define _REMOTE_H
/* Remote reset/restart server definitions */
extern char *Rempass;
/* Commands */
#define SYS_RESET 1
#define SYS_EXIT 2
#define KICK_ME 3
#endif
remote.lnp
"remote.obj"
TO "remote"
remote.lst
A51 MACRO ASSEMBLER REMOTE 06/23/2007 10:58:55 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN remote.OBJ
ASSEMBLER I
remote.asm
;----------------------------------
; 单片机无线遥控实例
; 功能:通过无线遥控实现对继电器的控制
;-----------------------------------
ORG 0000H
LJMP START
START:
MOV SP,#50H
remote.plg
礦ision2 Build Log
Project:
E:\单片机\程序\单片机子程序\程序\CHAPTER5\53\remote.uv2
Project File Date: 02/05/2009
Output:
remote.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
remote.reg
;遥控
Remote_Address_Start equ 20h
Status_1 equ Remote_Address_Start
Time_Int_Count equ Remote_Address_Start+1
Remote_Bit_Count equ Remote_Address_Start+2
Remote_Cmd_Code1 equ