Digital watch system

Size: px
Start display at page:

Download "Digital watch system"

Transcription

1 DIGITAL WATCH SYSTEM REFLECTING TESTING #1 KONKUK UNIV. SOFTWARE ENGINEERING T PRESENTER: LIM, MINWOO ( )

2 CONTENTS 1. Review Testing Report 2. Overall DFD Comparison 3. Structured Chart Comparison 4. STD Comparison 5. DWS 2.0 s Process Spec. 6. DWS 2.0 s Data Dictionary 7. DWS 2.0 s Demo 8. Conclusion 9. Q&A 2 /35

3 REVIEW TESTING REPORT (1/7) System Test Result Identifier Input Specification Result ST.003 a, c, * FAIL ( 시간수정이아닌분수정으로변경 ) ST.004 a, c, c, * FAIL ( 분수정이아닌시간수정으로변경 ) ST c, b, a x n (n>2), d FAIL (Backlight 비활성화 ) Others PASS DWS Comparison Identifier DWS 1.3 DWS 2.0 ST.003, ST.004 Sec->Min->Hour->Year->Month->Date Sec->Hour->Min>Year->Month->Date ST No Process for Backlight while Lap time. Requirements analysis failed. DO CASE in perspective of Button Command. 3 /35

4 REVIEW TESTING REPORT (2/7) DWS Comparison (Cont.) ST.003, ST.004 Reference No Name Move Variable Input Output Process Description Trigger, Time Data, State Data Time Data, State Data Move Variable Data Process 는 Time Data 의 Cursor 데이터조작프로세스이다. Cursor 를초 (Sec)- 시간 (Hour)- 분 (Min)- 년 (Year)- 월 (Month)- 일 ( Date)( 요일 )- 초 (Sec) 순으로이동하며 Data Dictionary 에 Cursor 데이터에관한 Range 와 Value 가명세되어있다. Time Data 의데이터를읽어와변경된 Cursor 값을저장한다.. Time Data (Data Store). Cursor = *Range: 0-6, Value: [CSec CHour CMin CYear CMonth CDate], Type: Integer, 타임수정시수정값위치. Data Store, 4 /35

5 REVIEW TESTING REPORT (3/7) DWS Comparison (Cont.) ST Reference No. 1.5 Name Change State 1.5 Input Output Process Description Button A, B, C and D Command, State Data (Origin State Data), Tick State Data (Modified State Data). Set Button Priority (D>C>B>A) IF Button A Command is TRUE. ELSE IF Button B Command is TRUE. ELSE IF Button C Command is TRUE. ELSE IF Button D Command is TRUE Set Backlight On to Backlight State 5 /35

6 REVIEW TESTING REPORT (4/7) Unit Test Result TEST FAILED! 6 /35

7 REVIEW TESTING REPORT (5/7) Appendix SRA 문서에존재하는모든 Controller 의 Finite State Machine 이제대로작성되어있지않습니다. Enable, Disable 이후 DFD 에존재하지않는 Data Process 의이름이작성되어있습니다. 의도하신바를어느정도는알수있었지만, Enable, Disable, Trigger 는 DFD 에서작성된해당 Data Process 의이름을똑같이작성해주셔야됩니다. 입력이없이 Output 만변화되면서상태전이가된다면, 상태의개수를줄이면서자기자신의 State 로되돌아가도록명시하는것도방법일것같습니다. Data dictionary 가명확히작성되어있지않습니다. SRA 문서 항목에구조체로선언된모든데이터들의내부데이터들의데이터타입이어떻게되는지, 각데이터의허용범위는어디서어디까지인지정확히명시가되어야합니다. 이외에도 DFD, Finite State Machine 에한번이라도명시가된데이터는꼭데이터의타입과값의허용범위등을명시해주셔야합니다. 7 /35

8 REVIEW TESTING REPORT (6/7) Appendix (Cont.) DFD 에그려진일부 Data Process 가잘못그려져있습니다. Process Description 에는입력을받는다고명세가되어있지만, DFD 에는그려져있지않은 I/O 가존재합니다. 예를들어, Add Variable 에서 button Input 이필요한것으로보이는데, DFD 에존재하지않습니다. Process Description 이잘못되어있는것이있습니다. Data Process 2.1.7, 2.1.8, 는 Controller 가아닌것으로 DFD 에그려져있는데, Process Description 에는 Controller 로명세가되어있습니다. SRA, SDS 문서가실제작성된코드와차이가많습니다. 8 /35

9 REVIEW TESTING REPORT (7/7) DWS Comparison Part DWS 1.3 DWS 2.0 STD Data Dictionary DFD > Data Process Process Specification Implementation No names for DFD Unnamed state for DFD No specifications of data store or input/output data. No consistency between input and output. Few description of process. Doesn t have any information about handling data. No Description for transmitting data between input and output. Many differences between SRA, SDS and Implementation. Only use DFD s Data Process to STD More detailed specifications of data store or input/output data. If get input, must transmit it or read/write it. Data Consistency. More detailed description for process. Structured English for detailed data process. Descriptions of data used by its process. Detailed specifications for coding. 9 /35

10 OVERALL DFD COMPARISON (1/2) DWS Ver /35

11 OVERALL DFD COMPARISON (2/2) DWS Ver /35

12 STRUCTURED CHART COMPARISON (1/2) DWS Ver /35

13 STRUCTURED CHART COMPARISON (2/2) DWS Ver /35

14 STD COMPARISON (1/4) State Transition Diagram For Controller Ver /35

15 STD COMPARISON (2/4) State Transition Diagram For Controller & Ver /35

16 STD COMPARISON (3/4) State Transition Diagram For Controller Ver /35

17 STD COMPARISON (4/4) State Transition Diagram For Controller Ver /35

