代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/303287/13818691
v oscillograph.v
//*****************************************************
//模块名称: Oscillograph
//模块功能: 示波器模块
//版本记录:
//V 1.0 2008-03-05 谢朝壮
//*****************************************************
//模块接口
//*****
www.eeworm.com/read/301756/13848975
txt 触发器2.txt
create or replace trigger jhp
before insert on jhand
for each row
declare
v_jsl base.jsl%type;
begin
select jsl into v_jsl from base where base.jid=:new.jid;
if (v_jsl
www.eeworm.com/read/301290/13860796
h gkl.h
/**
* include file
*/
#pragma once
#include
#include
#include
using namespace std;
#define UNICODE
#define WINVER 0x0500
#include
#define AL
www.eeworm.com/read/152843/5664607
h iop_sw_cpu_defs.h
#ifndef __iop_sw_cpu_defs_h
#define __iop_sw_cpu_defs_h
/*
* This file is autogenerated from
* file: ../../inst/io_proc/rtl/guinness/iop_sw_cpu.r
* id:
*
www.eeworm.com/read/148143/5718221
h ns16550a.h
/*
* File: ns16550a.h
* Purpose: Definition for the NS16550 UART.
*
* Notes:
*
* Author: Eric DeVolder devolder@oakhill.sps.mot.com
* Date: 2-19-96
*
* Modifications:
*
*/
www.eeworm.com/read/145473/5745493
c analog_timer.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/144084/5753323
sql c_voipglobals_trig.sql
-- Global settings for the billing system
--
-- VoIP Billing Platform for GnuGk
-- Copyright (c) 2004, Michal Zygmuntowicz
--
-- This work is published under the GNU Public License (GPL)
-- see file C
www.eeworm.com/read/123322/6061024
cxx clock.cxx
//==========================================================================
//
// common/clock.cxx
//
// Clock class implementations
//
//===================================================