代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/339510/7131280
class tcircularbuffer$trigger.class
www.eeworm.com/read/461700/7222358
sch schmitt trigger.sch
www.eeworm.com/read/459121/7282329
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/459121/7282341
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/459121/7282400
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/459121/7282423
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/435917/7781081
test trigger3.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/435917/7781097
test trigger5.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/435917/7781104
test trigger2.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