代码搜索结果

找到约 2,053 项符合 Relay 的代码

relay.c

/*********************************************************************** * * relay.c * * Implementation of PPPoE relay * * Copyright (C) 2001-2006 Roaring Penguin Software Inc. * * This program may be

relay.h

/********************************************************************** * * relay.h * * Definitions for PPPoE relay * * Copyright (C) 2001-2006 Roaring Penguin Software Inc. * * This program may be di

relay.c

#include #include #include #include #include #define BUFSIZE 32 static int max(int a, int b) { return a>=b?a:b; } int relay(int fd1, int

relay.c

#include /* * Interrupt demo for PIC; wait for button press on RB0/INT, * turn on a relay on another port bit for a period of time. * * Copyright (C)1997 HI-TECH Software. * Freely distr

relay.c

/* camserv - An internet streaming picture application * * Copyright (C) 1999-2002 Jon Travis (jtravis@p00p.org) * * This program is free software; you can redistribute it and/or modify * it

relay.c

/*********************************************************************** * * relay.c * * Implementation of PPPoE relay * * Copyright (C) 2001 Roaring Penguin Software Inc. * * This program may

relay.h

/********************************************************************** * * relay.h * * Definitions for PPPoE relay * * Copyright (C) 2001 Roaring Penguin Software Inc. * * This program may be

intr1.c

#include /* * Interrupt demo for PIC; wait for button press on RB0/INT, * turn on a relay on another port bit for a period of time. * For simplicity here, literal constants are used, usual