代码搜索结果
找到约 2,053 项符合
Relay 的代码
relaytransport.html
Uses of Class net.jxta.impl.endpoint.relay.RelayTransport (P
epic.1
.Dd April 22, 1999
.Dt EPIC 1
.Sh NAME
.Nm epic
.Nd Internet Relay Chat client for UNIX like systems
.Sh SYNOPSIS
.Nm epic
.Op Ar \-a
.Op Ar \-b
.Op Ar \-B
.Op Ar \-c chan
.Op Ar \-d
.Op Ar \-f
.Op
main.c
//包含所需头文件
#include
#include
#include "global.h"
#include "led.h"
#include "relay.h"
#include "ir.h"
#include "timer0.h"
#include
#include
jdq.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit K1 = P1^0;
sbit RELAY = P2^4;
void DelayMS(uint ms)
{
uchar t;
while(ms--)
{
for(t=0;t
jdq.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit K1 = P1^0;
sbit RELAY = P2^4;
void DelayMS(uint ms)
{
uchar t;
while(ms--)
{
for(t=0;t
makefile.linux
all: pppoe.so pppoed
CFLAGS += -I../..
PLUGINDIR = $(LIBDIR)/plugins
PLUGINSRCS= pppoe.c libpppoe.c utils.c pppoehash.c pppoe_client.c \
pppoe_relay.c pppoe_server.c pppd_utils.c
#
# include depen