PowerPoint Template

Size: px
Start display at page:

Download "PowerPoint Template"

Transcription

1 SOFTWARE ENGINEERING Practice #6 (Final) Electronic Door Lock System 김종연 정재욱 정재철 홍호탁 1 / 38

2 Contents 1 2 Final Overview Unit Test 3 4 Modification Evaluation 2 / 38

3 Process Overview SRS SRA SDS UTP 구현 UT 3 / 38

4 Requirement Analysis Name Type Description 숫자버튼입력비밀번호입력을위한 Button 0 ~ 9 잠금장치입력문을수동으로잠글수있는잠금버튼 덮개 입력 도어락의비밀번호를누를수있는숫자버 튼을가릴수있는덮개 닫힘센서입력문의닫힘상태를감지하는센서 열쇠센서입력열쇠를감지하는센서 잠금장치 출력 잠금장치를잠금 / 열림상태로만들기위한장치 백라이트 출력 어두운곳에서숫자키를볼수있도록빛을내는장치 경보기 출력 특정상황에서사용자에게소리로경보를주기위한장치 4 / 38

5 Process Overview SRS SRA SDS UTP 구현 UT 5 / 38

6 System Context Diagram 6 / 38

7 System Context Diagram - Event List Input/Output Event Lock Button input 문을수동으로열고닫을수있다. input 숫자를입력받는다. Description Cover Sensor input 숫자를누를수있게덮개를열고닫는다. Door Sensor input 문의상태를확인한다. Key Sensor input 열쇠입력을확인한다. Lock signal Backlight signal Alert signal Open/Close On/Off Alert1, Alert2, Alert3 7 / 38

8 DFD LEVEL 0 Backlight signal Tick 8 / 38

9 DFD LEVEL 1 Input Cover Sensor input Backlight signa Key Cover Door Lock Tick 9 / 38

10 DFD LEVEL 2 Cover signal input Cover input Input Key Sensor input Key Door Sensor input Door Lock Sensor input Lock 10 / 38

11 DFD LEVEL 2 Backlight Command Backlight Input Tick Lock Door Alert Tick 11 / 38

12 DFD LEVEL 3 Disable Backlight Command Input Enable Tick 12 / 38

13 DFD LEVEL 3 Transition Diagram for backlight controller IN : 숫자입력유무상태 C : 덮개 (true : 열림 false : 닫힘 ) Len(N) : 입력된숫자개수 N : 덮개가열리고입력된숫자 (4 자리배열 ) [C] /Enable backlight on [Len(N) == 4] 0~9Tick[IN] 10Tick /Disable backlight on [ C IN] /Enable backlight on [ (!C 10Tick[! IN])] /Disable backlight on 13 / 38

14 DFD LEVEL 3 Input Lock Command Trigger Lock Command Alert Command 14 / 38

15 DFD LEVEL 3 Transition Diagram for backlight controller /Trigger Unlock door Tick [ N!= P && Len(N)==4 ] / Trigger Ring Alert2 (10Tick [!IN]) && 0<Len(N) <4] / Trigger Ring Alert3 [Len(N)==4] && 3Tick[D] / Trigger Lock door (Tick [N==P]) [K] [O] / Trigger Ring alert1 Trigger Unlock door ([D && O]) 3Tick[D] / Trigger Lock door N : 덮개가열리고입력된숫자 (4 자리배열 ) K : 열쇠 (t = 키가입력됨, f = 안됨 ) D : 문상태 (t = 닫힘, f= 열림 ) O : 잠금버튼 P : 비밀번호 (4 자리배열 ) Len(N) : 입력된숫자개수 IN : 숫자입력유무상태 15 / 38

16 Overall Cover signal input Tick Backlight Command input Input Lock Command Key Sensor input Tick Lock Command Door Sensor input Alert Command Lock Sensor input Alert Command Alert Command 16 / 38

17 Process Overview SRS SRA SDS UTP 구현 UT 17 / 38

18 Structured Charts Transform Analysis Cover signal input Tick Backlight Command input Input Lock Command Key Sensor input Tick Lock Command Trigger Alert Command Door Sensor input Lock Sensor input Central Transformation (Control) Alert Command Alert Command 18 / 38

19 Structured Charts Transform Analysis Afferent Flow (Input) Central transformation (Control) Efferent Flow (Output) Control Input Process Output Cover Input Key Door Lock Backlight Control Lock&Alert Control Enable / Disable Trigger 19 / 38

20 Structured Charts DLSC ( Basic ) Main Cover Input Input Lock Key Door Input Backlight Control Lock & Alert Control Cover Accept Input Enable Disable Trigger Trigger Trigger Trigger Trigger Key Door Lock Cover Interface Button Interface Turn on backlight Lock door Unlock door Ring alert1 Ring alert2 Ring alert3 Key Sensor Interface Door Sensor Interface Lock Button Interface 20 / 38

21 Structured Charts DLSC ( Advanced ) Main Cover Input Input Lock Key Door Input Backlight Control Lock & Alert Control Cover Accept Input Enable Disable Trigger Trigger Trigger Trigger Trigger Key Door Lock Cover Interface Button Interface Turn on backlight Lock door Unlock door Ring alert1 Ring alert2 Ring alert3 Key Sensor Interface Door Sensor Interface Lock Button Interface 21 / 38

22 Features to be tested ID Name Description Backlight Control 입력받은숫자와덮개정보를분석하여백라이트 on/off 트리거를각각의인터페이스로전달하여준다 Lock & Alert Control 들어오는정보와내부에저장된정보들을이용하여상황에맞게잠금장치와경보장치에이벤트를발생하는 Trigger 를보낸다. 22 / 38

23 Process Overview SRS SRA SDS UTP 구현 UT 23 / 38

