代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.c
#include "at89x52.h"
#define NULL 0x00//数据无效
#define RESET 0X01//程序复位
#define REQUEST 0X02//请求信号
#define ACK 0x03//应答信号,在接收数据后发送ACK信号表示数据接收正确,
也位请求信号
remote.htm
Remote 8051 Debugger
remote.asm
REMOTEIN BIT P3.2 ;遥控输入
ir_code data 40H ;操作码
ir_code_R data 41h ;操作码反码
ir_ID_code data 42h ;用户码
ir_id_code_r data 43h ;操作反码
IR_ADDR DATA 44H
;----------------
VOL_UP EQU 1FH
VOL_
remote.bash
#!/bin/bash
# remote.bash: Using ssh.
# This example by Michael Zick.
# Used with permission.
# Presumptions:
# ------------
# fd-2 isn't being captured ( '2>/dev/null' ).
# ssh/sshd presum
remote.pcc
-cF054780
-yC:\NECTools32\DEV\
-zp
Remote.c
remote.c
/*
*********************************************************************************
*********************************************************************************
*/
#include "function.h"
#de
remote.hpp
#ifndef _HEAD_FIRST_DESIGN_PATTERNS_COMMAND_REMOTE_HPP_
#define _HEAD_FIRST_DESIGN_PATTERNS_COMMAND_REMOTE_HPP_
#include
#include
#include
#include
#in
remote.cpp
#include "Remote.hpp"
using namespace HeadFirstDesignPatterns::Command::Remote;
int main(int argc, char* argv[]) {
RemoteControl* remoteControl = new RemoteControl();
Light* livingRoomLight