代码搜索结果
找到约 2,053 项符合
Relay 的代码
jzjp.asm
RELAY EQU P1.3
BEEP EQU P3.7
;------------------------------------------------------
ORG 0000H
JMP MAIN
;--------------------------------
jzjp.asm
RELAY EQU P1.3
BEEP EQU P3.7
;------------------------------------------------------
ORG 0000H
JMP MAIN
;--------------------------------
rpl_log_pos.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
show master status;
File Position Binlog_Do_DB Bin
rpl_change_master.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
create table t1(n int);
select * from t1;
n
stop s
editor.c
/************************************************************************
* IRC - Internet Relay Chat, win32/editor.c
* Copyright (C) 2004 Dominick Meglio (codemastr)
*
* This program is
unreal.c
/************************************************************************
* IRC - Internet Relay Chat, win32/unreal.c
* Copyright (C) 2002 Dominick Meglio (codemastr)
*
* This program is
makefile.in
#************************************************************************
#* IRC - Internet Relay Chat, src/modules/Makefile
#* Copyright (C) Carsten V. Munk 2001
#*
#* This program is free soft
macro.irc
#
# Shorewall version 4 IRC Macro
#
# /usr/share/shorewall/macro.IRC
#
# This macro handles IRC traffic (Internet Relay Chat).
#
#######################################################################
rtf.c
/************************************************************************
* IRC - Internet Relay Chat, win32/rtf.c
* Copyright (C) 2004 Dominick Meglio (codemastr)
*
* This program is fre
main.c
#include "reg52.h"
sbit buzzer = P0^6;
sbit relay = P0^4;
void main(void)
{
//关闭蜂鸣器
buzzer = 0; //高有效
P2 = 0xA0;
P2 = 0x00;
//关闭继电器
relay = 0; //高有效