24 Features not to be tested ID Name Description 1.1 Cover Interface Cover signal input 을받아덮개가닫혔으면 false, 열렸으면 true 로신호를내보낸다. 1.2 Button Interface 아날로그신호인 input 을입력받아, 디지털신호로바꾸어전송한다. 1.3 KeySensor Interface Key Sensor input 을입력받아열쇠정보를내보낸다. 1.4 DoorSensor Interface Door Sensor input 을입력받아문이닫혀있으면 true, 열려있으면 false 신호를내보낸다. 1.5 LockButton Interface LockButton input 을입력받아잠금버튼이눌리면 true, 그렇지않으면 false 신호를내보낸다. 1.6 Accept Input 를통해입력받은 Data 를 0~9 를구분하여 Input 에저장한다 Turn on backlight Enable 이들어오면백라이트를켜는 backlight command 를보내고 disable 이들어오면 bac klight command 를보내는것을중단한다 Lock door 트리거가들어오면 Lock 을향해잠금장치를잠그는 Lock Command 를보낸다 Unlock door 트리거가들어오면 Lock 을향해잠금장치를여는 Lock Command 를보낸다 Ring alert1 트리거가들어오면 Alert 을향해경보 1 을울리는 Alert Command 를보낸다 Ring alert2 트리거가들어오면 Alert 을향해경보 2 을울리는 Alert Command 를보낸다 Ring alert3 트리거가들어오면 Alert 을향해경보 3 을울리는 Alert Command 를보낸다. 24 / 38

