S A S D 발표 : 구태환
|
|
- 이나 낭
- 5 years ago
- Views:
Transcription
1 S A S D 발표 : 구태환
2 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 4. Module Definition Process Specification 4. Final State Machine
3 System Analysis S A
4 S A (1/18) Statement of Purpose System Context Diagram DFD FSM Statement of Purpose 입력센서 : Touch, Sound, Light, Ultrasonic Sensor 출력장치 : Speaker, Wheel(Motor A, C), Brake(Motor B), Display 로봇은기본적으로직선으로전진한다. 로봇이작동하는동안화면에는기본적으로 Working 을출력한다. 전방의센서를통해장애물을인식하며, 장애물을인식하면방향을바꾼다. 방향전환후다시이전속도로전진한다. Touch 센서를통해속도를조절할수있다. Light 센서를통해빛을감지해제동장치를작동여부를판별한다. 박수소리에맞춰 Thank you 소리를출력한다. 상세내용생략
5 S A (2/18) Statement of Purpose System Context Diagram DFD FSM System Context Diagram (1/2) Sensor Touch Sensor Input Sound Sensor Input Light Sensor Input Ultra Sonic Sensor Input NXT Controller Motor Info Speaker Motor Displayer
6 S A (3/18) Statement of Purpose System Context Diagram DFD FSM System Context Diagram (2/2) Event List Input / Output Event Description Touch sensor input Touch sensor 를통해사용자가버튼을눌렀는지에대한정보를나타낸다. Sound sensor input Sound sensor 를통해들어오는소리의정보를나타낸다. Light sensor input Light sensor 를통해들어오는밝기의정보를나타낸다. Ultra sonic sensor input Ultra sonic sensor 를통해들어오는사물과의거리정보를나타낸다. SpeakerInfo MotorInfo DisplayerInfo Speaker 가출력해야할 information 어떤모터가어떤방향과크기로동작하는지에대한 information Displayer 가출력해야할 information
7 S A (4/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (1/5) Level 0 Touch Sensor Speaker Sound Sensor Light Sensor NXT Controller 0 Motor Info Motor UltraSonic Sensor Tick Digital Clock Displayer
8 S A (5/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (1/5) Level 0 (Data Dictionary) Input / Output Event Description Format / Type Touch sensor input Touch sensor 를통해사용자가버튼을눌렀는지에대한정보를나타낸다. True / False, Interrupt Sound sensor input Sound sensor 를통해들어오는소리의정보를나타낸다. Int(0~100), Periodic Light sensor input Light sensor 를통해들어오는밝기의정보를나타낸다. Int(0~100), Periodic Ultra sonic sensor input Ultra sonic sensor 를통해들어오는사물과의거리정보를나타낸다. Int(0~255), Periodic SpeakerInfo Speaker 가출력해야할 information Night / Good morning / Thank you MotorInfo 어떤모터가어떤방향과크기로동작하는지에대한 information Motor((A, B, C), 방향, 속도 ) DisplayerInfo Displayer 가출력해야할 information Working / Sleeping
9 S A (6/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (2/5) Level 1 Touch & Number TSLU Detect 1 Sound Light Distance Control Unit 2 Tick Tick
10 S A (7/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (2/5) Level 3 (Data Dictionary) Input / Output Event Description Format / Type Touch & Number Touch Sensor Interface 를통해 Main Control 에게 Touch 여부및눌린횟수를알려준다. (True/False, Int), Periodic Sound Sound Sensor Interface 를통해 Main Control 에게소리의크기를알려준다. Int,(0~100) Periodic Light Light Sensor Interface 를통해 Main Control 에게빛의밝기를알려준다. Int(0~100), Periodic Distance Ultra Sonic Sensor Interface 를통해장애물과의거리를 Main Control 에게알려준다 Int(0~255), Periodic
11 S A (8/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (3/5) Level 2 Touch Sensor Interface 1.1 Speaker Interface 2.2 Speaker Info Tick Light Sensor Input Tick Sound Sensor Interface 1.2 Light Sensor Interface 1.3 Ultra Sonic Sensor Interface 1.4 Main Control 2.1 Tick Motor Command Motor Interface 2.3 Displayer Interface 2.4 Motor Info Displayer Info
12 S A (9/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (3/5) Level 2 (Event List) Input / Output Event Description Format / Type Speaker Command Motor Command Displayer Command Thank you : Sound 가 70 이상일때 Night : Light 가 40 이하이고, 5 초후의 Light 값이 40 이하일때 Good Morning : 로봇이멈췄다가 Light 가 40 이상일때 Move Forward : Light 가 40 이상, Distance 가 10 이상일때 Turn left : Light 가 40 이상, Distance 가 10 이하일때 Turn 180 : Turn left 이후 Turn Right : Turn 180 이후 IsBrake : Light 가 40 이하일때 / 40 이상일때 Working : 로봇이동작중일때 Sleeping : 로봇이동작하다가멈출때 Night / Good morning / Thank you ((A,TRUE,Speed),(C,TRUE,Speed)) ((A,TRUE,50),(C,FALSE,50)) ((A,TRUE,50),(C,FALSE,50)) ((A,FALSE,50),(C,TRUE,50)) (B,TRUE,100) / (B,FALSE,0) Working / Sleeping
13 S A (10/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (4/5) Level 3 Speed Tick Controller Move Forward Motor Command Turn Right Turn Left Turn Motor Command Motor Command Motor Command IsBrake Motor Command Sound Store IsSound Sound Command Display Store IsDisplay Display Command
14 S A (11/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (4/5) Level 3 (Data Dictionary) Input / Output Event Description Format / Type Speed DisplayStore SoundStore Speed 크기를저장할 Speed 변수가있다. Speed 변수는 Touch 의눌린횟수에따라 0.5 초마다홀수이면속도를 10 씩증가시키고짝수이면 10 씩감소시킨다. Speed 의최대값은 100, 최소값은 0 이다. Displayer 가출력하여야할소리정보를저장한다. IsDisplay 가 Controller 에의해 trigger 되면 DisplayStore 에있는화면출력정보를불러와그데이터를출력한다. Speaker 가출력하여야할소리정보를저장한다. IsSound 가 Controller 에의해 trigger 되면 SoundStore 에있는소리정보를불러와그데이터를출력한다. Int(0~100) Working, Sleeping Night / Good morning / Thank you
15 S A (12/18) Statement of Purpose System Context Diagram DFD FSM Data Flow Diagram (5/5) Final 1.1 [A] Speed [A] 1.2 [P] [P] [C] [P] A : ASynchronous P : Periodic C : Control Sound Store Display Store [A] [A]
16 S A (13/18) Statement of Purpose System Context Diagram DFD FSM 1.1 Touch Sensor Interface Prototype Process description Touch&Number TouchSensorInterface(Touch_sensor_input) Touch Sensor 에서 Touch sensor input 을받으면 Controller 에게 Touch 를통해눌렸는지에대한여부및 Number 를통해눌린횟수를알린다. Touch 는 true/false 로구분되며, Number 는 int 형이다. Sensor 가눌렸을때가 true, 떼었을때가 false 이다. 그리고눌린횟수마다 Number 는 1 씩자동적으로증가한다. 1.2 Sound Sensor Interface Prototype Process description int SoundSensorInterface(Sound_sensor_input) Sound Sensor 에서 10ms 주기로들어오는 Sound sensor input 을받으면 Controller 에게 Sound 를정수형으로보내어소리의크기를보내준다 Light Sensor Interface Prototype Process description int LightSensorInterface(Light_sensor_input) Light Sensor 에서 10ms 주기로들어오는 Light sensor input 을받으면 Controller 에게 Light 를정수형으로보내어빛의세기를보내준다. Process Specificiation(1/5)
17 S A (14/18) Statement of Purpose System Context Diagram DFD FSM 1. 4 Ultrasonic Sensor Interface Prototype Process description int UltrasonicSensorInterface(Ultrasonic_sensor_input) Ultrasonic sensor 에서 10ms 주기로들어오는장애물과의거리를나타내는 Ultrasonic sensor input 을받으면 Controller 에게장애물과의거리 Distance 를정수형으로보내준다 Move Forward Prototype Process description MotorCommand MoveForward(bool) MotorCommand 데이터를보내어 Motor A,C 가작동할수있도록한다. Enable 시 Speed 값을불러와모터 A, C 에속도크기와방향에대한정보를반환한다. Disable 시 Motor A,C 에게모두속도를 0 을주어서모터를정지시킨다. Process Specificiation(2/5)
18 S A (15/18) Statement of Purpose System Context Diagram DFD FSM Turn Left 90 Prototype Process description MotorCommand TurnLeft(bool) Trigger 이벤트가발생시수행되며 MotorCommand 데이터를보내어 50% 의속도로 Motor A 가 0.5 초간앞으로, Motor C 가 0.5 초간뒤로작동할수있도록한다 Turn Right 90 Prototype Process description MotorCommand TurnRight(bool) Trigger 이벤트가발생시수행되며 MotorCommand 데이터를보내어 50% 의속도로 Motor A 가 0.5 초간뒤로, Motor C 가 0.5 초간앞으로작동할수있도록한다 Turn 180 Prototype Process description MotorCommand Turn180(bool) Trigger 이벤트가발생시수행되며 MotorCommand 데이터를보내어 50% 의속도로 Motor A 가 1 초간앞으로, 50% 의속도로 Motor C 가 1 초간뒤로작동할수있도록한다. Process Specificiation(3/5)
19 S A (16/18) Statement of Purpose System Context Diagram DFD FSM IsBrake Prototype Process description MotorCommand IsBrake(bool) Motor Command 데이터를보내어 Motor B 가작동할수있도록한다. Motor B 에게 enable 시속도 100 과방향 TRUE 를, disable 시속도 0 과역방향 FALSE 를전달한다 IsSound Prototype Process description SoundCommand IsSound(bool) Trigger 이벤트가발생시수행되며 SoundStore 에저장된출력할소리정보값을불러와 SoundCommand 로보내준다 IsDisplay Prototype DisplayCommand IsDisplay(bool) Process description Trigger 이벤트가발생시수행되며 DisplayStore 에저장된화면출력정보값을불러 DisplayCommand 로보내준다. Process Specificiation(4/5)
20 S A (17/18) Statement of Purpose System Context Diagram DFD FSM 2. 2 Speaker Interface Prototype SpeakerInfo SpeakerInterface(SpeakerCommand) Process description SpeakerCommand( Thank you, Night, Good Morning ) 를받아서 Speaker 에게 SpeakerInfo 소리를내게한다 Motor Interface Prototype MotorInfo MotorInterface(MotorCommand) Process description MotorCommand(Motor A B C, 방향, 속도 ) 를받아서 Motor 에게 MotorInfo 에해당하는동작을하게한다 Displayer Interface Prototype DisplayerInfo DisplayerInterface(DisplayerCommand) Process description DisplayerCommand( Working, Sleeping ) 를받아서 Displayer 에게 DisplayerInfo 화면을출력하게한다. Process Specificiation(5/5)
21 S A (18/18) Statement of Purpose System Context Diagram DFD FSM Idle /DisplayStore := Working,,Enable IsDisplay,Speed := 0, SoundStore Final State Machine Tick(0.5) [Light>=40&&Distance>10&&Touch=T &&number=odd] /Speed : -=10, DisplayStore := Working SoundStore := Thank you Tick(0.5) [Light>=40&&Distance>10&&Touch=T &&number=even] /Speed : +=10, DisplayStore := Working SoundStore := Thank you [Light>=40&&Distance>10&&Sound>=70] /Speed, DisplayStore := Working,SoundStore := Thank you, Trigger IsSpeak [Light>=40] /Disable IsBrake,Speed, DisplayStore,SoundStore Move Forward Brake Tick(0.5) [Light>=40&&Touch=T] /Speed : +=10,DisplayStore,SoundStore := Thank you [Light<40] /Enable IsBrake,Speed, DisplayStore,SoundStore [Light>=40 && Distance<=10] /Trigger Turn Left 90,Speed, DisplayStore, SoundStore Timeout (0.5) [Distance>10] /Speed, DisplayStore, SoundStore,Enable Move Forward Turn Left 90 Timeout (0.5) [Distance<=10] /Speed, DisplayStore, SoundStore,Trigger Turn 180 Turn 180 Timeout(5)[Light<40] /Speed,Disable Move Forward,DisplayStore := Sleeping,Enable IsDisplay,SoundStore := Night,Trigger IsSpeak,Disable IsBrake Stop [Light >=40] /Speed,Enable Move Forward,DisplayStore := Working,Enable IsDisplay,SoundStore := Good Morning,Trigger IsSpeak Timeout (1) [Distance<=10] /Speed, DisplayStore, SoundStore.Trigger Turn Right 90 Turn Right 90
22 System Design S D
23 S D (1/8) Structure Charts Transform Analysis Basic Advanced Transform Analysis Touch Sensor Interface 1.1 Speaker Interface 2.2 Speaker Info Tick Light Sensor Input Tick Sound Sensor Interface 1.2 Light Sensor Interface 1.3 Ultra Sonic Sensor Interface 1.4 Main Control 2.1 Tick Motor Command Motor Interface 2.3 Displayer Interface 2.4 Motor Info Displayer Info Afferent Flow (Input) Central Transformation (Control) Efferent Flow (Output)
24 S D (2/8) Basic Main Touch Sensor Interface Other Sensors Interface Touch& Number Controller Light Distance Sound Motor Command Display Command Sound Command Motor Interface Displayer Interface Speaker Interface
25 S D (3/8) Advanced Main Touch Sensor Interface Other Sensors Interface Touch& Number Controller Light Distance Sound Motor Command Display Command Sound Command Motor Interface Displayer Interface Speaker Interface
26 S D (4/8) Structure Charts Transform Analysis Basic Advanced Module Definition 식별된 Task 에대한모듈정의 (1/2) 프로세스선별기준 Moudule Task 01 Touch Sensor Interface 1.1 Asynchronous Touch Sensor Interface Task 02 Sound Sensor Interface 1.2 Light Sensor Interface 1.3 UltraSonic Sensor Interface 1.4 Periodic Other Sensors Interface Task 03 Controller Move Forward Turn Left Turn Right Turn Is Brake IsSound IsDisplay Control Controller
27 S D (5/8) Structure Charts Transform Analysis Basic Advanced Module Definition 식별된 Task 에대한모듈정의 (2/2) 프로세스선별기준 Moudule Task 04 Motor Interface 2.3 Asynchronous Motor Interface Task 05 Speaker Interface 2.2 Asynchronous Speaker Interface Task 06 Displayer Interface 2.4 Asynchronous Displayer Interface
28 S D (6/8) Structure Charts Transform Analysis Basic Advanced Module Definition Module Definition (1/3) 모듈 ID NXT_CM01 모듈명 Controller 모듈개요 인터페이스 Touch 센서와이외의 Sensor(Sound, Light, UltraSonic) 부터의입력값을이용해 Motor 와 Displayer 그리고 Speaker 를제어함 없음 프로그램구동시에실행 모듈 ID NXT_IM01 모듈명 Touch Sensor Interface 모듈개요 인터페이스 Toouch Sensor 로부터들어오는값을처리하여 Controller 로전달 Touch&Number TouchSensorInterface(Touch_sensor_input) - Touch Sensor Input 을받아 Touch Sensor 가눌렸는지에대한여부를 BOOL 값 ( 눌렸을때 True, 떼었을때 False) 및눌린횟수에대한정보값반환 모듈 ID NXT_IM02 모듈명 Other Sensors Interface 모듈개요 인터페이스 3 개의센서로부터들어오는값을처리하여 Controller 로전달 Sensor OtherSensorInterface(other_sensor_input) - 10ms 마다들어오는 3 개의 sensor 값을저장하여구조체로반환
29 S D (7/8) Structure Charts Transform Analysis Basic Advanced Module Definition Module Definition (2/3) 모듈 ID NXT_OM01 모듈명 Motor Interface 모듈개요 모터정보값을해당하는각 Motor 에전달 인터페이스 MotorInfo MotorInterface(MotorCommand) -MotorCommand(Motor A B C, 방향, 속도 ) 를받아서각 Motor (A, B, C) 에게 MotorInfo 동작을하게한다. 모듈 ID NXT_OM02 모듈명 Displayer Interface 모듈개요 인터페이스 화면출력정보값을 Diplayer 에게전달 DisplayerInfo DisplayerInterface(DisplayerCommand) -DisplayerCommand( Working, Sleeping ) 를받아서 Displayer 에게 DisplayerInfo 화면을출력하게한다.
30 S D (8/8) Structure Charts Transform Analysis Basic Advanced Module Definition Module Definition (3/3) 모듈 ID NXT_OM03 모듈명 Speaker Interface 모듈개요 소리출력정보값을 Speaker 에게전달 인터페이스 SpeakerInfo SpeakerInterface(SpeakerCommand) -SpeakerCommand( Thank you, Night, Good Morning ) 를받아서 Speaker 에게 SpeakerInfo 소리를내게한다.
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 informationRequirement 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 informationPowerPoint 프레젠테이션
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 informationStructure Analysis & Structure Design 유진혁 이찬희 최현빈 한경미
Structure Analysis & Structure Design 200811440 유진혁 200811449 이찬희 200811462 최현빈 200811464 한경미 문제정의 모터 ( 바퀴 + 브레이크 ) 동작 정지상태에서시작 - 속도값이 0 이상이면직선으로전진 - 전방장애물인식시, 방향전환후다시전진 방향전환시 - 전방에장애물발견 : 왼쪽 90도회전후직진
More informationRequirement 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 informationMicrosoft 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 informationPowerPoint 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 informationPowerPoint 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 informationPowerPoint 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차례 마인드스톰 NXT NXC 예제소스코드
NXC를 이용한 마인드스톰 프로그래밍 차례 마인드스톰 NXT NXC 예제소스코드 마인드스톰의구성 NXT Servo Motor Sonic Sensor Light Sensor Sound Sensor Many Bricks Touch Sensor 마인드스톰의주요부품 NXT 마인드스톰의메인이되는부품이다. Brick 들로만든로봇을각센서들에서받아들인정보를토대로 NXT 에서컨트롤한다.
More informationIndex 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 informationMicrosoft PowerPoint - T3 SASD(2).pptx
SASD IEC 3조 200312468 김완수 200511363 한상현 200960122 사인빌릭체렝밤바 Intelligent Elevator Controller (IEC) 조금더지능적으로뛰어난엘리베이터시스템을설계하여이용자들에게더욱편리하고같은시간내에더욱많은사람을이동시키게하므로서효율적인엘리베이터가용에도움을주는것을목적으로한다. 기존엘리베이터의운행에관한부분을모두수행가능할수있도록한다.
More informationÀ̵¿·Îº¿ÀÇ ÀÎÅͳݱâ¹Ý ¿ø°ÝÁ¦¾î½Ã ½Ã°£Áö¿¬¿¡_.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 informationUI 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 informationVer. 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 information2002년 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 informationVer _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 informationAPI 매뉴얼
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용어사전 PDF
0100010111000101010100101010101010010101010010101010101000101010101010101010101010001001011000101001010100001010111010 1101101101111010011101010010101000010111010000101010101010101110010010011111101010101010010101010101010100101010100001
More informationMicrosoft 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<FEFF11121162110211611106116E002D1107116911B71112116900330036002E0069006E0064006400000000000093782FC816B427590034001CBDFC1B558B202E6559E830EB00000000937C28D9>
02 04 06 14 16 19 24 26 27 28 31 3 4 5 세상과 (소통)하다!! 세상과 (소통)하다!! 세상과 (소통)하다!! 6 7 건강지원 프로그램으로 굳어져가는 몸과 마음을 풀어보아요~ 8 9 새해 복 많이 받으세요~ 10 11 12 13 14 15 14 14 14 14 15 15 16 17 18 19 20 21 방과 후 교실(해나무 주간보호센터
More informationTable 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 informationuntitled
Huvitz Digital Microscope HDS-5800 Dimensions unit : mm Huvitz Digital Microscope HDS-5800 HDS-MC HDS-SS50 HDS-TS50 SUPERIORITY Smart Optical Solutions for You! Huvitz Digital Microscope HDS-5800 Contents
More informationAPI 매뉴얼
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歯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쿠폰형_상품소개서
브랜드이모티콘 쿠폰형 상품 소개서 카카오톡 브랜드이모티콘 잘 만든 브랜드이모티콘 하나, 열 마케팅 부럽지 않다! 카카오톡 브랜드이모티콘은 2012년 출시 이후 강력한 마케팅 도구로 꾸준히 사랑 받고 있습니다. 브랜드 아이덴티티를 잘 반영하여 카카오톡 사용자의 적극적인 호응과 브랜딩 지표 향상을 얻고 있는 강력한 브랜드 아이템입니다. Open
More informationVer. 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 informationDigital 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 informationVer. 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 informationuntitled
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歯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슬라이드 1
마이크로컨트롤러 2 (MicroController2) 2 강 ATmega128 의 external interrupt 이귀형교수님 학습목표 interrupt 란무엇인가? 기본개념을알아본다. interrupt 중에서가장사용하기쉬운 external interrupt 의사용방법을학습한다. 1. Interrupt 는왜필요할까? 함수동작을추가하여실행시키려면? //***
More informationMicrosoft PowerPoint - Java7.pptx
HPC & OT Lab. 1 HPC & OT Lab. 2 실습 7 주차 Jin-Ho, Jang M.S. Hanyang Univ. HPC&OT Lab. jinhoyo@nate.com HPC & OT Lab. 3 Component Structure 객체 (object) 생성개념을이해한다. 외부클래스에대한접근방법을이해한다. 접근제어자 (public & private)
More informationPowerPoint 프레젠테이션
RecurDyn 의 Co-simulation 와 하드웨어인터페이스적용 2016.11.16 User day 김진수, 서준원 펑션베이솔루션그룹 Index 1. Co-simulation 이란? Interface 방식 Co-simulation 개념 2. RecurDyn 과 Co-simulation 이가능한분야별소프트웨어 Dynamics과 Control 1) RecurDyn
More informationuntitled
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 informationTable 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 informationSomething 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 informationPowerPoint 프레젠테이션
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 informationSMV 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중간고사
중간고사 예제 1 사용자로부터받은두개의숫자 x, y 중에서큰수를찾는알고리즘을의사코드로작성하시오. Step 1: Input x, y Step 2: if (x > y) then MAX
More information슬라이드 1
핚국산업기술대학교 제 14 강 GUI (III) 이대현교수 학습안내 학습목표 CEGUI 라이브러리를이용하여, 게임메뉴 UI 를구현해본다. 학습내용 CEGUI 레이아웃의로딩및렌더링. OIS 와 CEGUI 의연결. CEGUI 위젯과이벤트의연동. UI 구현 : 하드코딩방식 C++ 코드를이용하여, 코드내에서직접위젯들을생성및설정 CEGUI::PushButton* resumebutton
More informationhwp
100% Concentration rate (%) 95% 90% 85% 80% 0.5 1.5 2.5 3.5 4.5 5.5 6.5 7.5 Time (min) Control box of RS485 Driving part Control trigger Control box of driving car Diaphragm Lens of camera Illumination
More information슬라이드 1
사용 전에 사용자 주의 사항을 반드시 읽고 정확하게 지켜주시기 바랍니다. 사용설명서의 구성품 형상과 색상은 실제와 다를 수 있습니다. 사용설명서의 내용은 제품의 소프트웨어 버전이나 통신 사업자의 사정에 따라 다를 수 있습니다. 본 사용설명서는 저작권법에 의해 보호를 받고 있습니다. 본 사용설명서는 주식회사 블루버드소프트에서 제작한 것으로 편집 오류, 정보 누락
More information목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2
유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...
More informationTEL:02)861-1175, FAX:02)861-1176 , REAL-TIME,, ( ) CUSTOMER. CUSTOMER REAL TIME CUSTOMER D/B RF HANDY TEMINAL RF, RF (AP-3020) : LAN-S (N-1000) : LAN (TCP/IP) RF (PPT-2740) : RF (,RF ) : (CL-201)
More informationPART 8 12 16 21 25 28
PART 8 12 16 21 25 28 PART 34 38 43 46 51 55 60 64 PART 70 75 79 84 89 94 99 104 PART 110 115 120 124 129 134 139 144 PART 150 155 159 PART 8 1 9 10 11 12 2 13 14 15 16 3 17 18 19 20 21 4 22 23 24 25 5
More informationVer. Team PTS.SRA-4.0 Software Requirement Analysis for Public Transport System Project Team Team 7 Date 박재원 김철진
Software Requirement Analysis for Public Transport System Project Team Date 2014-11-20 박재원 201011332 김철진 201211032 장계인 201312412 Table of Contents 1 Introduction 1.1 Purpose Public Transport System 에서사용할소프트웨어개발
More informationMicrosoft 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감각형 증강현실을 이용한
대한산업공학회/한국경영과학회 2012년 춘계공동학술대회 감각형 증강현실을 이용한 전자제품의 디자인 품평 문희철, 박상진, 박형준 * 조선대학교 산업공학과 * 교신저자, hzpark@chosun.ac.kr 002660 ABSTRACT We present the recent status of our research on design evaluation of digital
More informationCANTUS 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 informationVer. 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 informationSRC 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<4D F736F F F696E74202D20BBB7BBB7C7D15F FBEDFB0A3B1B3C0B05FC1A634C0CFC2F72E BC8A3C8AF20B8F0B5E55D>
뻔뻔한 AVR 프로그래밍 The 4 th Lecture 유명환 ( yoo@netplug.co.kr) 1 시간 (Time) 에대한정의 INDEX 2 왜타이머 (Timer) 와카운터 (Counter) 인가? 3 ATmega128 타이머 / 카운터동작구조 4 ATmega128 타이머 / 카운터관련레지스터 5 뻔뻔한노하우 : 레지스터비트설정방법 6 ATmega128
More information목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨
최종 수정일: 2010.01.15 inexio 적외선 터치스크린 사용 설명서 [Notes] 본 매뉴얼의 정보는 예고 없이 변경될 수 있으며 사용된 이미지가 실제와 다를 수 있습니다. 1 목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시
More informationthesis
( 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 informationMicrosoft 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±Â¸ð´×ÀÎõ ÃÖÁ¾
2007.5 0 4 0 Good Morning Incheon 5 2 0 1 4 I n c h e o n A s i a n G a m e s V i s i o n 2 0 1 4 I n c h e o n A s i a n G a m e s 0 8 0 Good Morning Incheon 9 1 0 1 Good Morning Incheon 1 1 2 1 Good
More informationez-md+_manual01
ez-md+ HDMI/SDI Cross Converter with Audio Mux/Demux Operation manual REVISION NUMBER: 1.0.0 DISTRIBUTION DATE: NOVEMBER. 2018 저작권 알림 Copyright 2006~2018 LUMANTEK Co., Ltd. All Rights Reserved 루먼텍 사에서
More information인켈(국문)pdf.pdf
M F - 2 5 0 Portable Digital Music Player FM PRESET STEREOMONO FM FM FM FM EQ PC Install Disc MP3/FM Program U S B P C Firmware Upgrade General Repeat Mode FM Band Sleep Time Power Off Time Resume Load
More informationPJTROHMPCJPS.hwp
제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:
More informationMicrosoft 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 informationMAX+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 informationez-shv manual
ez-shv+ SDI to HDMI Converter with Display and Scaler Operation manual REVISION NUMBER: 1.0.0 DISTRIBUTION DATE: NOVEMBER. 2018 저작권 알림 Copyright 2006~2018 LUMANTEK Co., Ltd. All Rights Reserved 루먼텍 사에서
More information0806 블랙박스 메뉴얼 L5 원고작업_수정
CLON L5 USER'S MANUAL Full HD Driving Image Recorder EFL3.0mm F2.0 DRIVING IMAGE RECORDER Digital L5 Recorder 본 제품을 사용하기 전에... www.eyeclon.com 제품을 구입해 주셔서 감사합니다. (아이클론)은 엠씨넥스의 상표입니다. 엠씨넥스 설명서의 모든 내용은 저작권법에
More information2 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목차 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 informationMicrosoft PowerPoint - chap06-2pointer.ppt
2010-1 학기프로그래밍입문 (1) chapter 06-2 참고자료 포인터 박종혁 Tel: 970-6702 Email: jhpark1@snut.ac.kr 한빛미디어 출처 : 뇌를자극하는 C프로그래밍, 한빛미디어 -1- 포인터의정의와사용 변수를선언하는것은메모리에기억공간을할당하는것이며할당된이후에는변수명으로그기억공간을사용한다. 할당된기억공간을사용하는방법에는변수명외에메모리의실제주소값을사용하는것이다.
More informationMicrosoft Word - USB복사기.doc
Version: SD/USB 80130 Content Index 1. Introduction 1.1 제품개요------------------------------------------------------------P.02 1.2 모델별 제품사양-------------------------------------------------------P.04 2. Function
More informationPowerPoint 프레젠테이션
........................... ½ ¼ ½ ¾ ................................................ ...........................................................................
More information歯경영혁신 단계별 프로그램 사례.ppt
BMS Infra BMS Location A B C D D A Location Card + Location SET Card : 1 : : Location Card ( ) ( Over ) Location Card Card Location Card ( ) ( ) Location Card LocationCard RACK1 AGE / 7 ( ) SET Location
More informationVer. 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 informationUI TASK & KEY EVENT
T9 & AUTOMATA 2007. 3. 23 PLATFORM TEAM 정용학 차례 T9 개요 새로운언어 (LDB) 추가 T9 주요구조체 / 주요함수 Automata 개요 Automata 주요함수 추후세미나계획 질의응답및토의 T9 ( 2 / 30 ) T9 개요 일반적으로 cat 이라는단어를쓸려면... 기존모드 (multitap) 2,2,2, 2,8 ( 총 6번의입력
More informationLab 3. 실습문제 (Single linked list)_해답.hwp
Lab 3. Singly-linked list 의구현 실험실습일시 : 2009. 3. 30. 담당교수 : 정진우 담당조교 : 곽문상 보고서제출기한 : 2009. 4. 5. 학과 : 학번 : 성명 : 실습과제목적 : 이론시간에배운 Singly-linked list를실제로구현할수있다. 실습과제내용 : 주어진소스를이용해 Singly-linked list의각함수를구현한다.
More information슬라이드 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 informationchap 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 informationMotor
Interactive Workshop for Artists & Designers Earl Park Motor Servo Motor Control #include Servo myservo; // create servo object to control a servo int potpin = 0; // analog pin used to connect
More informationMicrosoft PowerPoint - 3ÀÏ°_º¯¼ö¿Í »ó¼ö.ppt
변수와상수 1 변수란무엇인가? 변수 : 정보 (data) 를저장하는컴퓨터내의특정위치 ( 임시저장공간 ) 메모리, register 메모리주소 101 번지 102 번지 변수의크기에따라 주로 byte 단위 메모리 2 기본적인변수형및변수의크기 변수의크기 해당컴퓨터에서는항상일정 컴퓨터마다다를수있음 short
More informationCD-RW_Advanced.PDF
HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5
More information(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많이 이용하는 라면,햄버그,과자,탄산음료등은 무서운 병을 유발하고 비만의 원인 식품 이다. 8,등겨에 흘려 보낸 영양을 되 찾을 수 있다. 도정과정에서 등겨에 흘려 보낸 영양 많은 쌀눈과 쌀껍질의 영양을 등겨를 물에 우러나게하여 장시간 물에 담가 두어 영양을 되 찾는다
(51) Int. Cl. (19) 대한민국특허청(KR) (12) 공개실용신안공보(U) A23L 1/307 (2006.01) C02F 1/68 (2006.01) (21) 출원번호 20-2011-0002850 (22) 출원일자 2011년04월05일 심사청구일자 2011년04월05일 (11) 공개번호 20-2011-0004312 (43) 공개일자 2011년05월03일
More informationhw 2006 Tech guide 64p v5
TECHNICAL TRAINING GUIDE 2006 2 Process Solutions Building Solutions Contents TECHNICAL TRAINING GUIDE 2006 2006 Technical Training Guide 4 2006 Technical Training Guide 5 2006 Technical Training Guide
More informationPowerPoint Template
JavaScript 회원정보 입력양식만들기 HTML & JavaScript Contents 1. Form 객체 2. 일반적인입력양식 3. 선택입력양식 4. 회원정보입력양식만들기 2 Form 객체 Form 객체 입력양식의틀이되는 태그에접근할수있도록지원 Document 객체의하위에위치 속성들은모두 태그의속성들의정보에관련된것
More informationLCD Display
LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display
More information정답-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(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 -
(Asynchronous Mode) - - - ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 - UART (Univ ers al As y nchronous Receiver / T rans mitter) 8250A 8250A { COM1(3F8H). - Line Control Register
More informationuntitled
1 PLC 1.1 PLC 1.1.1 PLC PLC(Programmable Logic Controller),,, LSI,,. (NEMA: National Electrical Manufactrurers Association),,,,. 1.1.2 PLC PLC. FMS(Flexible Manufacturing System) PLC,. 1-1 PLC. - 5 - 1.2
More informationPowerPoint Presentation
객체지향프로그래밍 인터페이스, 람다식, 패키지 ( 실습 ) 손시운 ssw5176@kangwon.ac.kr 예제 1. 홈네트워킹 public interface RemoteControl { public void turnon(); // 가전제품을켠다. public void turnoff(); // 가전제품을끈다. 인터페이스를구현 public class Television
More informationuntitled
Morning Brief () 1,800 1,500 1,200 () (%) 1,400 14 1,200 () 12 () 1,000 10 900 600 300 800 600 400 200 8 6 4 2 0-300 1Q04 3Q04 1Q05 3Q05 1Q06 3Q06 0-200 0 1Q04 3Q04 1Q05 3Q05 1Q06 3Q06-2 () () (%) 6,000
More informationPRO1_04E [읽기 전용]
Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC
More informationETL_project_best_practice1.ppt
ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication
More information