|
td_logic;
Q : out std_logic
);
end component;
signal D_in, c, Q_out : std_logic_vector (3 downto 0)
begin
C(0) <= EN;
C(1) <= C(0) and Q_out(0);
C(2) <= C(1) and Q_out(1);
C(3) <= C(2) and Q_out(2);
CO <= C(3) and Q_out(3);
D_in(0) <= C(0) xor Q_out(0);
D_in(1) <= C(1) xor Q_out
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2007.07.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
is given in Figure 3-35. Find the Boolean function for each of the outputs. Describe the circuit function carefully.
sol) [M.Morris MANO] 디지털 논리와 컴퓨터 설계 3장 연습문제
Logic and computer design fundamentals
3단원 연습문제입니다.
2번 6번 10번 14번 18번 22번 26번
|
- 페이지 6페이지
- 가격 1,300원
- 등록일 2007.07.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
between all full adders by demonstrating that a 0 and a 1 can be propagated from C0 to C4.
Sol>
A
0
1
0
1
0
1
0
1
B
0
1
0
1
C0
S
0
1
2
1
2
3 [M.Morris MANO] 디지털 논리와 컴퓨터 설계 5장 연습문제
Logic and computer design fundamentals
5단원
2 6 10 14 18 22 26 번
연습문제입니다
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2007.07.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
y;
reg Y;
alwas @(s or D)
begin
case(S)
2\'b00 : Y <=D[0];
2\'b01 : Y <=D[1];
2\'b10 : Y <=D[2];
2\'b11 : Y <=D[3];
endcase;
end
endmodule [M.Morris MANO] 디지털 논리와 컴퓨터 설계 6장 연습문제
Logic and computer design fundamentals
6단원
2번 8번 14번 20번 26번 32번 38번
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2007.07.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
연습문제 저자서문
역자서문
1장 디지털 논리 회로
2장 디지털 부속품
3장 데이터의 표현
4장 레지스터 전송과 마이크로 연산
5장 기본 컴퓨터 구조와 설계
6장 기본 컴퓨터 프로그래밍
7장 마이크로 프로그램된 제어
8장 중앙처리
|
- 페이지 98페이지
- 가격 5,000원
- 등록일 2010.01.05
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|