Microsoft PowerPoint - Appendix_SNU_Combinational Digital Logic Circuits.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - Appendix_SNU_Combinational Digital Logic Circuits.ppt"

Transcription

1 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지털시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

2 2- BINARY LOGIC & GATES. Binary Logic (2 進論理 ) - Binary Logic Boolean Algebra Switching algebra, Two-valued Boolean Algebra 2 値부울代數 { 참, 거짓 } n { 참, 거짓 } {HIGH, LOW} n 2진디지털시스템 {HIGH, LOW} {ON, OFF} n {ON, OFF} 논리학 : 접속사 and, or, not Switch 회로 : 직렬연결, 병렬연결, NC/NO switch {??,??} n 수학적모델 {??,??}????,????

3 2- BINARY LOGIC & GATES 2. Three Basic Logical Operations 2 진디지털시스템기술에필요, 충분한연산 ( 동작 ) 의수와종류는? 2진논리 2진시스템 -bit 2진수연산 (Binary Logic) (Binary Digital System) (-bit Binary Arithmetic), 0 and 거짓참 거짓거짓거짓 참거짓참 0,+ 0 or 거짓참 거짓거짓참 0 0 참참참 0 X X not 0 거짓 참 0 참 거짓

4 2- BINARY LOGIC & GATES 3. (Basic) Logic Gates = 2 진논리를수행하는단위전자회로 X Y Z X Y Z L L L L H L 0 0 H L L 0 0 H H H X Y Z X Y Z L L L L H H 0 H L H 0 H H H X Z X Z L H 0 H L 0

5 2- BINARY LOGIC & GATES 4. Timing Diagram ( 타이밍도 ) 회로의논리동작을표현하는또다른방법주로순차논리회로의동작을규정하거나해석하는데사용

6 2- BINARY LOGIC & GATES 5. 多入力 (Multiple-Input) Gate 시스템구성의편이를위하여 2입력 AND, 2입력 OR, NOT 이외에도다양한 gate를제공함. (more at 2-6, 2-7) AND, OR gate의입력확장은and, OR 연산의결합법칙에의해정의됨. F = A B C = ((A B) C) F = A+B+C+D+E+F = (((((A+B)+C)+D)+E)+F)

7 논리소자 : IC 패키지의종류 Dual-in-line package (DIP) Small-outline IC (SOIC) SOIC with "gull-wing" leads PLCC with J-type leads LCCC with no leads Flat package with straight leads

8 논리소자 : IC Marking Manufacturer, Logic Family, Function, Package

9 논리소자 : Pin Numbering & Diagram

10 Logic Families ( 논리군 ) 용이한상호연결을위해비슷한전기적성질을갖도록만들어진논리게이트집합. ( 같은회로구조, 소자치, 같은공정 ) 서로다른논리군의 IC의연결은주의를요함.

11 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지탈시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

12 2-2 BOOLEAN ALGEBRA ( 부울代數 ) Key Points:. Boolean Function X Y Z F F(X,Y,Z) = Boolean Expression = X + Y Z * 眞理表 (Truth Table) 0 0 * 論理圖, 論理回路圖 (Logic Diagram) 0 0 (Figure 2-3) 0 0 * algebraic expression logic diagram * 좋은표현식 좋은회로도 * 하나의함수에대해진리표표현은하나, 대수표현 ( 회로도 ) 는여럿. * 설계의일반적과정 Informal Spec. Formal Spec. 대수표현식 논리회로도

13 2-2 BOOLEAN ALGEBRA ( 부울代數 ) 부울代數의公理적定義 (Axiomatic Definition of Boolean Algebra) 代數體系 (algebraic system) 의정의 V: 값들의集合 (a set of elements or values) O: 演算의種類 (a set of operations) A: 값또는演算들에대한公理또는假說 (axioms or postulates) 유한집합 S의멱집합 ( Power Set, 즉 S의모든부분집합을원소로갖는집합 ) P에대하여 < V = P, O = {, }> 는부울대수임을 증명하라.

14 2-2 BOOLEAN ALGEBRA ( 부울代數 ) Huntington의부울代數의假說 : < V={ }, O={+,.} >. (a) V is closed with respect to the operation p. (b) V is closed with respect to the operation p2. 2. (a) V has an identity element w.r.t the operation p. (b) V has an identity element w.r.t the operation p2. 3. (a) V is commutative w.r.t the operation p. (b) V is commutative w.r.t the operation p2. 4. (a) p is distributive over p2. (b) p2 is distributive over p. 5. For each x in V, there exists an element y in V such that (a) x + y = (b) x. y = 0 6. V 2

15 2-2 BOOLEAN ALGEBRA ( 부울代數 ) 2. Basic Identities of Boolean Algebra ) X + 0 = X 2) X = X 恒等元 (identity) ( 公理 ) 3) X + = 4) X 0 = 0 Identity Theorem 恒等元定理 5) X + X = X 6) X X = X Idempotence Th. 冪等의定理 7) X + X = 8) X X = 0 補元 (Complement ) 9) (X ) = X Involution Th. 累乘定理 0) X + Y = Y + X ) X Y = Y X Commutative Law 2) X+(Y+Z) = (X+Y)+Z 3) X (Y Z) = (X Y) Z Associative Law 4) X (Y + Z) = X Y+ X Z 5) X + Y Z = (X+Y) (X+Z) Distributive Law 6) (X + Y) = X Y 7) (X Y) = X + Y De Morgan s Th. * 일반대수와의차이? 역원 (inverse)? * 雙對性原理 (Principles of Duality): AND OR, 0

16 2-2 BOOLEAN ALGEBRA ( 부울代數 ) 3. Algebraic Manipulation ( 代數的操作, 代數式操作 ) - 표현식의간소화 디지털회로의간소화 F = X YZ + X YZ + XZ = X Y(Z+Z ) + XZ = X Y + XZ

17 2-2 BOOLEAN ALGEBRA ( 부울代數 ) 4. Other Useful Identities () 흡수정리 (Absorption Theorem) X + X Y = X + X Y = X ( + Y) = X X (X + Y) = (X + 0) (X + Y) = X + 0 Y = X (2) X Y + X Y = X (Y + Y ) = X = X (X + Y) (X + Y ) = X + Y Y = X + 0 = X (3) 간소화정리 (Simplification Theorem) X + X Y = (X + X ) (X + Y) = (X + Y) = X + Y X (X + Y) = X X + X Y = 0 + X Y = X Y (4) 合意의정리 (Consensus Theorem) X Y + X Z + Y Z = X Y + X Z (X + Y) (X + Z) (Y + Z) = (X + Y) (X + Z) * 정리의증명방법 : 진리표, 대수식조작

18 2-2 BOOLEAN ALGEBRA ( 부울代數 ) 5. Complement of a Function ( 補函數 ) () 보함수의정의 (2) How to get the expression? - DeMorgan s Theorem F = X YZ + X Y Z F = X(Y Z + YZ) F = (X YZ + X Y Z) F = {X(Y Z + YZ)} = (X+Y +Z)(X+Y+Z ) = X + (Y+Z)(Y +Z ) - Using dual expression (i) take the dual expression (ii) complement each literal F = X YZ + X Y Z F = X(Y Z + YZ) F D = (X +Y+Z )(X +Y +Z) F D = X + (Y +Z )(Y+Z) F = (X+Y +Z)(X+Y+Z ) F = X + (Y+Z)(Y +Z )

19 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지탈시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

20 2-3 STANDARD FORM ( 標準型 ) Key Points: 부울표현식의형태분류, 관련용어, 형태사이의변환. 부울표현식의형태 - 標準型 (Standard Form): 곱의합형 (Sum-of-Products, SOP, or Disjunctive Form) F(X,Y,Z) = XY + X Z + YZ 합의곱형 (Product-of-Sums, POS, or Conjunctive Form) F(X,Y,Z) = (X + Y)(X + Z)(Y + Z) - 非標準型 (Non-standard, Factored, or Parenthesized Form) F(X,Y,Z) = X + (Y + Z)(Y + Z ) - 正型 (Canonical Form): 표준형의특별한경우곱의합정형 (Canonical SOP, or Canonical Disjunctive Form) F(X,Y,Z) = XYZ + XYZ + X YZ [sum-of-minterms form] 합의곱정형 (Canonical POS, or Canonical Conjunctive Form) F(X,Y,Z) = (X+Y+Z)(X+Y+Z ) [product-of-maxterms form] * 한함수에대한정형표현식은唯一함.

