代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/483253/6601779
m schmitt.m
function [y,t]=schmitt(x,thresh,minwid)
% Pass input signal X through a schmitt trigger
% SCHMITT(X,[LOW HIGH]) gives low and high thresholds. LOW and HIGH can be
% scalars or can be vectors specif
www.eeworm.com/read/156494/11797824
sql demo05.sql
create table demo ( x int primary key );
create or replace trigger demo_bifer
before insert on demo
for each row
declare
l_lock_id number;
resource_busy exception;
pragma except
www.eeworm.com/read/156342/11810803
c fet120_adc10_13.c
//******************************************************************************
// MSP-FET430P120 Demo - ADC10/DTC Sample A1 32x, AVcc, TA0 Trigger, DCO
//
// Description; A1 is sampled in 32x
www.eeworm.com/read/154843/11923672
m schmitt.m
function [y,t]=schmitt(x,thresh,minwid)
% Pass input signal X through a schmitt trigger
% SCHMITT(X,[LOW HIGH]) gives low and high thresholds. LOW and HIGH can be
% scalars or can be vectors specif
www.eeworm.com/read/150238/12302691
m schmitt.m
function [y,t]=schmitt(x,thresh,minwid)
% Pass input signal X through a schmitt trigger
% SCHMITT(X,[LOW HIGH]) gives low and high thresholds. LOW and HIGH can be
% scalars or can be vectors specif
www.eeworm.com/read/251779/12320092
c extint.c
/*
FILE NAME: extint.c
FILE DESCRIPTION:
Demonstrates usage of an external interrupt.
Digital I/O port 1 bit 0 (pin number 46) is used to generate
the external trigger. This pin must be co
www.eeworm.com/read/336521/12439666
m schmitt.m
function [y,t]=schmitt(x,thresh,minwid)
% Pass input signal X through a schmitt trigger
% SCHMITT(X,[LOW HIGH]) gives low and high thresholds. LOW and HIGH can be
% scalars or can be vectors specif
www.eeworm.com/read/228372/14388053
m schmitt.m
function [y,t]=schmitt(x,thresh,minwid)
% Pass input signal X through a schmitt trigger
% SCHMITT(X,[LOW HIGH]) gives low and high thresholds. LOW and HIGH can be
% scalars or can be vectors specif
www.eeworm.com/read/125536/14488739
sql 05-trig.sql
REM 05-TRIG.SQL
REM This file contains the trigger examples
REM used in Chapter 5 of "Oracle PL/SQL Programming".
REM This is version 1.0 of this file, updated 2/18/96.
REM Comments and question
www.eeworm.com/read/125536/14488754
sql 09-rsins.sql
REM 09-RSINS.SQL
REM This file contains the LogRSInserts trigger from Chapter 9
REM of "Oracle PL/SQL Programming".
REM This is version 1.0 of this file, updated 2/18/96.
REM Comments and questi