代码搜索:熔丝位

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

代码结果 10,000
www.eeworm.com/read/292188/8368475

txt aes的c++实现(128位密钥).txt

AES的C++实现(128位密钥) 作者:Veiz 来源: 发表时间:2006-06-19 浏览次数: 2397 字号:大 中 小 // 写了一个AES的C++实现,仅支持128位密钥, 写得匆忙,不够规范,仅供参考。 // AES.h #ifndef AES_H_ #define AES_H_ #include
www.eeworm.com/read/291453/8417546

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/291453/8417563

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/390924/8433374

txt 帶同步復位的狀態機.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;
www.eeworm.com/read/390924/8433414

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/433021/8551828

vhd 8位总线收发器_74245.vhd

-- 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/433021/8551830

vhd 8位相等比较器.vhd

-- 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