18 DWS 2.0 S PROCESS SPEC. (1/13) Major Data Process Reference 1.5 No. Name Change State 1.5 Input Button A, B, C and D Command, State Data (Origin State Data), Tick Output State Data (Modified State Data) Process D 버튼 Interface로부터받은 Button Command와 State Data 의 Origin State Data ( 기존 State Data) 를비교 escription 하여새로운 State Data (Modified State Data) 를생성하여이를 State Data Store 에저장후다음 Process 로넘기는 Data Process다. 늘 Button Command 의데이터를받기전에기존에있던 Button Command 는모두초기화시킨후적용시킨다. 초기상태또한모두형태가 Boolean 형태이므로 False를초기값으로한다. 특이한사항으로는, Measuring Time On 과 Backlight On 은주기적으로컨트롤러로부터호출이되야하는것이기에 Off 의상태가존재한다. 또한, 각상태마다화면에출력해야하는상태도달라지기에 Laptime 을출력했다가다시 Stopwatch 진행상태를출력하려면 Previous State 를 None 으로바꾼다. 버튼 A, B, C 그리고 D 의순서배정은 D>C>B>A 순으로하며, 키보드의동시입력은일어나지않으므로우선순위에배정된 Button Command 를제외한나머지 Button Command 는모두 FALSE 로처리한다. 상세한 Data Process 는아래 Structured English 로대체한다... Structred English 생략 18 /35

19 DWS 2.0 S PROCESS SPEC. (2/13) Major Data Process (Cont.) Referenc e No. Name Time Controller Input State Data, Time Data, Tick Output Trigger (Control Flow) Process DWS의전반적인기능을담당하는 Control Process로써, 입력받은 State Data를기준으로알맞은모듈 Descripti 을호출한다. 이호출은 Control Flow 이며 Trigger 형식으로이루어지게된다. on 또한, 스톱워치의 Measuring Time Enable/Disable 과같은경우에는지속적인흐름을제어할 Enable/Di sable Control Flow가존재한다. 또한지속적인호출을필요로하는 Data Process 와같은 (Measuring Time) 이나, 혹은출력의형태가변하는 (Laptime) 을위한별도데이터제어가포함된다. 먼저, State Data 의 Stopwatch State 가 Meas uring Time On 의값으로설정되어있다면 Time Controller 의 Process 가진행될때마다 Measuring T ime Data Process 를호출하게된다. 그리고, Laptime 에서다시 Stopwatch 의진행상황을출력하거나출력의형식이바뀌는경우에는 State Data 의 Previous State 의값이 Change State 로부터 None 으로넘어왔는지검사한다. 결과에따라 Time Data 안의속성값 (Stopwatch Status, Laptime Status 등 ) 을변경및저장한다. 초기상태의모듈호출은 Time Display 이며 State Data 에따라달라지는제어흐름에대한것은아래와같다. 아래에명시된모든데이터는 Data Dictionary 에명시되어있다. Structured English 생략 19 /35

20 DWS 2.0 S PROCESS SPEC. (3/13) Major Data Process (Cont.) Referenc e No. Name Backlight Controller Input State Data, Tick Output Trigger (Control Flow) Process DWS의백라이트기능의 Control Flow 를담당하는 Control Process 이다. Descripti Backlight On 의 Control Flow (Trigger) 는 State Data가 Backlight On 일때에만일어난다. State Data on 의변화는 Backlight On 에서처리한다. 2초간 DWS의출력내용을노란색으로바꾼다. ( 백라이트효과 ) IF Backlight State is Backlight On Trigger Backlight On ENDIF 20 /35

21 DWS 2.0 S PROCESS SPEC. (4/13) Major Data Process (Cont.) Referenc e No. Name Time Display Input Trigger, Time Data, Tick Output Time Data Process 주기적으로 (1/100초) 현재시간을표시한다. Timekeeping Mode의초기화면으로, DWS 의초기 Data Descripti Process 다. Time Data으로부터현재시간을입력받아데이터를주기적으로표현한다. on Time Data으로부터입력받는현재시간은다음과같다. Hour, Min, Sec, PM Indicator, Year, Month, Date, Day, Alarm Indicator 위데이터들은모두 Timekeeping Mode 에서화면에출력해줘야할데이터들이다. 위의데이터를입력받아 Tick( 주기적으로 ) 외부출력장치의 Interface 인 Display Interface 에 Time Dat a 를전해주는 Data Process 이다. 본 Data Process 에서는 Time Data 를읽어와서이를 Display Interface에전달한다. 전달할때에데이터의변경은일체일어나지않는다. 21 /35

22 DWS 2.0 S PROCESS SPEC. (5/13) Major Data Process (Cont.) Referenc e No. Name Add Variable Input Trigger, Time Data, State Data Output Time Data, State Data Process Add Variable 은 Time Setting ( 시간수정 ) 시에 Time Data 의해당 Cursor 의위치에존재하는값을 1 Descripti 씩증가시키는 Data Process 이다. 본 Data Process 에서는 Time Data 의데이터들을입력받고, 또한 on 데이터들의값을변경후다시 Time Data 에저장하는 Data Process 다. 데이터들의처리과정은아래 Structured English로대체한다. Structured Enligsh 생략 22 /35

23 DWS 2.0 S PROCESS SPEC. (6/13) Major Data Process (Cont.) Referenc e No. Name Move Variable Input Trigger, Time Data, State Data Output Time Data, State Data Process Move Variable Data Process 는 Time Data 의 Cursor 데이터조작프로세스이다. Cursor를초 (Sec)-시 Descripti 간 (Hour)-분(Min)-년(Year)-월(Month)-일(Date)( 요일 )-초(Sec) 순으로이동하며 Data Dictionary 에 Curs on or 데이터에관한 Range 와 Value 가명세되어있다. Time Data 의데이터를읽어와변경된 Cursor 값을저장한다. Add 1 to Cursor IF Cursor > CDate Set CSec to Cursor ENDIF Set Time Setting to Current State 23 /35

