Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Cơ sở dữ liệu
Lecture Discrete structures: Chapter 5 - Amer Rasheed
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Discrete structures: Chapter 5 - Amer Rasheed
Minh Hào
146
1
pptx
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
This chapter presents implicitly defined linear orderings (sorted lists), explicitly defined linear orderings. We will summarize this information and look briefly at: Hierarchical orderings, partial orderings, equivalence relations, adjacency relations. | (CSC 102) Lecture 5 Discrete Structures Previous Lecture Summery Basic Logic gates Constructing Circuits using logic gates Designing Circuits for given Inputs/outputs Equivalent Circuits Reductions of circuits 3 Applications of Logic Todays Lecture Outline NAND and NOR Gates Basics of Boolean Algebra Decimal and Binary numbers Half Adders Circuits using Half adders Full adder circuits Parallel Adder Circuits Equivalent Circuits Following is the circuit representations of the statement [(P∧ ∼Q) ∨ (P ∧ Q)] ∧ Q Equivalent Circuits [(P ∧ ∼Q) ∨ (P ∧ Q)] ∧ Q ≡ (P ∧ (∼Q ∨ Q)) ∧ Q ; by the distributive law ≡ (P ∧ (Q ∨ ∼Q)) ∧ Q ; by the commutative law for ∨ ≡ (P ∧ t) ∧ Q ; by the negation law ≡ P ∧ Q ; by the identity law. Thus the two circuits are logically equivalent. Equivalent Circuits Find the Boolean expressions for the circuits and show that they are logically equivalent Equivalent Circuits Find the Boolean expressions for the circuits and show that they are logically equivalent Equivalent Circuits Another way to simplify a circuit is to find an equivalent circuit that uses the least number of different kinds of logic gates. Two gates not previously introduced are useful for this: NAND-gate and NOR-gate. A NAND-gate is a single gate that acts like an AND-gate followed by a NOT-gate. A NOR-gate acts like an OR-gate followed by a NOT-gate. Thus the output signal of a NAND-gate is 0 when, and only when, both input signals are 1, and the output signal for a NOR-gate is 1 when, and only when, both input signals are 0. The logical symbols corresponding to these gates are | (for NAND) and ↓ (for NOR), where | is called a Sheffer stroke and ↓ is called a Peirce arrow. Thus P | Q ≡ ∼(P ∧ Q) and P ↓ Q ≡ ∼(P ∨ Q). NAND and NOR Gates NAND and NOR Gates It can be shown that any Boolean expression is equivalent to one written entirely with Sheffer strokes or entirely with Peirce arrows. Thus any digital logic circuit is equivalent to one that uses only NAND-gates or only . | (CSC 102) Lecture 5 Discrete Structures Previous Lecture Summery Basic Logic gates Constructing Circuits using logic gates Designing Circuits for given Inputs/outputs Equivalent Circuits Reductions of circuits 3 Applications of Logic Todays Lecture Outline NAND and NOR Gates Basics of Boolean Algebra Decimal and Binary numbers Half Adders Circuits using Half adders Full adder circuits Parallel Adder Circuits Equivalent Circuits Following is the circuit representations of the statement [(P∧ ∼Q) ∨ (P ∧ Q)] ∧ Q Equivalent Circuits [(P ∧ ∼Q) ∨ (P ∧ Q)] ∧ Q ≡ (P ∧ (∼Q ∨ Q)) ∧ Q ; by the distributive law ≡ (P ∧ (Q ∨ ∼Q)) ∧ Q ; by the commutative law for ∨ ≡ (P ∧ t) ∧ Q ; by the negation law ≡ P ∧ Q ; by the identity law. Thus the two circuits are logically equivalent. Equivalent Circuits Find the Boolean expressions for the circuits and show that they are logically equivalent Equivalent Circuits Find the Boolean expressions for the circuits and show that they are logically equivalent .
TÀI LIỆU LIÊN QUAN
Lecture Discrete structures: Chapter 1 - Amer Rasheed
Lecture Discrete structures: Chapter 2 - Amer Rasheed
Lecture Discrete structures: Chapter 3 - Amer Rasheed
Lecture Discrete structures: Chapter 4 - Amer Rasheed
Lecture Discrete structures: Chapter 5 - Amer Rasheed
Lecture Discrete structures: Chapter 6 - Amer Rasheed
Lecture Discrete structures: Chapter 7 - Amer Rasheed
Lecture Discrete structures: Chapter 8 - Amer Rasheed
Lecture Discrete structures: Chapter 9 - Amer Rasheed
Lecture Discrete structures: Chapter 10 - Amer Rasheed
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.