代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/403154/11521518
dsw 10_2_2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "10_2_2"=".\10_2_2.d
www.eeworm.com/read/403154/11521519
ncb 10_2_2.ncb
www.eeworm.com/read/402589/11532737
rc2 2_1.rc2
//
// 2_1.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///////
www.eeworm.com/read/402476/11534308
v mux2_2.v
module mux2_2(a0,a1,control,out);//2选1多路选择器,数据5位
input [4:0] a0,a1;
input control;
output [4:0] out;
assign out=(control==0)?a0:a1;
endmodule
www.eeworm.com/read/402327/11537061
acf t2_2.acf
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/402327/11537062
scf t2_2.scf
www.eeworm.com/read/402327/11537063
ndb t2_2.ndb
www.eeworm.com/read/402327/11537064
gdf t2_2.gdf
www.eeworm.com/read/402327/11537065
jbc t2_2.jbc
www.eeworm.com/read/402327/11537066
tdf t2_2.tdf
SUBDESIGN t2_2
(
k0,k1,k2,k3:INPUT;
out: OUTPUT;
)
BEGIN
TABLE
(k3,k2,k1,k0) => out;
B"0000" => GND;
B"0001" => VCC;
B"0011" => GND;
B"0010" => VCC;
B"011