Software Prototyping

Size: px
Start display at page:

Download "Software Prototyping"

Transcription

1 제2부 요구사항과 명세서 Chapter 8. Software Prototyping - Animating and demonstrating system requirements (시스템 요구사항을 동작시켜 보여주는 과정) Objectives To describe the use of prototypes in requirements validation (요구사항 검증 과정에서 시제품화 용법을 설명) To discuss evolutionary and throw-away prototyping (진화적 시제품화와 광고식 시제품화에 대한 논의) To introduce rapid prototyping techniques (신속 시제품화 기술 소개) To explain the need for user interface prototyping (사용자 인터페이스 시제품화에 대한 필요성 설명) Contents 8.1 Prototyping in the software process (소프트웨어 프로세서에서 시제품화) 8.2 Prototyping techniques (시제품 기술) 8.3 User interface prototyping (사용자 인터페이스 시제품) Chapter 8 - Slide 1

2 제2부 요구사항과 명세서 / 8장 S/W 시제품화 Uses of system prototypes (시스템시제품의 용도) The principal use is to help customers and developers understand the requirements for the system (원칙적인 용도는 고객과 개발 담당자가 시스템에 대한 요구사항들을 이해할 수 있도록 돕는 것이다.) The prototype may be used for user training before a final system is delivered (최종 시스템의 출하 전에 사용자 훈련을 위해 시제품이 사용된다) The prototype may be used for back-to-back testing (Back-to-back 시스템시험에시제품이사용될수 있다) Back-to-Back testing (동일한 시험 내용(test case)을 시제품과 피시험 시스템에 투입하여, 2개 결과가 같으면 오류가 없고, 틀리면 그 이유를 관찰하는 시험법) Chapter 8 - Slide 2

3 제2부 요구사항과 명세서 / 8장 S/W 시제품화 Prototyping benefits (시제품화의 장점) 1) Misunderstandings between software users and developers are exposed (S/W 사용자와 개발 담당자 간의 오해가 노출된다) 2) Missing services may be detected (누락된 서비스들이 검출된다) 3) Confusing services may be identified (혼동되는 서비스들이 식별된다) 4) A working system is available early in the process (처리과정 중에 작업용 시스템을 초기에 쓸 수 있게 한다) 5) The prototype may serve as a basis for deriving a system specification (시스템에서 도출을 위한 기초 자료로 시제품화가 기여할 수 있다) 6) 완벽하지 못하거나, 일관성 없는 요구사항을 발견할 수 있다. Chapter 8 - Slide 3

4 제2부 요구사항과 명세서 / 8장 S/W 시제품화 Prototyping process (시제품화 과정) Establish prototype objectives Define prototype functionality Develop prototype Evaluate prototype Prototyping plan Outline definition Executable prototype Evaluation report [그림 8.1] 시제품화 개발 과정 Chapter 8 - Slide 4

5 제2부 요구사항과 명세서 / 8장 S/W 시제품화 8.1 Prototyping in the software process The objective of evolutionary prototyping is to deliver a working system to end-users. (진화적 시제품화의 목적은 작업용 시스템을 말단 사용자에게 제공하는데 있다) The development starts with those requirements which are best understood. (시스템 개발은 요구사항에 대한 최상의 이해로부터 시작되어야 한다) The objective of throw-away prototyping is to validate or derive the system requirements. (광고형 시제품화의 목적은 시스템 요구사항들을 검증하고 유도해 내는데 있다) The prototyping process starts with those requirements which are poorly understood (시제품화의 과정은 명확하게 이해하지 못하는 요구사항들부터 시작한다) (S/W 과정에서의 시제품화) Chapter 8 - Slide 5

6 제2부 요구사항과 명세서 / 8장 S/W 시제품화 8.1 Prototyping objectives (cont') Outline Requirements Evolutionary prototyping Throw-away Prototyping Delivered system Executable Prototype + System Specification [그림 8.2] Approaches to prototyping (시제품화의 접근법) Chapter 8 - Slide 6

7 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Evolutionary prototyping (진화적 시스템화) Must be used for systems where the specification cannot be developed in advance (e.g. AI systems and user interface systems) (미리 명세서를 개발할 수 없는 시스템에 사용되어야 한다. 예, 인공지능시스템, 사용자 인터페이스 시스템) Based on techniques which allow rapid system iterations (신속하게 시스템을 반복할 수 있는 기법에 기본을 둔다) Verification is impossible as there is no specification. (명세서가 없기 때문에 확인 작업은 불가능하다) Validation means demonstrating the adequacy of the system (검증 작업은 시스템의 적합성을 보여주는데 의미가 있다) Chapter 8 - Slide 7

8 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Evolutionary prototyping (cont') Develop abstract specification Build prototype system Use prototype system N Deliver system YES System adequate? [그림 8.3] Evolutionary prototyping (진화적 시스템화) Chapter 8 - Slide 8

9 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Evolutionary prototyping (cont') Evol. prototyping problems - 다음 3가지 문제점이 있으며, 특히 규모가 크고, 수면이 긴 시스템 개발에는 문제가 된다. 1) Existing management processes assume a waterfall model of development (기존의 관리 프로세스들은 폭포수 모델의 개발로 가정한다) 2) Continual change tends to corrupt system structure so long-term maintenance is expensive (계속되는 변경 사항들이 시스템 구조를 망치는 경향이 있어, 장기간 유지관리에는 고비용이다) 3) Specialist skills are required which may not be available in all development teams (전체 개발팀에 이용될 수 없는 특수 기술이 필요하다) 단점 Organizations must accept that the lifetime of systems developed this way will inevitably be short (이 방식으로 개발된 시스템의 수명이 필연적으로 짧을 수 밖에 없다는 점을 조직이 수용해야 한다) 장점 시스템을 신속하게 개발하고 인도할 수 있어 개발 비용이 감소한다. Chapter 8 - Slide 9

10 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Throw-away prototyping (광고형 시제품화) Used to reduce requirements risk (요구사항의 위험을 줄이는데 사용) The prototype is developed from an initial specification, delivered for experiment then discarded (이 제품은 초기 명세서로 개발되어, 경험적으로 출하되어, 나중에는 폐기된다) The throw-away prototype should NOT be considered as a final system (광고형 시제품은 최종 시스템으로 간주되어서는 않 된다. 그 이유는) 1) Some system characteristics may have been left out (어떤 시스템의 특성들은 무시되었을 수도 있다) 2) There is no specification for long-term maintenance (장기 유지관리에 대한 명세가 없다) 3) The system will be poorly structured and difficult to maintain (시스템 구조화가 빈약하여, 유지보수가 어렵다) Chapter 8 - Slide 10

