代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
moto4remote.h
/*
主函数
void main()
{
TMOD=0X01;
TH0=0XEE;
TL0=0X58;
EA=1;
TR0=1;
while(1)
{
}
}
void timer0(void) interrupt 1
{
TH0=0XEE;
TL0=0X58;
count1--;
if(count1
remote_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,2,
ati_remote2.c
/*
* ati_remote2 - ATI/Philips USB RF remote driver
*
* Copyright (C) 2005 Ville Syrjala
*
* This program is free software; you can redistribute it and/or modify
* it under the
dvb-usb-remote.c
/* dvb-usb-remote.c is part of the DVB USB library.
*
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de)
* see dvb-usb-init.c for copyright information.
*
* This file contains f
sbusinessexample16remote.java
/*
* Created on 2004-11-13
*
* http://www.open-v.com 提供代码的维护工作
*/
package com.openv.spring;
import javax.ejb.EJBObject;
/**
* SBusinessExample16Bean Remote
*
* @author luoshifei