代码搜索结果

找到约 10,000 项符合 Remote Control 的代码

winamp_remote_control.h

#ifndef WINAMPREMOTECONTROL_H #define WINAMPREMOTECONTROL_H #include "cc2511_app_ex_lib_headers.h" typedef struct { BYTE totalLength; BYTE state; BYTE refresh; UINT8 minutes;

chipcon remote control.h

#ifndef CHIPCONREMOTECONTROL_H #define CHIPCONREMOTECONTROL_H #include "Cudal.h" #define WA_IS_PLAYING() (SendMessage(plugin.hwndParent, WM_WA_IPC, 0, IPC_ISPLAYING) == 1) #def

chipcon remote control.cpp

#include "stdafx.h" #include "Chipcon Remote Control.h" #include "WinampGen.h" #include "WinampIpc.h" static const GUID WINAMP_REMOTE_GUID = { 0xEFA3F566, 0x6E8C, 0x4CC2, { 0x93, 0xFB, 0x31, 0x3

console_remote_control.cpp

/****************************************************************************** ******************************************************************************* **

ipod remote control protocol.mht

From: Subject: iPod Remote Control Protocol Date: Thu, 2 Aug 2007 14:08:57 +0800 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; bound

remote_control_v2.h

#include unsigned long key; unsigned char f[3],skip; bit rd,ks; sbit IR=P3^2; void Init_interrupt() { IT0=1; PX0=0; PT0=1; TMOD=0x01; TH0=0xFD; TL0=0xD0; EA=1;

remote_control_v4.h

#include sbit IR=P3^2; unsigned char lead_code,f[3],skip; unsigned long rcode; void Init_interrupt() { IT0=0; //Set the interrupt 0 used mode is low level. PX0=0;

remote_control_v1.h

#include #include sbit IR=P3^2; bit K1,K2,K3,flag; unsigned char skip; void Remote_Control(void)interrupt 0 { unsigned char i,k,key[4]; EX0=0; IP=0x02; skip=

remote_control_v3.h

#include unsigned long key; unsigned char f[3],skip,numm,ff; bit rd,ks; sbit IR=P3^2; void Init_interrupt() { IT0=0; PX0=0; PT0=1; TMOD=0x01; TH0=0xFD; TL0=0xD0;