21 2-3 STANDARD FORM ( 標準型 ) * 곱항 (product term) = ANDing of literals * 합항 (sum term) = ORing of literals * 표준형 = 2 段階표현식 (Two-Level Form) * 비표준형 = 多段階표현식 (Multi-Level Form) 2. Minterms and Maxterms -minterm( 最小項, 最小積項, 標準積 standard product) = a product term in which all the variables appear exactly once, either complemented or uncomplemented. -maxterm( 最大項, 最大合項, 標準合 standard sum) = a sum term in which all the variables appear exactly once, either complemented or uncomplemented. * The order of the variables should be assumed for the symbolic representation of minterms/maxterms.

22 2-3 STANDARD FORM ( 標準型 ) Table 2-6 Minterms for Three Variables X Y Z product terms symbol m 0 m m 2 m 3 m 4 m 5 m 6 m X Y Z m X Y Z m X YZ m X YZ m XY Z m XY Z m XYZ m XYZ m

23 X Y Z 2-3 STANDARD FORM ( 標準型 ) Table 2-7 Maxterms for Three Variables sum terms symbol M 0 M M 2 M 3 M 4 M 5 M 6 M X+Y+Z M X+Y+Z M X+Y +Z M X+Y +Z M X +Y+Z M X +Y+Z M X +Y +Z M 6 0 X +Y +Z M 7 0

24 2-3 STANDARD FORM ( 標準型 ) 3. Canonical Expressions - sum-of-minterms of F and F F(X,Y,Z) = [ ] + [ ] + [ ] + = X Y Z + X YZ + XY Z + XYZ = m 0 + m 2 + m 5 + m 7 = Σ m (0, 2, 5, 7), or Σ(0, 2, 5, 7) F (X,Y,Z) = [ ] + [ ] + [ ] + = X Y Z + X YZ + XY Z + XYZ X Y Z F F = m + m 3 + m 4 + m 6 = Σ m (, 3, 4, 6), or Σ(, 3, 4, 6)

25 2-3 STANDARD FORM ( 標準型 ) - product-of-maxterms of F and F F(X,Y,Z) = ( ) ( ) ( ) = (X+Y+Z )(X+Y +Z )(X +Y+Z)(X +Y +Z) = M M 3 M 4 M 6 = Π M (, 3, 4, 6), or Π(, 3, 4, 6) Similarly, F (X,Y,Z) = M 0 M 2 M 5 M 7 = Π(0, 2, 5, 7) Another method: F (X,Y,Z) = [F(X,Y,Z)] = (m 0 + m 2 + m 5 + m 7 ) = (m 0 ) (m 2 ) (m 5 ) (m 7 ) = M 0 M 2 M 5 M 7 = Π(0, 2, 5, 7) X Y Z F F F( ) = Σ(0, 2, 5, 7) = Π(, 3, 4, 6) F ( ) = Σ(, 3, 4, 6) = Π(0, 2, 5, 7)

26 2-3 STANDARD FORM ( 標準型 ) 4. Non-Canonical to Canonical E = Y + X Z = (X+X )Y (Z+Z ) + X (Y+Y )Z = (XY +X Y )(Z+Z ) + X YZ + X Y Z = XY Z + XY Z + X Y Z + X Y Z + X YZ + X Y Z = X Y Z + X Y Z + X YZ + XY Z + XY Z = Σ(0,, 2, 4, 5) E = Y + X Z = (Y + X )(Y + Z ) = (X X+Y +Z )(X +Y +Z Z) = (X+Y +Z )(X +Y +Z )(X +Y +Z)(X +Y +Z ) = Π(3, 6, 7) X Y Z E

27 2-3 STANDARD FORM ( 標準型 ) 5. Sum of Products - sum-of-minterms. obtained directly from a truth table. the most complex sum-of-products form. but, a starting point to a simplified s-o-p form - logic diagram of a s-o-p form?. two-level, AND-OR, implementation. (complements of input variables are assumed to be available) - Non-standard form to SOP form?. by means of the distributive law - SOP to simplified SOP?. many ways. Simplification Th., Consensus Th., Identity Th.,. - Figure 2-5, Figure 2-6

28 2-3 STANDARD FORM ( 標準型 ) - 다단계회로와 2 단계회로 (Figure 2-6) 6. Product of Sums - Two-level, OR-AND Implementation - Figure 2-7

29 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지탈시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

30 2-4 MAP SIMPLIFICATION What to Study: Map method for logic simplification 맵방법에의한논리 ( 표현식 ) 최소화 / 간소화. Simplification Criterion: 최소화 / 간소화된곱의합표현이란? F = ( ) + ( ) + ( ) + + ( ) (i) with a minimum number of terms (ii) with the fewest possible number of literals * There may be many, equally good expressions! 2. 대수적간소화 (Algebraic Simplification) 과정의예 f(a, b, c) = a b c + a b c + a bc + a bc + abc = a b + a b + abc = a + abc = a + bc

31 2-4 MAP SIMPLIFICATION f(a, b, c) = a b c + a b c + a bc + a bc + abc = a b + a bc + bc = a (b + bc ) + bc = a (b + c ) + bc = a b + a c + bc = a (bc) + bc = a + bc f(a, b, c) = a b c + a b c + a bc + a bc + abc = a b c + a b c + a bc + a bc + a bc + abc = a b + a b + bc = a + bc =??? * With proper duplication of product terms, only the distributive law would do the job.

32 2-4 MAP SIMPLIFICATION 3. Algebraic Simplification: Use any boolean axioms and theorems, or () two adjacent product terms into one bigger product term (2) a term may be used more than once during combination (3) a term may be partitioned into smaller ones But, still we have some difficulties: () no specific rules to predict each succeeding step (2) difficult to determine whether the simplest expression has been achieved - Simplify the following expression: f(a,b,c,d) = A BC D + A BCD + ABC + ABCD + A BCD = A BD + ABC + ABCD + A BCD =?????? = ABC + A BC + BD

33 2-4 MAP SIMPLIFICATION 4. Karnaugh Map, (K-map, Veitch Diagram) () 진리표의 2차원적그림표현 ( 인접관계를시각적으로판단가능 ) (2) 인접한최소항또는곱항끼리물리적으로도가까이있도록배치 (3) 수작업에의한간소화에사용 (not for computer-aided design) (4) 곱의합또는합의곱형태간소화에사용 (not apply directly to simplification in non-standard forms) (5) up to 4 variables? ==> depends on YOU! Glue logic * possible to find two or more simplified expressions.

34 2-4 MAP SIMPLIFICATION 5. 2-, 3-, 4-Variable K-Maps * Gray Code Y X Y Z Y X Y X Y X XY XY 0 0 X Y 0 X X m 0 m 2 3 m m 3 Y 0 X Y Z X Y Note the adjacency of minterms Z = X Y+ X Y+ X Y = X + Y

35 2-4 MAP SIMPLIFICATION Y Y Y X 0 00 XYZ XYZ 0 XYZ XYZ 0 XYZ XYZ XYZ XYZ X m 0 m m 4 m 2 m 5 m 3 m 7 m 6 X Z [EXAMPLE 2-3] F(X,Y,Z) = Σ(2,3,4,5) * rectangles of, 2, 4, 8, cells or squares Y X Z Z Z

36 2-4 MAP SIMPLIFICATION [Examples] F(X,Y,Z) = Σ(0,2,4,6) F(X,Y,Z) = Σ(0,,2,3,6,7) Y Y X X Z Z [EXAMPLE 2-4] F(X,Y,Z) = Σ(3,4,6,7) F(X,Y,Z) = Σ(0,2,4,5,6) Y Y X X Z Z

37 2-4 MAP SIMPLIFICATION [Example] F(X,Y,Z) = Σ(,3,4,5,6) Y X Z [Example] F(X,Y,Z) = X Z+ XY + XYZ+ YZ => Z+ XY Y X Z

38 2-4 MAP SIMPLIFICATION W [EXAMPLE 2-5] Four-Variable Map F(W,X,Y,Z) = Σ(0,,2,4,5,6,8,9,2,3,4) Y Y X X W 0 Z Z

39 2-4 MAP SIMPLIFICATION [EXAMPLE 2-6] F = ABC+ BCD + ABC+ ABCD C 0 A 0 0 B D

