代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/140559/13074999
asm fet140_dma_04.asm
;******************************************************************************
; MSP-FET430P140 Demo - DMA0, Block Mode UART1 9600, ACLK
;
; Description: DMA0 is used to transfer a string as a
www.eeworm.com/read/241537/13136823
h hw_comp.h
//*****************************************************************************
//
// hw_comp.h - Macros used when accessing the comparator hardware.
//
// Copyright (c) 2005-2007 Luminary Micro,
www.eeworm.com/read/326485/13139690
c msp430xg46x_dma_04_cce.c
//******************************************************************************
// MSP430xG461x Demo - DMA0, Block Mode UART1 9600, ACLK
//
// Description: DMA0 is used to transfer a string as
www.eeworm.com/read/326485/13139713
c msp430xg46x_dma_04_iar.c
//******************************************************************************
// MSP430xG461x Demo - DMA0, Block Mode UART1 9600, ACLK
//
// Description: DMA0 is used to transfer a string as
www.eeworm.com/read/326091/13166549
c main.c
#include
#include
/*
** External Memory mapping
**
** 0 7FFF ROM 32K
**
** DPR2 maps 0x30000 (first 16KB of ROM)
** 8000 BFFF ROM
**
** Address latching needs no address
www.eeworm.com/read/324802/13243595
test main.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/239130/13301863
c eint.c
#include
#define IN_EINT
// --------------------------------------------------------------------------------------------
// ********** 处理MCU所有的外部中断,速度和转速以及掉电检测
// -------------------
www.eeworm.com/read/321884/13393839
sql 第一个删除型触发器.sql
/*首先建立一个删除型触发器*/
CREATE trigger d_orders
ON orders
FOR DELETE
AS
/*显示信息代表触发器执行*/
PRINT 'DELETE trigger on the orders table is executing…'
/*声明一个临时变量用来存储将要删除表的顺序*/
DECLARE @product_id cha
www.eeworm.com/read/321884/13393840
sql 第二个删除型触发器.sql
/*定义第二个删除型触发器*/
CREATE trigger t_products
ON products
FOR DELETE
AS
/*显示信息代表触发器执行*/
PRINT 'DELETE trigger on the products table is executing '
/*声明一个临时变量用来存储将要删除表的顺序*/
DECLARE @product_id
www.eeworm.com/read/309095/13682411
c fet140_dma_13.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
//
// Description: UART0 communicat