代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/372238/9515771
rbld cc.rbld
Delete this file to trigger rebuild.
Will be automatically deleted on selection of 'Rebuild All' from the
'Project' Menu within VisualDSP
www.eeworm.com/read/169058/9883526
java delayqueuedemo.java
//: concurrency/DelayQueueDemo.java
import java.util.concurrent.*;
import java.util.*;
import static java.util.concurrent.TimeUnit.*;
import static net.mindview.util.Print.*;
class DelayedTask
www.eeworm.com/read/165479/10061198
h serial.h
/*
* include/linux/serial.h
*
* Copyright (C) 1992, 1994 by Theodore Ts'o.
*
* Redistribution of this file is permitted under the terms of the GNU
* Public License (GPL)
*
* These are the U
www.eeworm.com/read/409703/10427508
c fet140_dma_15.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA2/1/0 USART0 SPI 3-Wire SPI Slave P1.x Exchange
//
// Description: SPI Master communic
www.eeworm.com/read/409703/10427752
c fet140_dma_16.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA2/1/0 USART1 SPI 3-Wire Master P1.x Exchange
//
// Description: SPI Master communicate
www.eeworm.com/read/409703/10427774
c fet140_dma_14.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA2/1/0 USART0 SPI 3-Wire SPI Master P1.x Exchange
//
// Description: SPI Master communi
www.eeworm.com/read/352679/10526106
asm mouse.asm
TITLE " MOUSE "
LIST P=16C54,R=O
;
;*******************************************
;* *
;* MOUSE CONTROLLER *
;*
www.eeworm.com/read/349857/10795950
txt zmud簡明教程(2).txt
Zmud编程方法简明教程(猫头鹰 Catbird)
由于各种软件都在不断地、频繁地升级,所以要选一个大家都通用的Zmud
版本不是一件容易的事。Zmud 5.22a刚刚出台,可能使用的人不会太多,而我
认为Zmud4.62可能是目前使用最广的,所以我选用Zmud4.62作为这个教程的依
据版本。其它版本的用法也是大同小异的。
本教程初步计划分如下几个部分:
1。入门(讲述Zmu ...
www.eeworm.com/read/349857/10795953
txt zmud命令詳解.txt
zmud的表达式
Member of LinkUnion - Click Here to Join
[number]
Syntax: #number command
这个命令向MUD重复发送number次命令,number必须是一个常数,如果要使用变量,请使用loop命令。当前已经重复的计数保存在系统变量%repeatnum中。
实例:
#4 fight bing
www.eeworm.com/read/349857/10795969
txt zmud簡明教程(1).txt
Zmud编程方法简明教程(猫头鹰 Catbird)
由于各种软件都在不断地、频繁地升级,所以要选一个大家都通用的Zmud
版本不是一件容易的事。Zmud 5.22a刚刚出台,可能使用的人不会太多,而我
认为Zmud4.62可能是目前使用最广的,所以我选用Zmud4.62作为这个教程的依
据版本。其它版本的用法也是大同小异的。
本教程初步计划分如下几个部分:
1。入门(讲述Zmu ...