40 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지탈시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

41 2-4 MAP SIMPLIFICATION What to Study: Map method for logic simplification 맵방법에의한논리 ( 표현식 ) 최소화 / 간소화. Simplification Criterion: 최소화 / 간소화된곱의합표현이란? F = ( ) + ( ) + ( ) + + ( ) (i) with a minimum number of terms (ii) with the fewest possible number of literals * There may be many, equally good expressions! 2. 대수적간소화 (Algebraic Simplification) 과정의예 f(a, b, c) = a b c + a b c + a bc + a bc + abc = a b + a b + abc = a + abc = a + bc

42 2-4 MAP SIMPLIFICATION f(a, b, c) = a b c + a b c + a bc + a bc + abc = a b + a bc + bc = a (b + bc ) + bc = a (b + c ) + bc = a b + a c + bc = a (bc) + bc = a + bc f(a, b, c) = a b c + a b c + a bc + a bc + abc = a b c + a b c + a bc + a bc + a bc + abc = a b + a b + bc = a + bc =??? * With proper duplication of product terms, only the distributive law would do the job.

43 2-4 MAP SIMPLIFICATION 3. Algebraic Simplification: Use any boolean axioms and theorems, or () two adjacent product terms into one bigger product term (2) a term may be used more than once during combination (3) a term may be partitioned into smaller ones But, still we have some difficulties: () no specific rules to predict each succeeding step (2) difficult to determine whether the simplest expression has been achieved - Simplify the following expression: f(a,b,c,d) = A BC D + A BCD + ABC + ABCD + A BCD = A BD + ABC + ABCD + A BCD =?????? = ABC + A BC + BD

44 2-4 MAP SIMPLIFICATION 4. Karnaugh Map, (K-map, Veitch Diagram) () 진리표의 2차원적그림표현 ( 인접관계를시각적으로판단가능 ) (2) 인접한최소항또는곱항끼리물리적으로도가까이있도록배치 (3) 수작업에의한간소화에사용 (not for computer-aided design) (4) 곱의합또는합의곱형태간소화에사용 (not apply directly to simplification in non-standard forms) (5) up to 4 variables? ==> depends on YOU! Glue logic * possible to find two or more simplified expressions.

45 2-4 MAP SIMPLIFICATION 5. 2-, 3-, 4-Variable K-Maps * Gray Code Y X Y Z Y X Y X Y X XY XY 0 0 X Y 0 X X m 0 m 2 3 m m 3 Y 0 X Y Z X Y Note the adjacency of minterms Z = X Y+ X Y+ X Y = X + Y

46 2-4 MAP SIMPLIFICATION Y Y Y X 0 00 XYZ XYZ 0 XYZ XYZ 0 XYZ XYZ XYZ XYZ X m 0 m m 4 m 2 m 5 m 3 m 7 m 6 X Z [EXAMPLE 2-3] F(X,Y,Z) = Σ(2,3,4,5) * rectangles of, 2, 4, 8, cells or squares Y X Z Z Z

47 2-4 MAP SIMPLIFICATION [Examples] F(X,Y,Z) = Σ(0,2,4,6) F(X,Y,Z) = Σ(0,,2,3,6,7) Y Y X X Z Z [EXAMPLE 2-4] F(X,Y,Z) = Σ(3,4,6,7) F(X,Y,Z) = Σ(0,2,4,5,6) Y Y X X Z Z

48 2-4 MAP SIMPLIFICATION [Example] F(X,Y,Z) = Σ(,3,4,5,6) Y X Z [Example] F(X,Y,Z) = X Z+ XY + XYZ+ YZ => Z+ XY Y X Z

49 2-4 MAP SIMPLIFICATION W [EXAMPLE 2-5] Four-Variable Map F(W,X,Y,Z) = Σ(0,,2,4,5,6,8,9,2,3,4) Y Y X X W 0 Z Z

50 2-4 MAP SIMPLIFICATION [EXAMPLE 2-6] F = ABC+ BCD + ABC+ ABCD C 0 A 0 0 B D

51 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지탈시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

52 2-5 MAP MANIPULATION What to Study: 맵방법에의한논리최소화 ( 체계적방법 ) 합의곱표현의최소화無關條件 (Don t-care Conditions) 이있는경우. Implicant, Prime Implecant, Essential Prime Implicant F = ( ) + ( ) + ( ) + ( ) - Implicant = a product term if the function has the value for all minterms of the product term, 즉, 주어진함수의곱의합표현에나타날수있는곱항. - Prime Implicant(PI) 主積項 = 문자를더이상줄일수없는implicant, 다른 implicant에포함되지않는 implicant. - Essential Prime Implicant (EPI) 必須主積項 = 어떤최소표현식에도항상포함되어야하는주적항.

53 2-5 MAP MANIPULATION 2. 곱의합표현식에서의곱항 F = ( ) + ( ) + + ( ) (i) 곱의합표현식에서의각곱항은그함수의 implicant 이어야함. (ii) 곱의합최소표현식에서의각곱항은그함수의 PI 이다. 3. K-map 에서의 Implicant, PI, EPI Implicant = -cell 만을포함하는묶음. PI 主積項 = 더이상크게할수없는묶음. EPI 必須主積項 = 곱의합최소표현식에꼭포함시켜야할묶음. 4. K-map에서의간소화과정오직 PI 묶음만을고려하여, 모든 -cell이어떤묶음에속할때까지, () EPI 묶음을모두선택한다. (2) 덜바람직한 PI 묶음을고려대상에서제외한다. (3) 이상태에서다시필수적인 PI 묶음 [Secondary EPI] 들을선택한후, (2) 로되돌아간다. (4) 선택할것도, 제외할것도없을때에는임의로 (?) 하나를선택한후, 위 (2) 와 (3) 을반복한다.

54 2-5 MAP MANIPULATION [Examples] C C C A 0 0 B A 0 0 B A 0 0 B D D D

55 2-5 MAP MANIPULATION 5. Product-of-Sums Simplification ( 합의곱형간소화 ) () F 의 s-o-p를구하여양변의 complement를취함. (2) F의 K-map에서 0-cell을 grouping함. [Grouping한조건들을합항으로표현할때, 문자의극성에주의 ] [Example 2-8] F(A, B, C, D) = Σ(0,, 2, 5, 8, 9, 0) C B A 0 0 D

56 2-5 MAP MANIPULATION 6. Don t-care Conditions ( 無關條件 ) = 함수의출력이정의되지않은입력조건들. (i) the input combinations never occur. (ex) BCD code (ii) the input combinations would occur, but we do not care about the outputs in response to these combinations. => We simply do not care what value is assumed by the function for the unspecified conditions. * imcompletely specified functions ( 불완전하게정의된함수 ) - What shall we do with DC conditions? DC 조건에대한함수의출력은설계자가임의로설정가능. But, somebody will get better designs!! How many complete specifications are possible for a 4-input -output function with 6 DC conditions? ==>

57 2-5 MAP MANIPULATION - 무관조건의표현진리표, K-map: -, x, X, d, D, D Equation : F = [ ] [ ] + dc([ ] [ ]) = [ ] [ ] + ([ ] [ ])dc = Σ(, 2, ) + Σdc(7, 8, ) = Π(0, 3, ) + Πdc(7, 8, ) - 무관조건이있는경우의표현식간소화유관조건을중심으로 grouping을하여나아가되, 무관조건을포함하는경우에 group의크기가커질수있으면그무관조건을 group 에포함시킴. (I) 유관조건 : grouping의개수와크기를결정. (ii) 무관조건 : grouping의크기에만영향을줌.

58 2-5 MAP MANIPULATION [Example] F(A,B,C,D) = Σ(, 3, 7,, 5) + Σdc(0, 2, 5) C x x 0 0 x 0 B A D