11 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Throw-away prototyping (cont') Outline requirements Develop prototype Evaluate prototype Specify system Reusable components Develop software Validate system Delivered software system [그림 8.4] Throw-away prototyping (광고형 시제품화의 S/W 프로세스) Chapter 8 - Slide 11

12 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Throw-away prototyping (cont') Prototypes as specifications (명세서에서의 시제품화) - 광고형 시제품화 기법에서의 문제점 1) Some parts of the requirements (e.g. safety-critical functions) may be impossible to prototype and so don't appear in the specification (요구사항 중 일부(예, 안전 조건 기능)는 시제품화가 불가능하여 명세서에 표현되지 않을 수 있다) 2) An implementation has no legal standing as a contract (구현 자체가 계약에서의 합법적 입장이 아니다) 3) Non-functional requirements cannot be adequately tested in a system prototype (비기능적 요구사항들을 시스템 시제품에서 적절하게 시험할 수 없다) 4) 시제품 사용법이 최종시스템 사용법과 일치하지 않을 수도 있다. Chapter 8 - Slide 12

13 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Incremental development (점진적 개발) System is developed and delivered in increments after establishing an overall architecture (전체적인 시스템 구조를 설정한 뒤 시스템을 점진적으로 개발하여 인도한다) Users may experiment with delivered increments while others are being developed. (개발 담당자가 다른 부분을 개발하는 동안에, 사용자들은 점진적으로 인도된 부분을 경험할 수 있다) Therefore, these serve as a form of prototype system (그러므로, 이들 인도된 부분은 시제품 시스템 형식으로 기여한다) Intended to combine some of the advantages of prototyping but with a more manageable process and better system structure (좀더 관리적인 프로세스와 더 좋은 시스템 구조로 하기위해 몇 가지 시제품화의 장점들을 결합하는 경향이다) 문제점 요구사항 완성 전에 시스템 구조를 확립해야 하기 때문에, 확립된 구조가 요구사항을 제약하는 경향 S/W 개발 담당자를 위해 설정된 모델에는 부적합하다. Chapter 8 - Slide 13

14 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 1절 시제품화 Incremental development (cont') Define system deliverables Design system architectur e Specify system increment Build system increment Validate increment NO Deliver final system YES System complete? Validate system Integrate increment [그림 8.5] Incremental development process (점진적 개발 과정) Chapter 8 - Slide 14

15 제2부 요구사항과 명세서 / 8장 S/W 시제품화 8.2 Prototyping techniques (시제품화 기법) Executable specification languages (실행가능 명세언어) Very high-level languages (초고수준 언어) Application generators and 4GLs (응용 프로그램 생성기와 4세대 언어) Composition of reusable components (재사용 가능 부품의 합성) Chapter 8 - Slide 15

16 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 (실행가능 명세언어) Executable specification languages The system is specified in a formal language (시스템 명세서를 형식적(수학적) 언어로 규정한다) This specification is processed and an executable system is automatically generated (이 시스템 명세서를 처리하여 실행가능 시스템이 자동 생성된다) At the end of the process, the specification may serve as a basis for a re-implementation of the system (처리 과정의 끝에서, 시스템 명세서는 시스템의 재구현을 위한 기준으로 삼을 수 있다) Chapter 8 - Slide 16

17 8.2.1 Executable specification languages (cont') Problems with this approach 1) Graphical user interfaces cannot be prototyped (GUI(그래픽 사용자 인터페이스)는 시제품화 될 수 없다) 2) Formal specification development is not a rapid process (형식적 명세서 개발은 신속 처리가 않 된다) 3) The executable system is usually slow and inefficient (실행가능 시스템은 통상 느리고 비효율적이다) 4) Executable specifications only allow functional requirements to be prototyped 장점 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 (실행가능 명세서가 오직 시제품화 되는 기능적 요구사항만 허용한다.) 1) 형식적 명세서에서 시제품을 개발한다. 2) 명세서와 시제품을 결합시킴으로써, 명세서 작성 후 시제품 개발에 추가비용이 없다. Chapter 8 - Slide 17

18 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 Very high-level languages Languages which include powerful data management facilities (강력한 데이터 관리기능을 가진 프로그래밍 언어이다) Need a large run-time support system. (규모가 큰 실행시간 지원 시스템을 보통 사용하지 않는다) Not normally used for large system development ( 대형 시스템 개발을 위해서는 보통 사용하지 않는다.) Some languages offer excellent UI development facilities (어떤 언어는 탁월한 UI 개발 기능을 제공한다) Some languages have an integrated support environment whose facilities may be used in the prototype (어떤 언어는 그 기능이 시제품에서 이용될 수 있는 통합지원환경을 가진다) Chapter 8 - Slide 18

19 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 Very high-level languages (cont') Prototyping languages Language (언어) Type (유형) Application domain Smalltalk Object-oriented Interactive systems LOOPS Wide spectrum Interactive systems Prolog Logic Symbolic processing Lisp List-based Symbolic processing Miranda Functional Symbolic processing SETL Set-based Symbolic processing APL Mathematical Scientific systems 4GLs Database Business DP CASE tools Graphical Business DP [그림 8.6] 시제품화에 적합한 언어 Chapter 8 - Slide 19

20 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 Very high-level languages (cont') Smalltalk - Very powerful system for prototyping interactive systems (대화적 시스템의 시제품화에 매우 강력한 시스템) < 강력한 시제품화 언어의 이유> 1) Object-oriented language so systems are resilient to change (객체지향 언어이기 때문에 변화에 탄력적이다) 2) The Smalltalk environment objects are available to the prototype developer (Smalltalk 환경의 객체들은 시제품 개발 담당자에게 유용한 것들이다) 3) The system includes support software such as graphical user interface generation tools (시스템은 GUI(그래픽 사용자 인터페이스) 생성 도구와 같은 지원용 S/W가 들어 있다) Chapter 8 - Slide 20

21 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 Very high-level languages (cont') 혼합적인 언어 기법 시스템의 각 부분을 각기 다른 언어로 작성하고 이 부분들 사이에 인터페이스를 위한 구조 작성 장점 단점» 논리적인 한 부분에 대해 가장 적절한 언어 선택» 시제품 개발의 속도 향상» 여러 언어들 사이의 인터페이스를 위한 구조를 만들기 어려움 Chapter 8 - Slide 21

22 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 Fourth-generation languages (4세대 언어) Domain specific languages for business systems based around a database management system (데이터베이스 관리시스템(DBMS) 위에 기본을 둔 업무용 시스템을 위한 영역 명세 언어 이다) Normally include a database query language, a screen generator, a report generator and a spreadsheet (통상, 데이터베이스 질의어, 화면 생성기, 보고서 작성기, 스프레드 쉬트 기능을 갖고 있다) May be integrated with a CASE toolset (CASE 도구와 통합될 수도 있다) Cost-effective for small to medium sized business systems (비용대 효과면에서 중소규모 업무용 시스템을 위한 것이다) Chapter 8 - Slide 22

23 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 Fourth-generation languages (cont') DB query language Screen Generator Spreadsheet Report generator Database Management System Fourth-generation language [그림 8.7] 4GLs (4세대 언어) Chapter 8 - Slide 23

24 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 (재사용 부품의 합성) Composition of re-useable Components The system is prototyped by gluing together existing components (기존 부품들을 서로 접착제로 붙여 시스템을 시제품화 한다) Likely to become more widely used as libraries of objects become available (좀더 광범위하게 이용될 수 있도록 활용할 수 있는 객체들의 라이브러리로 이용된다) Needs a composition language such as a Unix shell language (UNIX의 쉘 언어와 같이 합성용 언어가 필요하다) Visual Basic is largely based on this approach (Visual Basic은 이 기법에 크게 기본을 두고 있다) Chapter 8 - Slide 24

25 제2부 요구사항과 명세서 / 8장 S/W 시제품화 / 2절 시제품 기술 Prototyping with reuse (cont') Reusable component repository Component composition system Executable prototype Component catalogue System Specification [그림 8.8] Composition of Reusable component (재사용 가능 부품의 합성) Chapter 8 - Slide 25

26 제2부 요구사항과 명세서 / 8장 S/W 시제품화 8.3 User interface prototyping (사용자 인터페이스 시제품화) It is impossible to pre-specify the look and feel of a user interface in an effective way. (사용자 인터페이스를 효과적인 방법으로 보고, 느끼도록 사전-명세를 만드는 것은 불가능하다) prototyping is essential (따라서 시제품화는 필수적이다) UI development consumes an increasing part of overall system development costs (UI 개발비는 전반적인 시스템 개발 비용부를 증가시킨다) Prototyping may use very high level languages such as Smalltalk or Lisp (시제품화에는 Smalltalk나 Lisp 같은 고수준 언어를 쓸 수 있다) User interface generators may be used to draw the interface and simulate its functionality (UI 생성기는 UI를 만들어 보여주고, 그 기능을 모의실험 하는데 사용될 수 있다) UI 시제품을 시스템 명세서로 제공한다 Chapter 8 - Slide 26

27 제2부 요구사항과 명세서 / 8장 S/W 시제품화 8.3 User interface prototyping (cont') User commands User interface User interface display User interface management system Application commands Application User Display specification Application command specification [그림 8.9] User interface management system (UIMS) (사용자 인터페이스 관리 시스템) Chapter 8 - Slide 27

28 제2부 요구사항과 명세서 / 8장 S/W 시제품화 Key points A prototype can be used to give end-users a concrete impression of the system s capabilities (시제품은 사용자가 시스템의 기능을 구체적으로 느낄 수 있게 할 수 있다) Prototyping may be evolutionary prototyping or throw-away prototyping (점진적인 시제품화와 throw-away 시제품화의 방법이 있다) Rapid development is essential for prototype systems (시제품의 개발에는 빠른 개발이 필수적이다) Prototype structures become corrupted by constant change. Hence, long-term evolution is difficult (계속적인 변경으로 인해 세제품의 구조는 나빠진다. 따라서, 긴 기간의 진화는 어려워진다) Chapter 8 - Slide 28

29 제2부 요구사항과 명세서 / 8장 S/W 시제품화 Key points In a throw-away prototype start with the least well-understood parts; in an evolutionary prototype, start with the best understood parts (Throw-away 시제품화는 잘 이해되지 않은 부분에서 시작한다. 점진적인 시제품화는 가장 잘 이해된 부분에서 시작한다.) Prototyping methods include the use of executable specification languages, very high-level languages, fourth-generation languages and prototype construction from reusable components (시제품화 방법은 실행 가능한 명세언어, 고수준 언어, 4세대 언어, 재사용 부품의 결합 등을 이용한다) Prototyping is essential for parts of the system such as the user interface which cannot be effectively pre-specified (UI와 같이 효과적으로 기술화는 것이 불가능한 경우 시제품화는 필수적이다.) Chapter 8 - Slide 29

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING

More information

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

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

More information

Requirements Engineering

Requirements Engineering (요구사항과 명세서) Part 2. Requirements and Specification Establishing what the customer requires from a software system (S/W 시스템에서 고객이 요구하는 것이 무엇인가를 설정한다) Contents 4.Requirements Engineering (요구 공학) 5.Requirements

More information

........pdf 16..

........pdf 16.. Abstract Prospects of and Tasks Involving the Policy of Revitalization of Traditional Korean Performing Arts Yong-Shik, Lee National Center for Korean Traditional Performing Arts In the 21st century, the

More information

03.Agile.key

03.Agile.key CSE4006 Software Engineering Agile Development Scott Uk-Jin Lee Division of Computer Science, College of Computing Hanyang University ERICA Campus 1 st Semester 2018 Background of Agile SW Development

More information

歯3이화진

歯3이화진 http://www.kbc.go.kr/ Abstract Terrestrial Broadcasters Strategies in the Age of Digital Broadcasting Wha-Jin Lee The purpose of this research is firstly to investigate the

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

1.장인석-ITIL 소개.ppt

1.장인석-ITIL 소개.ppt HP 2005 6 IT ITIL Framework IT IT Framework Synchronized Business and IT Business Information technology Delivers: Simplicity, Agility, Value IT Complexity Cost Scale IT Technology IT Infrastructure IT

More information

PowerPoint 프레젠테이션

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

More information

PJTROHMPCJPS.hwp

PJTROHMPCJPS.hwp 제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:

More information

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

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

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

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

11¹Ú´ö±Ô

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

More information

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

<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

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

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

More information

감각형 증강현실을 이용한

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

More information

원고스타일 정의

원고스타일 정의 논문접수일 : 2015.01.05 심사일 : 2015.01.13 게재확정일 : 2015.01.26 유니컨셉 디자인을 활용한 보행환경 개선방안 연구 A Study on Improvement of Pedestrian Environment on to Uniconcept Design 주저자 : 김동호 디지털서울문화예술대학교 인테리어실용미술학과 교수 Kim dong-ho

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

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석 ,, Even the short history of the Web system, the techniques related to the Web system have b een developed rapidly. Yet, the quality of the Webbased application software has not improved. For this reason,

More information

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM 中 규모 기업의 실용주의CRM 전략 (CRM for SMB) 공영DBM 솔루션컨설팅 사업부 본부장 최동욱 2007. 10. 25 Agenda I. 중소기업의 고객관리, CRM의 중요성 1. 국내외 CRM 동향 2. 고객관리, CRM의 중요성 3. CRM 도입의 기대효과 II. CRM정의 및 우리회사 적합성 1. 중소기업에 유용한 CRM의 정의 2. LTV(Life

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

Output file

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

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â 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

untitled

untitled MDEP I&C 2009. 4.6 ~ 4.7 14 I. MDEP II. DICWG III. DICWG SW IV. Nuclear Safety Information Conference 2009 Slide -2- I. MDEP MDEP? Multinational Design Evaluation Program MDEP Nuclear Safety Information

More information

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients

More information

05-08 087ÀÌÁÖÈñ.hwp

05-08 087ÀÌÁÖÈñ.hwp 산별교섭에 대한 평가 및 만족도의 영향요인 분석(이주희) ꌙ 87 노 동 정 책 연 구 2005. 제5권 제2호 pp. 87118 c 한 국 노 동 연 구 원 산별교섭에 대한 평가 및 만족도의 영향요인 분석: 보건의료노조의 사례 이주희 * 2004,,,.. 1990. : 2005 4 7, :4 7, :6 10 * (jlee@ewha.ac.kr) 88 ꌙ 노동정책연구

More information

- 2 -

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

More information

공연영상

공연영상 한국영화 배급시장의 문제점과 개선방안에 대한 고찰 143 144 한국영화 배급시장의 문제점과 개선방안에 대한 고찰 - 독과점 배급시장을 중심으로 김황재* 23) I. 머리말 II. 한국 영화산업의 배급시장 1. 배급의 개념 2. 한국 영화산업 배급시장의 변화 3. 메이저 배급사의 배급시장 4. 디지털 배급 시스템 III. 한국영화 배급시장의 문제점 1. 독과점

More information

untitled

untitled PMIS 발전전략 수립사례 A Case Study on the Development Strategy of Project Management Information System 류 원 희 * 이 현 수 ** 김 우 영 *** 유 정 호 **** Yoo, Won-Hee Lee, Hyun-Soo Kim, Wooyoung Yu, Jung-Ho 요 약 건설업무의 효율성

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

09김정식.PDF

09김정식.PDF 00-09 2000. 12 ,,,,.,.,.,,,,,,.,,..... . 1 1 7 2 9 1. 9 2. 13 3. 14 3 16 1. 16 2. 21 3. 39 4 43 1. 43 2. 52 3. 56 4. 66 5. 74 5 78 1. 78 2. 80 3. 86 6 88 90 Ex e cu t iv e Su m m a r y 92 < 3-1> 22 < 3-2>

More information

Output file

Output file connect educational content with entertainment content and that production of various contents inducing educational motivation is important. Key words: edutainment, virtual world, fostering simulation

More information

정진명 남재원 떠오르고 있다. 배달앱서비스는 소비자가 배달 앱서비스를 이용하여 배달음식점을 찾고 음식 을 주문하며, 대금을 결제까지 할 수 있는 서비 스를 말한다. 배달앱서비스는 간편한 음식 주문 과 바로결제 서비스를 바탕으로 전 연령층에서 빠르게 보급되고 있는 반면,

정진명 남재원 떠오르고 있다. 배달앱서비스는 소비자가 배달 앱서비스를 이용하여 배달음식점을 찾고 음식 을 주문하며, 대금을 결제까지 할 수 있는 서비 스를 말한다. 배달앱서비스는 간편한 음식 주문 과 바로결제 서비스를 바탕으로 전 연령층에서 빠르게 보급되고 있는 반면, 소비자문제연구 제46권 제2호 2015년 8월 http://dx.doi.org/10.15723/jcps.46.2.201508.207 배달앱서비스 이용자보호 방안 정진명 남재원 요 약 최근 음식배달 전문서비스 애플리케이션을 이용한 음식배달이 선풍적인 인기를 끌면서 배달앱서비스가 전자상거래의 새로운 거래유형으로 떠오르고 있다. 배달앱서비스는 소비자가 배달앱서비스를

More information

소프트웨어개발방법론

소프트웨어개발방법론 사용사례 (Use Case) Objectives 2 소개? (story) vs. 3 UC 와 UP 산출물과의관계 Sample UP Artifact Relationships Domain Model Business Modeling date... Sale 1 1..* Sales... LineItem... quantity Use-Case Model objects,

More information

본문01

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

More information

歯kjmh2004v13n1.PDF

歯kjmh2004v13n1.PDF 13 1 ( 24 ) 2004 6 Korean J Med Hist 13 1 19 Jun 2004 ISSN 1225 505X 1) * * 1 ( ) 2) 3) 4) * 1) ( ) 3 2) 7 1 3) 2 1 13 1 ( 24 ) 2004 6 5) ( ) ( ) 2 1 ( ) 2 3 2 4) ( ) 6 7 5) - 2003 23 144-166 2 2 1) 6)

