代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/140560/13074715
c fet140_dma_01.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/241364/13150943
sql old_and_new.sql
/*-- old_and_new.sql */
-- default old and new
CREATE OR REPLACE TRIGGER old_new_insert
BEFORE INSERT ON frame
FOR EACH ROW
BEGIN
DBMS_OUTPUT.PUT_LINE('Old Strike = ' || :old.strike);
DBMS_
www.eeworm.com/read/241364/13151572
sql golf_commentary.sql
/*-- golf_commentary.sql */
DROP TABLE golf_scores;
CREATE TABLE golf_scores
(timestamp DATE NOT NULL,
score NUMBER NOT NULL,
commentary VARCHAR2(30));
CREATE OR REPLACE TRIGGER go
www.eeworm.com/read/239612/13267034
c eint.c
#include "config.h"
#define IN_EINT
// --------------------------------------------------------------------------------------------
// ********** 处理MCU所有的外部中断,速度和转速以及掉电检测
// -------------------
www.eeworm.com/read/309095/13682500
c fet140_dma_01.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/308008/13711715
c fet140_dma_01.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/136824/5848150
cpp eb_property.cpp
/*********************************************************************NVMH2****
Copyright (C) 1999, 2000 NVIDIA Corporation
This file is provided without support, instruction, or implied warranty of
www.eeworm.com/read/136824/5848330
cpp eb_property.cpp
/* Copyright (C) Greg James, 2001.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source
www.eeworm.com/read/136812/5858475
c exd-2.c
#ifndef lint
static char sccsid[] = "@(#)exD-2.c 1.1 92/07/30 Copyr 1985-9 Sun Micro";
#endif lint
/*
* Copyright (c) 1985, 1986, 1987, 1988, 1989 by Sun Microsystems, Inc.
* Permission to use, cop