24 DWS 2.0 S PROCESS SPEC. (7/13) Major Data Process (Cont.) Referenc e No. Name Time Setting Input Trigger, Time Data, Tick Output Time Data Process 주기적으로 (1/100초) Time Setting Mode의초기화면에표시할데이터를외부출력장치의 Interface인 Descripti Display Interface에 Time Data로보내는 Data Process다. Time Setting Mode 에서는 Timekeeping Mo on de 에서진행되던현재시간의진행은계속유지된다. Time Setting Data Process 는 Time Display 의확장이다. 기능은같고추가된기능이존재한다. 본데이터처리과정에서는 Time Data 의변화는일체일어나지않는다. 또한, 최종적인출력을위해 Display Interface에 Time Data 를전달한다. 또한, Cursor의값이 CNot이아닐경우, 화면에 Cursor 위치에대한밑줄표시를위한데이터를포함한다. 본데이터프로세스에서읽어오는데이터 Time Data 는아래와같다. Hour, Min, Sec, PM Indicator, Year, Month, Date, Day, Alarm Indicator, Cursor 24 /35

25 DWS 2.0 S PROCESS SPEC. (8/13) Major Data Process (Cont.) Referenc e No. Name Stopwatch Display Input Trigger, Time Data, Tick Output Time Data Process 주기적으로 (1/100초) Time Data 의 Stopwatch 관련데이터들과 Timekeeping 관련데이터들을읽어와 Descripti 화면에출력하기위해 Display Interface에 Time Data 를전달하는 Data Process 다. 본데이터프로세스 on 에서는 Time Data 의변화는일체일어나지않는다. 읽어온 Time Data는본상태그대로 Display Interf ace에전달된다. 본데이터프로세스는스톱워치기능을출력하기위한데이터프로세스로써, Measuring Time Trigger 혹은 Measuring Time Reset 그리고 Laptime 상태를표시 ( 출력 ) 하기위한데이터전달프로세스다. Stop watch 기능을화면에출력하기위한데이터전달프로세스다. 주기적으로 (1/100 초 ) Time Data 의 Stopwatch Min, Stopwatch Sec, Stopwatch 1/100 Sec, 과 Hour, M in 을읽어들여화문에출력하기위한 Time Data 를전달한다. 이때에 Stopwatch Status 자료를이용하여스톱워치시간의흐름여부를판단할수있다. 하지만, Laptime Status 가 TRUE 이면 Laptime Min, L aptime Sec, Laptime 1/100 Sec 을읽어와화면에출력하기위해데이터를전달한다. 25 /35

26 DWS 2.0 S PROCESS SPEC. (9/13) Major Data Process (Cont.) Referenc e No. Name Measuring Time Input Trigger (Control Flow), Time Data, Tick Output Time Data Process Measuring Time Data Process는 Time Controller 에서전달한 Control Flow 인 Trigger 에따라작 Descripti 동한다. Control Flow 이므로 Data Process 에대한프로세스시작명령이다. on 주기적으로 (1/100초) Time Data의 Stopwatch Min, Stopwatch Sec, Stopwatch 1/100 Sec, 그리고 Stop watch Status 의데이터들을처리한다. 주기가 1/100초가되므로 Stopwatch 1/100 Sec 가 1/100초마다 1씩증가하게된다. 본 Data Process 는지속적인프로세스나혹은중단이필요하기에지속적인 Trigger 호출이일어나거나혹은일어나지않게된다. 이는 State Data 에따라작동한다. Add 1 to Stopwatch 1/100 Sec *Every 1/100 seconds* IF Stopwatch 1/100 Sec >= 100 Set 0 to Stopwatch 1/100 Sec Add 1 to Stopwatch Sec IF Stopwatch Sec >= 60 Set 0 to Stopwatch Sec Add 1 to Stopwatch Min IF Stopwatch Min >= 60 Set 0 to Stopwatch Min ENDIF ENDIF ENDIF 26 /35

27 DWS 2.0 S PROCESS SPEC. (10/13) Major Data Process (Cont.) Referenc e No. Name LapTime Input Trigger, Time Data, State Data Output Time Data, State Data Process Laptime 은 Stopwatch Mode의 Lap time 을출력하기위해 Time Data 에서 Stopwatch 데이터를읽어 Descripti 와이를 Laptime 정보에저장하고 Display Interface에저장된 Time Data 를전달하는 Data Process다. on 이때처리하는데이터는다음과같다. Stopwatch Min, Stopwatch Sec, Stopwatch 1/100 Sec 을읽어들여서 Laptime Min, Laptime Sec, Lapti me 1/100 Sec 에저장한다. 또한, Laptime Status 을 TRUE(1) 로변경한후 Time Data 에저장한다. Set Stopwatch Min to Laptime Min Set Stopwatch Sec to Laptime Sec Set Stopwatch 1/100 Sec to Laptime 1/100 Sec Set TRUE to Laptime Status Set Lap Time to Previous State Set Stopwatch Display to Current State 27 /35

28 DWS 2.0 S PROCESS SPEC. (11/13) Major Data Process (Cont.) Referenc e No. Name Measuring Time Reset Input Trigger, Time Data, State Data Output Time Data, State Data Process Descripti on Measuring Time Reset 은 Stopwatch Mode 에서의 Measuring Time End 직후의 Time Data 안의 Stop watch 관련데이터들을모두 0으로초기화하는데이터프로세스다. Time Data 의데이터를읽어와관련데이터들을 0으로초기화하고다시 Time Data 에저장하는데이터프로세스다. Set FALSE to Laptime Status Set 0 to Stopwatch Min Set 0 to Stopwatch Sec Set 0 to Stopwatch 1/100 Sec Set 0 to Laptime Min Set 0 to Laptime Sec Set 0 to Laptime 1/100 Sec Set Stopwatch Display to Current State 28 /35