More information

<BFA9BAD02DB0A1BBF3B1A4B0ED28C0CCBCF6B9FC2920B3BBC1F62E706466>

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

More information

강의지침서 작성 양식

강의지침서 작성 양식 정보화사회와 법 강의지침서 1. 교과목 정보 교과목명 학점 이론 시간 실습 학점(등급제, P/NP) 비고 (예:팀티칭) 국문 정보화사회와 법 영문 Information Society and Law 3 3 등급제 구분 대학 및 기관 학부(과) 전공 성명 작성 책임교수 법학전문대학원 법학과 최우용 2. 교과목 개요 구분 교과목 개요 국문 - 정보의 디지털화와 PC,

More information

..........(......).hwp

..........(......).hwp START START 질문을 통해 우선순위를 결정 의사결정자가 질문에 답함 모형데이터 입력 목표계획법 자료 목표계획법 모형에 의한 해의 도출과 득실/확률 분석 END 목표계획법 산출결과 결과를 의사 결정자에게 제공 의사결정자가 결과를 검토하여 만족여부를 대답 의사결정자에게 만족하는가? Yes END No 목표계획법 수정 자료 개선을 위한 선택의 여지가 있는지

More information

F1-1(수정).ppt

F1-1(수정).ppt , thcho@kisaorkr IPAK (Information Protection Assessment Kit) IAM (INFOSEC Assessment Methodology) 4 VAF (Vulnerability Assessment Framework) 5 OCTAVE (Operationally Critical Threat, Asset, and Vulnerability

More information

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

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

More information

#Ȳ¿ë¼®

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

Á¶´öÈñ_0304_final.hwp

Á¶´öÈñ_0304_final.hwp 제조 중소기업의 고용창출 성과 및 과제 조덕희 양현봉 우리 경제에서 일자리 창출은 가장 중요한 정책과제입니다. 근래 들어 우리 사회에서 점차 심각성을 더해 가고 있는 청년 실업 문제에 대처하고, 사회적 소득 양극화 문제에 대응하기 위해서도 일자리 창 출은 무엇보다도 중요한 정책과제일 것입니다. 고용창출에서는 중소기업의 역할이 대기업보다 크다는 것이 일반적

More information

<30322D28C6AF29C0CCB1E2B4EB35362D312E687770>

<30322D28C6AF29C0CCB1E2B4EB35362D312E687770> 한국학연구 56(2016.3.30), pp.33-63. 고려대학교 한국학연구소 세종시의 지역 정체성과 세종의 인문정신 * 1)이기대 ** 국문초록 세종시의 상황은 세종이 왕이 되면서 겪어야 했던 과정과 닮아 있다. 왕이 되리라 예상할 수 없었던 상황에서 세종은 왕이 되었고 어려움을 극복해 갔다. 세종시도 갑작스럽게 행정도시로 계획되었고 준비의 시간 또한 짧았지만,

More information

06_±è¼öö_0323

06_±è¼öö_0323 166 167 1) 2) 3) 4) source code 5) object code PC copy IP Internet Protocol 6) 7) 168 8) 9)10) 11) 12)13) / / 14) 169 PC publisher End User distributor RPG Role-Playing Game 15) FPS First Person Shooter

More information

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

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

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

2Q SWG Teleweb Business Plan & 1Q Recovery Plan April 2, 2003

2Q SWG Teleweb Business Plan  & 1Q Recovery Plan     April 2, 2003 WBI Modeler V5.1.1 Rational Rose XDE WSAD-IE IBM on-demand Service Oriented Architecture RUP Full-life cycle Business-driven, Process-based LOB IT Seamless Service Modeling (Service, Component, Process

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

<C7C1B7A3C2F7C0CCC1EE20B4BABAF1C1EEB4CFBDBA20B7B1C4AA20BBE7B7CA5FBCADB9CEB1B35F28C3D6C1BE292E687770>

<C7C1B7A3C2F7C0CCC1EE20B4BABAF1C1EEB4CFBDBA20B7B1C4AA20BBE7B7CA5FBCADB9CEB1B35F28C3D6C1BE292E687770> Through proactively respond Franchise New business launching instance : Focus on the BEERBARKET s successful story of INTO FRANCHISE SYSTEMS, INC. 선행적 대응을 통한 프랜차이즈 뉴비즈니스 런칭 사례 : 인토외식산업의 맥주바켓 성공사례 MAXCESS

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

2

2 02 1 1 22 36 38 46 5 1 54 61 65 77 81 2 _ 3 4 _ 5 6 _7 8 _ 9 1 0 _ 11 1 2 _ 13 1 4 _ 15 1 6 _ 17 1 8 _ 19 2 0 _ 21 2 2 www.kats.go.kr www.kats.go.kr _ 23 Scope of TC/223 Societal security International

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Data Quality Management 2003 2003. 11. 11 (SK ) hskim226@skcorp.com Why Quality Management? Prologue,,. Water Source Management 2 Low Quality Water 1) : High Quality Water 2) : ( ) Water Quality Management

More information

UPMLOPEKAUWE.hwp

UPMLOPEKAUWE.hwp 시청공간을 넘어 새롭게 소통하기 - 인터넷 기반의 를 중심으로 - New Communication beyond Viewing Space - Focused on Social Television based on Internet - 주저자 오종서 Oh, Jongsir 동서대학교 방송영상전공 조교수 Assistant Professor of Dongseo University

More information

12È«±â¼±¿Ü339~370

12È«±â¼±¿Ü339~370 http://www.kbc.go.kr/ k Si 2 i= 1 Abstract A Study on Establishment of Fair Trade Order in Terrestrial Broadcasting Ki - Sun Hong (Professor, Dept. of Journalism & Mass Communication,

More information

Joseph Hwang, IBM Rational Software

Joseph Hwang, IBM Rational Software Joseph Hwang, IBM Rational Software hwangj@kr.ibm.com , : IT ??? CEO,,.. CEO,. CEO,. CEO IT. On Demand Business On Demand Business,,... Ron Wise, President Wise Industries ,, :,...,,,.. Manage Interact

More information

Microsoft Word - 001.doc

Microsoft Word - 001.doc 工 學 碩 士 學 位 請 求 論 文 비계 구조와 프리패브 유닛을 사용한 현존하는 건물의 기능적 입면 부가에 관한 연구 A Study on Additional Occupy-able Facade to the Existing Buildings by Using Scaffolding Structure and Prefabricated Units 28 年 7 月 仁 荷

