• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 12건

s that are a good test for the priority function it performs. library IEEE; use IEEE.std_logc_1164.all; entity priority is port(D: in std_logic_vector(3 downto 0); A : out std_logic_vector(1 downto 0); V : out std_logic); end priority; architecture structural of priority is begin V <= '0' when D=
  • 페이지 5페이지
  • 가격 800원
  • 등록일 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주 판매 이력 없음
_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(1
  • 페이지 4페이지
  • 가격 1,000원
  • 등록일 2007.07.02
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
logic diagram for a 74HC138 MSI CMOS circuit 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페이지
  • 가격 1,300원
  • 등록일 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건

Logical Foundation of Constitutional Democracy. Ann Arbor: University of Michigan Press. Fiorina, Morris. 1989. "Is Negative Voting an Artifact?" American Journal of Political Science vol. 33, pp.423-39. Green Donald and Ian Shapiro. 1994. Pathologies of Rational Choice Theory: A critique of applic
  • 페이지 13페이지
  • 가격 2,000원
  • 발행일 2010.06.16
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
top