59 B MAP MANIPULATION 7. 5-변수 K-Map: two 4-variable K-maps into a -variable K-map A=0 A= [Example: f(a, B, C, D, E) = Σ( ) D D C B E E C A=0 A= D D 0 B C B 0 C E E

60 7. 6-변수 K-Map: C A=0 A= C 2-5 MAP MANIPULATION E F E F B=0 B= 00 0 D C 0 00 D 0 C 0 E F E F D D

61 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지탈시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

62 2-6 NAND AND NOR GATES What to study: NAND 와 NOR gate 를이용한부울함수具現. AND, OR, NOT 이외에다른 type의 gate들이제공됨. Gate type을결정할때의고려사항 : - feasibility & economy of the gates in the implementation tech. - possibility of fan-in extension - ability to implement Boolean functions 2. Simple Gate Types in Bipolar and CMOS Technology: names( 이름 ), graphic symbols( 회로기호 ), functions( 기능 ) [Figure 2-26] in next slide * negation indicator, bubble

63 Digital Logic Gates

64 Digital Logic Gates

65 2-6 NAND AND NOR GATES 3. Functional(Logical) Completeness 函數的 ( 論理的 ) 完全性 A set of gates are functionally, or logically complete if any Boolean function can be implemented or expressed using only the gate types in the set: {AND, OR, NOT} is functionally complete. {NAND} and {NOR} are functionally complete. [PROVE? => Figure 2-27, Figure 2-33 below] *Universal Gates

66 2-6 NAND AND NOR GATES 4. How to implement a Boolean function with NAND gates? () Obtain the simplified expression and/or circuit in terms of AND, OR, and NOT. (2) Convert AND, OR, NOT gates to NAND gates. [bubble insertion] more on later slides Alternative NAND and NOT Symbols for Conversion [Fig. 2-28]

67 2-6 NAND AND NOR GATES 5. Two-Level NAND Circuits - NAND-NAND Two-Level Implementation - S-O-P expression can be realized by NAND-NAND circuits F = A B + C D = A B CD Figure 2-29 for the circuits and also for the conversion from AND-OR using bubble insetion. [Example 2-9 & Fig. 2-30] F(x, y, z) = Σ(, 2, 3, 4, 5, 7) 을 NAND gates로구현하라. () Simplify in sum-of-products form (2) Draw AND-OR network (Use buffer for terms with single literal) (3) Convert it into NAND-NAND network

68 2-6 NAND AND NOR GATES 6. Multilevel NAND Circuits [ 多段階 NAND 回路 ] Fig. 2-3, Fig. 2-32, Procedure at page 72.

69 2-6 NAND AND NOR GATES 7. NOR Circuits Can repeat the disscussion with NAND circuits. Alternative Symbols for NOR [Fig. 2-34] NOR-NOR form = P-O-S expression [Fig. 2-35] Converting AND/OR Circuits into NOR Circuits [Fig. 2-36]

70 Demonstration of Positive and Negative Logic

71 2-7 EXCLUSIVE-OR GATES. Exclusive-OR 함수 : XOR, EXOR, EOR -X Y = X Y + X Y [difference ftn.] 2. Exclusive-NOR 함수 : XNOR, EXNOR, ENOR - complement of exclusive-or -(X Y) = X Y + X Y [equivanlece ftn]

72 2-7 EXCLUSIVE-OR GATES 3. XOR와관련된항등식들 X 0 = X X = X X X = 0 X X = X Y = (X Y) X Y = (X Y) A B = B A (A B) C = A (B C) = A B C

73 2-7 EXCLUSIVE-OR GATES 4. XOR Gate 의 NAND 구현 : [Fig. 2-37] 5. 다변수 XOR -A B C =??? - Odd function ( 홀수함수 ) : F = when - K-map for XORs: check board : [Fig. 2-38] - Multiple-Input XOR with 2-Input XOR: [Fig. 2-39] - 응용예 : Parity 생성과검출

74 CHAPTER 2 COMBINATIONAL LOGIC CIRCUITS What to study? - Binary Logic (Boolean Algebra) : 논리회로의기본수학 -Gates: 디지탈시스템의기본구성소자 - How to design cost-effective circuits? Logic Circuits: - Combinational Logic Circuits ( 組合論理回路 ) - Sequential Logic Circuits ( 順次論理回路 ) 2- Binary Logic and Gates 2-6 NAND and NOR Gates 2-2 Boolean Algebra 2-7 Exclusive-OR Gates 2-3 Standard Forms 2-8 Integrated Circuits 2-4 Map Simplification 2-9 Chapter Summary 2-5 Map Manipulation

75 2-8 INTEGRATED CIRCUITS Levels of Integration( 집적도 ): SSI, MSI, LSI, VLSI Digital Logic Families ( 論理群 ): 회로기술 ( 소자, 회로도 ), 전기적성질 전기적성질 : Logic Level( 전압, 전류 ), Fan-in, Fan-out, Noise Margin( 잡음여유 ), Power Dissipation( 소비전력 ), Propagation Delay( 전달지연시간 ) transport delay, inertial delay

76 Gates as Control Elements Gate as Operators Gate as Control Elements

77 Fully Complementary CMOS Gate Structure and Examples

78 Networks and Circuit for Example 2-0

79 Transmission Gate (TG)

80 Selector and Exclusive- OR Constructed with Transmission Gates

歯02-BooleanFunction.PDF

歯02-BooleanFunction.PDF 2Boolean Algebra and Logic Gates 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 IC Chapter 2 Boolean Algebra & Logic Gates 1 Boolean Algebra 1854 George Boole Chapter 2 Boolean Algebra & Logic Gates 2 Duality Principle

More information

ºÎ·ÏB

ºÎ·ÏB B B.1 B.2 B.3 B.4 B.5 B.1 2 (Boolean algebra). 1854 An Investigation of the Laws of Thought on Which to Found the Mathematical Theories of Logic and Probabilities George Boole. 1938 MIT Claude Sannon [SHAN38].

More information

untitled

untitled Logic and Computer Design Fundamentals Chapter 4 Combinational Functions and Circuits Functions of a single variable Can be used on inputs to functional blocks to implement other than block s intended

More information

Microsoft PowerPoint - 제05장.ppt [호환 모드]

Microsoft PowerPoint - 제05장.ppt [호환 모드] Chapter 05 부울대수 1. 부울대수 부울대수 (boolean algebra) 를근거로한스위칭이론 (switching theory) 은논리설계에있어서이론적인근거가되는수학적체계. 부울대수 - 부울상수와부울변수로구성, 0과 1의두개값을가짐 - 논리레벨의여러정의 논리 0 False Off Low No Open Switch 논리 1 True On High Yes

More information

歯15-ROMPLD.PDF

歯15-ROMPLD.PDF MSI & PLD MSI (Medium Scale Integrate Circuit) gate adder, subtractor, comparator, decoder, encoder, multiplexer, demultiplexer, ROM, PLA PLD (programmable logic device) fuse( ) array IC AND OR array sum

More information

Microsoft PowerPoint - dc_ch3 [호환 모드]

Microsoft PowerPoint - dc_ch3 [호환 모드] Chapter 3 Karnaugh Maps 명제 진리표디지털시스템논리회로 Logic map K-map 부울함수 : Switching Expressions and Logic Maps 논리적인접 * 오직 1비트만이다른입력변수의두조합을논리적으로인접하다고함 * [ 예 ](x 와 x ) x), (xy 와 x y) xy), (xyz 와 xy z) z), (abcd 와

More information

PowerPoint Presentation

PowerPoint Presentation 5 불대수 IT CookBook, 디지털논리회로 - 2 - 학습목표 기본논리식의표현방법을알아본다. 불대수의법칙을알아본다. 논리회로를논리식으로논리식을논리회로로표현하는방법을알아본다. 곱의합 (SOP) 과합의곱 (POS), 최소항 (minterm) 과최대항 (mxterm) 에대해알아본다. 01. 기본논리식의표현 02. 불대수법칙 03. 논리회로의논리식변환 04.

More information

Microsoft PowerPoint - dc_ch2 [호환 모드]

Microsoft PowerPoint - dc_ch2 [호환 모드] Chapter 2 Boolean Algebra and Logic Circuits Chapter 2 Boolean Algebra and Logic Circuits 2.1 Boolean Algebra 2.1.1 1 Definition of Boolean Algebra 2.1.2 Fundamental Theorems 2.1.3 Switching Algebra 2.1.4

More information

歯03-ICFamily.PDF

歯03-ICFamily.PDF Integrated Circuits SSI(Small Scale IC) 10 / ( ) MSI(Medium Scale IC) / (, ) LSI(Large Scale IC) / (LU) VLSI(Very Large Scale IC) - / (CPU, Memory) ULSI(Ultra Large Scale IC) - / ( ) GSI(Giant Large Scale

More information

step 1-1

step 1-1 Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises

More information

PowerPoint Presentation

PowerPoint Presentation 5 불대수 Http://RAIC.kunsn..kr 2 학습목표 마스터제목스타일편집 기본논리식의표현방법을알아본다. 불대수의법칙을알아본다. 논리회로를논리식으로논리식을논리회로로표현하는방법을알아본다. 곱의합 (SOP) 과합의곱 (POS), 최소항 (minterm) 과최대항 (mxterm) 에대해알아본다. 01. 기본논리식의표현 02. 불대수법칙 03. 논리회로의논리식변환

More information

Microsoft PowerPoint - CHAP-01 [호환 모드]

Microsoft PowerPoint - CHAP-01 [호환 모드] 컴퓨터구성 Lecture #2 Chapter : Digital Logic Circuits Spring, 203 컴퓨터구성 : Spring, 203: No. - Digital Computer Definition Digital vs. nalog Digital computer is a digital system that performs various computational

More information

5.1 부울대수 ã 부울대수 (oolen lger) 를근거로한스위칭이론 (swithing theory) 은논리설계에있어서이론적인근거가되는수학적체계. ã 부울대수 - 부울상수와부울변수로구성, 0과 1의두개값을가짐 - 논리레벨의여러정의 논리 0 Flse Off Low No

5.1 부울대수 ã 부울대수 (oolen lger) 를근거로한스위칭이론 (swithing theory) 은논리설계에있어서이론적인근거가되는수학적체계. ã 부울대수 - 부울상수와부울변수로구성, 0과 1의두개값을가짐 - 논리레벨의여러정의 논리 0 Flse Off Low No 5 장부울대수 5.1 부울대수 ã 부울대수 (oolen lger) 를근거로한스위칭이론 (swithing theory) 은논리설계에있어서이론적인근거가되는수학적체계. ã 부울대수 - 부울상수와부울변수로구성, 0과 1의두개값을가짐 - 논리레벨의여러정의 논리 0 Flse Off Low No Open Swith 논리 1 True On High Yes Closed swith

More information

5 장부울대수

5 장부울대수 5 장부울대수 5.1 부울대수 ã 부울대수 (boolen lgebr) 를근거로한스위칭이론 (swithing theory) 은논리설계에있어서이론적인근거가되는수학적체계. ã 부울대수 - 부울상수와부울변수로구성, 0과 1의두개값을가짐 - 논리레벨의여러정의 논리 0 Flse Off Low No Open Swith 논리 1 True On High Yes Closed

More information

3. 다음은카르노맵의표이다. 논리식을간략화한것은? < 나 > 4. 다음카르노맵을간략화시킨결과는? < >

3. 다음은카르노맵의표이다. 논리식을간략화한것은? < 나 > 4. 다음카르노맵을간략화시킨결과는? < > . 변수의수 ( 數 ) 가 3 이라면카르노맵에서몇개의칸이요구되는가? 2칸 나 4칸 다 6칸 8칸 < > 2. 다음진리표의카르노맵을작성한것중옳은것은? < 나 > 다 나 입력출력 Y - 2 - 3. 다음은카르노맵의표이다. 논리식을간략화한것은? < 나 > 4. 다음카르노맵을간략화시킨결과는? < > 2 2 2 2 2 2 2-3 - 5. 다음진리표를간략히한결과

More information

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

Microsoft PowerPoint - AC3.pptx

Microsoft PowerPoint - AC3.pptx Chapter 3 Block Diagrams and Signal Flow Graphs Automatic Control Systems, 9th Edition Farid Golnaraghi, Simon Fraser University Benjamin C. Kuo, University of Illinois 1 Introduction In this chapter,

More information

Microsoft PowerPoint - CHAP-03 [호환 모드]

Microsoft PowerPoint - CHAP-03 [호환 모드] 컴퓨터구성 Lecture Series #4 Chapter 3: Data Representation Spring, 2013 컴퓨터구성 : Spring, 2013: No. 4-1 Data Types Introduction This chapter presents data types used in computers for representing diverse numbers

More information

6장 부울 함수의 간소화

6장 부울 함수의 간소화 6 장부울함수의간소화 개요 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 논리회로간소화혹은최적화 부울식의간소화 : term을감소하거나 literal를감소한다. term은게이트의수, literal은게이트의입력수를나타낸다. 논리회로의동작속도향상, 소비전력감소등효율적인논리회로구성가능 논리회로를간소화하는방법 논리회로자체를간소화하는방법 논리회로를부울함수로표현한후부울함수를간소화

More information

개요 l 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 à 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. l 논리회로의동작속도향상, 소비전력감소등효율

개요 l 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 à 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. l 논리회로의동작속도향상, 소비전력감소등효율 6 장부울함수의간소화 개요 l 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 à 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. l 논리회로의동작속도향상, 소비전력감소등효율적인논리회로구성가능 l 논리회로를간소화하는방법 논리회로자체를간소화하는방법

More information

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh Page 1 of 6 Learn Korean Ep. 13: Whether (or not) and If Let s go over how to say Whether and If. An example in English would be I don t know whether he ll be there, or I don t know if he ll be there.

More information

개요 l 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 à 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. l 논리회로의동작속도향상, 소비전력감소등효율

개요 l 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 à 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. l 논리회로의동작속도향상, 소비전력감소등효율 6 장부울함수의간소화 개요 l 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 à 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. l 논리회로의동작속도향상, 소비전력감소등효율적인논리회로구성가능 l 논리회로를간소화하는방법 논리회로자체를간소화하는방법

More information

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1 : LabVIEW Control Design, Simulation, & System Identification LabVIEW Control Design Toolkit, Simulation Module, System Identification Toolkit 2 (RLC Spring-Mass-Damper) Control Design toolkit LabVIEW

More information

Microsoft PowerPoint - 제06장.ppt [호환 모드]

Microsoft PowerPoint - 제06장.ppt [호환 모드] 6 장부울함수의간소화 개요 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. 논리회로의동작속도향상, 소비전력감소등효율적인논리회로구성가능 논리회로를간소화하는방법 논리회로자체를간소화하는방법 논리회로를부울함수로표현한후부울함수를간소화

More information

6 장부울함수의간소화

6 장부울함수의간소화 6 장부울함수의간소화 l l l 개요 모든입력과출력조건이동일한경우에는가능한한논리회로를간단하게구성 à 논리회로간소화혹은최적화 부울식의간소화 : term 을감소하거나 literal 를감소한다. term 은게이트의수, literal 은게이트의입력수를나타낸다. 논리회로의동작속도향상, 소비전력감소등효율적인논리회로구성가능 논리회로를간소화하는방법 논리회로자체를간소화하는방법

More information

<32382DC3BBB0A2C0E5BED6C0DA2E687770>

<32382DC3BBB0A2C0E5BED6C0DA2E687770> 논문접수일 : 2014.12.20 심사일 : 2015.01.06 게재확정일 : 2015.01.27 청각 장애자들을 위한 보급형 휴대폰 액세서리 디자인 프로토타입 개발 Development Prototype of Low-end Mobile Phone Accessory Design for Hearing-impaired Person 주저자 : 윤수인 서경대학교 예술대학

More information

PowerPoint Presentation

PowerPoint Presentation 논리회로기초요약 IT CookBook, 디지털논리회로 4-6 장, 한빛미디어 Setion 진수 진수표현법 기수가 인수, 사용. () = +. = 3 () () + + () +. () + + + () +. + () + - () +. + - () + -3 + -4 Setion 3 8 진수와 6 진수 8진수표현법 에서 7까지 8개의수로표현 67.36 (8) = 6

More information

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

6자료집최종(6.8))

6자료집최종(6.8)) Chapter 1 05 Chapter 2 51 Chapter 3 99 Chapter 4 151 Chapter 1 Chapter 6 7 Chapter 8 9 Chapter 10 11 Chapter 12 13 Chapter 14 15 Chapter 16 17 Chapter 18 Chapter 19 Chapter 20 21 Chapter 22 23 Chapter

