代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.asm
;
; Remote processing example (remote node) - vt
;
; Compile with FASM for Menuet
;
use32
org 0x0
db 'MENUET00' ;
remote.h
#ifndef __REMOTE_H__
#define __REMOTE_H__
#define IR_FREQ 11
#if (IR_FREQ == 24)
//add RS232
//for real 8051 24MHZ
#define BAUD 243
#define TMRH 0xF8
#define TMRL
remote.c
#include "Reg52.h"
#include "remote.h"
unsigned char idata ir_data;
unsigned char idata ir_origin_data; //
unsigned int idata ir_addr_code; // replace "ir_raw_data"
bit data ir_command
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
pppup.remote
#!/bin/csh -f
#
# -*- Fundamental -*-
#
#
# kdebug 1 is SC_DEBUG
# 2 is SC_LOG_INPKT
# 4 is SC_LOG_OUTPKT
# 8 is SC_LOG_RAWIN
# 16 is SC_LOG_FLUSH
#
# add together to
remote.cpp
//
// Remote.cpp
//
// Copyright (c) Shareaza Development Team, 2002-2004.
// This file is part of SHAREAZA (www.shareaza.com)
//
// Shareaza is free software; you can redistribute it
// and/or
remote.h
//
// Remote.h
//
// Copyright (c) Shareaza Development Team, 2002-2004.
// This file is part of SHAREAZA (www.shareaza.com)
//
// Shareaza is free software; you can redistribute it
// and/or m
remote.c
/* remote.c
The dhcpctl remote object. */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
* Permission to use,
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