代码搜索:熔丝位

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

代码结果 10,000
www.eeworm.com/read/233636/14144542

12可预置可逆4位计数器

#include //12. 可预置可逆4位计数器 unsigned char curcount; void delay10ms(void) { unsigned char i,j; for(i=20;i>0;i--) for(j=248;j>0;j--); } void mai
www.eeworm.com/read/126987/14390576

txt 18位身份证格式验证算法.txt

1、地址码 表示编码对象常住户口所在县(市、旗、区)的行政区划代码,按 GB/T 2260 的规定执行。 2、出生日期码 表示编码对象出生的年、月、日,按 GB/T 7408 的规定执行。年、月、日代码之间不用分隔符。 例:某人出生日期为 1966年10月26日,其出生日期码为 19661026。 3、顺序码 表示在同一地址码所标识的区域范围内,对同年、同月、同日出 ...
www.eeworm.com/read/227189/14437595

txt 8位总线收发器:74245.txt

-- Octal Bus Transceiver -- This example shows the use of the high impedance literal 'Z' provided by std_logic. -- The aggregate '(others => 'Z')' means all of the bits of B must be forced to 'Z'.
www.eeworm.com/read/227189/14437604

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/208531/15245748

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