More information

Microsoft PowerPoint Relations.pptx

Microsoft PowerPoint Relations.pptx 이산수학 () 관계와그특성 (Relations and Its Properties) 2010년봄학기강원대학교컴퓨터과학전공문양세 Binary Relations ( 이진관계 ) Let A, B be any two sets. A binary relation R from A to B, written R:A B, is a subset of A B. (A 에서 B 로의이진관계

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

More information

Output file

Output file 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 An Application for Calculation and Visualization of Narrative Relevance of Films Using Keyword Tags Choi Jin-Won (KAIST) Film making

More information

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not,

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not, Page 1 of 5 Learn Korean Ep. 4: To be and To exist Of course to be and to exist are different verbs, but they re often confused by beginning students when learning Korean. In English we sometimes use the

More information

<3130C0E5>

<3130C0E5> Redundancy Adding extra bits for detecting or correcting errors at the destination Types of Errors Single-Bit Error Only one bit of a given data unit is changed Burst Error Two or more bits in the data

More information

Microsoft PowerPoint - 26.pptx

Microsoft PowerPoint - 26.pptx 이산수학 () 관계와그특성 (Relations and Its Properties) 2011년봄학기 강원대학교컴퓨터과학전공문양세 Binary Relations ( 이진관계 ) Let A, B be any two sets. A binary relation R from A to B, written R:A B, is a subset of A B. (A 에서 B 로의이진관계

More information

Microsoft PowerPoint Predicates and Quantifiers.ppt

Microsoft PowerPoint Predicates and Quantifiers.ppt 이산수학 () 1.3 술어와한정기호 (Predicates and Quantifiers) 2006 년봄학기 문양세강원대학교컴퓨터과학과 술어 (Predicate), 명제함수 (Propositional Function) x is greater than 3. 변수 (variable) = x 술어 (predicate) = P 명제함수 (propositional function)

More information

<B3EDB9AEC1FD5F3235C1FD2E687770>

<B3EDB9AEC1FD5F3235C1FD2E687770> 경상북도 자연태음악의 소박집합, 장단유형, 전단후장 경상북도 자연태음악의 소박집합, 장단유형, 전단후장 - 전통 동요 및 부녀요를 중심으로 - 이 보 형 1) * 한국의 자연태 음악 특성 가운데 보편적인 특성은 대충 밝혀졌지만 소박집합에 의한 장단주기 박자유형, 장단유형, 같은 층위 전후 구성성분의 시가( 時 價 )형태 등 은 밝혀지지 않았으므로

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = B = >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = >> tf = (A==B) % A

예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = B = >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = >> tf = (A==B) % A 예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = 1 2 3 4 5 6 7 8 9 B = 8 7 6 5 4 3 2 1 0 >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = 0 0 0 0 1 1 1 1 1 >> tf = (A==B) % A 의원소와 B 의원소가똑같은경우를찾을때 tf = 0 0 0 0 0 0 0 0 0 >> tf

More information

11¹Ú´ö±Ô

11¹Ú´ö±Ô A Review on Promotion of Storytelling Local Cultures - 265 - 2-266 - 3-267 - 4-268 - 5-269 - 6 7-270 - 7-271 - 8-272 - 9-273 - 10-274 - 11-275 - 12-276 - 13-277 - 14-278 - 15-279 - 16 7-280 - 17-281 -

More information

4장 논리 게이트

4장 논리 게이트 4 장논리게이트 게이트 : 논리연산수행 4.1 기본게이트 AND, OR, NOT, NOR, NAND, XOR, XNOR 버퍼게이트 버퍼 : 연결할회로사이에전류, 전압등의구동이나레벨을맞추기위한완충을목적으로사용 진리표와기호 진리표게이트기호 IEEE 표준기호 NC NC 16 15 14 13 12 11 10 9 MC14050B 버퍼게이트 1 2 3 4 5 6 7 Vcc

More information

public key private key Encryption Algorithm Decryption Algorithm 1

public key private key Encryption Algorithm Decryption Algorithm 1 public key private key Encryption Algorithm Decryption Algorithm 1 One-Way Function ( ) A function which is easy to compute in one direction, but difficult to invert - given x, y = f(x) is easy - given

More information

슬라이드 제목 없음

슬라이드 제목 없음 2006-09-27 경북대학교컴퓨터공학과 1 제 5 장서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 슈퍼넷팅 (Supernetting) 2006-09-27 경북대학교컴퓨터공학과 2 서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 하나의네트워크를여러개의서브넷 (subnet) 으로분할 슈퍼넷팅 (supernetting) 여러개의서브넷주소를결합 The idea

More information

,.,..,....,, Abstract The importance of integrated design which tries to i

,.,..,....,, Abstract The importance of integrated design which tries to i - - The Brand Touchpoint Analysis through Corporate Identity Typeface of Mobile Telecommunication Companies - Focusing on and - : Lee, Ka Young Dept. Lifestyle Design, Dankook University : Kim, Ji In Dept.

More information

<B3EDB9AEC1FD5F3235C1FD2E687770>

<B3EDB9AEC1FD5F3235C1FD2E687770> 오용록의 작품세계 윤 혜 진 1) * 이 논문은 생전( 生 前 )에 학자로 주로 활동하였던 오용록(1955~2012)이 작곡한 작품들을 살펴보고 그의 작품세계를 파악하고자 하는 것이다. 한국음악이론이 원 래 작곡과 이론을 포함하였던 초기 작곡이론전공의 형태를 염두에 둔다면 그의 연 구에서 기존연구의 방법론을 넘어서 창의적인 분석 개념과 체계를 적용하려는

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

