代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/195917/8123387
qsf reserv.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/101005/6262847
c g_target.c
/* G_target.c, HAWK game engine
*
* Copyright 1997-1998 by Phil Frisbie, Jr.
* for Hawk Software
*
*/
#include "G_main.h"
#include "G_math.h"
void SP_target_temp_entity (entity_t *ent
www.eeworm.com/read/255032/12105259
qsf reserv.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/159825/5581068
h i82489.h
#ifndef __ASM_I82489_H
#define __ASM_I82489_H
/*
* Offsets for programming the 82489 and Pentium integrated APIC
*
* Alan Cox , 1995.
*/
#define APIC_ID 0x20
#de
www.eeworm.com/read/411347/11248251
h gpioregs.h
/*
* Voyager GX SDK
*
* RegGPIO.h
*
* This file contains the definitions for the GPIO registers.
*
* Written by Frido Garritsen
* Copyright (c) 2003, Silicon Motion, Inc.
* All Right
www.eeworm.com/read/384228/8888458
sql sy6_1_2.sql
create trigger person_update
on pay
for update
as
declare @num_rows int
select @num_rows=@@rowcount
if @num_rows=0
return
if (select c
www.eeworm.com/read/384228/8888473
sql sy6_1_3.sql
create trigger person_insert
on pay
for insert
as
declare @num_rows int
select @num_rows=@@rowcount
if @num_rows=0
return
if (select c
www.eeworm.com/read/136233/13386729
sql document.sql
Create Trigger DELETEDEPARTMENT
On DEPARTMENT
For DELETE
As
DECLARE @count tinyint,
@errors tinyint
SET @errors = 0
SELECT @count = COUNT(*)
FROM Instructor e INNER JOIN deleted d O
www.eeworm.com/read/136571/5868340
h winswitch.h
void getWindowType(int flag, /* Input : trigger for short block length */
enum WINDOW_TYPE *w_type, /* Output : code index for block type*/
int InitFlag ); /* Co
www.eeworm.com/read/110972/6160876
h winswitch.h
void getWindowType(int flag, /* Input : trigger for short block length */
enum WINDOW_TYPE *w_type, /* Output : code index for block type*/
int InitFlag ); /* Co