29 DWS 2.0 S PROCESS SPEC. (12/13) Major Data Process (Cont.) Referenc e No. Name Backlight On Input Trigger (Control Flow), State Data Output State Data, Backlight Command Process Backlight On Data Process는 Backlight Controller 으로부터받은 Control Flow 를기준으로 Mod Descripti e 에관계없이 State Data의 Backlight State가 Backlight On 이면 2초간 Backlight Command 를 Backli on ght Interface에보내는데이터프로세스다. 2초가지난후엔 State Data 의 Backlight State를 FALSE로변경후저장한다. 이또한, 백라이트기능이꺼졌다는것을의미하므로최종출력장치 Interface인 Bac klight Interface로 Backlight Command를보내는프로세스다. 단, Backlight On 이 2초간지속될때 IF Time flows 2 seconds Pass Backlight Command (Backlight Off) to Interface Set Backlight Off to Backlight State ELSE Pass Backlight Command (Backlight On) to Interface ENDIF 29 /35

30 DWS 2.0 S PROCESS SPEC. (13/13) Major Data Process (Cont.) Referenc e No. Name Time Flowing Input Trigger, Time Data, Tick Output Time Data Process Descripti on Time Flowing 데이터프로세스는 DWS 의전반적인시간의흐름에대한데이터처리를담당하는프로세스다. 주기적으로 (1/100초) Time Data 를읽어와시간에관련된데이터를변경하고저장하는프로세스다. Stopwatch Mode, Timekeeping Mode 에관계없이주기적으로호출 (Control Flow) 된다. DWS 는오전일때에는 12 시가되는순간오후가되고, 오후는 12 시부터 11 시 59 분을의미한다. 이러한 Hour( 시간 ) 값의처리또한담당하는프로세스다. 또한, 오후에서다음날오전으로넘어가는데이터의처리또한담당한다. DWS SRS 에는 Alarm 데이터에관한명세가존재하지않으므로 Alarm Indicator 의기본값은 TRUE 로정하고 Timekeeping Mode 에서 Alarm Indicator 를표시하도록한다. Structured English 생략 30 /35

31 DWS 2.0 S DATA DICTIONARY Major Data Dictionary (State Data, Time Data) Data Nam Description Format/Type e State Dat State Data 는 Current State 와 Previous State, Stopwatch State, Backlight State로이 Data Store, a 루어진복합형데이터저장소다. DWS 는본 State Data 의데이터처리를한후이에따 (Data Sto 른명령을실행한다. 따라서실행할명령을지정하는 ( 상태를지정하는 ) 데이터다. re) State Data = Current State + Previous State + Stopwatch State + Backlight State State Data 가취할수있는모든데이터는아래와같다. [Time Display Add Variable Move Variable Time Setting Stopwatch Display Meas uring Time On Measuring Time Disable Measuring Time Reset Lap Time Backlight On Backlight Off, None] Current State = [Time Display Add Variable Move Variable Time Setting Stopwatch Display Measuring Time Reset Lap Time ] * 동작제어를위한 Current State, Default: Time Display* Previous State = [Lap Time None] *Stopwatch Mode 에서의이전동작제어를위한 Previous State, Default: None* Stopwatch State = [Measuring Time On Measuring Time Off] *Stopwatch 기능제어를위한 Stopwatch State, Default: Measuring Time Off* Backlight State = [Backlight On Backlight Off] *Backlight 기능제어를위한 Backlight State, Default: Backlight Off* Current State 는 Integer 형으로 0-4, 7, 8 로이루어진다.. Previous State 는 Integer 형으로 8, 11 의값이부여된다. Stopwatch State 는 Integer 형으로 5, 6 의값이부여된다. Backlight State 는 Integer 형으로 9-10 로순서대로부여한다. Current State = *Range: 0-4, 7, 8, Type: Integer* Previous State = *Range:8, 11, Type: Integer* Stopwatch State = *Range: 5, 6, Type: Integer* Backlight State = *Range: 9-10, Type: Integer* Time Display = *Timekeeping Mode 의초기상태 * Add Variable = * 시간수정시해당부분값증가상태 * Move Variable = * 시간수정시수정하는부분이동상태 * Time Setting = * 시간수정시초기상태 * Stopwatch Display = * 스톱워치시초기상태및스톱워치출력상태 * Measuring Time On = * 스톱워치기능호출가능상태 * Measuring Time Off = * 스톱워치기능호출불가능상태 * Measuring Time Reset = * 스톱워치데이터초기화상태 * Lap Time = * 스톱워치랩타임표시상태 * Backlight On = * 백라이트활성화호출가능상태 * Backlight Off = * 백라이트활성화호출불가능상태 * None = * 아무의미없는값의상태 * Data Nam Description e Time Dat Time Data 는각종시간, 즉시계와관련된데이터를저장하는복합형데이터저장소다. a Time Data = (Data Sto Hour+Min+Sec+PM Indicator+Year+Month+Date+Day+ re) Final Date+Stopwatch Min+Stopwatch Sec+ Stopwatch 1/100 Sec+Stopwatch Status+Laptime Min+ Laptime Sec+Laptime 1/100 Sec+Laptime Status+Cursor+ Alarm Indicator Hour = *Range: 0-12, Type: Integer, 시간, Default: 0* Min = *Range: 0-59, Type: Integer, 분, Default: 0* Sec = *Range: 0-59, Type: Integer, 초, Default: 0* PM Indicator = *Range: 0-1, Value: [FALSE/TRUE], Type: Boolean, 오전 / 오후상태값, Default: FALSE* Year = *Range: , Type: Integer, 년도, Default: 2012* Month = *Range: 1-12, Type: Integer, 월, Default: 1* Date = *Range: 1-31, Type: Integer, 일, Default: 1* Day = [SU MO TU WE TH FR SA] *Range: 0-6, Type: Integer, 요일, Default: 0* Final Date = *Range: 1-31, Type: Integer, Default: 31* * 현재 Hour:Min:Sec 가속해있는해당 Month 의마지막일 * Stopwatch Min = *Range: 0-59, Type: Integer, 스톱워치분, Default: 0* Stopwatch Sec = *Range: 0-59, Type: Integer, 스톱워치초, Default: 0* Stopwatch 1/100 Sec = *Range: 0-99, Type: Integer, 스톱워치 1/100 초, Default: 0* Stopwatch Status = *Range:0-1, Value: [FALSE/TRUE], 기본값 FALSE, Default: FALSE* Laptime Min = *Range: 0-59, Type: Integer, 랩타임분, Default: 0* Laptime Sec = *Range: 0-59, Type: Integer, 랩타임초, Default: 0* Laptime 1/100 Sec = *Range: 0-99, Type: Integer, 랩타임 1/100 초, Default: 0* Laptime Status = *Range: 0-1, Value: [FALSE/TRUE], Type: Boolean, 랩타임상태값, Default: FALSE* Cursor = *Range: 0-6, Value: [CSec CHour CMin CYear CMonth CDate], Type: Integer, 타임수정시수정값위치 CSec: 초수정위치 ( 기본값 ) CHour: 시간수정위치 CMin: 분수정위치 CYear: 년도수정위치 CMonth: 월수정위치 CDate: 일수정위치 * Alarm Indicator = *Range: 0-1, Value: [FALSE/TRUE], Type: Boolean, Alarm 활성상태값, Default: TRUE* Format/Type Data Store, 31 /35