<BFA9BAD02DB0A1BBF3B1A4B0ED28C0CCBCF6B9FC2920B3BBC1F62E706466>

<BFA9BAD02DB0A1BBF3B1A4B0ED28C0CCBCF6B9FC2920B3BBC1F62E706466> 001 002 003 004 005 006 008 009 010 011 2010 013 I II III 014 IV V 2010 015 016 017 018 I. 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 III. 041 042 III. 043

More information

- 2 -

- 2 - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - - 28 - - 29 - - 30 -

More information

Microsoft PowerPoint - 27.pptx

Microsoft PowerPoint - 27.pptx 이산수학 () n-항관계 (n-ary Relations) 2011년봄학기 강원대학교컴퓨터과학전공문양세 n-ary Relations (n-항관계 ) An n-ary relation R on sets A 1,,A n, written R:A 1,,A n, is a subset R A 1 A n. (A 1,,A n 에대한 n- 항관계 R 은 A 1 A n 의부분집합이다.)

More information

Video Stabilization

Video Stabilization 조합논리회로 2 (Combinational Logic Circuits 2) 2011 6th 강의내용 패리티생성기와검출기 (Parity generator & Checker) 인에이블 / 디제이블회로 (Enable/Disable Circuits) 디지털집적회로의기본특성 (Basic Characteristics of Digital ICs) 디지털시스템의문제해결 (Troubleshooting

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

Chapter4.hwp

Chapter4.hwp Ch. 4. Spectral Density & Correlation 4.1 Energy Spectral Density 4.2 Power Spectral Density 4.3 Time-Averaged Noise Representation 4.4 Correlation Functions 4.5 Properties of Correlation Functions 4.6

More information

Microsoft PowerPoint - 7-Work and Energy.ppt

Microsoft PowerPoint - 7-Work and Energy.ppt Chapter 7. Work and Energy 일과운동에너지 One of the most important concepts in physics Alternative approach to mechanics Many applications beyond mechanics Thermodynamics (movement of heat) Quantum mechanics...

More information

OR MS와 응용-03장

OR MS와 응용-03장 o R M s graphical solution algebraic method ellipsoid algorithm Karmarkar 97 George B Dantzig 979 Khachian Karmarkar 98 Karmarkar interior-point algorithm o R 08 gallon 000 000 00 60 g 0g X : : X : : Ms

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

Microsoft PowerPoint - analogic_kimys_ch10.ppt

Microsoft PowerPoint - analogic_kimys_ch10.ppt Stability and Frequency Compensation (Ch. 10) 김영석충북대학교전자정보대학 2010.3.1 Email: kimys@cbu.ac.kr 전자정보대학김영석 1 Basic Stability 10.1 General Considerations Y X (s) = H(s) 1+ βh(s) May oscillate at ω if βh(jω)

More information

Å©·¹Àγ»Áö20p

Å©·¹Àγ»Áö20p Main www.bandohoist.com Products Wire Rope Hoist Ex-proof Hoist Chain Hoist i-lifter Crane Conveyor F/A System Ci-LIFTER Wire Rope Hoist & Explosion-proof Hoist Mono-Rail Type 1/2ton~20ton Double-Rail

More information

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

More information

IKC43_06.hwp

IKC43_06.hwp 2), * 2004 BK21. ** 156,..,. 1) (1909) 57, (1915) 106, ( ) (1931) 213. 1983 2), 1996. 3). 4) 1),. (,,, 1983, 7 12 ). 2),. 3),, 33,, 1999, 185 224. 4), (,, 187 188 ). 157 5) ( ) 59 2 3., 1990. 6) 7),.,.

