代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.pl
use Config;
open OUT, ">remote.fpl";
print OUT "#!$Config{perlpath}\n";
print OUT while ;
close OUT;
chmod 0755, "remote.fpl";
__END__
# An example of using a remote script with an Apache webse
remote.ini
[users]
[variables]
n0=%flood.channel.time 3
n1=%flood.channel.lines 5
n2=%events.time 3
n3=%events.lines 6
n4=%flood.self.num 5
n5=%flood.self.time 3
n6=%flood.self.ignore 60
n7=%notice.self
remote.h
#ifndef REMOTE_H
#define REMOTE_H
#define _IR_RPT_SPEED 2 //按键不释放响应速度,越小越快
#define _IR_DEPRESS_TIME 10
#define _IR_KEY_DOWN 0x01
#define _IR_KEY_REPEAT 0x02
#define _IR_KEY_UP 0x04
//IC
remote.c
/*\\file: audio.c
Date. 2005.12.10 Ipman Robbin
Desp. ir decode.
Last update: 2006.08.10
Common: use icp decode ir
*/
//#include "system.h"
#include "remote.h"
void RemoteInit(void);
remote.h
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
remote.c
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
remote.h
extern int remote_desc, remote_timeout;
extern void remote_reset(void);
extern void remote_continue(void);
extern int remote_write_bytes(unsigned long, char *, int);
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
remote.c
#include
#include
/**************************************************************************
* TESTS :
* -- downloading of a rather large executable
**********************
remote.exp
# Copyright (C) 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t