25 Test Design Identification (1/4) Identifier Feature (Process ID in DFD) Valid / Invalid value EDLS_UTC_000_ Backlight Control WaitSetPwd 상태에서 Len(N) 이 4 가된다. EDLS_UTC_000_ Backlight Control WaitSetPwd 상태에서 Len(N) 이 4 가되고, 입력이더들어온다. EDLS_UTC_000_ Backlight Control WaitSetPwd 상태에서 Len(N) 이 3 이된다. EDLS_UTC_000_ Backlight Control WaitSetPwd 상태에서 Len(N) 이 3 이된고입력이하나더들어온다 EDLS_UTC_000_ Backlight Control PwdSet 상태에서 0 초때버튼입력이들어온다. EDLS_UTC_000_ Backlight Control PwdSet 상태에서 0 초때버튼입력이들어온다.(004 의 IN 표본값 2) EDLS_UTC_000_ Backlight Control PwdSet 상태에서 0 초때버튼입력이들어온다.(004 의 IN 표본값 6) EDLS_UTC_000_ Backlight Control PwdSet 상태에서 5 초때버튼입력이들어온다. EDLS_UTC_000_ Backlight Control PwdSet 상태에서 0 초때버튼입력이들어온다.(007 의 IN 표본값 4) EDLS_UTC_000_ Backlight Control PwdSet 상태에서 0 초때버튼입력이들어온다.(007 의 IN 표본값 8) EDLS_UTC_000_ Backlight Control PwdSet 상태에서 9 초때버튼입력이들어온다. EDLS_UTC_000_ Backlight Control PwdSet 상태에서 0 초때버튼입력이들어온다.(009 의 IN 표본값 1) EDLS_UTC_000_ Backlight Control PwdSet 상태에서 0 초때버튼입력이들어온다.(009 의 IN 표본값 9) EDLS_UTC_000_ Backlight Control PwdSet 상태에서 5 초때버튼입력이들어오지않는다. EDLS_UTC_000_ Backlight Control PwdSet 상태에서 10 초가지난다. EDLS_UTC_000_ Backlight Control PwdSet 상태에서덮개가닫힌다. EDLS_UTC_000_ Backlight Control TurnOff 상태에서덮개가열린다. EDLS_UTC_000_ Backlight Control TurnOff 상태에서버튼입력이들어온다. EDLS_UTC_000_ Backlight Control TurnOff 상태에서덮개가닫혀있고버튼입력이들어오지않는다. EDLS_UTC_000_ Backlight Control TurnOn 상태에서덮개가닫힌다. EDLS_UTC_000_ Backlight Control TurnOn 상태에서 10 초동안버튼입력이들어오지않는다. EDLS_UTC_000_ Backlight Control TurnOn 상태에서 9 초동안버튼입력이들어오지않는다. EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4 이고, 3 초동안문이닫혀있다. EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이닫혀있다.( 001 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이닫혀있다.( 001 에대한표본값추가테스트 ) 25 / 38

26 Test Design Identification (2/4) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이닫혀있다.( 001 에 대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 3이고, 3초동안문이닫혀있다. EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 3이고, 3초동안문이닫혀있다. ( 005 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 3이고, 3초동안문이닫혀있다. ( 005 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 3이고, 3초동안문이닫혀있다. ( 005 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 2초동안문이닫혀있다. EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 2초동안문이닫혀있다. ( 009 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 2초동안문이닫혀있다. ( 009 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 2초동안문이닫혀있다. ( 009 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이열려있다. EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이열려있다. ( 013 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이열려있다. ( 013 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이열려있다. ( 013 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control WaitSetPwd 상태에서 Len(N) 이 4이고, 3초동안문이열려있다. ( 013 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4이고, 입력된 4자리숫자가비밀번호와일치하지않는다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4이고, 입력된 4자리숫자가비밀번호와일치하지않는다. ( 018 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4이고, 입력된 4자리숫자가비밀번호와일치하지않는다. ( 018 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 0 이며, 10초가지난다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 0 이며, 10초가지난다. ( 021 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 0 이며, 10초가지난다. ( 021 에대한표본값추가테스트 ) 26 / 38

27 Test Design Identification (3/4) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 2 이며, 10 초가지난다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 2 이며, 10초가지난다. ( 024 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 2 이며, 10초가지난다. ( 024 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4 이며, 10초가지난다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4 이며, 10초가지난다. ( 027 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4 이며, 10초가지난다. ( 027 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서입력된 4자리숫자가비밀번호와일치한다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서입력된 4자리숫자가비밀번호와일치한다. ( 030 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서입력된 4자리숫자가비밀번호와일치한다. ( 030 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서입력된 4자리숫자가비밀번호와일치한다. ( 030 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서키입력이들어온다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서키입력이들어온다. ( 034 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서키입력이들어온다. ( 034 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서키입력이들어온다. ( 034 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서열림 / 잠금버튼이눌린다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서열림 / 잠금버튼이눌린다. ( 038 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서열림 / 잠금버튼이눌린다. ( 038 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서열림 / 잠금버튼이눌린다. ( 038 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4가아니고, 키입력이들어오지않고, 열림 / 잠금버튼이눌리지않았다. EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4가아니고, 키입력이들어오지않고, 열림 / 잠금버튼이눌리지않았다. ( 042 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Locked 상태에서 Len(N) 이 4가아니고, 키입력이들어오지않고, 열림 / 잠금버튼이눌리지않았다. ( 042 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 열림 / 잠금버튼이눌린다. 27 / 38

28 Test Design Identification (4/4) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 열림 / 잠금버튼이눌린다. ( 045에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 열림 / 잠금버튼이눌린다. ( 045에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 3초가지난다. EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 3초가지난다. ( 049에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 3초가지난다. ( 049에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이열려있고, 열림 / 잠금버튼이눌린다. EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이열려있고, 열림 / 잠금버튼이눌린다. ( 051에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이열려있고, 열림 / 잠금버튼이눌린다. ( 051에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 열림 / 잠금버튼이눌려지지않고, 3초가지나지않았다. EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 열림 / 잠금버튼이눌려지지않고, 3초가지나지않았다. ( 054에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이닫혀있고, 열림 / 잠금버튼이눌려지지않고, 3초가지나지않았다. ( 054에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서 2초동안문이닫혀있고, 열림 / 잠금버튼이눌리지않았다. EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서 2초동안문이닫혀있고, 열림 / 잠금버튼이눌리지않았다. ( 057에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서 2초동안문이닫혀있고, 열림 / 잠금버튼이눌리지않았다. ( 057에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이열려있고 3초가지난다. EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이열려있고 3초가지난다. ( 061 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이열려있고 3초가지난다. ( 061 에대한표본값추가테스트 ) EDLS_UTC_001_ Lock & Alert Control Unlocked 상태에서문이열려있고 3초가지난다. ( 061 에대한표본값추가테스트 ) 28 / 38

29 Process Overview SRS SRA SDS UTP 구현 UT 29 / 38

30 Implementation 30 / 38

31 Process Overview SRS SRA SDS UTP 구현 UT 31 / 38

32 Unit Test 1 순위기본적인기능테스트 2 순위우선순위위주테스트 3 순위다양한표본값을추출하여신뢰도향상 32 / 38

33 Unit Test Modification BacklightControl (14 -> 21) Test case id entifier EDLS_UTC_ 000_000 EDLS_UTC_ 000_001 EDLS_UTC_0 00_002 EDLS_UTC_0 00_003 EDLS_UTC_0 00_004 Input specification state == WAIT_SET_PWD/ Len(N) == 4 state == WAIT_SET_PWD/ Len(N) == 3 state == PWD_SET / tick == 0 / IN == TRUE state == PWD_SET / tick == 5 / IN == TRUE state == PWD_SET / tick == 9 / IN == TRUE Output speci fication state == PW D_SET state == WAIT_SET_P WD state == TUR N_ON state == TURN_ON state == TURN_ON Test case identifier EDLS_UT C_000_0 00 EDLS_UT C_000_0 01 EDLS_UT C_000_0 02 EDLS_UT C_000_0 03 EDLS_UT C_000_0 04 EDLS_UT C_000_0 05 EDLS_UT C_000_0 06 Input specification state == WaitSetPwd / Len(N) == 4 / IN == 입력이없음 / C == TRUE state == WaitSetPwd / Len(N) == 4 / IN == 4 / C == TRUE state == WaitSetPwd / Len(N) == 3 / IN == 입력이없음 / C == TRUE state == WaitSetPwd / Len(N) == 3 / IN == 3 / C == TRUE state == PWD_SET / tick == 0 / IN == TRUE / C == TRUE state == PWD_SET / tick == 0 / IN == 2 / C == TRUE state == PWD_SET / tick == 0 / IN == 6 / C == TRUE Output specification state == PwdSet state!= PwdSet state == WAIT_SET_P WD state!= WAIT_SET_P WD state == TURN_ON state == TURN_ON state == TURN_ON 33 / 38

34 Unit Test - Modification LockControl (17-> 63) Test case identifier EDLS_UT C_001_00 4 EDLS_UT C_001_00 5 Input specification state == Locked / Len(N) == 4 / N!= P state == Locked / tick == 10 / Len(N) == 1 Output specification Trigger "Ring Alert2" Trigger "Ring Alert3" Test case identifier EDLS_UTC _001_018 EDLS_UTC _001_019 EDLS_UTC _001_020 EDLS_UTC _001_021 EDLS_UTC _001_022 EDLS_UTC _001_023 Input specification state == Locked / Len(N) == 4 / N!= P/ IN == true / K == NONE / O == NONE / D == NONE / tick == NONE state == Locked / Len(N) == 4 / N!= P/ IN == true / K == true / O == true / D == true / tick == NONE state == Locked / Len(N) == 4 / N!= P/ IN == true / K == false / O == false / D == false / tick == NONE state == Locked / tick == 10 / Len(N) == 1 / IN == none / K == false / O == false / D == false / tick == NONE state == Locked / tick == 10 / Len(N) == 1 / IN == none / K == false / O == false / D == false / tick == NONE state == Locked / tick == 10 / Len(N) == 1 / IN == none / K == false / O == false / D == false / tick == NONE Output specification Trigger "Ring Alert2" Trigger "Ring Alert2" Trigger "Ring Alert2" Trigger "Ring Alert3" Trigger "Ring Alert3" Trigger "Ring Alert3" 34 / 38

35 Unit Test - Result 35 / 38

36 Unit Test - Evaluation 최대한많은경우의수로테스트를진행하려했다. 요구사항을분석하여, 기본기능및핵심기능을우선적으로테스트했다. 많은경우의수가필요한테스트에는시간대비효율상모든경우의수를테스트할수없어, 임의적으로대표값을추출하여테스트하였다. 결과를통해요구사항에대한의구심은대부분해소했다고평가한다. 36 / 38

37 37 / 38

38 38 / 38

PowerPoint Template

PowerPoint Template SOFTWARE ENGINEERING Team Practice #3 (UTP) 201114188 김종연 201114191 정재욱 201114192 정재철 201114195 홍호탁 www.themegallery.com 1 / 19 Contents - Test items - Features to be tested - Features not to be tested

More information

PowerPoint Template

PowerPoint Template SOFTWARE ENGINEERING Practice #1 (SA) Door Lock 201114188 김종연 201114191 정재욱 201114192 정재철 201114195 홍호탁 www.themegallery.com 2013-10-3 1 / 43 Contents 1 SRS - SRS 0.9 -> 1.0 버전업 2 SRA - DFD - Process Specification

More information

Ver _Jong Software Requirement Analysis for Electronic Door Lock System Project Team 4 종중정강 Date Team Information Minku Kang,

Ver _Jong Software Requirement Analysis for Electronic Door Lock System Project Team 4 종중정강 Date Team Information Minku Kang, Software Requirement Analysis for Electronic Door Lock System Project Team 4 종중정강 Date 2013-10-02 Team Information Minku Kang, kmg0711@naver.com Sun Jung Ahn, a0917sj@naver.com Jong Chan Lee, zong925@naver.com

More information

RVC Robot Vaccum Cleaner

RVC Robot Vaccum Cleaner RVC Robot Vacuum 200810048 정재근 200811445 이성현 200811414 김연준 200812423 김준식 Statement of purpose Robot Vacuum (RVC) - An RVC automatically cleans and mops household surface. - It goes straight forward while

More information

Microsoft PowerPoint - T1 ERS (Elevator Reservation System)SASD2.pptx

Microsoft PowerPoint - T1 ERS (Elevator Reservation System)SASD2.pptx Team : T1 Member : 김영훈, 남장우, 황규원 Presenter : 김영훈 Statement of Purpose System Context Diagram Event List Data Flow Diagram Process Specification i Structured Charts Elevator Reservation System(ERS) -ERS는입력이들어오면입력을스케줄에저장한다.

More information

Ver. T3_DWS.UTP-1.0 Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date Team Infor

Ver. T3_DWS.UTP-1.0 Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date Team Infor Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date 2012-10-25 Team Information Sanghyun Yoon shyoon.dslab@gmail.com Dependable Software Laboratory

More information

S A S D 발표 : 구태환

S A S D 발표 : 구태환 S A S D 발표 : 구태환 I n d e x SA Part 1. Statement of Purpose 2. System Context Diagram Event List 3. Data Flow Diagram Data Dictionary SD Part Structure Charts 1. Transform Analysis 2. Basic 3. Advanced

More information

Microsoft Word - [TP_3][T1]UTP.docx

Microsoft Word - [TP_3][T1]UTP.docx Unit Testing Plan for Point Of Sale System Test Plan Test Design Specification Test Cases Specification Project Team Team 1 Date 2017-11-03 Team Information 201211337 김재현 201112052 방민석 201312259 백만일 201211383

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 A 반 T2 - 김우빈 (201011321) 임국현 (201011358) 박대규 (201011329) Robot Vacuum Cleaner 1 Motor Sensor RVC Control Cleaner Robot Vaccum Cleaner 2 / Event Format/ Type Front Sensor RVC 앞의장애물의유무를감지한다. True / False,

More information

Digital watch system

Digital watch system DIGITAL WATCH SYSTEM REFLECTING TESTING #1 KONKUK UNIV. SOFTWARE ENGINEERING T8 2012 11 02 PRESENTER: LIM, MINWOO (200910793) CONTENTS 1. Review Testing Report 2. Overall DFD Comparison 3. Structured Chart

More information

Ver. DS-2012.T3.DWS.STR-1.0 System Test Report for Digital Watch System Test Cases Specification Test Summary Report Project Team 이동아 Latest update on

Ver. DS-2012.T3.DWS.STR-1.0 System Test Report for Digital Watch System Test Cases Specification Test Summary Report Project Team 이동아 Latest update on System Test Report for Digital Watch System Test Cases Specification Test Summary Report roject Team 이동아 Latest update on: 2012-10-26 Team Information 이동아 : dalee.dslab@gmail.com Dong-Ah Lee 1 Table of

More information

Ver. 1.0 Unit Testing Plan for POS System Test Plan Test Design Specification Test Cases Specification Project Team Team 3 Date Team Inform

Ver. 1.0 Unit Testing Plan for POS System Test Plan Test Design Specification Test Cases Specification Project Team Team 3 Date Team Inform Unit Testing Plan for POS System Test Plan Test Design Specification Test Cases Specification Project Team Team 3 Date 2017-11-06 Team Information 장혁준허윤아현인수전상우 Table of Contents 1 Introduction 4 1.1 Objectives

More information

Microsoft PowerPoint - T3 SASD(2).pptx

Microsoft PowerPoint - T3 SASD(2).pptx SASD IEC 3조 200312468 김완수 200511363 한상현 200960122 사인빌릭체렝밤바 Intelligent Elevator Controller (IEC) 조금더지능적으로뛰어난엘리베이터시스템을설계하여이용자들에게더욱편리하고같은시간내에더욱많은사람을이동시키게하므로서효율적인엘리베이터가용에도움을주는것을목적으로한다. 기존엘리베이터의운행에관한부분을모두수행가능할수있도록한다.

More information

Index Process Specification Data Dictionary

Index Process Specification Data Dictionary Index Process Specification Data Dictionary File Card Tag T-Money Control I n p u t/o u t p u t Card Tag save D e s c r i p t i o n 리더기위치, In/Out/No_Out. File Name customer file write/ company file write

More information

Ver. 2 Software Requirement Analysis for Point of Sale(POS) System Project Team T3 Date Team Information 현인수전상우장혁준허윤아 T3 1

Ver. 2 Software Requirement Analysis for Point of Sale(POS) System Project Team T3 Date Team Information 현인수전상우장혁준허윤아 T3 1 Software Requirement Analysis for Point of Sale(POS) System Project Team T3 Date 2017-10-07 Team Information 현인수전상우장혁준허윤아 T3 1 Table of Contents 1 Introduction 4 1.1 Purpose 4 1.2 Scope 4 1.3 Definition,

More information

정답-1-판매용

정답-1-판매용 Unit Point 6 Exercise 8. Check 5. Practice Speaking 5 Speaking Unit Basic Test Speaking test Reading Intermediate Test Advanced Test Homework Check Homework Homework Homework 5 Unit Point 6 6 Exercise

More information

특징 찾아보기 열쇠 없이 문을 열 수 있어요! 비밀번호 및 RF카드로도 문을 열 수 있습니다. 또한 비밀번호가 외부인에게 알려질 위험에 대비, 통제번호까지 입력해 둘 수 있어 더욱 안심하고 사용할 수 있습니다. 나만의 비밀번호 및 RF카드를 가질 수 있어요! 다수의 가

특징 찾아보기 열쇠 없이 문을 열 수 있어요! 비밀번호 및 RF카드로도 문을 열 수 있습니다. 또한 비밀번호가 외부인에게 알려질 위험에 대비, 통제번호까지 입력해 둘 수 있어 더욱 안심하고 사용할 수 있습니다. 나만의 비밀번호 및 RF카드를 가질 수 있어요! 다수의 가 www.kdnetwork.com 특징 찾아보기 열쇠 없이 문을 열 수 있어요! 비밀번호 및 RF카드로도 문을 열 수 있습니다. 또한 비밀번호가 외부인에게 알려질 위험에 대비, 통제번호까지 입력해 둘 수 있어 더욱 안심하고 사용할 수 있습니다. 나만의 비밀번호 및 RF카드를 가질 수 있어요! 다수의 가능할 삭제할 건전지 사용자를 위한 개별 비밀번호 및 RF카드

More information

Ver. 2017SE-POS-SRS-3.0 Software Requirement Analysis for Point Of Sale System Project Team Team 6 Date Team Information 김병식 2016

Ver. 2017SE-POS-SRS-3.0 Software Requirement Analysis for Point Of Sale System Project Team Team 6 Date Team Information 김병식 2016 Software Requirement Analysis for Point Of Sale System Project Team Team 6 Date 2017.11.06 Team Information 201311264 김병식 201610379 김나연 201611248 강병성 201610070 김지우 Team 6 1 Table of Contents 1 Introduction

More information

UI TASK & KEY EVENT

UI TASK & KEY EVENT 2007. 2. 5 PLATFORM TEAM 정용학 차례 CONTAINER & WIDGET SPECIAL WIDGET 질의응답및토의 2 Container LCD에보여지는화면한개 1개이상의 Widget을가짐 3 Container 초기화과정 ui_init UMP_F_CONTAINERMGR_Initialize UMP_H_CONTAINERMGR_Initialize

More information

UML

UML Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌

More information

Table of Contents 1. Introduction 1.1 Purpose 1.2 Scope 1.3 Definition, acronyms, and abbreviations 1.4 Reference 2. Overall Description 2.1 Product P

Table of Contents 1. Introduction 1.1 Purpose 1.2 Scope 1.3 Definition, acronyms, and abbreviations 1.4 Reference 2. Overall Description 2.1 Product P Software Requirement Analysis for PTS System Project Team Date 2014-09-25 Team Information 201111333 권태헌 201111375 윤지수 201111379 이한빈 201111384 정국빈 1 Table of Contents 1. Introduction 1.1 Purpose 1.2 Scope

More information

Table of Conetents 1 Introduction 1.1 Purpose 1.2 Scope 1.3 Definition, acronyms, and abbreviations 1.4 Reference 2 Overall Description 2.1 Product Pe

Table of Conetents 1 Introduction 1.1 Purpose 1.2 Scope 1.3 Definition, acronyms, and abbreviations 1.4 Reference 2 Overall Description 2.1 Product Pe Software Requirement Analysis for PTS System Project Team Class B Team 3 Date 2014-10-02 Team Information 201111333 권태헌 201111375 윤지수 201111379 이한빈 201111384 정국빈 Class B Team 3 1 Table of Conetents 1 Introduction

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

Microsoft Word - Installation and User Manual_CMD V2.2_.doc

Microsoft Word - Installation and User Manual_CMD V2.2_.doc CARDMATIC CMD INSTALLATION MANUAL 씨앤에이씨스템(C&A SYSTEM Co., Ltd.) 본사 : 서울특별시 용산구 신계동 24-1(금양빌딩 2층) TEL. (02)718-2386( 代 ) FAX. (02) 701-2966 공장/연구소 : 경기도 고양시 일산동구 백석동 1141-2 유니테크빌 324호 TEL. (031)907-1386

More information

화판_미용성형시술 정보집.0305

화판_미용성형시술 정보집.0305 CONTENTS 05/ 07/ 09/ 12/ 12/ 13/ 15 30 36 45 55 59 61 62 64 check list 9 10 11 12 13 15 31 37 46 56 60 62 63 65 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

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

歯DCS.PDF

歯DCS.PDF DCS 1 DCS - DCS Hardware Software System Software & Application 1) - DCS System All-Mighty, Module, ( 5 Mbps ) Data Hardware : System Console : MMI(Man-Machine Interface), DCS Controller :, (Transmitter

More information

PowerPoint Template

PowerPoint Template JavaScript 회원정보 입력양식만들기 HTML & JavaScript Contents 1. Form 객체 2. 일반적인입력양식 3. 선택입력양식 4. 회원정보입력양식만들기 2 Form 객체 Form 객체 입력양식의틀이되는 태그에접근할수있도록지원 Document 객체의하위에위치 속성들은모두 태그의속성들의정보에관련된것

More information

2힉년미술

2힉년미술 제 회 Final Test 문항 수 배점 시간 개 00 점 분 다음 밑줄 친 부분의 금속 공예 가공 기법이 바르게 연결된 것은? 금, 은, 동, 알루미늄 등의 금속을 ᄀ불에 녹여 틀에 붓거나 금속판을 ᄂ구부리거나 망치로 ᄃ두들겨서 여러 가지 형태의 쓸모 있는 물건을 만들 수 있다. ᄀ ᄂ ᄃ ᄀ ᄂ ᄃ 조금 단금 주금 주금 판금 단금 단금 판금 주금 판금 단금

More information

Microsoft PowerPoint - es-arduino-lecture-03

Microsoft PowerPoint - es-arduino-lecture-03 임베디드시스템개론 : Arduino 활용 Lecture #3: Button Input & FND Control 2012. 3. 25 by 김영주 강의목차 디지털입력 Button switch 입력 Button Debounce 7-Segment FND : 직접제어 7-Segment FND : IC 제어 2 디지털입력 : Switch 입력 (1) 실습목표 아두이노디지털입력처리실습

More information

SMV Vending Machine Implementation and Verification 김성민 정혁준 손영석

SMV Vending Machine Implementation and Verification 김성민 정혁준 손영석 SMV Vending Machine Implementation and Verification 201321124 김성민 201472412 정혁준 201472262 손영석 2015.05.04 Contents Review 지적사항 개선사항 Review Review sell_denied start coin {1, 5, 10, 50, 100} coin Ready Input_

More information

Requirement Definition Wheel Motor 작동하는경우장애물인식후 - Ultrasonic Sensor 홀수번누를경우 +10 Touch Sensor 누를경우 TouchSensor 계속누르고있을경우 (0.5) +10 짝수번누를경우 -10 빛이어두워졌다다

Requirement Definition Wheel Motor 작동하는경우장애물인식후 - Ultrasonic Sensor 홀수번누를경우 +10 Touch Sensor 누를경우 TouchSensor 계속누르고있을경우 (0.5) +10 짝수번누를경우 -10 빛이어두워졌다다 AutoDriveRobot Analysis Requirement Definition Wheel Motor 작동하는경우장애물인식후 - Ultrasonic Sensor 홀수번누를경우 +10 Touch Sensor 누를경우 TouchSensor 계속누르고있을경우 (0.5) +10 짝수번누를경우 -10 빛이어두워졌다다시밝아졌을경우 - Light Sensor Break

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

Microsoft Word - OOPT stage 2040 ver2.docx

Microsoft Word - OOPT stage 2040 ver2.docx JackPot ATM OOPT Stage 2040 ver2 Team 5 Date 2018-05-09 201312259 백만일 201112052 방민석 201211383 조영래 INDEX Activity 2041. Design Real Use Cases Activity 2042. Define Reports UI, and Storyboards

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

Requirement Definition Wheel Motor 작동하는경우장애물인식후 - Ultrasonic Sensor 홀수번누를경우 +10 Touch Sensor 누를경우 TouchSensor 계속누르고있을경우 (0.5) +10 짝수번누를경우 -10 계속누르고있을경

Requirement Definition Wheel Motor 작동하는경우장애물인식후 - Ultrasonic Sensor 홀수번누를경우 +10 Touch Sensor 누를경우 TouchSensor 계속누르고있을경우 (0.5) +10 짝수번누를경우 -10 계속누르고있을경 AutoDriveRobot Analysis Requirement Definition Wheel Motor 작동하는경우장애물인식후 - Ultrasonic Sensor 홀수번누를경우 +10 Touch Sensor 누를경우 TouchSensor 계속누르고있을경우 (0.5) +10 짝수번누를경우 -10 계속누르고있을경우 (0.5) -10 빛이어두워졌다다시밝아졌을경우

More information

2 PX-8000과 RM-8000/LM-8000등의 관련 제품은 시스템의 간편한 설치와 쉬운 운영에 대한 고급 기술을 제공합니다. 또한 뛰어난 확장성으로 사용자가 요구하는 시스템을 손쉽게 구현할 수 있습니다. 메인컨트롤러인 PX-8000의 BGM입력소스를 8개의 로컬지

2 PX-8000과 RM-8000/LM-8000등의 관련 제품은 시스템의 간편한 설치와 쉬운 운영에 대한 고급 기술을 제공합니다. 또한 뛰어난 확장성으로 사용자가 요구하는 시스템을 손쉽게 구현할 수 있습니다. 메인컨트롤러인 PX-8000의 BGM입력소스를 8개의 로컬지 PX-8000 SYSTEM 8 x 8 Audio Matrix with Local Control 2 PX-8000과 RM-8000/LM-8000등의 관련 제품은 시스템의 간편한 설치와 쉬운 운영에 대한 고급 기술을 제공합니다. 또한 뛰어난 확장성으로 사용자가 요구하는 시스템을 손쉽게 구현할 수 있습니다. 메인컨트롤러인 PX-8000의 BGM입력소스를 8개의 로컬지역에

More information

Microsoft Word - 1-차우창.doc

Microsoft Word - 1-차우창.doc Journal of the Ergonomics Society of Korea Vol. 28, No. 2 pp.1-8, May 2009 1 하이브리드 환경하의 인간기계시스템 제어실 평가에 관한 연구 차 우 창 김 남 철 금오공과대학교 산업시스템공학과 A Study of the Evaluation for the Control Room in Human Machine

More information

http://www.forest.go.kr 5 2013~2017 Contents 07 08 10 19 20 30 33 34 38 39 40 44 45 47 49 51 52 53 53 57 63 67 Contents 72 75 76 77 77 82 88 93 95 96 97 97 103 109 115 121 123 124 125 125 129 132 137

More information

..........-....33

..........-....33 04 06 12 14 16 18 20 22 24 26 Contents 34 38 42 46 50 54 58 62 66 70 74 78 84 88 90 92 94 96 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 01 26 27 02 28 29 30 31 32 33 34 35 36 37 38 39

More information

자식농사웹완

자식농사웹완 윤 영 선 _ 지음 은혜한의원 서울시 마포구 도화1동 550 삼성프라자 308호 Tel : 3272.0120, 702.0120 진료시간 : 오전 9시 30분`~`오후 7시 점심시간 : 오후 1시`~`2시 토 요 일 : 오전 9시 30분`~`오후 3시 (일, 공휴일 휴진`/`전화로 진료 예약 받습니다) 은 혜 한 의 원 은혜한의원 CONTENTS 02 04 07

More information

chungo_story_2013.pdf

chungo_story_2013.pdf Contents 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69 71 73 75 77 79 81 83 85 87 89 91 93 95 97 99

More information

Contents 12 13 15 17 70 79 103 107 20 21 24 29 128 137 141 32 34 36 41 46 47 53 55 174 189 230 240 58 61 64 1. 1. 1 2 3 4 2. 2. 2 1 3 4 3. 3. 1 2 3 4 4. 4. 1 2 3 4 5. 5. 1 2 3 1 2 3

More information

전반부-pdf

전반부-pdf Contents 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72

More information

<4D6963726F736F667420506F776572506F696E74202D20312E20B0E6C1A6C0FCB8C15F3136B3E2C7CFB9DDB1E25F325FC6ED28C0BA292E70707478>

<4D6963726F736F667420506F776572506F696E74202D20312E20B0E6C1A6C0FCB8C15F3136B3E2C7CFB9DDB1E25F325FC6ED28C0BA292E70707478> Contents 3 2016 4 2016 5 2016 6 2016 7 2016 8 2016 9 2016 10 2016 11 2016 12 2016 13 2016 14 2016 15 2016 16 2016 17 2016 18 2016 19 2016 20 2016 21 2016 22 2016 23 2016 24 2016 25 2016 26 2016 27 2016

More information

..........- ........

..........- ........ Contents 24 28 32 34 36 38 40 42 44 46 50 52 54 56 58 60 61 62 64 66 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 01 02 24 25 03 04 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

Contents 007 008 016 125 126 130 019 022 027 029 047 048 135 136 139 143 145 150 058 155 073 074 078 158 163 171 182 089 195 090 100 199 116 121 01 01 02 03 04 05 06 8 9 01 02 03 04 05 06 10 11 01 02 03

More information

A°ø¸ðÀü ³»Áö1-¼öÁ¤

A°ø¸ðÀü ³»Áö1-¼öÁ¤ 1 4 5 6 7 8 9 10 11 Contents 017 035 051 067 081 093 107 123 139 151 165 177 189 209 219 233 243 255 271 287 299 313 327 337 349 12 13 017 18 19 20 21 22 23 24 25 26 27 28 29 30 31 035 051 067 081 093

More information

±¹³»°æÁ¦ º¹»ç1

±¹³»°æÁ¦ º¹»ç1 Contents 2 2002. 1 116 2002. 1 2002. 1 117 118 2002. 1 2002. 1 119 120 2002. 1 2002. 1 121 122 2002. 1 2002. 1 123 124 2002. 1 2002. 1 125 126 2002. 1 2002. 1 127 128 2002. 1 2002. 1 129 130 2002. 1 2002.

More information

¿¡³ÊÁö ÀÚ¿ø-Âü°í ³»Áö.PDF

¿¡³ÊÁö ÀÚ¿ø-Âü°í ³»Áö.PDF Contents 01 02 03 6 04 05 7 8 9 01 10 02 03 11 04 01 12 02 13 03 04 14 01 02 03 04 15 05 06 16 07 17 08 18 01 02 03 19 04 20 05 21 06 07 22 08 23 24 25 26 27 28 29 30 31 32 33 01 36 02 03 37 38 01

More information

전반부-pdf

전반부-pdf Contents 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72

More information

Microsoft PowerPoint - 3. 2016 하반기 크레딧 전망_V3.pptx

Microsoft PowerPoint - 3. 2016 하반기 크레딧 전망_V3.pptx Contents 3 2016 4 2016 5 2016 6 2016 7 2016 8 2016 9 2016 10 2016 11 2016 12 2016 13 2016 14 2016 15 2016 16 2016 17 2016 18 2016 19 2016 20 2016 21 2016 22 2016 23 2016 24 2016 25 2016 26 2016 27 2016

More information

양성내지b72뼈訪?303逞

양성내지b72뼈訪?303逞 Contents 성매매 예방교육 가이드북 Contents 제3부 성매매의 어제와 오늘 그리고 한국의 현주소 제4부 처벌 과 보호 의 성매매방지법 1. 성매매의 역사적 배경 및 추이 1. 성매매방지법 제정 배경 62 2. 성매매방지법 제정 취지 63 40 2. 성매매에 대한 국가별 개입 양상 42 3. 규범적 판단과 형사처벌을 기준으로 본 성매매 4. 외국의

More information

³»Áöc03âš

³»Áöc03âš 08 09 27 20 32 42 contents 3 4 5 6 7 8 9 28 10 11 42 38 12 13 45 48 44 14 15 53 50 16 17 58 54 18 19 20 21 22 23 24 25 2008. 5. 27~30 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 2008. 4. 27 42 43 44

More information

¾ç¼º-¾÷¹«Æí¶÷-³»¿ëÃà¼Ò4

¾ç¼º-¾÷¹«Æí¶÷-³»¿ëÃà¼Ò4 contents 6 9 18 21 23 43 44 53 61 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 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

More information

전도대회자료집

전도대회자료집 1 Contents 8 10 57 4 2 63 6 17 43 12 3 4 5 7 6 7 6 8 9 10 11 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60

More information

0204..........1..

0204..........1.. contents contents 01 6 7 8 02 9 10 11 12 13 03 14 15 16 17 18 19 20 21 22 23 24 25 26 27 01 30 31 32 33 34 35 36 37 02 38 39 40 41 42 43 44 45 46 03 47 48 49 50 51 52 53 54 55 56 04 57 58 59 60 61

More information

µ¶ÀÏÅëÀÏÁý1~2Æíq36£02Ð

µ¶ÀÏÅëÀÏÁý1~2Æíq36£02Ð CONTENTS 3 9 16 20 24 29 33 36 40 48 50 56 60 64 71 76 80 83 88 91 94 97 100 103 106 109 114 116 128 133 139 144 148 151 154 159 170 173 176 181 183 188 190 192 194 198 202 209 212 218 221 228 231 233

More information

PD-659_SM(new)

PD-659_SM(new) Power Distributor PD-659 CONTENTS Specifications... 1 Electrical Parts List... 2 Top and Bottom View of P.C. Board... 5 Wiring Diagram... 7 Block Diagram... 8 Schematic Diagram... 9 Exploded View of Cabinet

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

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

Nordic Chipset BLE Test Application Note

Nordic Chipset BLE Test Application Note Nordic Chipset BLE Test Application Note 20151218 차례 차례........................................................................... ii 1. Nordic nrf52 Series 제품테스트방법...............................................

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 EBC (Equipment Behaviour Catalogue) - ISO TC 184/SC 5/SG 4 신규표준이슈 - 한국전자통신연구원김성혜 목차 Prologue: ISO TC 184/SC 5 그룹 SG: Study Group ( 표준이슈발굴 ) WG: Working Group ( 표준개발 ) 3 EBC 배경 제안자 JISC (Japanese Industrial

More information

untitled

untitled : 2009 00 00 : IMS - 1.0 : IPR. IMS,.,. IMS IMS IMS 1). Copyright IMS Global Learning Consortium 2007. All Rights Reserved., IMS Korea ( ). IMS,. IMS,., IMS IMS., IMS.,., 3. Copyright 2007 by IMS Global

More information

Microsoft Word - [2017SMA][T8]OOPT_Stage_2040 ver2.docx

Microsoft Word - [2017SMA][T8]OOPT_Stage_2040 ver2.docx OOPT Stage 2040 - Design Feesual CPT Tool Project Team T8 Date 2017-05-24 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1. Activity 2041. Design Real Use

More information

Structure Analysis & Structure Design 유진혁 이찬희 최현빈 한경미

Structure Analysis & Structure Design 유진혁 이찬희 최현빈 한경미 Structure Analysis & Structure Design 200811440 유진혁 200811449 이찬희 200811462 최현빈 200811464 한경미 문제정의 모터 ( 바퀴 + 브레이크 ) 동작 정지상태에서시작 - 속도값이 0 이상이면직선으로전진 - 전방장애물인식시, 방향전환후다시전진 방향전환시 - 전방에장애물발견 : 왼쪽 90도회전후직진

More information

2002년 2학기 자료구조

2002년 2학기 자료구조 자료구조 (Data Structures) Chapter 1 Basic Concepts Overview : Data (1) Data vs Information (2) Data Linear list( 선형리스트 ) - Sequential list : - Linked list : Nonlinear list( 비선형리스트 ) - Tree : - Graph : (3)

More information

학습목표 함수프로시저, 서브프로시저의의미를안다. 매개변수전달방식을학습한다. 함수를이용한프로그래밍한다. 2

학습목표 함수프로시저, 서브프로시저의의미를안다. 매개변수전달방식을학습한다. 함수를이용한프로그래밍한다. 2 학습목표 함수프로시저, 서브프로시저의의미를안다. 매개변수전달방식을학습한다. 함수를이용한프로그래밍한다. 2 6.1 함수프로시저 6.2 서브프로시저 6.3 매개변수의전달방식 6.4 함수를이용한프로그래밍 3 프로시저 (Procedure) 프로시저 (Procedure) 란무엇인가? 논리적으로묶여있는하나의처리단위 내장프로시저 이벤트프로시저, 속성프로시저, 메서드, 비주얼베이직내장함수등

More information

1

1 1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2

More information

감각형 증강현실을 이용한

감각형 증강현실을 이용한 대한산업공학회/한국경영과학회 2012년 춘계공동학술대회 감각형 증강현실을 이용한 전자제품의 디자인 품평 문희철, 박상진, 박형준 * 조선대학교 산업공학과 * 교신저자, hzpark@chosun.ac.kr 002660 ABSTRACT We present the recent status of our research on design evaluation of digital

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 ........................... ½ ¼ ½ ¾ ................................................ ...........................................................................

More information

슬라이드 1

슬라이드 1 마이크로컨트롤러 2 (MicroController2) 2 강 ATmega128 의 external interrupt 이귀형교수님 학습목표 interrupt 란무엇인가? 기본개념을알아본다. interrupt 중에서가장사용하기쉬운 external interrupt 의사용방법을학습한다. 1. Interrupt 는왜필요할까? 함수동작을추가하여실행시키려면? //***

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

hdel201602.pdf

hdel201602.pdf 2016 FEBRUARY VOL. 249 www.hyundaielevator.co.kr Cover Story Contents 1 2 04 Theme 06 Talk Talk 10 Tasty Road 14 15 16 20 HDEL Headline 22 Partner 3 23 Event 24 02 2016 FEBRUARY 03 05 04 2016 FEBRUARY

More information

(2) : :, α. α (3)., (3). α α (4) (4). (3). (1) (2) Antoine. (5) (6) 80, α =181.08kPa, =47.38kPa.. Figure 1.

(2) : :, α. α (3)., (3). α α (4) (4). (3). (1) (2) Antoine. (5) (6) 80, α =181.08kPa, =47.38kPa.. Figure 1. Continuous Distillation Column Design Jungho Cho Department of chemical engineering, Dongyang university 1. ( ).... 2. McCabe-Thiele Method K-value. (1) : :, K-value. (2) : :, α. α (3)., (3). α α (4) (4).

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

MVVM 패턴의 이해

MVVM 패턴의 이해 Seo Hero 요약 joshua227.tistory. 2014 년 5 월 13 일 이문서는 WPF 어플리케이션개발에필요한 MVVM 패턴에대한내용을담고있다. 1. Model-View-ViewModel 1.1 기본개념 MVVM 모델은 MVC(Model-View-Contorl) 패턴에서출발했다. MVC 패턴은전체 project 를 model, view 로나누어

More information