代码搜索:H型风机

找到约 10,000 项符合「H型风机」的源代码

代码结果 10,000
www.eeworm.com/read/424315/10464660

txt 10.3.2字符型lcd显示.txt

SADDR EQU 0100H WADDR EQU 0200H CSADDR EQU 8000H XPOS EQU 20H YPOS EQU 21H ORG 0000H JMP START START: MOV SP,#60H MAIN: MOV R7,#’0’ MNP: CALL LCDRESET
www.eeworm.com/read/417397/10991757

txt 莫尔型状态机2.txt

-- Moore State Machine with Concurrent Output Logic -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity moore1 is port( clk, rst:
www.eeworm.com/read/417397/10991758

txt 莫尔型状态机1.txt

-- Moore State Machine with explicit state encoding -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity moore2 is port( clk, rst: