<363120C3D6C0CFBFEC2DBCBEBCAD20B3D7C6AEBFF6C5A920C8AFB0E6BFA1BCAD2E687770>

Size: px
Start display at page:

Download "<363120C3D6C0CFBFEC2DBCBEBCAD20B3D7C6AEBFF6C5A920C8AFB0E6BFA1BCAD2E687770>"

Transcription

1 Journal of the Korea Academia-Industrial cooperation Society Vol. 15, No. 7 pp , ISSN / eissn 이우진 1, 최일우 2* 1 세종대학교정보통신공학과, 2 강남대학교교양학부 A Tool to Efficient Deelopment of Node Software for Various Operating System Platforms in Sensor Network Enironment Woo-Jin Lee 1, Il-Woo Choi 2* 1 Dept. of Information and Communication Engineering, Sejong Uniersity 2 Diision of General Studies, Kangnam Uniersity 요약본논문에서는센서네트워크에서다양한운영체제플랫폼을위한노드소프트웨어를효율적으로개발하기위한개발도구를제안한다. 제안하는도구는그래픽모델다이어그램작성, PIM 및 PSM 설계, 코드자동생성, 배포파일자동생성등을위한모듈로구성된다. 제안하는도구를통하여사용자들이전체적인센서네트워크모델을작성하고, 속성값을설정함으로써각노드소프트웨어에대한 PIM과타겟플랫폼에대한 PSM을설계하면, PSM에대한정보와타겟플랫폼에대한코드템플릿을바탕으로소스코드가자동으로생성된다. 그리고, 응용소프트웨어코드를바탕으로각노드에설치할수있는배포파일을자동으로생성할수있다. 제안하는도구는사용자들이센서네트워크에대한 low-leel 의정보를상세히알지못하더라도손쉽게다양한플랫폼에대한노드소프트웨어를생성할수있도록해준다. Abstract This paper proposes a deelopment tool to efficiently deelop node software for arious operating system platforms in a sensor network. The proposed tool consisted of seeral modules, such as writing graphical model diagram, PIM and PSM design, code generation, and deployment file generation. Through the proposed tool, the users can graphically draw a sensor network model and design the PIM and PSM of the node software by setting the alues of the predefined attributes. The source code of the node software is generated automatically from the PSM using the code templates of the target platform. The deployment files for installing node software on each node are generated automatically. The proposed tool helps the users to deelop node software easily for a range of target platforms, een though they do not hae details of the low-leel information for a sensor network. Key Words : Ubiquitous Sensor Network, Software Deelopment Tool, MDA, Attribute, Multi-Platform 1. 서론유비쿼터스센서네트워크 (Ubiquitous Sensor Network, USN)[1] 는저전력, 초경량의센서들로구성된네트워크로사물과주변환경을감지하여사용자에게정보를전달해줌으로써, 사용자들은센서네트워크를통하여언제, 어디서나정보를전달받을수있는 USN 환경을구축할수있으며다양한분야에서연구, 개발되어지 고있다. 센서네트워크를구성하는노드들은저전력, 초경량으로여러가지제약사항을가지므로노드소프트웨어는이러한제약사항을고려하여개발해야한다. 또한노드소프트웨어는운영체제를기반으로개발되는데센서네트워크운영체제는여러종류가존재하므로, 노드소프트웨어는타겟운영체제의종류또한고려되어야한다. 이와같이여러제약사항및다양한운영체제를고려 이논문은강남대학교교내연구비지원을받아연구된것임. * Corresponding Author : Il-Woo Choi(Kangnam Uni.) Tel: iwchoi@kangnam.ac.kr Receied March 25, 2014 Reised (1st April 21, 2014, 2nd June 2, 2014) Accepted July 10,

2 하여소프트웨어를개발하는것은매우번거로운일이다. 이러한문제를해결하기위하여, 센서네트워크노드소프트웨어의효율적인개발을지원하는여러가지도구 [2-5] 가개발되었다. 그러나이러한도구들은대부분특정운영체제플랫폼만을지원하기때문에타겟플랫폼에따라서로다른도구를사용해야하는불편함이있다. 따라서본논문에서는다양한플랫폼에대한노드소프트웨어를효율적으로개발할수있는 MDA 및속성기반의노드소프트웨어개발지원도구를제안한다. 2. 관련연구 2.1 센서네트워크운영체제플랫폼센서네트워크운영체제플랫폼은센서노드가가지는자원의제약을극복하고다양한분야의응용소프트웨어에대한개발을지원하기위하여만들어졌다. 센서네트워크운영체제는운영체제가가지는전반적인기능을포함하도록발전하였으며, 다양한종류의운영체제 [6-13] 가만들어졌다. 이러한센서네트워크운영체제플랫폼은센서네트워크응용소프트웨어를개발하는데매우중요한역할을한다. 센서네트워크응용소프트웨어는운영체제의모듈과운영체제의모듈을사용하는응용코드가합쳐져서개발되기때문에, 센서네트워크응용소프트웨어를개발하는경우에는타겟운영체제플랫폼이제공하는기능을포함하도록설계하고코드를생성해야한다. 2.2 기존의센서네트워크응용소프트웨어개발도구기존의센서네트워크응용소프트웨어개발도구로는.NET Micro Framework[2], MoteWorks[3], NanoEsto[4], TinyOS Plugin[5] 등을비롯하여여러가지도구가있다. 이러한도구들은사용자들이센서네트워크응용소프트웨어를편리하게개발할수있도록지원하기위하여비주얼한모델링을제공하고, 코드의자동생성등을지원한다. 그러나대부분의도구는하나의플랫폼에대한응용소프트웨어생성만을지원하며, 한번에하나의노드에대한응용소프트웨어만을개발할수있다는단점이있다. 본논문에서는이러한기존도구들의단점을극복하기위하여다양한플랫폼에대한응용소프트웨어를생성할수있으며, 한번에여러개의노드에대한응용소프트웨어를설계하여생성할수있도록하는도구를제안한다. 3. 다양한운영체제플랫폼을지원하는속성기반의센서네트워크노드소프트웨어개발도구 본장에서는제안하는도구의특징과도구를구성하는모듈및도구를이용한소프트웨어개발절차에대하여설명한다. 3.1 도구의특징 이절에서는본논문에서제안하는센서네트워크노드소프트웨어의개발을위한도구의특징을설명한다 MDA 기반소프트웨어개발개념의적용 MDA(Model Drien Architecture)[14] 기반개발은플랫폼에독립적인모델인 PIM을재사용하여구현환경에맞는 PSM을생성하고, 그로부터소프트웨어를개발할수있도록하는것이다. 따라서 MDA 기반개발방법을사용하면하나의모델로부터다양한구현환경을위한소프트웨어를개발할수있으므로, 개발생산성이증가한다. 센서네트워크를위한운영체제플랫폼은매우다양하므로, 본논문에서제안하는도구는 MDA 기반개발의개념을적용하여 PIM을재사용하여다양한센서네트워크운영체제플랫폼에서수행가능한응용소프트웨어를생성하도록함으로써센서네트워크응용소프트웨어의개발생산성을증가시킬수있도록하였다 속성기반프로그래밍개념의적용 속성기반프로그래밍은응용소프트웨어코드작성시에속성을이용하여메타데이터를추가하여, 실행시에동적으로메타데이터의값을변경하도록함으로써코드를직접변경하거나재검파일을하지않고응용소프트웨어를재구성할수있도록한다 [15]. 또한속성기반프로그래밍은프로그램의추상화수 4537

3 한국산학기술학회논문지제 15 권제 7 호, 2014 준을높이는방법으로, 개발자들이속성을이용하여프로그램을작성하면구현시에속성의값에따라프로그램코드가삽입되도록함으로써개발자들이쉽게프로그램을작성하도록한다 [16]. 본논문에서제안하는도구는이러한속성기반프로그래밍의개념을확장적용하였다. 프로그램의복잡성을줄이기위하여프로그램작성시에속성과그에대한값을직접써넣는것이아니라미리정의되어있는속성의값을선택하도록하였다. 제안하는도구는이렇게선택된속성의값에따라코드의템플릿을조합하여응용소프트웨어코드를생성할수있도록하였다. 3.2 도구의구성모듈이절에서는본논문에서제안하는센서네트워크노드소프트웨어개발을위한도구의구성모듈을설명한다. 제안하는도구는그래픽사용자인터페이스, 속성생성기, 모델작성기, PIM-to-PSM 속성변환기, 설정정보생성기, 소스코드생성기, 템플릿저장소, 코드편집기및배포파일생성기로구성된다 그래픽사용자인터페이스 (GUI) 사용자가도구를편리하게사용할수있도록제공되는인터페이스이다. 그래픽사용자인터페이스를통하여사용자는센서네트워크모델작성및노드소프트웨어의설계를비주얼하게수행할수있다 속성생성기본논문에서제안하는도구는속성을기반으로소프트웨어를설계할수있도록해주는도구이다. 따라서소프트웨어설계에필요한속성을생성해야한다. 속성생성기는노드소프트웨어를설계하는데필요한속성들을생성해주는역할을한다. 속성생성기를통해서 PIM 설계를위한공통속성과각플랫폼에맞는 PSM 설계를위한종속속성을생성한다. 센서네트워크소프트웨어를설계하기위한속성은 Table 1과같은타겟플랫폼들의기능으로부터도출된다. 타겟플랫폼들의공통된기능들을바탕으로센서네트워크소프트웨어의 PIM 설계를위한속성이생성되고, 각플랫폼들의고유한기능들을바탕으로 PSM의설계를위한속성이생성된다. [Table 1] The functions of target platforms Platform Function Nano-Qplus TinyOS Scheduling RF communication Real Time Clock Timer Sensing(ADC) UART EEPROM read/write Flash Memory read/write LED I2C Hardware ID access WatchDog Hardware potentiometer Encryption/decryption Utility function System log function Random number generator Table 2는타겟플랫폼들의공통된기능으로부터 PIM을설계하기위해필요한공통속성을생성한결과를보여준다. [Table 2] Common attributes for PIM design Common functions and program elements Attribute Node name nodename Node identifier nodeid Type of node nodetype Scheduling Scheduler_Enable RF communication RF_Enable Timer Timer_Enable ADC (sensing) ADC_Enable UART UART (none, printf, scanf, printf&scanf) EEPROM read/write EEPROM_Enable LED LED_Enable Table 3은센서네트워크소프트웨어의 PSM 설계를위해생성한속성의예로 Nano-Qplus[6] 플랫폼을위한속성을보여준다. [Table 3] A part of platform-specific attributes for PSM design for Nano-Qplus Platform-specific functions and program elements Kind of scheduler Kind of sensor Kind of RF Temperature Light Humidity Attribute Scheduler (none, FIFO, PreemptionRR) RF (Simple, IEEE MAC, StarMesh) Sensor_Temperature_Enable Sensor_Light_Enable Sensor_Humidity_Enable 4538

4 PAN coordinator or not Basic MAC address ID of association permission node (start, end node) ID of next routing node (first, second node) ispancoordinatornode defaultmacaddr associationpermitstartnodeid, associationpermitendnodeid nexthoproutingfirstnodeid, nexthoproutingsecondnodeid Fig. 1은 Table 2와같이생성된공통속성을이용하여농작물관리시스템의 PIM을설계한일부를보여준다. PIM 설계시에는그림에서 sensor1 노드와같이센서네트워크를구성하는모든노드에대하여공통속성의값을설정해준다. Table 4는 TinyOS[7] 플랫폼을타겟으로하는노드소프트웨어의 PSM 설계를위해생성된종속속성을보여준다. [Table 4] A part of platform-specific attributes for PSM design for TinyOS Platform-specific functions and program elements Attribute Kind of scheduler Scheduler (none, FIFO) Kind of RF RF (BasicMAC, Broadcast, MultiHop) Real Time Clock Clock_Enable TinySec (encryption/decryption) TinySec_Enable Temperature Sensor_Temperature_Enable Kind of sensor Light Humidity Pressure Microphone Sensor_Light_Enable Sensor_Humidity_Enable Sensor_Pressure_Enable Sensor_Mic_Enable 제안하는도구에서, 이러한노드소프트웨어를설계하는데필요한속성들은 XML을통해정의되고, 속성생성기는정의된 XML을이용하여속성을생성한다 모델작성기 센서네트워크모델을작성할수있도록하는모듈이다. 모델작성기는플랫폼에독립적인 PIM과타겟플랫폼에종속적인 PSM을설계하기위한모듈로구성된다. 모델작성기에서는모든플랫폼에공통적인속성의값에대한설정을통하여 PIM을설계하고, 각플랫폼에종속적인속성의값에대한설정을통하여원하는플랫폼에대한 PSM을설계한다. [Fig. 2] Setting of platform-specific attributes alues for PSM design for Nano- Qplus platform Fig. 2는 Table 3와같이생성된 Nano-Qplus 플랫폼의종속속성을이용하여농작물관리시스템의 PSM을설계한일부를보여준다. 그림에서는 sensor1 노드에대한종속속성의값을설정한것을보여주는데, 이와같은방법으로센서네트워크모델에있는모든클래스에대하여타겟플랫폼에따른종속속성의값을설정함으로써응용소프트웨어의 PSM을설계할수있다. [Fig. 3] Setting of platform-specific attributes alues for PSM design for TinyOS platform [Fig. 1] Setting of common attributes alues for PIM design Fig. 3은 Table 4와같이생성된 TinyOS 플랫폼의종속속성을이용하여농작물관리시스템을위한센서네 4539

5 한국산학기술학회논문지제 15 권제 7 호, 2014 트워크응용소프트웨어의 PSM을설계한일부를보여준다. 모델작성기는센서네트워크모델을작성하기위하여각노드와노드간의관계를나타내는표기법을제공한다. 이러한표기법을이용하여 Fig.5와같은센서네트워크모델을작성할수있고, 센서네트워크모델을작성하면각노드에대한속성값의설정을통하여 Fig.2과같이 PIM을, Fig.3이나 Fig.4와같이 PSM을설계할수있다 PIM-to-PSM 속성변환기본논문에서제안하는도구는 PIM과 PSM을설계할때, 속성의값을설정해야한다. 그리고, PSM을설계하기위한속성은 PIM을설계할때설정한속성의값을바탕으로타겟플랫폼에따라생성되어야한다. PIM-to-PSM 속성변환기는 PIM 설계시에설정한속성의값을바탕으로타겟플랫폼을반영하는 PSM을설계할수있도록 PIM의속성을 PSM의속성으로변환시키는모듈이다. 모델작성기를통하여 PIM이설계되면, 설계된 PIM 에대한정보는 XML로저장된다. PIM-to-PSM 속성변환기는 PIM에대한 XML 정보를바탕으로타겟플랫폼에맞는 PSM 속성으로변환시킨다. 즉, PIM-to-PSM 속성변환기는 PIM의설계정보를각플랫폼에해당하는 PSM의속성과연결해주는역할을한다 설정정보생성기설정정보생성기는 PIM과 PSM 설계시에설정한속성의값에대한정보를생성하는모듈이다. 설정정보생성기에의해생성된 PIM에대한설정정보는 PSM을위한속성생성에사용되고, PSM에대해생성된설정정보는소스코드생성을위한코드템플릿을선택할때에사용된다. 설정정보생성기는모델작성기를통하여설계된 PIM 과 PSM에대한설정정보를 XML 파일로생성한다 소스코드생성기소스코드생성기는센서네트워크모델에존재하는각노드에대한응용소프트웨어의코드를자동으로생성하는모듈이다. 소스코드생성기는 PSM에대한설정정보와코드템플릿을바탕으로타겟플랫폼에따른응용소프트웨어의코드를생성한다. 소스코드생성기는 PSM에대한설정정보가저장되어있는 XML 파일을분석하여각노드소프트웨어에서필요로하는모듈코드와실행코드를알아내고, 그에맞는코드템플릿을템플릿저장소로부터가져와서통합하여노드소프트웨어에대한소스코드를생성한다 템플릿저장소템플릿저장소는노드소프트웨어에대한소스코드의생성을위해필요한코드템플릿을저장하는모듈이다. 각운영체제플랫폼이제공하는모듈코드와실행코드를바탕으로설계된코드템플릿을저장한다. 코드템플릿은타겟플랫폼에따라서함수, 클래스, 컴포넌트의형태를가질수있다 코드편집기코드편집기는소스코드생성기에의해자동으로생성된노드소프트웨어의코드를사용자가편집하고자할때사용한다. 자동으로생성된노드소프트웨어의코드를간단하게수정하거나필요한내용을추가하고자할때코드편집기를통하여편집할수있다 배포파일생성기최종적으로생성된응용소프트웨어는각센서노드에배포하여설치될수있는파일로만들어져야한다. 배포파일생성기는생성된응용소프트웨어를물리적인센서노드에설치할수있는파일로만들어주는역할을한다. 3.3 노드소프트웨어구축절차센서네트워크를구성하는각노드에설치될응용소프트웨어를구축하기위해서는먼저전체적인센서네트워크모델을작성하고, 각노드소프트웨어에대한 PIM 을설계한후타겟플랫폼에대한 PSM을설계하여, PSM에대한정보와타겟플랫폼에대한코드템플릿을이용하여소스코드를생성한다. 그리고마지막으로응용소프트웨어를각노드에설치할수있는배포파일을만든다. 4540

6 본논문에서제안하는도구를이용하여노드소프트웨어를구축하는절차를정리하면다음과같다. 1. USN 모델에대한다이어그램을작성한다. 2. 공통속성에대한값을설정한다. (PIM 모델링 ) 3. 타겟플랫폼에따라속성을변환시킨다. (PIM-to-PSM 매핑 ) 4. 플랫폼에종속적인속성의값을설정한다. (PSM 모델링 ) 5. 노드소프트웨어의설정정보를생성한다. 6. 설정정보와코드템플릿을이용하여노드소프트웨어의소스코드를생성한다. 7. 필요한경우소스코드를편집하여보완, 완성한다. 8. 노드소프트웨어의배포파일을생성한다. Fig. 5는 PIM을설계한예를보여준다. PIM을설계하기위해서는모델부분에서해당하는노드를클릭하고, 속성부분에서각속성에대한값을설정하면된다. 4. 사례및평가 4.1 개발도구적용사례본장에서는논문에서제안한도구를개발하여센서네트워크노드소프트웨어를생성한결과를보인다. Fig. 4는개발한도구의전체적인모습을보여준다. 제안하는도구는이클립스플러그인 [17] 으로개발하였다. 도구의왼쪽부분은프로젝트관리를위한부분인데, 하나의센서네트워크모델은하나의프로젝트로, 각각의노드소프트웨어를포함하고있다. 도구의윗부분은비주얼하게센서네트워크모델을작성할수있는부분이며, 아랫부분은각노드소프트웨어의설계를위해필요한속성과그에대한값을설정할수있는부분이다. 도구의메뉴부분에는 PIM, PSM 설계, 설정정보생성, 소스코드생성, 배포파일생성등과같은기능을실행할수있는메뉴들이존재한다. [Fig. 5] An example of the PIM design Fig. 6은 PSM을설계한예를보여준다. PSM은 PIM 을설계하고, 타겟플랫폼을선택한후에설계할수있다. PIM과마찬가지로모델부분에서해당노드를클릭하고, 속성부분에서각속성에대한값을설정하면된다. [Fig. 6] An example of the PSM design [Fig. 4] Screenshot of the tool 4541

7 한국산학기술학회논문지제 15 권제 7 호, 2014 Fig. 7은 PSM 설계후에설정정보생성기가생성한설정정보의예를보여준다. PSM을설계한후에설정정보생성메뉴를이용하여그림과같이 XML로된설정정보를생성할수있다. 설정정보에는 PIM과 PSM을통해설정한각노드소프트웨어에대한속성과그에대한값이저장되어있다. 트워크소프트웨어개발을위한기존의다른도구들과주요항목을비교한표이다. 앞서살펴본.NET Micro Framework[2], MoteWorks[3], NanoEsto[4], TinyOS Plugin[5] 을본논문에서제안하는도구와여러가지측면에서비교를해보면, 제안하는도구는이클립스플러그인으로개발하기때문에 Windows 와 Linux 환경을모두지원함으로써사용자에게높은융통성을제공하고, 하나의특정플랫폼이아닌여러센서운영체제플랫폼을지원하며, 각각의타겟플랫폼이지원하는언어를사용할수있기때문에타겟플랫폼에따라사용도구를바꿀필요가없으므로활용도가높다. 또한 graphical modeling 을지원하고, 속성설정으로통하여소프트웨어를설계하므로사용자는쉽게소프트웨어를설계할수있으며, 모델설계레벨이네트워크레벨이기때문에센서네트워크를구성하는모든노드에대한소프트웨어설계를한번에수행할수있어개발생산성이증가된다. [Fig. 7] An example of the generated configuration information Fig. 8은설정정보를바탕으로필요한코드템플릿을조합하여생성된노드소프트웨어의소스코드의예를보여준다. 노드소프트웨어코드는센서네트워크운영체제플랫폼의특징에따라객체지향형코드, 함수형코드등으로생성된다. [Table 5] The comparison of the proposed tool with other tools for the deelopment of sensor network software.net Micro Framework Mote Wokrs Nano Esto TinyOS Plugin Language C# nesc C nesc Target OS Platform.NET Micro Framework Proposed Tool C, nesc, etc TinyOS NanoQplus TinyOS Various OS Execution Enironment Linux Linux Linux Graphical Modeling Automated Code Generation Design leel node node node node network [Fig. 8] An example of the generated source code of a node software 4.2 다른도구와의비교평가 Table 5는본논문에서제안하는개발도구와센서네 Number of software designed at a time Design method one one one one many none none point-andclick Compone nt graph attribute setting 4542

8 5. 결론본논문에서는다양한플랫폼에대한노드소프트웨어를효율적으로개발할수있는속성기반의노드소프트웨어개발지원도구를제안하였다. 논문에서제안하는도구를사용하면, 플랫폼에독립적인모델로부터다양한플랫폼을위한응용소프트웨어를개발할수있으며, 단순한속성값의설정을통하여모델을설계하므로속성의의미만알고있으면손쉽게응용소프트웨어를설계할수있다. 또한센서네트워크모델에포함되어있는모든노드들에대한응용소프트웨어를한번에설계하고생성할수있어생산성이증가된다. 본논문에서는노드소프트웨어의효율적인개발을위한도구를제안하였는데, 향후에는개발된노드소프트웨어들의실행을모니터링하고유지보수를위해실시간으로노드소프트웨어를업데이트하는방안을연구하여, 개발뿐만이아니라유지보수의효율성도높일수있는연구를진행할예정이다. References [1] C. Buratti, A. Conti, D. Dardari, R. Verdone, An Oeriew on Wireless Sensor Networks Technology and Eolution, Sensors, ol. 9, no. 8, pp , Aug DOI: [2] D. Thompson, C. Miller, Introducing the.net Micro Framework, Microsoft, [3] "MoteWorks Getting Started Guide," load&iew=category&download=270%3amoteworks-getti ng-started-guide&id=6%3auser-manuals&itemid=86&lan g=zh, [4] I. Chun, C. Lim, NanoEsto Debugger:The Tiny Embedded System Debugger, In Proceedings of the 8th International Conference on Adanced Communication Technology(ICACT), [5] Yeti 2 - TinyOS 2 Plugin for Eclipse," [6] K. Lee, Y. Shin, H. Choi, S. Park, A Design of Sensor Network System based on Scalable & Reconfigurable Nano-OS Platform, In Proceedings of the IT SoC Conference, [7] J. Hill, R. Szewczyk, A. Woo, S. Hollar, D. Culler, Kristofer Pister, System architecture directions for network sensors, In Proceedings of the 9th International Conference on Architectural for Programming Languages and Operating Systems (ASPLOS), [8] C. Han, R. Rengaswamy, R. Shea, E. Kohler, M.Sriastaa, SOS: A dynamic operating system for sensor networks, In Proceedings of the Third International Conference on Mobile Systems, Applications, And Serices (Mobisys), [9] S. Bhatti, J. Carlson, H. Dai, J. Deng, J. Rose, A.Sheth, B. Shucker, C. Gruenwald, A. Torgerson, R.Han, MANTIS OS: An Embedded Multithreaded Operating System for Wireless Micro Sensor Platforms, ACM/Kluwer Mobile Networks & Applications, Special Issue on Wireless Sensor Networks, ol. 10, no. 4, pp , [10] A. Dunkels, B. Grönall, T. Voigt, Contiki - a Lightweight and Flexible Operating System for Tiny Networked Sensors, In Proceedings of the First IEEE Workshop on Embedded Networked Sensors (EmNets), DOI: [11] L. Gu, J. Stankoic, t-kernel: Proide Reliable OS for Wireless Sensor Networks, In Proceedings of the 4th ACM Conference on Embedded Networked Sensor Systems (Sensys), DOI: [12] Q.Cao, T. Abdelzaher, J. Stankoic, T. He, The LiteOS Operating System: Towards Unix-Like Abstractions for Wireless Sensor Networks," In Proceedings of the 7th International Conference on Information Processing in Sensor Networks, [13] A. Eswaran, A. Rowe, R. Rajkumar, Nano-RK: an energy -aware resource-centric RTOS for sensor networks, In Proceedings of the 26th IEEE International Real-Time Systems Symposium (RTSS), DOI: [14] A. Kleppe, J. Warmer, W. Bast, The Model Drien Architecture: Practice and Promise, Addison-Wesley, [15] attribute-based programming, programming.html [16] G. Wasson, M. Humphrey, Attribute-based programming for grid serices, In Proceedings of the GGF9 Workshop on Designing and Building Grid Serices, [17] Eric Clayberg, Dan Rubel, eclipse Plug-ins, 3rd edition, Addison Wesley,

9 한국산학기술학회논문지제 15 권제 7 호, 2014 이우진 (Woo-Jin Lee) [ 정회원 ] 2002 년 2 월 : 숭실대학교대학원 ( 컴퓨터공학석사 ) 2007 년 2 월 : 숭실대학교대학원 ( 컴퓨터공학박사 ) 2009 년 3 월 현재 : 세종대학교정보통신공학과초빙교수 < 관심분야 > 유비쿼터스컴퓨팅, 모바일컴퓨팅, 소프트웨어개발 최일우 (Il-Woo Choi) [ 정회원 ] 1997 년 2 월 : 숭실대학교대학원 ( 컴퓨터공학석사 ) 2004 년 2 월 : 숭실대학교대학원 ( 컴퓨터공학박사 ) 2007 년 3 월 현재 : 강남대학교교양학부교수 < 관심분야 > 개발프로세스, 재사용, SOA, USN, 모바일컴퓨팅 4544

<353520B1E8C1D6C0CF2D55534E20B8D6C6BCC7C3B7A7C6FBC0BB20C0A7C7D120B3EBB5E520BCD2C7C1C6AEBFFEBEEE2E687770>

<353520B1E8C1D6C0CF2D55534E20B8D6C6BCC7C3B7A7C6FBC0BB20C0A7C7D120B3EBB5E520BCD2C7C1C6AEBFFEBEEE2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 15, No. 1 pp. 441-448, 2014 http://dx.doi.org/10.5762/kais.2014.15.1.441 USN 멀티플랫폼을위한노드소프트웨어개발을지원하는속성설계기법 이우진 1, 최일우 2, 김주일 3* 1 세종대학교정보통신공학과,

More information

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770>

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 1 pp. 306-310, 2012 http://dx.doi.org/10.5762/kais.2012.13.1.306 Zigbee를 이용한 실외 위치추정 시스템 구현 김환용 1*, 임순자 1 1 원광대학교 전자공학과 Implementation

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information

서현수

서현수 Introduction to TIZEN SDK UI Builder S-Core 서현수 2015.10.28 CONTENTS TIZEN APP 이란? TIZEN SDK UI Builder 소개 TIZEN APP 개발방법 UI Builder 기능 UI Builder 사용방법 실전, TIZEN APP 개발시작하기 마침 TIZEN APP? TIZEN APP 이란? Mobile,

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung

More information

인문사회과학기술융합학회

인문사회과학기술융합학회 Vol.5, No.5, October (2015), pp.471-479 http://dx.doi.org/10.14257/ajmahs.2015.10.50 스마트온실을 위한 가상 외부기상측정시스템 개발 한새론 1), 이재수 2), 홍영기 3), 김국환 4), 김성기 5), 김상철 6) Development of Virtual Ambient Weather Measurement

More information

°í¼®ÁÖ Ãâ·Â

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

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., -

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., - THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Jun.; 29(6), 457463. http://dx.doi.org/10.5515/kjkiees.2018.29.6.457 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Sigma-Delta

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

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4)

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4) THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Oct.; 29(10), 799 804. http://dx.doi.org/10.5515/kjkiees.2018.29.10.799 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Method

More information

10 이지훈KICS2015-03-068.hwp

10 이지훈KICS2015-03-068.hwp 논문 15-40-05-10 The Journal of Korean Institute of Communications and Information Sciences '15-05 Vol.40 No.05 http://dx.doi.org/10.7840/kics.2015.40.5.851 가로등 인프라를 활용한 안전한 스마트 방범 시스템 차 정 화, 이 주 용 *, 이

More information

6.24-9년 6월

6.24-9년 6월 리눅스 환경에서Solid-State Disk 성능 최적화를 위한 디스크 입출력요구 변환 계층 김태웅 류준길 박찬익 Taewoong Kim Junkil Ryu Chanik Park 포항공과대학교 컴퓨터공학과 {ehoto, lancer, cipark}@postech.ac.kr 요약 SSD(Solid-State Disk)는 여러 개의 낸드 플래시 메모리들로 구성된

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 27(6), 495 503. http://dx.doi.org/10.5515/kjkiees.2016.27.6.495 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Design

More information

À¯Çõ Ãâ·Â

À¯Çõ Ãâ·Â Network Virtualization Techniques for Future Internet Services in cloud computing are based on network virtualization that provides both flexibility and network isolation. Network virtualization consists

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

07변성우_ok.hwp

07변성우_ok.hwp 2 : (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.631 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a), b) Metadata Management System Implementation

More information

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA.

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA. http://dx.doi.org/10.5909/jeb.2012.17.1.37 DLNA a), a), a) Effective Utilization of DLNA Functions in Home Media Devices Ki Cheol Kang a), Se Young Kim a), and Dae Jin Kim a) DLNA(Digital Living Network

More information

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp 보안공학연구논문지 Journal of Security Engineering Vol.11, No.4 (2014), pp.299-312 http://dx.doi.org/10.14257/jse.2014.08.03 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발 이강찬 1), 이승윤 2), 양희동 3), 박철우 4) Development of Service

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

untitled

untitled 老 老 說 李 理 領 1. (Motion Planning) 理 (Geometric Reasoning) 2. (Artificial Life) 3D 3. (Distributed Virtual Environment) 4. 數 (Affective Computer for Digital Home) 5. Grid Computing 6. 1. (Motion planning/geometric

More information

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770>

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 2 pp. 866-871, 2012 http://dx.doi.org/10.5762/kais.2012.13.2.866 증강현실을 이용한 아동교육프로그램 모델제안 권미란 1*, 김정일 2 1 나사렛대학교 아동학과, 2 한세대학교 e-비즈니스학과

More information

05(533-537) CPLV12-04.hwp

05(533-537) CPLV12-04.hwp 모바일 OS 환경의 사용자 반응성 향상 기법 533 모바일 OS 환경의 사용자 반응성 향상 기법 (Enhancing Interactivity in Mobile Operating Systems) 배선욱 김정한 (Sunwook Bae) 엄영익 (Young Ik Eom) (Junghan Kim) 요 약 사용자 반응성은 컴퓨팅 시스템에서 가장 중요 한 요소 중에 하나이고,

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

More information

45-51 ¹Ú¼ø¸¸

45-51 ¹Ú¼ø¸¸ A Study on the Automation of Classification of Volume Reconstruction for CT Images S.M. Park 1, I.S. Hong 2, D.S. Kim 1, D.Y. Kim 1 1 Dept. of Biomedical Engineering, Yonsei University, 2 Dept. of Radiology,

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI: * The

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI:   * The Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp.243-268 DOI: http://dx.doi.org/10.21024/pnuedi.27.1.201703.243 * - 2001 2015 - The Research Trends on Peer Counseling in Elementary and

More information

08SW

08SW www.mke.go.kr + www.keit.re.kr Part.08 654 662 709 731 753 778 01 654 Korea EvaluationInstitute of industrial Technology IT R&D www.mke.go.kr www.keit.re.kr 02 Ministry of Knowledge Economy 655 Domain-Specific

More information

ESP1ºÎ-04

ESP1ºÎ-04 Chapter 04 4.1..,..,.,.,.,. RTOS(Real-Time Operating System)., RTOS.. VxWorks(www.windriver.com), psos(www.windriver.com), VRTX(www.mento. com), QNX(www.qnx.com), OSE(www.ose.com), Nucleus(www.atinudclus.

More information

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770>

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 4 pp. 1525-1531, 2012 http://dx.doi.org/10.5762/kais.2012.13.4.1525 저예산 독립영화의 구전 마케팅을 위한 스마트폰 모바일 애플리케이션 모델 개발 연구 김혜원 1* 1 청운대학교

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Nov.; 26(11), 985991. http://dx.doi.org/10.5515/kjkiees.2015.26.11.985 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

소프트웨어공학 Tutorial #2: StarUML Eun Man Choi

소프트웨어공학 Tutorial #2: StarUML Eun Man Choi 소프트웨어공학 Tutorial #2: StarUML Eun Man Choi emchoi@dgu.ac.kr Contents l StarUML 개요 l StarUML 소개및특징 l 주요기능 l StarUML 화면소개 l StarUML 설치 l StarUML 다운 & 설치하기 l 연습 l 사용사례다이어그램그리기 l 클래스다이어그램그리기 l 순서다이어그램그리기 2

More information

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 276), 504511. http://dx.doi.org/10.5515/kjkiees.2016.27.6.504 ISSN 1226-3133 Print)ISSN 2288-226X Online) Near-Field

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

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

놀이동산미아찾기시스템

놀이동산미아찾기시스템 TinyOS를이용한 놀이동산미아찾기시스템 윤정호 (mo0o1234@nate.com) 김영익 (youngicks7@daum.net) 김동익 (dongikkim@naver.com) 1 목차 1. 프로젝트개요 2. 전체시스템구성도 3. Tool & Language 4. 데이터흐름도 5. Graphic User Interface 6. 개선해야할사항 2 프로젝트개요

More information

½Éº´È¿ Ãâ·Â

½Éº´È¿ Ãâ·Â Standard and Technology of Full-Dimension MINO Systems in LTE-Advances Pro Massive MIMO has been studied in academia foreseeing the capacity crunch in the coming years. Presently, industry has also started

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 박건수 *, 서태영 **, 김종욱 *** ". 요약 Abstract The induction melting furnace using electric generator has been introduced since 1920s, and it began to be widely applied to industrial applications due to increasing

More information

1. 자바프로그램기초 및개발환경 2 장 & 3 장. 자바개발도구 충남대학교 컴퓨터공학과

1. 자바프로그램기초 및개발환경 2 장 & 3 장. 자바개발도구 충남대학교 컴퓨터공학과 1. 자바프로그램기초 및개발환경 2 장 & 3 장. 자바개발도구 충남대학교 컴퓨터공학과 학습내용 1. Java Development Kit(JDK) 2. Java API 3. 자바프로그래밍개발도구 (Eclipse) 4. 자바프로그래밍기초 2 자바를사용하려면무엇이필요한가? 자바프로그래밍개발도구 JDK (Java Development Kit) 다운로드위치 : http://www.oracle.com/technetwork/java/javas

More information

ISP and CodeVisionAVR C Compiler.hwp

ISP and CodeVisionAVR C Compiler.hwp USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler http://www.avrmall.com/ November 12, 2007 Copyright (c) 2003-2008 All Rights Reserved. USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler

More information

Software Requirrment Analysis를 위한 정보 검색 기술의 응용

Software Requirrment Analysis를 위한 정보 검색 기술의 응용 EPG 정보 검색을 위한 예제 기반 자연어 대화 시스템 김석환 * 이청재 정상근 이근배 포항공과대학교 컴퓨터공학과 지능소프트웨어연구실 {megaup, lcj80, hugman, gblee}@postech.ac.kr An Example-Based Natural Language System for EPG Information Access Seokhwan Kim

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 한국소음진동공학회 2015추계학술대회논문집년 Study of Noise Pattern and Psycho-acoustics Characteristic of Household Refrigerator * * ** ** Kyung-Soo Kong, Dae-Sik Shin, Weui-Bong Jeong, Tae-Hoon Kim and Se-Jin Ahn Key Words

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Feb.; 29(2), 93 98. http://dx.doi.org/10.5515/kjkiees.2018.29.2.93 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) UHF-HF

More information

<32382DC3BBB0A2C0E5BED6C0DA2E687770>

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

More information

Analysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in Univ

Analysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in Univ Analysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in University & 2 Kang Won University [Purpose] [Methods]

More information

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

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI: * A Study on Teache

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI:   * A Study on Teache Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp.149-171 DOI: http://dx.doi.org/10.21024/pnuedi.27.4.201712.149 * A Study on Teachers and Parents Perceptions on the Introduction of Innovational

More information

광운소식65호출력

광운소식65호출력 www.kw.ac.kr 나는, 딱딱한 IT는 가라! 즐거운 IT세상을 만드는 ITist나의 비전은 광운에서 시작된다! talk@kwangwoon 누구를 위한 혁신인가 산학협력의 Gateway, 일류기업형 산학협력단을 꿈꾼다! 내 인생의 오아시스를 거닐다 enjoy@kwangwoon 유행성 안질환 act@kwangwoon 정보제어공학과 01학번 이주영 교육인적자원부

More information

<31B1E8C0B1C8F128C6ED2E687770>

<31B1E8C0B1C8F128C6ED2E687770> 한국패션디자인학회지 제9권1호 The Korean Society of Fashion Design Vol. 9 No. 1 (2009) pp.1~17 모듈과 웨어넷을 이용한 유비쿼터스 패셔너블 컴퓨터 디자인 연구 - 탈ㆍ부착을 이용한 모듈러 시스템을 중심으로 - A Study on Ubiquitous Fashionable Computer Design Using

More information

DE1-SoC Board

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

More information

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770>

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 15, No. 2 pp. 1051-1058, 2014 http://dx.doi.org/10.5762/kais.2014.15.2.1051 멤리스터의 전기적 특성 분석을 위한 PSPICE 회로 해석 김부강 1, 박호종 2, 박용수 3, 송한정 1*

More information

03-최신데이터

03-최신데이터 Database Analysis II,,. II.. 3 ( ),.,..,, ;. (strong) (weak), (identifying relationship). (required) (optional), (simple) (composite), (single-valued) (multivalued), (derived), (identifier). (associative

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 ISSN : 1976-5304 http://www.kdfs.or.kr Virtual Online Game(VOG) 환경에서의 디지털 증거수집 방법 연구 이 흥 복, 정 관 모, 김 선 영 * 대전지방경찰청 Evidence Collection Process According to the Way VOG Configuration Heung-Bok Lee, Kwan-Mo

More information

Main Title

Main Title GE Peter S. Pande,, Robert P. Neuman, Ronald R. Cavanagh The SIX SIGMA WAY April 29, 2005 Jin-Ho Jeong,, Ph.D. Competitiveness Valuation International, Inc. Korea Partner of IMD WCY jeong@cvikorea.net

More information

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

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

More information

Analyst Briefing

Analyst Briefing . Improve your Outlook on Email and File Management iseminar.. 1544(or 6677)-3355 800x600. iseminar Chat... Improve your Outlook on Email and File Management :, 2003 1 29.. Collaboration Suite - Key Messages

More information

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

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

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: A Study on Organizi

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   A Study on Organizi Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.441-460 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.441 A Study on Organizing Software Education of Special Education Curriculum

More information

04 최진규.hwp

04 최진규.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Aug.; 26(8), 710717. http://dx.doi.org/10.5515/kjkiees.2015.26.8.710 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) RF ESPAR

More information

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.99-117 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.99 2015 * A Analysis of the Characters and Issues about the 2015 Revised Social

More information

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER < Tool s Guide > 목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER 실행파일... 7 4. DEVICE-PROGRAMMER 사용하기...

More information

878 Yu Kim, Dongjae Kim 지막 용량수준까지도 멈춤 규칙이 만족되지 않아 시행이 종료되지 않는 경우에는 MTD의 추정이 불가 능하다는 단점이 있다. 최근 이 SM방법의 단점을 보완하기 위해 O Quigley 등 (1990)이 제안한 CRM(Continu

878 Yu Kim, Dongjae Kim 지막 용량수준까지도 멈춤 규칙이 만족되지 않아 시행이 종료되지 않는 경우에는 MTD의 추정이 불가 능하다는 단점이 있다. 최근 이 SM방법의 단점을 보완하기 위해 O Quigley 등 (1990)이 제안한 CRM(Continu 한 국 통 계 학 회 논 문 집 2012, 19권, 6호, 877 884 DOI: http://dx.doi.org/10.5351/ckss.2012.19.6.877 Maximum Tolerated Dose Estimation Applied Biased Coin Design in a Phase Ⅰ Clinical Trial Yu Kim a, Dongjae Kim

More information

¨ìÃÊÁ¡2

¨ìÃÊÁ¡2 2 Worldwide Converged Mobile Device Shipment Share by Operating System, 2005 and 2010 Paim OS (3.6%) BiackBerry OS (7.5%) 2005 Other (0.3%) Linux (21.8%) Symbian OS (60.7%) Windows Mobile (6.1%) Total=56.52M

More information

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 25(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 25(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Nov.; 25(11), 11351141. http://dx.doi.org/10.5515/kjkiees.2014.25.11.1135 ISSN 1226-3133 (Print)ISSN 2288-226X (Online)

More information

Microsoft Word - KSR2014S042

Microsoft Word - KSR2014S042 2014 년도 한국철도학회 춘계학술대회 논문집 KSR2014S042 안전소통을 위한 모바일 앱 서비스 개발 Development of Mobile APP Service for Safety Communication 김범승 *, 이규찬 *, 심재호 *, 김주희 *, 윤상식 **, 정경우 * Beom-Seung Kim *, Kyu-Chan Lee *, Jae-Ho

More information

박선영무선충전-내지

박선영무선충전-내지 2013 Wireless Charge and NFC Technology Trend and Market Analysis 05 13 19 29 35 45 55 63 67 06 07 08 09 10 11 14 15 16 17 20 21 22 23 24 25 26 27 28 29 30 31 32 33 36 37 38 39 40

More information

09È«¼®¿µ 5~152s

09È«¼®¿µ5~152s Korean Journal of Remote Sensing, Vol.23, No.2, 2007, pp.45~52 Measurement of Backscattering Coefficients of Rice Canopy Using a Ground Polarimetric Scatterometer System Suk-Young Hong*, Jin-Young Hong**,

More information

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp Journal of Next-generation Convergence Information Services Technology Vol.4, No.1, June (2015), pp. 1-8 차세대컨버전스정보서비스기술논문지 KT 올레스퀘어 미디어파사드 콘텐츠 개발 Media Fasade Contents Development of KT Olleh Square 김동조

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI: : Researc

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI:   : Researc Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp.251-273 DOI: http://dx.doi.org/10.21024/pnuedi.27.2.201706.251 : 1997 2005 Research Trend Analysis on the Korean Alternative Education

More information

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp DOI: Awareness, Supports

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp DOI:   Awareness, Supports Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp.335-363 DOI: http://dx.doi.org/10.21024/pnuedi.26.3.201612.335 Awareness, Supports in Need, and Actual Situation on the Curriculum Reconstruction

More information

위해 사용된 기법에 대해 소개하고자 한다. 시각화와 자료구조를 동시에 활용하는 프로그램이 가지는 한계와 이를 극복하기 위한 시도들을 살펴봄으로서 소셜네트워크의 분석을 위한 접근 방안을 고찰해 보고자 한다. 2장에서는 실험에 사용된 인터넷 커뮤니티인 MLBPark 게시판

위해 사용된 기법에 대해 소개하고자 한다. 시각화와 자료구조를 동시에 활용하는 프로그램이 가지는 한계와 이를 극복하기 위한 시도들을 살펴봄으로서 소셜네트워크의 분석을 위한 접근 방안을 고찰해 보고자 한다. 2장에서는 실험에 사용된 인터넷 커뮤니티인 MLBPark 게시판 인터넷 커뮤니티 사용자의 사회 연결망 특성 분석 Analysis Social Network Characteristics Among the Internet Community Users 탁해성 부산대학교 컴퓨터공학과 tok33@pusan.ac.kr Abstract 인터넷이 사람들에게 보급됨에 따라 온라인 환경에서 소통을 하는 사람들이 늘어났다. 온라인 커뮤니티가

More information

ETL_project_best_practice1.ppt

ETL_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

02 _ The 11th korea Test Conference The 11th korea Test Conference _ 03 03 04 06 08 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 34

02 _ The 11th korea Test Conference The 11th korea Test Conference _ 03 03 04 06 08 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 34 The 11th Korea Test Conference June 29, 2010 TEL : (02) 313-3705 / FAX : (02) 363-8389 E-mail : info@koreatest.or.kr http://www.koreatest.or.kr 02 _ The 11th korea Test Conference The 11th korea Test Conference

More information

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 2 : 258~264 Feb. 2015 ID3 알고리즘 기반의 귀납적 추론을 활용한 모바일 OS의 성공과 실패에 대한

More information

13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3

13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3 13 Lightweight BPM Engine SW 13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3 BPM? 13 13 Vendor BPM?? EA??? http://en.wikipedia.org/wiki/business_process_management,

More information

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

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

More information

2005 2004 2003 2002 2001 2000 Security Surveillance Ubiquitous Infra Internet Infra Telematics Security Surveillance Telematics Internet Infra Solutions Camera Site (NETWORK) Monitoring & Control

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:237~251 Received: 2016/11/20, Accepted: 2016/12/24 Revised: 2016/12/21, Published: 2016/12/30 [ABSTRACT] Recently, there is an increasing

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다.

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다. Eclipse 개발환경에서 WindowBuilder 를이용한 Java 프로그램개발 이예는 Java 프로그램의기초를이해하고있는사람을대상으로 Embedded Microcomputer 를이용한제어시스템을 PC 에서 Serial 통신으로제어 (Graphical User Interface (GUI) 환경에서 ) 하는프로그램개발예를설명한다. WindowBuilder:

More information

???? 1

???? 1 The Korean Journal of Applied Statistics (2014) 27(1), 13 20 DOI: http://dx.doi.org/10.5351/kjas.2014.27.1.013 Maximum Tolerated Dose Estimation by Stopping Rule and SM3 Design in a Phase I Clinical Trial

More information

세종대 요람

세종대 요람 Sejong University 2016 2016 Sejong University 4 SEJONG UNIVERSITY www.sejong.ac.kr 5 8 SEJONG UNIVERSITY 2016 Sejong University 10 SEJONG UNIVERSITY www.sejong.ac.kr 11 12 SEJONG UNIVERSITY www.sejong.ac.kr

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

04 김영규.hwp

04 김영규.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 214 Nov.; 25(11), 1121 1127. http://dx.doi.org/1.5515/kjkiees.214.25.11.1121 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Planar

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 NuPIC 2013 2013.11.07~11.08 충남예산 FPGA 기반제어기를위한통합 SW 개발환경구축 유준범 Dependable Software Laboratory 건국대학교 2013.11.08 발표내용 연구동기 효과적인 FPGA 기반제어기를위한통합 SW 개발환경 연구진행현황 개발프로세스 FBD Editor FBDtoVerilog 향후연구계획 맺음말 2

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

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp RUF * (A Simple and Efficient Antialiasing Method with the RUF buffer) (, Byung-Uck Kim) (Yonsei Univ. Depth of Computer Science) (, Woo-Chan Park) (Yonsei Univ. Depth of Computer Science) (, Sung-Bong

More information

I

I I II III (C B ) (C L ) (HL) Min c ij x ij f i y i i H j H i H s.t. y i 1, k K, i W k C B C L p (HL) x ij y i, i H, k K i, j W k x ij y i {0,1}, i, j H. K W k k H K i i f i i d ij i j r ij i j c ij r ij

More information

09오충원(613~623)

09오충원(613~623) A Study of GIS Service of Weather Information* Chung-Weon Oh**,..,., Web 2.0 GIS.,.,, Web 2.0 GIS, Abstract : Due to social and economic value of Weather Information such as urban flooding, demand of Weather

More information

<3031B0ADB9CEB1B82E687770>

<3031B0ADB9CEB1B82E687770> ISSN 1598-0170 (Print) ISSN 2287-1136 (Online) http://www.jksii.or.kr 다채널 멀티미디어 전송용 임베디드 Audio Video Bridging 플랫폼 설계 및 구현 Design and Implementation of an Embedded Audio Video Bridging Platform for Multichannel

More information

1

1 04단원 컴퓨터 소프트웨어 1. 프로그래밍 언어 2. 시스템 소프트웨어 1/10 1. 프로그래밍 언어 1) 프로그래밍 언어 구분 각종 프로그래밍 언어에 대해 알아보는 시간을 갖도록 하겠습니다. 우리가 흔히 접하는 소프트웨어 들은 프로그래밍 언어로 만들어지는데, 프로그래밍 언어는 크게 2가지로 나눌 수 있습니다. 1 저급어 : 0과 1로 구성되어 있어, 컴퓨터가

More information

1997 4 23 2000 9 5 2003 9 10 2008 2 20 2008 12 10 2011 7 1 2012 8 17 2014 9 19 2015 3 31 2015 6 30 2016 9 30 2017 6 30 2019 3 31 326 327 328 < >

More information

<BCBCC1BEB4EB BFE4B6F72E706466>

<BCBCC1BEB4EB BFE4B6F72E706466> 세종대학교요람 Sejong University 2017 2017 Sejong University 4 SEJONG UNIVERSITY www.sejong.ac.kr 5 2017 Sejong University 8 SEJONG UNIVERSITY 10 SEJONG UNIVERSITY www.sejong.ac.kr 11 12 SEJONG UNIVERSITY www.sejong.ac.kr

More information

untitled

untitled Embedded System Lab. II Embedded System Lab. II 2 RTOS Hard Real-Time vs Soft Real-Time RTOS Real-Time, Real-Time RTOS General purpose system OS H/W RTOS H/W task Hard Real-Time Real-Time System, Hard

More information

10(3)-09.fm

10(3)-09.fm w y wz 10«3y 253~258 (2010.12.) Journal of Korean Society of Urban Environment ³ w Á» Á Á y w y œw (2010 11 22, 2010 12 9 k) Study on Determine of Detention Pond in Small Developed Area In-Soo Chang ½

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Mar.; 25(3), 304310. http://dx.doi.org/10.5515/kjkiees.2014.25.3.304 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information