代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/283067/9044660
h taskparams.h
#ifndef __CDFTASKPARAMS_H
#define __CDFTASKPARAMS_H
#include "str.h"
/* parametry algorytmu kompresji, itp. */
/* numer wersji programu i naglowka pliku skompresowanego, BYTE */
#define SFA
www.eeworm.com/read/181259/9262468
sql userinsert.sql
create trigger USERINSERT on USERINFO for insert
as
if exists (select * from inserted inner join USERINFO on inserted.UID=USERINFO.UID)
begin
insert into PHOTO(PID,PNAME)
select UID,UNAME from i
www.eeworm.com/read/180357/9311159
asm spifram.asm
;********************************************************************
;
; Author : ADI - Apps www.analog.com/MicroConverter
;
; Date : April '01
;
; File : SP
www.eeworm.com/read/375918/9342782
cxgate xgate.cxgate
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
Freescale Confidential Proprietary
\file xgate.cxgate
\brief
www.eeworm.com/read/375916/9343167
cxgate xgate.cxgate
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
Freescale Confidential Proprietary
\file xgate.cxgate
\brief
www.eeworm.com/read/375913/9343586
cxgate xgate.cxgate
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
Freescale Confidential Proprietary
\file xgate.cxgate
\brief
www.eeworm.com/read/373369/9460823
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/372240/9515679
rbld diningphilosopher.rbld
Delete this file to trigger rebuild.
Will be automatically deleted on selection of 'Rebuild All' from the
'Project' Menu within VisualDSP