More information

20, 41..,..,.,.,....,.,, (relevant).,.,..??.,

20, 41..,..,.,.,....,.,, (relevant).,.,..??., , 41 (2007 12 ) * 1) *** ***,. IMF..,,,.,,,,.. I.. 1999 (,.),,. 2010 *. ** *** 19 20, 41..,..,.,.,....,.,, (relevant).,.,..??., 21.....,. II. 1967 G. G. Muller International Accounting. 1960. 1970... 1966,,,.

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI: (NCS) Method of Con

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI:   (NCS) Method of Con Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp.181-212 DOI: http://dx.doi.org/10.21024/pnuedi.27.3.201709.181 (NCS) Method of Constructing and Using the Differentiated National Competency

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 시사만화의 텍스트성 연구* 이 성 연**1) Ⅰ. 머리말 Ⅱ. 시사만화의 텍스트 구조 Ⅲ. 시사만화의 텍스트성 Ⅳ. 맺는말 요 약 본고의 분석 대상 시사만화는 2004년 노무현 대통령 탄핵 관련 사건들 인데, 시사만화의 그림 텍스트와 언어 텍스트의 구조와 그 구조를 이루는 구성 요소들이 어떻게 의사소통의 기능을 수행하며 어떤 특징이 있는가 를 살펴본

More information

大学4年生の正社員内定要因に関する実証分析

大学4年生の正社員内定要因に関する実証分析 190 2016 JEL Classification Number J24, I21, J20 Key Words JILPT 2011 1 190 Empirical Evidence on the Determinants of Success in Full-Time Job-Search for Japanese University Students By Hiroko ARAKI and

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

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

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

Android App 개발방법

Android App 개발방법 Android App using Xamarin for Visual Studio Yoon Joong Kim Computer Engineering Department, Hanbat National University yjkim@hanbat.ac.kr 1 Xamarin for Visual Studio 설치 Deliver native Android, ios, and

More information

<BCF6BDC3323030392D31385FB0EDBCD3B5B5B7CEC8DEB0D4C5B8BFEEB5B5C0D4B1B8BBF3BFACB1B85FB1C7BFB5C0CE2E687770>

<BCF6BDC3323030392D31385FB0EDBCD3B5B5B7CEC8DEB0D4C5B8BFEEB5B5C0D4B1B8BBF3BFACB1B85FB1C7BFB5C0CE2E687770> ... 수시연구 2009-18.. 고속도로 휴게타운 도입구상 연구 A Study on the Concept of Service Town at the Expressway Service Area... 권영인 임재경 이창운... 서 문 우리나라는 경제성장과 함께 도시화가 지속적으로 진행되어 지방 지역의 인구감소와 경기의 침체가 계속되고 있습니다. 정부의 다각 적인

More information

±èÇö¿í Ãâ·Â

±èÇö¿í Ãâ·Â Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,

More information

1. 서론 1-1 연구 배경과 목적 1-2 연구 방법과 범위 2. 클라우드 게임 서비스 2-1 클라우드 게임 서비스의 정의 2-2 클라우드 게임 서비스의 특징 2-3 클라우드 게임 서비스의 시장 현황 2-4 클라우드 게임 서비스 사례 연구 2-5 클라우드 게임 서비스에

1. 서론 1-1 연구 배경과 목적 1-2 연구 방법과 범위 2. 클라우드 게임 서비스 2-1 클라우드 게임 서비스의 정의 2-2 클라우드 게임 서비스의 특징 2-3 클라우드 게임 서비스의 시장 현황 2-4 클라우드 게임 서비스 사례 연구 2-5 클라우드 게임 서비스에 IPTV 기반의 클라우드 게임 서비스의 사용성 평가 - C-Games와 Wiz Game 비교 중심으로 - Evaluation on the Usability of IPTV-Based Cloud Game Service - Focus on the comparison between C-Games and Wiz Game - 주 저 자 : 이용우 (Lee, Yong Woo)

More information

Microsoft PowerPoint - Ieee standard pptx

Microsoft PowerPoint - Ieee standard pptx 200511316 김형석 Test plan Test design specification Test case specification Test procedure specification Test item transmittal report Test log Test incident report Test summary report Purpose -The purpose

More information

Æ÷Àå½Ã¼³94š

Æ÷Àå½Ã¼³94š Cho, Mun Jin (E-mail: mjcho@ex.co.kr) ABSTRACT PURPOSES : The performance of tack coat, commonly used for layer interface bonding, is affected by application rate and curing time. In this study, bonding

More information

- i - - ii - - iii - - iv - - v - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - α α - 20 - α α α α α α - 21 - - 22 - - 23 -

More information

Coriolis.hwp

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

More information

Rheu-suppl hwp

Rheu-suppl hwp Objective: This paper reviews the existing Korean medical and public health, and nursing academy articles on disease-specific and domain-specific quality of life, and provides recommendations for the universally

