代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/409897/11307803
makefile
HardwarePentiumPath = Hardware/Pentium
HardwarePentiumSrc = $(HardwarePentiumPath)/cpuid.cc \
$(HardwarePentiumPath)/Trap.cc \
$(HardwarePentiumPath)/GDT.cc \
$(HardwarePentiumPath)/Intel8259
www.eeworm.com/read/400744/11569617
c test.c
#include
#include
#include "fifo.h"
#define TOTAL_COUNT 100
void proc_put(HFIFO handle)
{
int cnt, remain;
char buf[2048];
remain = 8;
for(cnt = 0; cnt < TOTAL_COUNT; cnt
www.eeworm.com/read/400744/11569623
c test.c
#include
#include
#include "fifo.h"
#define TOTAL_COUNT 100
void proc_put(HFIFO handle)
{
int cnt, remain;
char buf[2048];
remain = 8;
for(cnt = 0; cnt < TOTAL_COUNT; cnt
www.eeworm.com/read/156494/11797259
sql demo03.sql
create table t ( x int, y char(2000), z date );
create table log ( what varchar2(15), -- will be no trigger, after or before
op varchar2(10), -- will be insert/update or d
www.eeworm.com/read/344807/11858470
c gpiotest.c
#include
#include "fLib.h"
#include "GPIO.H"
#include "FIE702x.h"
#define GPIO_LED_NUM 16
#define GPIO_LED_BASE 16
extern unsigned int PMU_get_hclk(void);
extern void API_SYS_se
www.eeworm.com/read/340606/12145456
h l1gtt_signa.h
/************* Revision Controle System Header *************
* GSM Layer 1 software
* L1GTT_SIGNA.H
*
* Filename l1gtt_signa.h
* Copyright 2003 (C) Texas Instrument
www.eeworm.com/read/122666/14677227
sql triggerdemo.sql
create or replace trigger insertemp before insert on works
for each row
begin
insert into employee values (:new.employee_name,'Main',:new.company_name);
end;
create or replace trigger delem
www.eeworm.com/read/121716/14740140
h global.h
#include "Core_Global.h"
#include "Barrier.h"
#include "CharICS.h"
#include "Chars.h"
#include "Frustum.h"
#include "MCL.h"
#include "MSL.h"
#include "Script.h"
#include "Spell.h"
#include
www.eeworm.com/read/207393/15273264
h global.h
#include "Core_Global.h"
#include "Barrier.h"
#include "CharICS.h"
#include "Chars.h"
#include "Frustum.h"
#include "MCL.h"
#include "MSL.h"
#include "Script.h"
#include "Spell.h"
#include
www.eeworm.com/read/167923/5450452
c test.c
#include
#include
#include "fifo.h"
#define TOTAL_COUNT 100
void proc_put(HFIFO handle)
{
int cnt, remain;
char buf[2048];
remain = 8;
for(cnt = 0; cnt < TOTAL_COUNT; cnt