32 DWS 2.0 S DEMO DEMO IMPLEMENTATION 32 /35

33 CONCLUSION 1. Processing of Data 2. Detail Specification and Description 3. Implemented by Structured Chart Architecture 4. Seperated Modules (Data Process and Controller mainly) 5. After Analysis and Design, Implementation goes easy. 33 /35

34 Q&A ANY QUESTION? 34 /35

35 END 35 /35

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

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

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 프레젠테이션

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

PowerPoint Template

PowerPoint Template SOFTWARE ENGINEERING Practice #6 (Final) Electronic Door Lock System 201114188 김종연 201114191 정재욱 201114192 정재철 201114195 홍호탁 www.themegallery.com 1 / 38 Contents 1 2 Final Overview Unit Test 3 4 Modification

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. 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

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

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

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 프레젠테이션 Verilog: Finite State Machines CSED311 Lab03 Joonsung Kim, joonsung90@postech.ac.kr Finite State Machines Digital system design 시간에배운것과같습니다. Moore / Mealy machines Verilog 를이용해서어떻게구현할까? 2 Finite State

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

歯FDA6000COP.PDF

歯FDA6000COP.PDF OPERATION MANUAL AC Servo Drive FDA6000COP [OPERATION UNIT] Ver 1.0 (Soft. Ver. 8.00 ~) FDA6000C Series Servo Drive OTIS LG 1. 1.1 OPERATION UNIT FDA6000COP. UNIT, FDA6000COP,,,. 1.1.1 UP DOWN ENTER 1.1.2

More information

API 매뉴얼

API 매뉴얼 PCI-DIO12 API Programming (Rev 1.0) Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned

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

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

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

API 매뉴얼

API 매뉴얼 PCI-TC03 API Programming (Rev 1.0) Windows, Windows2000, Windows NT, Windows XP and Windows 7 are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations

More information

Smart Power Scope Release Informations.pages

Smart Power Scope Release Informations.pages v2.3.7 (2017.09.07) 1. Galaxy S8 2. SS100, SS200 v2.7.6 (2017.09.07) 1. SS100, SS200 v1.0.7 (2017.09.07) [SHM-SS200 Firmware] 1. UART Command v1.3.9 (2017.09.07) [SHM-SS100 Firmware] 1. UART Command SH모바일

More information

비트와바이트 비트와바이트 비트 (Bit) : 2진수값하나 (0 또는 1) 를저장할수있는최소메모리공간 1비트 2비트 3비트... n비트 2^1 = 2개 2^2 = 4개 2^3 = 8개... 2^n 개 1 바이트는 8 비트 2 2

비트와바이트 비트와바이트 비트 (Bit) : 2진수값하나 (0 또는 1) 를저장할수있는최소메모리공간 1비트 2비트 3비트... n비트 2^1 = 2개 2^2 = 4개 2^3 = 8개... 2^n 개 1 바이트는 8 비트 2 2 비트연산자 1 1 비트와바이트 비트와바이트 비트 (Bit) : 2진수값하나 (0 또는 1) 를저장할수있는최소메모리공간 1비트 2비트 3비트... n비트 2^1 = 2개 2^2 = 4개 2^3 = 8개... 2^n 개 1 바이트는 8 비트 2 2 진수법! 2, 10, 16, 8! 2 : 0~1 ( )! 10 : 0~9 ( )! 16 : 0~9, 9 a, b,

More information

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

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

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

Microsoft PowerPoint - [2009] 02.pptx

Microsoft PowerPoint - [2009] 02.pptx 원시데이터유형과연산 원시데이터유형과연산 원시데이터유형과연산 숫자데이터유형 - 숫자데이터유형 원시데이터유형과연산 표준입출력함수 - printf 문 가장기본적인출력함수. (stdio.h) 문법 ) printf( Test printf. a = %d \n, a); printf( %d, %f, %c \n, a, b, c); #include #include