More information

10방송통신서비스_내지최종

10방송통신서비스_내지최종 Contents KOREA COMMUNICATIONS COMMISSION Chorus Wholesale & lnternational Retail Gen-i AAPT Technology & Shared Services Corporate Centre

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 27(2), 2007, 96-121 S ij k i POP j a i SEXR j i AGER j i BEDDAT j ij i j S ij S ij POP j SEXR j AGER j BEDDAT j k i a i i i L ij = S ij - S ij ---------- S ij S ij = k i POP j a i SEXR j i AGER j i BEDDAT

More information

Problem New Case RETRIEVE Learned Case Retrieved Cases New Case RETAIN Tested/ Repaired Case Case-Base REVISE Solved Case REUSE Aamodt, A. and Plaza, E. (1994). Case-based reasoning; Foundational

More information

12Á¶±ÔÈŁ

12Á¶±ÔÈŁ Journal of Fashion Business Vol. 5, No. 4. pp.158~175(2001) A Study on the Apparel Industry and the Clothing Culture of North Korea + Kyu Hwa Cho Prof., Dept. of Clothing & Textiles, Ewha Womans University

More information

001지식백서_4도

001지식백서_4도 White Paper on Knowledge Service Industry Message Message Contents Contents Contents Contents Chapter 1 Part 1. Part 2. Part 3. Chapter

More information

07_Àü¼ºÅÂ_0922

07_Àü¼ºÅÂ_0922 176 177 1) 178 2) 3) 179 4) 180 5) 6) 7) 8) 9) 10) 181 11) 12) 182 13) 14) 15) 183 16) 184 185 186 17) 18) 19) 20) 21) 187 22) 23) 24) 25) 188 26) 27) 189 28) 29) 30)31) 32) 190 33) 34) 35) 36) 191 37)

More information

우리들이 일반적으로 기호

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

More information

30이지은.hwp

30이지은.hwp VR의 가상광고에 나타난 그래픽영상 연구 -TV 스포츠 방송을 중심으로- A study of the graphic image that is presented in Virtual Advertising of VR(Virtual Reality) - Focused on TV Sports broadcasts - 이지은(Lee, ji eun) 조일산업(주) 디자인 실장

More information

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

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

More information

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

More information

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â 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

14 경영관리연구 제6권 제1호 (2013. 6) Ⅰ. 서론 2013년 1월 11일 미국의 유명한 경영전문 월간지 패스트 컴퍼니 가 2013년 글로벌 혁신 기업 50 을 발표했다. 가장 눈에 띄는 것은 2년 연속 혁신기업 1위를 차지했던 애플의 추락 이었다. 음성 인식

14 경영관리연구 제6권 제1호 (2013. 6) Ⅰ. 서론 2013년 1월 11일 미국의 유명한 경영전문 월간지 패스트 컴퍼니 가 2013년 글로벌 혁신 기업 50 을 발표했다. 가장 눈에 띄는 것은 2년 연속 혁신기업 1위를 차지했던 애플의 추락 이었다. 음성 인식 애플의 사례를 통해 살펴본 창조적 파괴 13 경영관리연구 (제6권 제1호) 애플의 사례를 통해 살펴본 창조적 파괴 박재영 이맥소프트(주) 부사장 슘페터가 제시한 창조적 파괴는 경제적 혁신과 비즈니스 사이클을 의미하는 이론이며, 단순하게 는 창조적 혁신을 의미한다. 즉 혁신적 기업의 창조적 파괴행위로 인해 새로운 제품이 성공적으로 탄생하는 것이다. 이후 다른

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 김진주 김수연. 초등학생대상장애이해교육에활용된동화에나타난장애인관분석. 특수교육, 2013, 제12권, 제2호, 135-160... 20.,,. 4.,,.,..... 주제어 : 장애이해교육, 동화, 장애인관 1. ( 1 ) Incheon Munhak Elementary School ( )(, E-mail: sooyoun@ginue.ac.kr) Dept. of

More information

장양수

장양수 한국문학논총 제70집(2015. 8) 333~360쪽 공선옥 소설 속 장소 의 의미 - 명랑한 밤길, 영란, 꽃같은 시절 을 중심으로 * 1)이 희 원 ** 1. 들어가며 - 장소의 인간 차 2. 주거지와 소유지 사이의 집/사람 3. 취약함의 나눔으로서의 장소 증여 례 4. 장소 소속감과 미의식의 가능성 5.

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

15_3oracle

15_3oracle Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.

More information

untitled

untitled 부동산학연구 제14집 제3호, 2008. 12, pp. 81~98 Journal of the Korea Real Estate Analysts Association Vol.14, No.3, 2008. 12, pp. 81~98 유비쿼터스 아파트 기능에 한 선호도 분석 - u-아파트 거주자, 비거주자 및 전문가의 비교를 중심으로 - Analysis of Preference

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

03신경숙내지작업

03신경숙내지작업 57~82 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 A Study on the Educational Use of Dolmen Construction Technology Kyung-sug Shin (Research Centre of Dolmens in Northeast Asia)

More information

<B3EDB9AEC1FD5F3235C1FD2E687770>

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

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

김기남_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