代码搜索:熔丝位

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

代码结果 10,000
www.eeworm.com/read/39475/1132006

vhd 16位加法器.vhd

LIBRARY IEEE; //调用标准库文件 use ieee.std_logic_1164.all ; use ieee.std_logic_unsigned.all ; entity add16 is //定义实体 port( //定义端口 cin : in std_logic ;
www.eeworm.com/read/393897/8255759

txt 16位crc校验说明.txt

1、求16位CRC的c语言实现代码 short oddparity[16] = { 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0 }; unsigned short docrc16(unsigned short svalue,unsigned short indata); //以计算的方式求生成多项式为 x(16)+x(15)+
www.eeworm.com/read/293776/8273959

txt 16位锁存器.txt

library ieee; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity mcu_latch is generic (setup_time : TIME := 10 ns ); port( MCU_EN_LATC