下面哪种代码执行后是与其他结果不一样的? A: module mux2_1(a,b,sel,out); input a,b,sel; output out; assign out=(sel==1)?a:b; endmodule B: module mux2_1(a,b,sel,out); input a,b,sel; output out; reg out; always@(a or b or sel) begin case(sel) 0: out=a; 1: out=b; endcase end endmodule C: module mux2_1(a,b,sel,out); input a,b,sel; output out; reg out; always@(*) if(sel==0) out=a; else out=b; endmodule
下面哪种代码执行后是与其他结果不一样的? A: module mux2_1(a,b,sel,out); input a,b,sel; output out; assign out=(sel==1)?a:b; endmodule B: module mux2_1(a,b,sel,out); input a,b,sel; output out; reg out; always@(a or b or sel) begin case(sel) 0: out=a; 1: out=b; endcase end endmodule C: module mux2_1(a,b,sel,out); input a,b,sel; output out; reg out; always@(*) if(sel==0) out=a; else out=b; endmodule
celebrate/ˈselɪbreɪt/
celebrate/ˈselɪbreɪt/
如果在P1端口同时连接串口0和串口1时,用户需要优先使用串口0,下列指令正确的是( ) A: P2SEL |= 0x40; B: P2SEL &= ~0x40; C: P2DIR &= ~0x40; D: P2DIR |= 0x40;
如果在P1端口同时连接串口0和串口1时,用户需要优先使用串口0,下列指令正确的是( ) A: P2SEL |= 0x40; B: P2SEL &= ~0x40; C: P2DIR &= ~0x40; D: P2DIR |= 0x40;
中国大学MOOC: 在语句assign Y = sel ? 0 : 1;中,当sel=0时,Y的值为( )
中国大学MOOC: 在语句assign Y = sel ? 0 : 1;中,当sel=0时,Y的值为( )
在语句assign Y = sel ? 0 : 1;中,当sel=0时,Y的值为( )? z|x|0|1
在语句assign Y = sel ? 0 : 1;中,当sel=0时,Y的值为( )? z|x|0|1
语句“SEL<= B&A”的作用是( )
语句“SEL<= B&A”的作用是( )
语句组“PROCESS(SEL) ...END PROCESS”的作用( )
语句组“PROCESS(SEL) ...END PROCESS”的作用( )
电子组态1s2p所构成的原子态为( )。 A: 1s2p1S0,1s2p1P1, 1s2p3S1 1s2p3P2,1,0 B: 1s2p1S0,1s2p1P1 C: 1s2p1S0,1s2p3S1 D: 1s2p1P1,1s2p3P2,1,0
电子组态1s2p所构成的原子态为( )。 A: 1s2p1S0,1s2p1P1, 1s2p3S1 1s2p3P2,1,0 B: 1s2p1S0,1s2p1P1 C: 1s2p1S0,1s2p3S1 D: 1s2p1P1,1s2p3P2,1,0
P(A)=1/2, P(B∣A)=1/2, P(AB)=_______
P(A)=1/2, P(B∣A)=1/2, P(AB)=_______
令A=(P 1 P 2 P 3 P 4 P 5 P 6),其中P 2 P 3 P 4 P 5为单位列向量,则( )一定是一个基。 A: P 1 P 2 P 3 P 4 B: P 2 P 3 P 4 P 5 C: P 3 P 4 P 5 P 6 D: P 2 P 3 P 4 P 6
令A=(P 1 P 2 P 3 P 4 P 5 P 6),其中P 2 P 3 P 4 P 5为单位列向量,则( )一定是一个基。 A: P 1 P 2 P 3 P 4 B: P 2 P 3 P 4 P 5 C: P 3 P 4 P 5 P 6 D: P 2 P 3 P 4 P 6