代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/276333/10746742
triggers
# The "triggers" file lists libraries which handle the events for each
# module.
#
# A line enclosed in {....} will be treaded as a COM object. You can use either
# the ClassId or the ProgId
#
www.eeworm.com/read/418028/10967480
test laststmtchanges.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/464115/7169423
sql 默认与触发器.sql
/*创建默认*/
create default 权限默认 as '1'
--go
exec sp_bindefault 权限默认 , '管理员.管理员权限'
create default 性别默认 as '男'
go
exec sp_bindefault 性别默认 , '用户.性别'
create default 可借本数默认 as '10'
go
exec sp_bind
www.eeworm.com/read/460608/7246139
c f0xx_timer2_16bitcapturetimer.c
//-----------------------------------------------------------------------------
// F0xx_Timer2_16bitCaptureTimer.c
//-----------------------------------------------------------------------------
//
www.eeworm.com/read/460608/7246245
c f02x_timer2_16bitcapturetimer.c
//-----------------------------------------------------------------------------
// F02x_Timer2_16bitCaptureTimer.c
//-----------------------------------------------------------------------------
//
www.eeworm.com/read/458420/7296741
c f02x_timer2_16bitcapturetimer.c
//-----------------------------------------------------------------------------
// F02x_Timer2_16bitCaptureTimer.c
//-----------------------------------------------------------------------------
//
www.eeworm.com/read/457360/7327123
afl ehlers instantaneous trend.afl
//------------------------------------------------------------------------------
//
// Formula Name: Ehlers Instantaneous Trend
// Author/Uploader: Not Too Swift
// E-mail:
// D
www.eeworm.com/read/457118/7333967
tiny45 makefile-avrusb.tiny45
# Name: Makefile
# Project: USB I2C
# Author: Christian Starkjohann, modified for I2C USB by Till Harbaum
# Creation Date: 2005-03-20
# Tabsize: 4
# Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Softwa
www.eeworm.com/read/435917/7781098
test laststmtchanges.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/435844/7783014
m exm084_4.m
%exm084_4.m
[t,x,y]=sim('exm084_4s',10);
clf,hold on
plot(t,y(:,1),'b')
stairs(t,y(:,2),'r')
stairs(t,y(:,3),'c:'),hold off
axis([0 10 -1.1 1.1]),box on
legend('sinewave','output','trigger',4)