代码搜索:Three-input

找到约 35 项符合「Three-input」的源代码

代码结果 35
www.eeworm.com/read/125699/14470261

txt majority_voter.txt

-- Three-input Majority Voter -- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways. -- download from: www.pld.com.cn & www
www.eeworm.com/read/370579/9595051

txt 三人表决器(三种不同的描述方式).txt

-- Three-input Majority Voter -- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways. -- download from: www.pld.com.cn & www
www.eeworm.com/read/415351/11075481

txt 三人表决器(三种不同的描述方式).txt

-- Three-input Majority Voter -- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways. -- download from: www.pld.com.cn & www
www.eeworm.com/read/415351/11075549

txt 三人表决器(三种不同的描述方式).txt

-- Three-input Majority Voter -- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways. -- download from: www.pld.com.cn & www
www.eeworm.com/read/393024/2489705

comp hypot.comp

component hypot "Three-input hypotenuse (Euclidean distance) calculator"; pin in float in0; pin in float in1; pin in float in2; pin out float out "out = sqrt(in0^2 + in1^2 + in2^2)"; function _; licen