代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/17749/755397
v jk_trigger.v
module JK_trigger(J,K,CLK0,Q0);
input J;
input K;
input CLK0;
output Q0;
reg Q0;
always @(posedge CLK0)
begin
case({J,K})
0:Q0
www.eeworm.com/read/17749/755409
bsf jk_trigger.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/17749/755468
bsf d_trigger.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/17749/755491
v d_trigger.v
/****************************D触发器模块******************************/
module D_trigger(clk,din,rst_n,dout);
input clk;
input din;
input rst_n;
output dout;
reg dout;
always @(posedge clk o
www.eeworm.com/read/470319/1475370
sql cre_trigger.sql
Create or replace trigger dw_xx
before update on dw_xx
for each row
BEGIN
if :old.dwmc :new.dwmc and :old.dwmc is not null then
insert into dw_xxbg(BGID,DWID,DWMC,DWLB,BGXM,BGXMMC,
www.eeworm.com/read/466301/1511618
c altivec_trigger.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Altivec SIGILL trigger -
*
* Copyright(C) 2004 Edouard Gomez
www.eeworm.com/read/244077/4512852
c altivec_trigger.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Altivec SIGILL trigger -
*
* Copyright(C) 2004 Edouard Gomez
www.eeworm.com/read/239760/4594338
c altivec_trigger.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Altivec SIGILL trigger -
*
* Copyright(C) 2004 Edouard Gomez