More information

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS [Caution] Attention to red sentence 3-1. Disassembly and Reassembly R520/ 1 2 1 1. As shown in picture, adhere Knob to the end closely into the arrow direction(1), then push the battery up (2). 2. Picture

More information

Ⅰ. Introduction 우리들을 둘러싸고 잇는 생활 환경속에는 무수히 많은 색들이 있습니다. 색은 구매의욕이나 기호, 식욕 등의 감각을 좌우하는 것은 물론 나뭇잎의 변색에서 초목의 건강상태를 알며 물질의 판단에 이르기까지 광범위하고도 큰 역할을 하고 있습니다. 하

Ⅰ. Introduction 우리들을 둘러싸고 잇는 생활 환경속에는 무수히 많은 색들이 있습니다. 색은 구매의욕이나 기호, 식욕 등의 감각을 좌우하는 것은 물론 나뭇잎의 변색에서 초목의 건강상태를 알며 물질의 판단에 이르기까지 광범위하고도 큰 역할을 하고 있습니다. 하 색 이론과 색채관리 Ⅰ. Introduction( 일반색채 이론) Ⅱ. 색의 표현 ⅰ) 색상 ⅱ) 명도 ⅲ) 채도 ⅳ) 색의 종류 ⅴ) 색의 삼원색 ⅵ) 색의 사원색 Ⅲ. 색의 전달 ⅰ) 변천과정 ⅱ) Color space Ⅳ. 색의 재현 ⅰ) 가법 혼합 ⅱ) 감법 혼합 ⅲ) C.C.M System Ⅴ. 색의 관리 ⅰ) 목적 ⅱ) 적용범위 ⅲ) 색차계 ⅳ)

More information

<C0C7B7CAC0C720BBE7C8B8C0FB20B1E2B4C9B0FA20BAAFC8AD5FC0CCC7F6BCDB2E687770>

<C0C7B7CAC0C720BBE7C8B8C0FB20B1E2B4C9B0FA20BAAFC8AD5FC0CCC7F6BCDB2E687770> ꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚ ꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏ 儀 禮 의 社 會 的 機 能 과 變 化 李 顯 松 裵 花 玉 ꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏ ꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚ

More information

본문01

본문01 Ⅱ 논술 지도의 방법과 실제 2. 읽기에서 논술까지 의 개발 배경 읽기에서 논술까지 자료집 개발의 본래 목적은 초 중 고교 학교 평가에서 서술형 평가 비중이 2005 학년도 30%, 2006학년도 40%, 2007학년도 50%로 확대 되고, 2008학년도부터 대학 입시에서 논술 비중이 커지면서 논술 교육은 학교가 책임진다. 는 풍토 조성으로 공교육의 신뢰성과

More information

Microsoft PowerPoint - ch07ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch07ysk2012.ppt [호환 모드] 전자회로 Ch7 CMOS Aplifiers 김영석 충북대학교전자정보대학 202.3. Eail: kiys@cbu.ac.kr k Ch7- 7. General Considerations 7.2 Coon-Source Stae Ch7 CMOS Aplifiers 7.3 Coon-Gate Stae 7.4 Source Follower 7.5 Suary and Additional

More information

INDUCTION MOTOR 표지.gul

INDUCTION MOTOR 표지.gul INDUCTION MOTOR NEW HSERIES INDUCTION MOTOR HEX Series LEAD WIRE TYPE w IH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : CONTINUOUS) MOTOR TYPE IHPF10 IHPF11 IHPF IHPF22 IHPFN1U IHPFN2C OUTPUT 4 VOLTAGE

More information

Slide 1

Slide 1 Clock Jitter Effect for Testing Data Converters Jin-Soo Ko Teradyne 2007. 6. 29. 1 Contents Noise Sources of Testing Converter Calculation of SNR with Clock Jitter Minimum Clock Jitter for Testing N bit

More information

논리회로설계 3 장 성공회대학교 IT 융합학부 1

논리회로설계 3 장 성공회대학교 IT 융합학부 1 논리회로설계 3 장 성공회대학교 IT 융합학부 1 제 3 장기본논리회로 명제 참인지거짓인지정확하게나타낼수있는상황 ( 뜻이분명한문장 ) 2진논리 참과거짓 두가지논리로표시하는것 0 / 1 로표현가능 논리함수 여러개의 2진명제를복합적으로결합시켜표시하고, 이를수학적으로나타낸것 디지털논리회로 일정한입력에대하여논리적인판단을할수있는전자회로로구성 - 입력된 2진논리신호들에대해적당한

More information

아니라 일본 지리지, 수로지 5, 지도 6 등을 함께 검토해야 하지만 여기서는 근대기 일본이 편찬한 조선 지리지와 부속지도만으로 연구대상을 한정하 기로 한다. Ⅱ. 1876~1905년 울릉도 독도 서술의 추이 1. 울릉도 독도 호칭의 혼란과 지도상의 불일치 일본이 조선

아니라 일본 지리지, 수로지 5, 지도 6 등을 함께 검토해야 하지만 여기서는 근대기 일본이 편찬한 조선 지리지와 부속지도만으로 연구대상을 한정하 기로 한다. Ⅱ. 1876~1905년 울릉도 독도 서술의 추이 1. 울릉도 독도 호칭의 혼란과 지도상의 불일치 일본이 조선 근대기 조선 지리지에 보이는 일본의 울릉도 독도 인식 호칭의 혼란을 중심으로 Ⅰ. 머리말 이 글은 근대기 일본인 편찬 조선 지리지에 나타난 울릉도 독도 관련 인식을 호칭의 변화에 초점을 맞춰 고찰한 것이다. 일본은 메이지유신 이후 부국강병을 기도하는 과정에서 수집된 정보에 의존하여 지리지를 펴냈고, 이를 제국주의 확장에 원용하였다. 특히 일본이 제국주의 확장을

More information

우리들이 일반적으로 기호

우리들이 일반적으로 기호 일본지방자치체( 都 道 府 縣 )의 웹사이트상에서 심벌마크와 캐릭터의 활용에 관한 연구 A Study on the Application of Japanese Local Self-Government's Symbol Mark and Character on Web. 나가오카조형대학( 長 岡 造 形 大 學 ) 대학원 조형연구과 김 봉 수 (Kim Bong Su) 193

More information

10송동수.hwp

10송동수.hwp 종량제봉투의 불법유통 방지를 위한 폐기물관리법과 조례의 개선방안* 1) 송 동 수** 차 례 Ⅰ. 머리말 Ⅱ. 종량제봉투의 개요 Ⅲ. 종량제봉투의 불법유통사례 및 방지대책 Ⅳ. 폐기물관리법의 개선방안 Ⅴ. 지방자치단체 조례의 개선방안 Ⅵ. 결론 국문초록 1995년부터 쓰레기 종량제가 시행되면서 각 지방자치단체별로 쓰레기 종량제 봉투가 제작, 판매되기 시작하였는데,

More information

<B9AEC8ADC4DCC5D9C3F7BFACB1B82D35C8A32833B1B3292E687770>

<B9AEC8ADC4DCC5D9C3F7BFACB1B82D35C8A32833B1B3292E687770> 독서문화 생태계 조성의 주요 거점으로서, 지역 서점 활성화 방안 연구 - 국내 국외 성공 사례에 기초하여 오선경 * 국문초록 매체 환경이 디지털로 전환해가면서 종이책 독서인구도 감소하고 있다. 더불 어 오픈 마켓이나 대형 서점, 온라인 서점 등의 공격적 마케팅은 보다 편리하고, 보다 빨리, 보다 싸게 라는 책 소비 패턴에 변화를 가져왔다. 이는 곧 규모나 자본

More information

<B1A4B0EDC8ABBAB8C7D0BAB8392D345F33C2F75F313032362E687770>

