代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/140559/13074816
asm fet140_dma_15.asm
;******************************************************************************
; MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Slave P1.x Exchange
;
; Description: SPI Master communicate
www.eeworm.com/read/140559/13075048
asm fet140_dma_14.asm
;******************************************************************************
; MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Master P1.x Exchange
;
; Description: SPI Master communicat
www.eeworm.com/read/140559/13075066
asm fet140_dma_13.asm
;******************************************************************************
; MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
;
; Description: UART0 communicates c
www.eeworm.com/read/128503/5989696
h hsdma.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: hsdma.h *
* This is HSDMA dr
www.eeworm.com/read/488556/6489460
sql tri_调整实际成本.sql
if exists (select name from sysobjects where name='tri_调整实际成本' and type='tr')
drop trigger tri_调整实际成本
go
create trigger [tri_调整实际成本] on 明细库存表
for insert,update
as
declare @物料编码 VARCHAR(30),@结存数量
www.eeworm.com/read/488556/6489462
sql tri_实际盘点.sql
IF EXISTS(SELECT NAME FROM SYSOBJECTS WHERE NAME='TRI_实际盘点' AND TYPE='TR')
DROP TRIGGER TRI_实际盘点
GO
CREATE TRIGGER [TRI_实际盘点] ON dbo.实地盘点数据表
FOR INSERT,UPDATE
AS
Declare @KEY_ID INT,@物料编码 v
www.eeworm.com/read/264721/11303713
h hsdma.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: hsdma.h *
* This is HSDMA dr
www.eeworm.com/read/405336/11464878
c main.c
#include /* common defines and macros */
#include /* derivative information */
#pragma LINK_INFO DERIVATIVE "mc9s12xep100"
#include
#include "xgate.h
www.eeworm.com/read/348171/11608670
v p_3_8_decoder.v
// Copyright (C) 1991-2005 Altera Corporation
// Your use of Altera Corporation's design tools, logic functions
// and other software and tools, and its AMPP partner logic
// functions, and
www.eeworm.com/read/158283/11627918
test laststmtchanges.test
# 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 yourself and forgive oth