代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/113829/15447515
vhd lblock.vhd
-- POSITIVE LEVEL TRIGGERED FLIP FLOPS
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity l_block is
www.eeworm.com/read/113829/15447518
vhd dff.vhd
-- POSITIVE EDGE TRIGGERED FLIPFLOPS PLACED BEFORE THE DIVIDE BY TWO UNIT
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_
www.eeworm.com/read/107661/15604131
vhd lblock.vhd
-- POSITIVE LEVEL TRIGGERED FLIP FLOPS
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity l_block is
www.eeworm.com/read/107661/15604134
vhd dff.vhd
-- POSITIVE EDGE TRIGGERED FLIPFLOPS PLACED BEFORE THE DIVIDE BY TWO UNIT
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_
www.eeworm.com/read/107661/15604148
vhd lblock.vhd
-- POSITIVE LEVEL TRIGGERED FLIP FLOPS
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity l_block is
www.eeworm.com/read/107661/15604151
vhd dff.vhd
-- POSITIVE EDGE TRIGGERED FLIPFLOPS PLACED BEFORE THE DIVIDE BY TWO UNIT
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_
www.eeworm.com/read/191694/5163626
txt portb.txt
Title: portb
Target: PIC18C658
Description:
A demonstration PORTB, the interruptable port. External influences
on PORTB can trigger up to 5 different interrupts. There are 4
edge trigger
www.eeworm.com/read/183260/9173771
sql classesroomsinstead.sql
REM ClassesRoomsInstead.sql
REM Chapter 11, Oracle9i PL/SQL Programming by Scott Urman
REM This is a complete instead-of trigger.
CREATE OR REPLACE TRIGGER ClassesRoomsInstead
INSTEAD OF INSER
www.eeworm.com/read/173141/5379819
out triggerstream.out
ij> --
-- Small trigger stream test. Make sure we can
-- read streams ok from the context of a row or
-- statement trigger.
--
create function getAsciiColumn( whichRS int, colNumber int, value varcha