<B1A4B0EDC8ABBAB8C7D0BAB8392D345F33C2F75F313032362E687770> 광고에 나타난 가족가치관의 변화 : 97년부터 26년까지의 텔레비전 광고 내용분석* 2) 정기현 한신대학교 광고홍보학과 교수 가족주의적 가치관을 사회통합의 핵심 중의 핵심으로 올려놓았던 전통이 현대사회에서 아직 영향력을 미치는 점을 감안할 때, 한국에서의 가족변동은 사회전반의 변동으로 직결된다고 해도 크게 틀리지 않을 것이다. 97년부터 26년까지 텔레비전에서

More information

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770> 327 Journal of The Korea Institute of Information Security & Cryptology ISSN 1598-3986(Print) VOL.24, NO.2, Apr. 2014 ISSN 2288-2715(Online) http://dx.doi.org/10.13089/jkiisc.2014.24.2.327 개인정보 DB 암호화

More information

λx.x (λz.λx.x z) (λx.x)(λz.(λx.x)z) (λz.(λx.x) z) Call-by Name. Normal Order. (λz.z)

λx.x (λz.λx.x z) (λx.x)(λz.(λx.x)z) (λz.(λx.x) z) Call-by Name. Normal Order. (λz.z) λx.x (λz.λx.x z) (λx.x)(λz.(λx.x)z) (λz.(λx.x) z) Call-by Name. Normal Order. (λz.z) Simple Type System - - 1+malloc(), {x:=1,y:=2}+2,... (stuck) { } { } ADD σ,m e 1 n 1,M σ,m e 1 σ,m e 2 n 2,M + e 2 n

More information

¹Ìµå¹Ì3Â÷Àμâ

¹Ìµå¹Ì3Â÷Àμâ MIDME LOGISTICS Trusted Solutions for 02 CEO MESSAGE MIDME LOGISTICS CO., LTD. 01 Ceo Message We, MIDME LOGISTICS CO., LTD. has established to create aduance logistics service. Try to give confidence to

More information

sna-node-ties

sna-node-ties Node Centrality in Social Networks Nov. 2015 Youn-Hee Han http://link.koreatech.ac.kr Importance of Nodes ² Question: which nodes are important among a large number of connected nodes? Centrality analysis

More information

04 형사판례연구 19-3-1.hwp

04 형사판례연구 19-3-1.hwp 2010년도 형법판례 회고 645 2010년도 형법판례 회고 2)오 영 근* Ⅰ. 서설 2010. 1. 1.에서 2010. 12. 31.까지 대법원 법률종합정보 사이트 1) 에 게재된 형법 및 형사소송법 판례는 모두 286건이다. 이 중에는 2건의 전원합의체 판결 및 2건의 전원합의체 결정이 있다. 2건의 전원합의체 결정은 형사소송법에 관한 것이고, 2건의

More information

Buy one get one with discount promotional strategy

Buy one get one with discount promotional strategy Buy one get one with discount Promotional Strategy Kyong-Kuk Kim, Chi-Ghun Lee and Sunggyun Park ISysE Department, FEG 002079 Contents Introduction Literature Review Model Solution Further research 2 ISysE

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

More information

http://www.kbc.go.kr/pds/2.html Abstract Exploring the Relationship Between the Traditional Media Use and the Internet Use Mee-Eun Kang This study examines the relationship between

More information

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름 동화 텍스트를 활용한 패러디 광고 스토리텔링 연구 55) 주 지 영* 차례 1. 서론 2. 인물의 성격 변화에 의한 의미화 전략 3. 시공간 변화에 의한 의미화 전략 4. 서사의 변개에 의한 의미화 전략 5. 창조적인 스토리텔링을 위하여 6. 결론 1. 서론...., * 서울여자대학교 초빙강의교수 300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,...

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: (LiD) - - * Way to

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   (LiD) - - * Way to Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.353-376 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.353 (LiD) -- * Way to Integrate Curriculum-Lesson-Evaluation using Learning-in-Depth

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

BSC Discussion 1

BSC Discussion 1 Copyright 2006 by Human Consulting Group INC. All Rights Reserved. No Part of This Publication May Be Reproduced, Stored in a Retrieval System, or Transmitted in Any Form or by Any Means Electronic, Mechanical,

More information

Coriolis.hwp

Coriolis.hwp MCM Series 주요특징 MaxiFlo TM (맥시플로) 코리올리스 (Coriolis) 질량유량계 MCM 시리즈는 최고의 정밀도를 자랑하며 슬러리를 포함한 액체, 혼합 액체등의 질량 유량, 밀도, 온도, 보정된 부피 유량을 측정할 수 있는 질량 유량계 이다. 단일 액체 또는 2가지 혼합액체를 측정할 수 있으며, 강한 노이즈 에도 견디는 면역성, 높은 정밀도,

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI: NCS : * A Study on

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI:   NCS : * A Study on Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp.157-176 DOI: http://dx.doi.org/10.21024/pnuedi.28.3.201809.157 NCS : * A Study on the NCS Learning Module Problem Analysis and Effective

More information

歯동작원리.PDF

歯동작원리.PDF UPS System 1 UPS UPS, Converter,,, Maintenance Bypass Switch 5 DC Converter DC, DC, Rectifier / Charger Converter DC, /, Filter Trouble, Maintenance Bypass Switch UPS Trouble, 2 UPS 1) UPS UPS 100W KVA

More information

24011001-26102015000.ps

24011001-26102015000.ps news 02 한줄 News www.metroseoul.co.kr 2015년 10월 26일 월요일 정치 사회 The price of gold is going up again 군 가운데 정부가 감정노동자 보호를 위한 법 개 정에 나서 이목이 집중된다 다시 뛰는 금값 Gold funds are receiving at ttentions again since there

More information

2017.09 Vol.255 C O N T E N T S 02 06 26 58 63 78 99 104 116 120 122 M O N T H L Y P U B L I C F I N A N C E F O R U M 2 2017.9 3 4 2017.9 6 2017.9 7 8 2017.9 13 0 13 1,007 3 1,004 (100.0) (0.0) (100.0)

More information

사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은

사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은 OPERATING INSTRUCTIONS OPERATING INSTRUCTIONS 사용자설명서 TourBus 0 & TourBus 5 사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서

More information

Product A4

Product A4 2 APTIV Film Versatility and Performance APTIV Film Versatility and Performance 3 4 APTIV Film Versatility and Performance APTIV Film Versatility and Performance 5 PI Increasing Performance PES PPSU PSU

More information

- i - - ii - - iii - - iv - - v - - vi - - 1 - - 2 - - 3 - 1) 통계청고시제 2010-150 호 (2010.7.6 개정, 2011.1.1 시행 ) - 4 - 요양급여의적용기준및방법에관한세부사항에따른골밀도검사기준 (2007 년 11 월 1 일시행 ) - 5 - - 6 - - 7 - - 8 - - 9 - - 10 -

More information

Microsoft Word - SRA-Series Manual.doc

Microsoft Word - SRA-Series Manual.doc 사 용 설 명 서 SRA Series Professional Power Amplifier MODEL No : SRA-500, SRA-900, SRA-1300 차 례 차 례 ---------------------------------------------------------------------- 2 안전지침 / 주의사항 -----------------------------------------------------------

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 @ Lesson 2... ( ). ( ). @ vs. logic data method variable behavior attribute method field Flow (Type), ( ) member @ () : C program Method A ( ) Method B ( ) Method C () program : Java, C++, C# data @ Program

More information

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate 7 LAMPS For use on a flat surface of a type 1 enclosure File No. E242380 Pilot Lamp File No. E242380 Type Classification Diagram - BULB Type Part Materials 226 YongSung Electric Co., Ltd. LAMPS

More information

_KF_Bulletin webcopy

_KF_Bulletin webcopy 1/6 1/13 1/20 1/27 -, /,, /,, /, Pursuing Truth Responding in Worship Marked by Love Living the Gospel 20 20 Bible In A Year: Creation & God s Characters : Genesis 1:1-31 Pastor Ken Wytsma [ ] Discussion

More information

2011´ëÇпø2µµ 24p_0628

2011´ëÇпø2µµ 24p_0628 2011 Guide for U.S. Graduate School Admissions Table of Contents 02 03 04 05 06 08 09 10 11 13 15 21 LEADERS UHAK INTERNATIONAL STUDENTS SERVICE www.leadersuhak.com Leaders Uhak International Students

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information