代码搜索:熔丝位

找到约 10,000 项符合「熔丝位」的源代码

代码结果 10,000
www.eeworm.com/read/141282/13024793

txt 8位相等比较.txt

-- 8-bit Identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn library IEEE; use IEEE.Std_logic_1164.all; entity HCT688 is port(Q, P : in std_logic_v
www.eeworm.com/read/141282/13024825

txt 8位大小比较器.txt

-- Magnitude Comparator -- VHDL description of a 4-bit magnitude comparator with expansion inputs -- first architecture demonstrates use of relational operators on -- bit vectors (=,>,
www.eeworm.com/read/319921/13439528

txt 简单的12位寄存器.txt

-- User-Defined Macrofunction -- Download from: http://www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all ; ENTITY reg12 IS PORT( d : IN BIT_VECTOR(11 DOWNTO 0); clk :
www.eeworm.com/read/312754/13605425

vhd 简单的12位寄存器.vhd

-- User-Defined Macrofunction -- Download from: http://www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all ; ENTITY reg12 IS PORT( d : IN BIT_VECTOR(11 DOWNTO 0); clk :
www.eeworm.com/read/307265/13724924

txt 14.2.1位置式pid控制.txt

DATA EQU 30H PSTNPID: MOV R1,#DATA MOV R0,#COEFRK SETB 3AH MOV A,@R0 MOV R6,A INC R0 MOV A,@R0 MOV R2,A INC R0 MOV A,@R0 MOV R3,A DEC R0 DEC R0 MOV A,@R1 MOV R4,A
www.eeworm.com/read/305986/13755596

vhd 简单的12位寄存器.vhd

-- User-Defined Macrofunction -- Download from: http://www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all ; ENTITY reg12 IS PORT( d : IN BIT_VECTOR(11 DOWNTO 0); clk :
www.eeworm.com/read/305054/13779372

txt 8位数据锁存器.txt

-- -- ------------------------------------------------------------------------------------ -- DESCRIPTION : Flip-flop D type -- Width: 8 -- Clock active: high
www.eeworm.com/read/303278/13819196

txt 14.2.1位置式pid控制.txt

DATA EQU 30H PSTNPID: MOV R1,#DATA MOV R0,#COEFRK SETB 3AH MOV A,@R0 MOV R6,A INC R0 MOV A,@R0 MOV R2,A INC R0 MOV A,@R0 MOV R3,A DEC R0 DEC R0 MOV A,@R1 MOV R4,A