代码搜索:trigger

找到约 3,730 项符合「trigger」的源代码

代码结果 3,730
www.eeworm.com/read/195920/8122505

rpt dds_vhdl.tan.rpt

Timing Analyzer report for dds_vhdl Wed Dec 14 16:07:34 2005 Version 4.1 Build 181 06/29/2004 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Not
www.eeworm.com/read/195917/8123745

rpt reserv.tan.rpt

Timing Analyzer report for RESERV Sat Sep 17 10:15:55 2005 Version 4.1 Build 181 06/29/2004 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notic
www.eeworm.com/read/310902/13641605

h led.h

#ifndef _LED_H_ #define _LED_H_ //#include "typedef.h" sbit WHISTLE_ALARM = P0^0; //警笛鸣叫 #define whistle_alarm_on() WHISTLE_ALARM=0 #define whistle_alarm_off() WHISTLE_ALARM=1 sb
www.eeworm.com/read/301035/13868381

rpt dds_vhdl.tan.rpt

Timing Analyzer report for dds_vhdl Sat Sep 10 08:45:35 2005 Version 4.1 Build 181 06/29/2004 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Not
www.eeworm.com/read/148721/5709703

sh game.sh

#!/bin/sh mkdir -p vm cd vm CC="q3lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I../../cgame -I../../game -I../../q3_ui" $CC ../g_main.c $CC ../g_syscalls.c $CC ../bg_misc.c $CC ../bg_l
www.eeworm.com/read/148721/5709709

sh game_ta.sh

#!/bin/sh mkdir -p vm cd vm CC="q3lcc -DQ3_VM -DMISSIONPACK -S -Wf-target=bytecode -Wf-g -I../../cgame -I../../game -I../../ui" $CC ../g_main.c $CC ../g_syscalls.c $CC ../bg_misc.c $
www.eeworm.com/read/147766/5721120

c irq.c

/* * FILE NAME * arch/mips/vr41xx/nec-eagle/irq.c * * BRIEF MODULE DESCRIPTION * Interrupt routines for the NEC Eagle/Hawk board. * * Author: Yoichi Yuasa * yyuasa@mvista.com or source
www.eeworm.com/read/127781/5995003

c irq.c

/* * FILE NAME * arch/mips/vr41xx/nec-eagle/irq.c * * BRIEF MODULE DESCRIPTION * Interrupt routines for the NEC Eagle/Hawk board. * * Author: Yoichi Yuasa * yyuasa@mvista.com or source
www.eeworm.com/read/407098/11429486

h eeprom.h

#ifndef __EEPROM_H__ #define __EEPROM_H__ void Delay_US (uchar us); void Delay_MS (uchar ms); void Delay_S (uchar s); void Trigger_ISP (); void IAP_Disable (); void Byte_Read (); void Byte_Pro
www.eeworm.com/read/166734/5473338

sh game.sh

#!/bin/sh mkdir -p vm cd vm CC="q3lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I../../cgame -I../../game -I../../q3_ui" $CC ../g_main.c $CC ../g_syscalls.c $CC ../bg_misc.c $CC ../bg_l