More information

untitled

untitled 1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...

More information

Microsoft Word - FunctionCall

Microsoft Word - FunctionCall Function all Mechanism /* Simple Program */ #define get_int() IN KEYOARD #define put_int(val) LD A val \ OUT MONITOR int add_two(int a, int b) { int tmp; tmp = a+b; return tmp; } local auto variable stack

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

슬라이드 1

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

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

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

歯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

TEL: 042-863-8301~3 FAX: 042-863-8304 5 6 6 6 6 7 7 8 8 9 9 10 10 10 10 10 11 12 12 12 13 14 15 14 16 17 17 18 1 8 9 15 1 8 9 15 9. REMOTE 9.1 Remote Mode 1) CH Remote Flow Set 0 2) GMate2000A

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

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

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Team 1 201611293 전다윤 201311287 엄현식 201311318 최정헌 01. 문서수정 02. System Test Review 03. Static Test Review 04. 소감 1 문서수정 문서수정 수정 System Test 문서 + 전문서에없던수정사항 수정 System Test 문서 문서수정 소프트웨어검증팀의문서대로수정한사항들 1008

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 SMV 소개 Konkuk Univ. IT 융합정보보호학과 오예원, 박선영 목차 SMV 소개 CTL NuSMV 설치방법및예시 (lift) 향후계획 SMV SMV(Symbolic Model Verifier) 는유한상태시스템 (finite state system) 이 CTL(Computation Tree Logic) 이라는논리와 BDD(Binary Decision

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

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

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

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

Microsoft PowerPoint - PL_03-04.pptx

Microsoft PowerPoint - PL_03-04.pptx Copyright, 2011 H. Y. Kwak, Jeju National University. Kwak, Ho-Young http://cybertec.cheju.ac.kr Contents 1 프로그래밍 언어 소개 2 언어의 변천 3 프로그래밍 언어 설계 4 프로그래밍 언어의 구문과 구현 기법 5 6 7 컴파일러 개요 변수, 바인딩, 식 및 제어문 자료형 8

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

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

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

슬라이드 1

슬라이드 1 보안회로설계 순차회로 Dong Kyue Kim Hanyang University dqkim@hanyang.ac.kr 조합과순차 조합회로 (combinational circuit) Memory가없다. 입력한값에따른출력 출력 = f ( 입력 ) 순차회로 (sequential circuit) Memory가있다. Memory에는회로의현상태가저장 출력은입력과현상태에의해결정

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

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

목차 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

CANTUS Evaluation Board Ap. Note

CANTUS Evaluation Board Ap. Note Preliminary CANTUS - UART - 32bits EISC Microprocessor CANTUS Ver 1. October 8, 29 Advanced Digital Chips Inc. Ver 1. PRELIMINARY CANTUS Application Note( EVM B d ) History 29-1-8 Created Preliminary Specification

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

2015 경제ㆍ재정수첩

2015 경제ㆍ재정수첩 Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Part 01 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Part 02 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

More information

감각형 증강현실을 이용한

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

More information

-. Data Field 의, 개수, data 등으로구성되며, 각 에따라구성이달라집니다. -. Data 모든 의 data는 2byte로구성됩니다. Data Type는 Integer, Float형에따라다르게처리됩니다. ( 부호가없는 data 0~65535 까지부호가있는

-. Data Field 의, 개수, data 등으로구성되며, 각 에따라구성이달라집니다. -. Data 모든 의 data는 2byte로구성됩니다. Data Type는 Integer, Float형에따라다르게처리됩니다. ( 부호가없는 data 0~65535 까지부호가있는 Dong Yang E&P 인버터 Modbus Monitoring Protocol 2018. 08. 27 Sun Spec (Modbus-RTU) -. Modbus Protocol 각 Field에대한설명 Frame갂의구별을위한최소한의시갂 BaudRate 9600에서 1bit 젂송시갂은 Start 0.104msec, (3.5 character Times, 1 Character

More information

chap 5: Trees

chap 5: Trees 5. Threaded Binary Tree 기본개념 n 개의노드를갖는이진트리에는 2n 개의링크가존재 2n 개의링크중에 n + 1 개의링크값은 null Null 링크를다른노드에대한포인터로대체 Threads Thread 의이용 ptr left_child = NULL 일경우, ptr left_child 를 ptr 의 inorder predecessor 를가리키도록변경

More information

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

2 min 응용 말하기 01 I set my alarm for 7. 02 It goes off. 03 It doesn t go off. 04 I sleep in. 05 I make my bed. 06 I brush my teeth. 07 I take a shower.

2 min 응용 말하기 01 I set my alarm for 7. 02 It goes off. 03 It doesn t go off. 04 I sleep in. 05 I make my bed. 06 I brush my teeth. 07 I take a shower. 스피킹 매트릭스 특별 체험판 정답 및 스크립트 30초 영어 말하기 INPUT DAY 01 p.10~12 3 min 집중 훈련 01 I * wake up * at 7. 02 I * eat * an apple. 03 I * go * to school. 04 I * put on * my shoes. 05 I * wash * my hands. 06 I * leave

More information

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law),

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), 1, 2, 3, 4, 5, 6 7 8 PSpice EWB,, ,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), ( ),,,, (43) 94 (44)

More information

CONTENTS 1. Approval Revision Record Scope Numbering of product Product Part No Lot. No Absolu

CONTENTS 1. Approval Revision Record Scope Numbering of product Product Part No Lot. No Absolu WISOL / SFM11R2D P/N: DATA SHEET Rev.01 WISOL 531-7, Gajang-ro,Osan-si,Gyeonggi-do Rep. of Korea http://www.wisol.co.kr CONTENTS 1. Approval Revision Record... 3 2. Scope... 4 3. Numbering of product...

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 System Software Experiment 1 Lecture 5 - Array Spring 2019 Hwansoo Han (hhan@skku.edu) Advanced Research on Compilers and Systems, ARCS LAB Sungkyunkwan University http://arcs.skku.edu/ 1 배열 (Array) 동일한타입의데이터가여러개저장되어있는저장장소

More information

<32B1B3BDC32E687770>

<32B1B3BDC32E687770> 008년도 상반기 제회 한 국 어 능 력 시 험 The th Test of Proficiency in Korean 일반 한국어(S-TOPIK 중급(Intermediate A 교시 이해 ( 듣기, 읽기 수험번호(Registration No. 이 름 (Name 한국어(Korean 영 어(English 유 의 사 항 Information. 시험 시작 지시가 있을

More information

Adventure report card

Adventure report card Adventure 1-1 1st Month Song The Alphabet Lesson 1 Move and Say Picture Dictionary Adventure English Test (ADET) Adventure 1-1 1st Month Games Evaluated by Adventure 1-1 1st Month Song The Alphabet Lesson

More information

윈도우즈프로그래밍(1)

윈도우즈프로그래밍(1) 제어문 (2) For~Next 문 윈도우즈프로그래밍 (1) ( 신흥대학교컴퓨터정보계열 ) 2/17 Contents 학습목표 프로그램에서주어진특정문장을부분을일정횟수만큼반복해서실행하는문장으로 For~Next 문등의구조를이해하고활용할수있다. 내용 For~Next 문 다중 For 문 3/17 제어문 - FOR 문 반복문 : 프로그램에서주어진특정문장들을일정한횟수만큼반복해서실행하는문장

More information

<443A5C4C C4B48555C B3E25C32C7D0B1E25CBCB3B0E8C7C1B7CEC1A7C6AE425CC0E7B0EDB0FCB8AE5C53746F636B5F4D616E D656E74732E637070>

<443A5C4C C4B48555C B3E25C32C7D0B1E25CBCB3B0E8C7C1B7CEC1A7C6AE425CC0E7B0EDB0FCB8AE5C53746F636B5F4D616E D656E74732E637070> 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include "QuickSort.h" 7 using namespace std; 8 9 10 Node* Queue[100]; // 추가입력된데이터를저장하기위한 Queue

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina

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 Word - Direction (Transport Guide)

Microsoft Word - Direction (Transport Guide) IBS Center for Geometry and Physics Transportation Guide to Gyeongju & Hotel Hyundai At a Glance Transportation Travel Travel Time Fare (KRW) / One way Schedules & Timetables Incheon Int l Airport Gyeongju

More information

Vol.257 C O N T E N T S 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

Vol.257 C O N T E N T S 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 2017.11 Vol.257 C O N T E N T S 02 06 38 52 69 82 141 146 154 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.11 3 4 2017.11 6 2017.11 1) 7 2) 22.7 19.7 87 193.2 160.6 83 22.2 18.4 83 189.6 156.2

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

HW5 Exercise 1 (60pts) M interpreter with a simple type system M. M. M.., M (simple type system). M, M. M., M.

HW5 Exercise 1 (60pts) M interpreter with a simple type system M. M. M.., M (simple type system). M, M. M., M. 오늘할것 5 6 HW5 Exercise 1 (60pts) M interpreter with a simple type system M. M. M.., M (simple type system). M, M. M., M. Review: 5-2 7 7 17 5 4 3 4 OR 0 2 1 2 ~20 ~40 ~60 ~80 ~100 M 언어 e ::= const constant

More information

untitled

untitled CLEBO PM-10S / PM-10HT Megapixel Speed Dome Camera 2/39 3/39 4/39 5/39 6/39 7/39 8/39 ON ON 1 2 3 4 5 6 7 8 9/39 ON ON 1 2 3 4 10/39 ON ON 1 2 3 4 11/39 12/39 13/39 14/39 15/39 Meg gapixel Speed Dome Camera

More information

Validation Plan Template

Validation Plan Template 문서번호(Document No.) : 개정번호(Revision No.) : 00 시행일자(Effective Date) : 페이지번호(Page No.) : 1 of 9 작성자 (Prepared By) 부서 (Dept.) 직위 (Position) 이름 (Name) 서명 / 날짜 (Signature / Date) 검토자 (Reviewed By) 부서 (Dept.)

More information

À̵¿·Îº¿ÀÇ ÀÎÅͳݱâ¹Ý ¿ø°ÝÁ¦¾î½Ã ½Ã°£Áö¿¬¿¡_.hwp

À̵¿·Îº¿ÀÇ ÀÎÅͳݱâ¹Ý ¿ø°ÝÁ¦¾î½Ã ½Ã°£Áö¿¬¿¡_.hwp l Y ( X g, Y g ) r v L v v R L θ X ( X c, Yc) W (a) (b) DC 12V 9A Battery 전원부 DC-DC Converter +12V, -12V DC-DC Converter 5V DC-AC Inverter AC 220V DC-DC Converter 3.3V Motor Driver 80196kc,PWM Main

More information

용어사전 PDF

용어사전 PDF 0100010111000101010100101010101010010101010010101010101000101010101010101010101010001001011000101001010100001010111010 1101101101111010011101010010101000010111010000101010101010101110010010011111101010101010010101010101010100101010100001

More information

#KM560

#KM560 KM-560 KM-560-7 PARTS BOOK KM-560 KM-560-7 INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part

More information

CONTENTS June 2007, VOL. 371 IP News IP Column IP Report IP Information Invention & Patent

CONTENTS June 2007, VOL. 371 IP News IP Column IP Report IP Information Invention & Patent CONTENTS June 2007, VOL. 371 IP News IP Column IP Report IP Information Invention & Patent The th Anniversary 1 9 6 4 ~ 2 0 0 7 (Patent Information Service - Search & Analysis) T e l. T e l. T e l.

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 실습 1 배효철 th1g@nate.com 1 목차 조건문 반복문 System.out 구구단 모양만들기 Up & Down 2 조건문 조건문의종류 If, switch If 문 조건식결과따라중괄호 { 블록을실행할지여부결정할때사용 조건식 true 또는 false값을산출할수있는연산식 boolean 변수 조건식이 true이면블록실행하고 false 이면블록실행하지않음 3

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

?털恬묵

?털恬묵 CONTENTS 2000 2000 006 007 017 027 037 047 057 067 077 2012 2013 087 097 107 117 127 135 145 155 165 6 about COMPANY Case 01 8 9 Case 01 10 11 Case 01 12 13 Case 01 14 15 Case 01 16 about COMPANY Case

More information

Microsoft PowerPoint - e pptx

Microsoft PowerPoint - e pptx Import/Export Data Using VBA Objectives Referencing Excel Cells in VBA Importing Data from Excel to VBA Using VBA to Modify Contents of Cells 새서브프로시저작성하기 프로시저실행하고결과확인하기 VBA 코드이해하기 Referencing Excel Cells

More information

Microsoft Word - Preliminary_ALT6600메뉴얼(M6600-K01C)160812

Microsoft Word - Preliminary_ALT6600메뉴얼(M6600-K01C)160812 OperationManual Smart Capacitance Level Transmitter ALT6600 Overview M6600-K01C Autrol ALT6600 Capacitance Level Transmitter 는마이크로프로세서기반으로한전송기로서측정물이지니고있는유전율을이용하여 Tank 내부의수위를측정하기위한최적의솔루션을제공한다. 프로브는탱크의벽과매체

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 3, June, 30, 2016:pp. 273~299 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 06. 11 2016. 06. 24 2016. 06. 26 ABSTRACT e-

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

#Ȳ¿ë¼®

#Ȳ¿ë¼® 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

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

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

다른 JSP 페이지호출 forward() 메서드 - 하나의 JSP 페이지실행이끝나고다른 JSP 페이지를호출할때사용한다. 예 ) <% RequestDispatcher dispatcher = request.getrequestdispatcher(" 실행할페이지.jsp");

다른 JSP 페이지호출 forward() 메서드 - 하나의 JSP 페이지실행이끝나고다른 JSP 페이지를호출할때사용한다. 예 ) <% RequestDispatcher dispatcher = request.getrequestdispatcher( 실행할페이지.jsp); 다른 JSP 페이지호출 forward() 메서드 - 하나의 JSP 페이지실행이끝나고다른 JSP 페이지를호출할때사용한다. 예 ) RequestDispatcher dispatcher = request.getrequestdispatcher(" 실행할페이지.jsp"); dispatcher.forward(request, response); - 위의예에서와같이 RequestDispatcher

More information

(3) () () LOSS LOSS LOSS LOSS (4) = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100

(3) () () LOSS LOSS LOSS LOSS (4) = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 1.,.. 2. (1) Flow + ( ) (2) Flow Flow (LINE) ) (LINE) ModelC/T LOSS DAT A Check Sheet ((%) (T PM) (LOSS) - (3) () () LOSS LOSS LOSS LOSS (4) = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100 = 100

More information

C 언어 프로그래밊 과제 풀이

C 언어 프로그래밊 과제 풀이 과제풀이 (1) 홀수 / 짝수판정 (1) /* 20094123 홍길동 20100324 */ /* even_or_odd.c */ /* 정수를입력받아홀수인지짝수인지판정하는프로그램 */ int number; printf(" 정수를입력하시오 => "); scanf("%d", &number); 확인 주석문 가필요한이유 printf 와 scanf 쌍

More information

U.Tu System Application DW Service AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형

U.Tu System Application DW Service AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형 AGENDA 1. 개요 4. 솔루션 모음 1.1. 제안의 배경 및 목적 4.1. 고객정의 DW구축에 필요한 메타정보 생성 1.2. 제품 개요 4.2. 사전 변경 관리 1.3. 제품 특장점 4.3. 부품화형 언어 변환 1.4. 기대 효과 4.4. 프로그램 Restructuring 4.5. 소스 모듈 관리 2. SeeMAGMA 적용 전략 2.1. SeeMAGMA

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

Java ...

Java ... 컴퓨터언어 1 Java 제어문 조성일 조건문 : if, switch 어떠한조건을조사하여각기다른명령을실행 if 문, switch 문 if 문 if - else 문형식 if 문형식 if ( 조건식 ) { 명령문 1; 명령문 2;... if ( 조건식 ) { 명령문 1; 명령문 2;... else { 명령문 a; 명령문 b;... 예제 1 정수를입력받아짝수와홀수를판별하는프로그램을작성하시오.

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

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

Something that can be seen, touched or otherwise sensed

Something that can be seen, touched or otherwise sensed Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have

More information

Visual Basic 반복문

Visual Basic 반복문 학습목표 반복문 For Next문, For Each Next문 Do Loop문, While End While문 구구단작성기로익히는반복문 2 5.1 반복문 5.2 구구단작성기로익히는반복문 3 반복문 주어진조건이만족하는동안또는주어진조건이만족할때까지일정구간의실행문을반복하기위해사용 For Next For Each Next Do Loop While Wend 4 For

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 @ Lesson 3 if, if else, if else if, switch case for, while, do while break, continue : System.in, args, JOptionPane for (,, ) @ vs. logic data method variable Data Data Flow (Type), ( ) @ Member field

More information