Software Testing

Size: px
Start display at page:

Download "Software Testing"

Transcription

1 효과

2 Contents 소프트웨어및코드인스펙션정의 소프트웨어결함및적용기술 생명주기상결함효과 코드인스펙션 CMM Levels 정의 CMM Level 4 와 SQA CMM Levels 과코드결함수 코드인스펙션도입사례 코드인스펙션도입효과 SW 품질관리및검증효과 2

3 소프트웨어및코드인스펙션정의 정의 소프트웨어의결함을발견하기위하여개발과정상의결과물을검토하는것 대상 요구사항, 설계등의문서산출물 개발단계의소스코드 요구분석 코드인스펙션 인스펙션 설계 인스펙션 구현 인스펙션 단위테스트통합테스트시스템테스트 개발단계의소스코드를인스펙션하여해당소스코드에내재되어있는직. 간접적인결함, 성능및메모리의문제점을검출 3

4 소프트웨어결함및적용기술 소프트웨어결함분포 J.E.Heiser, An Overview of Software Testing. IEEE TOSE 1997 SW Lifecycle Requirements Design Coding Documentation Bad Fixes Total Defect Ratios 20% 30% 35% 5% 10% 100% Defects per FP 소프트웨어결함제거기술의효과 Life Cycle Techniques Req. Defect Design Defect Code Defect Documentation Defect Performance Defect Review, Inspection Fair Exc. Exc. Good Fair Prototype Good Fair Fair N/A Good Dynamic Test Poor Poor Good Fair Exc. Program Proof Poor Poor Good Fair Poor 4

5 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% 생명주기상결함제거효과 J.E.Heiser, An Overview of Software Testing. IEEE TOSE Requirement Review Top-Level Design Review Detailed Design Review Code Inspection Unit Test Functional Test Integration Test Site/Installation Test 30 Highest Lowest Median

6 코드인스펙션 코드검사점검활동 CMM 4 수준 Quality Plan : 코드표준정의서 Quality Goal : Zero-Defect 코드품질목표 Quality Measure : 코드품질목표를달성하기위한품질평가 Quality Control : 코드품질을정량적으로관리하여품질목표를달성 Coding Plan Guidelines Code Goal Layout Performance Resource Education Programmer Source Code Development Server Coding Rules Coding Violation Measure Improvement Guide Automatic Code Inspection Tool Status Reporting Code Quality Control & Monitoring < 효과적인프로세스 > PMO, QA Manager 6

7 코드인스펙션과결함유형 코드인스펙션 Inspection Type Defect Type Inspection Check Coding Standard Violation Coding Style Naming Convention Hard Coding 일관된코딩구조와스타일유지코드의가독성및이해성향상코드의유지관리성향상및비용절감 ( 효과 ) 규격화된우수한코드작성 Powerful Code Inspection Rules Potential error or Actual error Data errors Control errors Input/output errors Interface errors Exception management errors Storage management errors SW 품질향상 - 성능향상 - 메모리누수예방 ( 효과 ) 고급코딩기술과프로그래밍기능사용유도 7

8 코드인스펙션 : MISRA-C MISRA-C ANSI C MISRA-C (Motor Industry Software Reliability Association) 자동차 ( 우주항공, 통신, 의료, 국방등 ) 제조분야 C 코딩가이드라인제시 ISO/IEC C 표준 9899:1990/1999 기반으로한표준문서 MISRA-C 가이드라인 ( 안전성과관련된고급언어에서프로그램되어야하는코딩을위하여 Safer C 지침을개발한회사들의모임 코딩시적용가능한 141 개의코딩규칙 -121 mandatory, 20 advisory MISRA 운영위원회 AB Automotive Electronics Ltd Ford Motor Company Ltd Jaguar Cars Ltd Lotus Engineering MIRA Ltd Ricardo Tarragon Ltd TRW Automotive Electronics 8

9 CMM Level 3 ( 정의됨 ) CMM Levels 정의 재품과프로세스가표준화되고잘정의되는단계 ( 관리 / 통제되지않은단계 ) CMM Level 4 ( 관리됨 ) 제품과프로세스가관리되고통제되는단계 제품과프로세스를정량적으로측정 / 평가되어그결과를관리하는단계 수행결과에대한데이터를수집하고분석하여결과를피드백하는단계 Level 5: Optimizing ( 계속적인프로세스개선 ) Level 4: Advanced ( 소프트웨어제품과프로세스에대한자세한측정치 ) Key: SW Quality/Quantity Process Management Level 3: Defined ( 효과적인소프트웨어공학기술적용 ) Level 2: Repeatable ( 기본적인프로젝트관리프로세스 ) Level 1: Initial ( 가장기초적인개발환경 ) 9

10 Focus CMM Level 4 와 SQA Product and process quality Key Process Areas Quantitative process management Software quality management Software quality management Goal 프로젝트의 SW 품질관리활동을계획한다 SW 산출물품질의평가목표와그우선순위를정의한다 SW 산출물의품질목표를달성하기위한실제진척을평가하고관리한다 SQA (Software Quality Assurance) 의정량적인품질관리 Quality Plan : SW 및코드표준정의서 Quality Goal : 정량적인품질의목표를설정 Quality Measure : SW 품질목표를달성하기위한품질평가 Quality Control : SW 산출물에대한품질을정량적으로관리하여품질목표를달성 SQA 를위한 RESORT 의품질관리도구 SW Quality Tool SW 품질 Code Checker Tool 코드품질 10

11 CMM Levels 과코드결함수 Level 5 ( 최적화 ) Best -Quality Controlled and Repeatable Results 출처 : CMU SEI TR, Sept 코드인스펙션후, KLOC 당결함수감소 Level 4 ( 정량적관리 / 통제됨 ) Operating with Checks and Balances Level 3 ( 표준화 / 정의됨 ) Coding Standards must be Enforced Level 2 ( 반복 ) An Organization must have a Coding Standards Level 1 ( 초기 ) Results Not Controlled and Non Repeatable Industrial Average: 6-30 Defects/KLOC 휴대폰 SW( 약 5oo만라인 ) 3,000 Defects 우주왕복선 SW( 약 5oo만라인 ) 500 Defects 11

12 코드인스펙션도입사례 인스펙션도입사례 AT&T HP IBM 회사 Bell-Northern Research 도입효과 텔레커뮤니케이션시스템제품에대해서요구, 디자인, 코드, 테스트계획부분에대해서인스펙션한결과인스펙션은생산성에서 14% 의증가를보였으며, 품질에서 10 배의증가를보였고테스트보다 20 배이상의효율을보였음이보고되었다 어떤제품에대해서코드인스펙션을사용한결과시간당 0.2 개의오류를발견하였으며, 다른테스트에의한것보다 80% 의다른오류를발견하였음이보고되었다 텔레커뮤니케이션시스템제품에대하여코드인스펙션을적용한결과 Man-hour 당 1 개의오류를발견하였으며테스트보다인스펙션은 20 배이상효율적이라는사실이보고되었다 운영체제제품을개발하면서디자인과코드인스펙션을적용한결과코딩생산성이 23% 증가하였으며, 단위테스트후오류검출에서 38% 감소하였으며오류검출당 1.1hour 가소요됨이보고되었다 12

13 코드인스펙션도입효과 인스펙션도입전. 후효과 ( 출처 : Michael Fagan ) Project Cost Savings Schedule Savings 13

14 코드인스펙션도입효과 인스펙션도입효과 Benefits 에러예방비용절감도입효과중요성 Inspection versus Testing [IBM Journal, HP Journal] 개발초기에에러예방 테스팅단계로전파되는에러를적어도 60-80% 정도줄임 (82%(IBM), 80%(HP) 제거 ) 인스펙션을한시간동안효과적으로수행하는것은 8~12 시간정도의테스트작업절약 테스팅시에러발견및수정에드는비용 60-80% 정도절약 프로젝트팀간의대화향상 개발및테스트프로세스의품질및생산성향상 비용및개발기간단축 유지보수노력절감 " 하나의좋은인스펙션은 30,000 개의테스트케이스와동등한효과를가져올수있다." - Vern Crandell 14

15 SW 품질관리및검증효과 Increases -Quality -Productivity -Profitability SW 및프로그램의품질점검자동도구활용으로개발표준화및제품품질향상 CMM/CMMI 와같은 SW 품질의잠재적에러를소프트웨어인증을통한사전에예방함으로써기업의경쟁력향상개발비용및시간절감 Reduces -Cost -Time -Risk SW 개발표준화로 SW 신뢰성증대및유지보수성향상 프로그램검수의자동화를통한코드검증기간단축, 검수인력및비용의절감 15

16 If you cannot MEASURE it, you cannot IMPROVE it 소프트 4 소프트 대전광역시유성구문지동 ICU 창업보육센터 T215 호 Tel : ~3 Fax: 구매및데모문의 : sales@soft4soft.com 기술및일반문의 : info@soft4soft.com 16

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

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

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

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

ISO17025.PDF

ISO17025.PDF ISO/IEC 17025 1999-12-15 1 2 3 4 41 42 43 44, 45 / 46 47 48 49 / 410 411 412 413 414 5 51 52 53 54 / 55 56 57 58 / 59 / 510 A( ) ISO/IEC 17025 ISO 9001:1994 ISO 9002:1994 B( ) 1 11 /, / 12 / 1, 2, 3/ (

More information

I 1 1) TESCO, 1993, ( 96, 98, 99) - : : 354 (19993 ~ , 1 =1737 ) - : 845 ( : 659 ) - : ) CM 9 (CM), CM , 2 CM, -

I 1 1) TESCO, 1993, ( 96, 98, 99) - : : 354 (19993 ~ , 1 =1737 ) - : 845 ( : 659 ) - : ) CM 9 (CM), CM , 2 CM, - [ B-4] - 322 - I 1 1) TESCO, 1993, 1997 3 ( 96, 98, 99) - : 1942-1999 : 354 (19993 ~ 20002 20, 1 =1737 ) - : 845 ( : 659 ) - : 22-11 2) CM 9 (CM), CM 2000 9, 2 CM, - : 210 - : (, 2000 9), - 323 - - : -

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

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

untitled

untitled Performance Goal and Objectives Performance Goal and Objectives Technology Selection Criteria Philosophy and Program Management Source Selection Flight Test Approach and Organization Focus on Achieving

More information

Á¦3ºÎ-6Àå

Á¦3ºÎ-6Àå 268 269 ISO/IEC 9126 ISO/IEC 12119 ISO/IEC 14598 S/W Quality 300 267 250 200 189 171 150 100 50 0 125 99 54 27 31 6 7 2001 2002 2003 2004 2005 270 Ü 271 272 273 5% 11% 18% 6% 33% 27% 274 8% 6% 5% 6% 3%

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

2012 kicte??????????1223

2012 kicte??????????1223 www.kicte.or.kr Korea Institute of Construction Technology Education 더 큰 꿈을 건설기술인 여러분과 함께 실현해 가고자 합니다! Gr eetings 건설기술교육원 원장 김돈수입니다. 건설기술인 여러분과 2012년을 함께하여 진심으로 반갑습니다. 건설기술교육원은 1978년 건설업체 및 국가의 출연으로 태동한

More information

Security Overview

Security Overview May. 14, 2004 Background Security Issue & Management Scope of Security Security Incident Security Organization Security Level Security Investment Security Roadmap Security Process Security Architecture

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 Logistics Strategic Planning pnjlee@cjcci.or.kr Difference between 3PL and SCM Factors Third-Party Logistics Supply Chain Management Goal Demand Management End User Satisfaction Just-in-case Lower

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 : ( ) Winning with Software: An executive Strategy(Watts S. Humphrey) PEOPLE PROCESS TECHNOLOGY 5 4 3 2 1 Level Process Characteristics Predicted Performance Optimizing Managed Defined Repeatable Initial

More information

歯CRM개괄_허순영.PDF

歯CRM개괄_허순영.PDF CRM 2000. 8. KAIST CRM CRM CRM CRM :,, KAIST : 50%-60%, 20% 60%-80%. AMR Research 10.. CRM. 5. Harvard Business review 60%, 13%. Michaelson & Associates KAIST CRM? ( ),,, -,,, CRM needs,,, dynamically

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

<4D F736F F F696E74202D20BCD2C7C1C6AEBFFEBEEE28B9E8B5CEC8AF204B >

<4D F736F F F696E74202D20BCD2C7C1C6AEBFFEBEEE28B9E8B5CEC8AF204B > 한국소프트웨어품질의현주소 배두환 ITRC S/W 프로세스개선센터한국과학기술원 2006. 6 bae@salmosa.kaist.ac.kr http://salmosa.kaist.ac.kr/ 목차 1. 국내소프트웨어개발조직의문제점 2. 소프트웨어품질이란무엇인가? 3. 소프트웨어개발삼대요소와품질 - 인적자원 - 프로세스 - 기술 4. 맺음말 국내소프트웨어개발조직의문제점

More information

IBM blue-and-white template

IBM blue-and-white template 쌍용자동차 CATIA V5 적용사례 쌍용자동차기술관리팀안재민 AGENDA 1. SYMC PRODUCT LINE UP 2. SYMC PDM Overview 3. CV5 & PDM Implementation Overview 4. PDM을이용한 CV5 Relational Design 5. 향후과제 6. Q & A 2 Presentation Title 1 2 1.

More information

¼±ÅÃÀû º¹¸®ÈÄ»ýÁ¦µµ.hwp

¼±ÅÃÀû º¹¸®ÈÄ»ýÁ¦µµ.hwp 선택적 복리후생제도 1999. 3. 유 규 창 (가톨릭대 의료행정대학원 교수) 조 규 성 (한국 IBM 인사담당이사) 目 次 I. 머리말 1 II. 選 擇 的 福 利 厚 生 制 度 5 1. 선택적 복리후생제도의 등장 원인 5 2. 선택적 복리후생제도의 효과 8 Ⅲ. 選 擇 的 福 利 厚 生 制 度 의 設 計 12 1. 선택적 복리후생제도의 종류의 선택 12

More information

¿¡À̽º ÃÖÁ¾¿ø°í

¿¡À̽º ÃÖÁ¾¿ø°í 2 3 2005 4 6 7 8 9 10 11 12 13 14 15 16 17 New New & 18 19 20 21 22 26 27 28 Best product with the lowest cost 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 event 01. event 02. 44 event 03. event 04.

More information

Oracle Apps Day_SEM

Oracle Apps Day_SEM Senior Consultant Application Sales Consulting Oracle Korea - 1. S = (P + R) x E S= P= R= E= Source : Strategy Execution, By Daniel M. Beall 2001 1. Strategy Formulation Sound Flawed Missed Opportunity

More information

BSC Discussion 1

BSC Discussion 1 Copyright 2006 by Human Consulting Group INC. All Rights Reserved. No Part of This Publication May Be Reproduced, Stored in a Retrieval System, or Transmitted in Any Form or by Any Means Electronic, Mechanical,

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

감사칼럼 2010. 11 (제131호) 다. 미국과 일본의 경제성장률(전기 대비)은 2010년 1/4분기 각각 0.9%와1.2%에서 2/4분기에는 모두 0.4%로 크게 둔화 되었다. 신흥국들도 마찬가지이다. 중국, 브라질 등 신흥국은 선진국에 비해 높은 경제성장률을 기

감사칼럼 2010. 11 (제131호) 다. 미국과 일본의 경제성장률(전기 대비)은 2010년 1/4분기 각각 0.9%와1.2%에서 2/4분기에는 모두 0.4%로 크게 둔화 되었다. 신흥국들도 마찬가지이다. 중국, 브라질 등 신흥국은 선진국에 비해 높은 경제성장률을 기 2010 11 (제131호) 글로벌 환율갈등과 기업의 대응 contents 감사칼럼 1 글로벌 환율갈등과 기업의 대응 - 정영식(삼성경제연구소 수석연구원) 조찬강연 지상중계 5 뉴 미디어 시대의 커뮤니케이션 전략 - 김상헌(NHN(주) 대표이사 사장) 감사실무 경영권 분쟁 상황에서 회사를 상대로 하는 가처분 - 문호준(법무법인 광장 변호사) 감사자료 컴플라이언스

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

학습영역의 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

4S 1차년도 평가 발표자료

4S 1차년도 평가 발표자료 모바일 S/W 프로그래밍 안드로이드개발환경설치 2012.09.05. 오병우 모바일공학과 JDK (Java Development Kit) SE (Standard Edition) 설치순서 Eclipse ADT (Android Development Tool) Plug-in Android SDK (Software Development Kit) SDK Components

More information

슬라이드 1

슬라이드 1 Software Verification #3 정적분석도구, 단위 / 시스템테스트도구 Software Verification Team 4 강 정 모 송 상 연 신 승 화 1 Software Verification #3 정적분석도구, 단위 / 시스템테스트도구 CONTENTS 01 Overall Structure 02 Static analyzer SonarQube

More information

Vertical Probe Card Technology Pin Technology 1) Probe Pin Testable Pitch:03 (Matrix) Minimum Pin Length:2.67 High Speed Test Application:Test Socket

Vertical Probe Card Technology Pin Technology 1) Probe Pin Testable Pitch:03 (Matrix) Minimum Pin Length:2.67 High Speed Test Application:Test Socket Vertical Probe Card for Wafer Test Vertical Probe Card Technology Pin Technology 1) Probe Pin Testable Pitch:03 (Matrix) Minimum Pin Length:2.67 High Speed Test Application:Test Socket Life Time: 500000

More information

Validation Plan Template

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

More information

품질검증분야 Stack 통합 Test 결과보고서 [ The Bug Genie ]

품질검증분야 Stack 통합 Test 결과보고서 [ The Bug Genie ] 품질검증분야 Stack 통합 Test 결과보고서 [ The Bug Genie ] 2014. 10. 목 차 I. Stack 통합테스트개요 1 1. 목적 1 II. 테스트대상소개 2 1. The Bug Genie 소개 2 2. The Bug Genie 주요기능 3 3. The Bug Genie 시스템요구사항및주의사항 5 III. Stack 통합테스트 7 1. 테스트환경

More information

Business Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-

More information

05Çѱ۳»Áö11

05Çѱ۳»Áö11 Vision 2010 Global HRD University National Top 10 Greetings of Issuance M e s s a g e Education Goal Histiory Academic Affairs Organization Table of Contents C ontents List of Works List of Works List

More information

성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 -

성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 - - 1 - 성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - 감각및자극 (Sensory & Information Stimuli) 개인 (a person) 감성 (Sensibility)

More information

울산(전체본).hwp

울산(전체본).hwp 울산 산업의 재도약을 위한 프로세스 마이닝(Process Mining) 적용방안에 대한 연구 울산광역시 Ⅰ. 개요 2 1. 연구의 배경 및 목적 2 1.1 연구의 배경 2 1.2 연구의 목적 3 2. 연구의 구성 및 범위 5 2.1 연구의 구성 5 2.2 연구의 범위 5 Ⅱ. 제조업 현황 및 울산 산업의 특징 8 1. 제조업 현황과 문제점 8 1.1

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

백서2011표지

백서2011표지 2011 2011 2011 2 3 2011 4 5 2011 6 7 2011 8 9 2011 10 11 2011 12 13 2011 14 15 2011 16 17 2011 18 19 2011 20 21 2011 22 23 2011 24 25 2011 26 27 2011 28 29 2011 30 31 2011 32 33 2011 34 35 36 2011 1 SOFTWARE

More information

歯두산3.PDF

歯두산3.PDF ERP Project 20001111 BU 1 1. 2. Project 3. Project 4. Project 5. Project 6. J.D. EdwardsOneWorld 7. Project 8. Project 9. Project 10. System Configuration 11. Project 12. 2 1. 8 BG / 2 / 5 BU (20001031

More information

歯발표문.PDF

歯발표문.PDF : :,,,, 200 1. 8. . 1 1. 1 2. 6. 11 1. (1989 1991) 11 1) 11 2) 11 2. 14 1) 14 2) 17 3) 19 4) 20 3. 30. 35 1. 36 2. 39 3. 40. 41 1. 42 2. 44 3. 50 4. 51 5. 52. 54 1. 55 2. 65 < 1> 4 < 2> 9 < 3> 10 < 4>,

More information

슬라이드 1

슬라이드 1 IT Driving Your Business Innovation-Accelerating ILM Driving Your Business Innovation-Accelerating ILM I. I (Social Responsibility Chain) () (),,.. 3 I 4 I.. - -,. - -.. - - 5 I Enron: ranked 6th in 02

More information

0312젠-가이드라인-표지최종.ps, page 1 @ Normalize

0312젠-가이드라인-표지최종.ps, page 1 @ Normalize Software Management Guide Software Management Guide Software Management Guide 2013 CONTENTS Software Management Guide Software Management Guide Software Management Guide - 중국 : 전년대비 1%p 감소한 77%의 불법복제율로

More information

2013<C724><B9AC><ACBD><C601><C2E4><CC9C><C0AC><B840><C9D1>(<C6F9><C6A9>).pdf

2013<C724><B9AC><ACBD><C601><C2E4><CC9C><C0AC><B840><C9D1>(<C6F9><C6A9>).pdf 11-1140100-000102-01 9 93320 788988 807705 ISBN 978-89-88807-70-5 93320 2013 11 25 2013 11 28,,, FKI ISBN 978-89-88807-70-5 87 www.acrc.go.kr 24 www.fki.or.kr PREFACE CONTENTS 011 017 033 043 051 061

More information

<313920C0CCB1E2BFF82E687770>

<313920C0CCB1E2BFF82E687770> 韓 國 電 磁 波 學 會 論 文 誌 第 19 卷 第 8 號 2008 年 8 月 論 文 2008-19-8-19 K 대역 브릭형 능동 송수신 모듈의 설계 및 제작 A Design and Fabrication of the Brick Transmit/Receive Module for K Band 이 기 원 문 주 영 윤 상 원 Ki-Won Lee Ju-Young Moon

More information

untitled

untitled 15 Patterns of Creative Process Redesign J. Ray Cho Abstract Process Innovation (PI) is a fundamental rethinking and redesign of business processes to achieve improvements in critical contemporary measures

More information

목차.PDF

목차.PDF 5-2. 1. 1-1. 2001.,, 2%..,.,,. 2002 /,,.,. Profit-oriented & differenttiated player SSP(Sales Stimulation Program) System, (e-ld Net)/VIP(Valuation & Individual Projection) / PMS(Profit Management System)

More information

PMP수험서_8-2쇄

PMP수험서_8-2쇄 C PMP PMP Exam Pass Framework Co location Customer Deliverable Enterprise Functional organization structure Historical information Initiator Line manager Functional manager Management by project Matrix

More information

µµÅ¥¸àÆ®1

µµÅ¥¸àÆ®1 ISSN 1976-4294 JOURNAL OF DISASTER PREVENTION 2013 54 Vol. 15 No. 1 2013 Vol.15 No.1 www.kodipa.or.kr 02 04 06 08 12 26 30 36 43 51 59 69 78 Contents 98 109 111 122 151 158 165 174 175 2 JOURNAL OF DISASTER

More information

00내지1번2번

00내지1번2번 www.keit.re.kr 2011. 11 Technology Level Evaluation ABSTRACT The Technology Level Evaluation assesses the current level of industrial technological development in Korea and identifies areas that are underdeveloped

More information

가이드라인등록번호 B1-2016-2-018 의약품품질위해평가가이드라인 2016. 12. 제 개정이력 연번제 개정번호승인일자주요내용 1 2016.12. 제정 2 3 목차 1. 서론 1 2. 품질위해관리 1 3. 품질위해평가절차 6 4. 품질위해평가방법및관련기법 9 5. 위해평가에영향을주는인자 14 6. 정성적평가방법및정량적평가방법을이용한위해평가 23 7. 정성적평가방법및정량적평가방법을이용한위해평가사례

More information

PowerPoint 프레젠테이션

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

More information

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

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

에너지경영성과평가한 미공동연구 2013. 12. - iii - Chapter 에너지경영성과평가 한 미공동연구최종보고서 개요 Ⅰ. 개요 I. 개요 1. o o 100,.. o 1) [ 1] (: ) [ 표 1] 유가상승에따른연간에너지비용증가액 1 3 15 3 10 ( : ) 70 2,354 988 2,930 4,076 11,592 31,846 1,588

More information

삼진31호

삼진31호 VOL. 31 2010. 1 + 2 Pump Control Valve(Ball Type Check) III III III III III III III contents 04 05 06 07 08~09 10~11 12 14 15 16~17 18 19 2010 January + February 2010 1+2 vol.31 I 03 04 I SAMJIN 2010 1+2

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

1 2009 11. 2012 60% 2013 TV TV. TV,.,,.,,,...,. 2.,. 2012 12 3 1 9 1 13 1 13 2 16 1. 16 2. 17 2 19 1 19 1. 19 2. 22 3. 25 4. 28 2 31 1. 31 2. 35 3. 37 3 38 1 38 2 45 4 4 51 1 51 2 53 1. : (FGI) 53 2. :

More information

<BCAEBBE7C7D0C0A75FB3EDB9AE2D28B9DAC7F6C0DA292D283230313431323236292E687770>

<BCAEBBE7C7D0C0A75FB3EDB9AE2D28B9DAC7F6C0DA292D283230313431323236292E687770> 석사학위논문 품질관리규제 정책불응의 영향요인에 관한 연구 - 전문기관검사제도를 중심으로 - Factors of Non-compliance with Quality Control Regulations : A Case of the Inspection System Conducted by External Specialized Organizations 박 현 자 한양대학교

More information

Microsoft PowerPoint - CMMI-SPICE(SWMgt-April )

Microsoft PowerPoint - CMMI-SPICE(SWMgt-April ) 제1차 S/W Management 연구회 ( 경영정보학회 ) 2004년 4월17일 정호원교수 ( 고려대학교경영학과 ) SPICE Research International Coordinator SEI Authorized CMMI Instructor IPRC Charter Research Member hwjung@korea.ac.kr http://biz.korea.ac.kr/~misjung

More information

슬라이드 1

슬라이드 1 * BCS : Business Consulting Service ( PwC) ** C&I : Consulting & Integration Organization *** TSG: Technology Solution Group 2/22 - - - * IDC, 2003 ** 2003,, 2004 3/22 * Blue Ocean Strategy: How to Create

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

목 차 회사현황 1. 회사개요 2. 회사연혁 3. 회사업무영역/업무현황 4. 등록면허보유현황 5. 상훈현황 6. 기술자보유현황 7. 시스템보유현황 주요기술자별 약력 1. 대표이사 2. 임원짂 조직 및 용도별 수행실적 1. 조직 2. 용도별 수행실적

목 차 회사현황 1. 회사개요 2. 회사연혁 3. 회사업무영역/업무현황 4. 등록면허보유현황 5. 상훈현황 6. 기술자보유현황 7. 시스템보유현황 주요기술자별 약력 1. 대표이사 2. 임원짂 조직 및 용도별 수행실적 1. 조직 2. 용도별 수행실적 用 役 指 名 願 금번 貴 社 에서 실시하고자 하는 用 役 에 참여하고자 當 社 의 指 名 願 을 提 出 하오니 審 査 하시고 指 名 하여 주시면 감사하겠습니다. 2014년 (주)하우드 엔지니어링 종합건축사사무소 대표이사 문 홍 길 대표이사 채 희 대표이사 이 재 규 대표이사 김 성 우 SUBMISSION We are submitting our brochure

More information

삼성955_965_09

삼성955_965_09 판매원-삼성전자주식회사 본 사 : 경기도 수원시 영통구 매탄 3동 416번지 제조원 : (주)아이젠 삼성 디지털 비데 순간온수 세정기 사용설명서 본 제품은 국내(대한민국)용 입니다. 전원, 전압이 다른 해외에서는 품질을 보증하지 않습니다. (FOR KOREA UNIT STANDARD ONLY) 이 사용설명서에는 제품보증서가 포함되어 있습니다. 분실되지 않도록

More information

시안

시안 ULSAN NATIONAL INSTITUTE OF SCIENCE AND TECHNOLOGY GRADUATE SCHOOL OF TECHNOLOGY & INNOVATION MANAGEMENT 울산과학기술원 기술경영전문대학원 http://mot.unist.ac.kr 02 03 Global Study Mission CURRICULUM 2 Practicality Global

More information

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

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

More information

슬라이드 제목 없음

슬라이드 제목 없음 (Electronic Commerce/Electronic Business) ( ) ,, Bio Bio 1 2 3 Money Money ( ) ( ) 4025 39 21 25 20 13 15 13 15 17 12 11 10 1 23 1 26 ( ) 1 2 2 6 (1 3 ) 1 14:00 20:00 1 2 1 1 5-6 4 e t / Life Cycle (e-commerce)

More information

歯경영혁신 단계별 프로그램 사례.ppt

歯경영혁신 단계별 프로그램 사례.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 information

(, sta*s*cal disclosure control) - (Risk) and (U*lity) (Synthe*c Data) 4. 5.

(, sta*s*cal disclosure control) - (Risk) and (U*lity) (Synthe*c Data) 4. 5. 1 (, ), ( ) 2 1. 2. (, sta*s*cal disclosure control) - (Risk) and (U*lity) - - 3. (Synthe*c Data) 4. 5. 3 1. + 4 1. 2.,. 3. K + [ ] 5 ' ', " ", " ". (SNS), '. K KT,, KG (PG), 'CSS'(Credit Scoring System)....,,,.

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

-

- World Top 10 by 2030 CONTENTS CONTENTS 02 03 PRESIDENT S MESSAGE 04 05 VISION GOALS VISION GOALS STRATEGIES 06 07 HISTORY 2007 2008 2009 2010 2011 08 09 UNIST POWER 10 11 MPI USTC UNIST UCI UTD U-M GT

More information

4임금연구겨울-지상토론

4임금연구겨울-지상토론 지상토론 기업의 합리적 임금관리전략을 통한 위기극복 방안 박준성 교수 지난 1998년 외환위기시에도 임금연구 에서 경 주제발표 김강식 교수(한국항공대) 토 론 자 : 장상수 전무(삼성경제연구소) 최영미 이사(한국HP) 제위기시 임금관리 방향에 대해 논의(본지 1998년 봄호 참조)를 한 적이 있는 것으로 알고 있습니다만 10년전과 비교해 봤을 때 우리 노동시장은

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

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

LG Business Insight 1119호

LG Business Insight 1119호 당신도 의 덫에 빠질 수 있다 유형마다 강점이 있다. 동전의 양면처럼 에도 빛과 그림자 가 존재한다. 리더가 지나치게 강점만을 강조할 경우 어두운 그림자가 구성원들을 그늘지게 만들 수 있다. 스스로의 덫에 빠지지 않도록 리더가 유념해야 할 포인트들을 짚어본다. 조범상 책임연구원 bscho@lgeri.com 한국 여자 축구가 세계를 제패하던 순간, SK 와이번스

More information

<5BC6EDC1FD5DC0D4B9FD20B9D720BBE7B9FD20BAD0BEDF20BFA9BCBAC2F7BAB0C3B6C6F3C7F9BEE020B1C7B0ED20C0CCC7E020B0FAC1A620B9D720C0CCC7E020B9E6BEC820C5E4B7D0C8B82E687770>

<5BC6EDC1FD5DC0D4B9FD20B9D720BBE7B9FD20BAD0BEDF20BFA9BCBAC2F7BAB0C3B6C6F3C7F9BEE020B1C7B0ED20C0CCC7E020B0FAC1A620B9D720C0CCC7E020B9E6BEC820C5E4B7D0C8B82E687770> 인사말 안녕하십니까? 국가인권위원회 상임위원 김영혜입니다. 먼저 바쁘신 중에도 오늘 이 자리에 참석해 주신 여러분 께 감사드립니다. 여러분도 잘 아시는 바와 같이 우리나라 는 1984년에 여성인권에 관한 권리 장전인 유엔여성차별 철폐협약(CEDAW협약) 에 가입하였고, 지난해 7월 19일 제49차 회기에서 제7차 보고서에 대한 심의를 받았습니다. 여기에서 CEDAW

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

레이아웃 1

레이아웃 1 Annual 2013 vol.15 th HOW ENGINEERING ANNIVERSARY Annual 하우인 2013 vol.15 하우엔지니어링과 자매사 우인엔지니어링은 경남, 부산지역 종합엔지니어링 업계의 선두주자로서 건설기술의 미래지평을 열어가고 있습니다. 행복한 삶의 공간 창출, 안전하고 튼튼한 도시기반시설의 건설을 위해 우수한 인력과 기술력을 바탕으로

More information

I (34 ) 1. (10 ) 1-1. (2 ) 1-2. (1 ) 1-3. (2 ) 1-4. (2 ) 1-5. (1 ) 1-6. (2 ) 2. (8 ) 2-1. (3 ) 2-2. (5 ) 3. (3 ) 3-1. (1 ) 3-2. (2 ) 4. (6 ) 4-1. (2 )

I (34 ) 1. (10 ) 1-1. (2 ) 1-2. (1 ) 1-3. (2 ) 1-4. (2 ) 1-5. (1 ) 1-6. (2 ) 2. (8 ) 2-1. (3 ) 2-2. (5 ) 3. (3 ) 3-1. (1 ) 3-2. (2 ) 4. (6 ) 4-1. (2 ) KS 인증공장심사항목해설서 2013. 3 한국표준협회 I (34 ) 1. (10 ) 1-1. (2 ) 1-2. (1 ) 1-3. (2 ) 1-4. (2 ) 1-5. (1 ) 1-6. (2 ) 2. (8 ) 2-1. (3 ) 2-2. (5 ) 3. (3 ) 3-1. (1 ) 3-2. (2 ) 4. (6 ) 4-1. (2 ) 4-2. (4 ) 5. (7 ) 5-1.

More information

초보자를 위한 C++

초보자를 위한 C++ C++. 24,,,,, C++ C++.,..,., ( ). /. ( 4 ) ( ).. C++., C++ C++. C++., 24 C++. C? C++ C C, C++ (Stroustrup) C++, C C++. C. C 24.,. C. C+ +?. X C++.. COBOL COBOL COBOL., C++. Java C# C++, C++. C++. Java C#

More information

ICT 2 1. ITU 2. ITU-R 3. ITU-T 4. ISO/IEC JTC 1 53 77 99 125 1. ETSI 2. ASTAP 153 197 International Telecommunication Union ITU ICT Contents I 58 58 58 60 61 61 62 64 65 65 67 69 70 II 73 73 74 76 2

More information

untitled

untitled 1996 : 1,500, : 1 2004 : 2,500, : 1.8 1996 280 ( 2,900), 235 2,764 ( 2.9). 1996 : 35,000 ( 4,900), Business Week 465 CEO (stock option ) : 578 ( 81). 2004 : 50,000, CEO : 700 B B A A A A B B Source : M.

More information

정답-1-판매용

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

More information

Microsoft PowerPoint - sem(nov05)3.ppt

Microsoft PowerPoint - sem(nov05)3.ppt 한국경영정보학회 SEM연구회 2005년 11월 19일 ( 토 ) 발표자 : 정호원교수 ( 고려대학교경영학과교수 ) SEI Authorized CMMI Instructor SPICE Authorized CMMI Instructor hwjung@korea.ac.kr http://biz.korea.ac.kr/~misjung (T) 3290-1938 1 목차 Part

More information

Agenda I. What is SRM? II. Why SRM? Trend, III. Function / To-be - IV. V. Critical Success Factor 2

Agenda I. What is SRM? II. Why SRM? Trend, III. Function / To-be - IV. V. Critical Success Factor 2 (Procurement Engineering) - Engineering Introduction & Case study 2006. June 8 th Yoon-chang So / IBM GBS Agenda I. What is SRM? II. Why SRM? Trend, III. Function / To-be - IV. V. Critical Success Factor

More information

Contents Life of the highest _ 최상의 주거입지 06 08 09 Wide Premium Excellent Spot All Around Infra 죽동 No.블록 프리미엄 풍수지리 명당 동서남북 인프라 Good to the greatest _ 최고

Contents Life of the highest _ 최상의 주거입지 06 08 09 Wide Premium Excellent Spot All Around Infra 죽동 No.블록 프리미엄 풍수지리 명당 동서남북 인프라 Good to the greatest _ 최고 YEMIZI PREMIUM CLASS 죽동 No.블록 금성백조 예미지 생활은 특권이 되고 일상은 힐링이 되다 문의 04.4.00 Check List 본 홍보물은 선전, 광고물이므로 법정도면이나 실제 시공과는 차이가 발생할 수 있사오니 유의하시기 바랍니다. 009. 04. 0 주택공급에 관한 규칙 일부 개정으로 인해 청약시 주택형은 카탈로그 등 각종 홍보물에

More information

짚 2014 10 vol 02 2 vol.02 Store 36.5 3 4 vol.02 Store 36.5 5 Must Have Item For Special Travel 6 vol.02 Store 36.5 7 8 vol.02 Store 36.5 9 10 vol.02 Store 36.5 11 12 vol.02 Store 36.5 13 14 vol.02 Store

More information

Better Standards, Better Life! 2018 KRISSGMA Korea Research Institute of Standards and Science Global Metrology Academy GMA(Global Metrology Academy) 34113 267 TEL : 042-868-5440 / FAX : 042-868-5565 http://eshop.kriss.re.kr

More information

특집-5

특집-5 76 May June 2008 IT Standard & Test TTA Journal No.117 TTA Journal No.117 77 78 May June 2008 IT Standard & Test TTA Journal No.117 TTA Journal No.117 79 80 May June 2008 IT Standard & Test TTA Journal

More information

SW 2015. 02 5-1 89

SW 2015. 02 5-1 89 SW 2015. 02 88 SW 2015. 02 5-1 89 SW 2015. 02 5-2 5-3 90 SW 2015. 02 5-4 91 SW 2015. 02 5-5 5-6 92 5-7 SW 2015. 02 93 SW 2015. 02 5-8 5-1 94 SW 2015. 02 5-9 95 SW 2015. 02 5-10 5-2 96 SW 2015. 02 5-11

More information

1 SW 2015. 02 26

1 SW 2015. 02 26 02 1 SW 2015. 02 26 2-1 SW 2015. 02 27 SW 2015. 02 2-1 28 SW 2015. 02 29 2 SW 2015. 02 2-2 30 2-2 SW 2015. 02 31 SW 2015. 02 32 2-3 SW 2015. 02 33 3 SW 2015. 02 2-3 34 2-4 SW 2015. 02 35 4 SW 2015. 02

More information

<4D F736F F D20955C955C8E8682C697A0955C8E8693E091A42E646F63>

<4D F736F F D20955C955C8E8682C697A0955C8E8693E091A42E646F63> MFCA WG MFCA MFCA MFCA SC MFCA IMU10/23 10/25Prof. Dr. Bernd Wagner Dr. Markus StrobelIMU Dr. Strobel Rohleitungsbau Süd 10/23Mr. Edwin Ferhadbegvic Merckle-ratiopharm 10/24Mr. Mullhauser, Mr. Wenger PCI

More information

내지

내지 CONTENTS 1 2 8 11 17 18 21 29 30 32 39 40 49 57 58 63 69 74 77 78 87 103 104 Ethical Management Guidelines 2 3 Ethical Management Guidelines 4 5 Ethical Management Guidelines 6 7 Ethical Management Guidelines

More information

PJTROHMPCJPS.hwp

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

More information

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

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

More information

02 Reihe bis 750 bar GB-9.03

02 Reihe bis 750 bar GB-9.03 Water as a tool High-Pressure Plunger Pumps 02-Line (up to 750 bar) 252 702 1002 1502 1852 2502 Technical Data High-Pressure Plunger Pump Type 252 / 702 approx. 1.8 l approx. 50 kg net 45 mm/1.77 inch

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

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

Study on the Improvement of Management System through Analysis of golf semi- market: Focus on Physical Education Facility Act Ji-Myung Jung 1, Ju-Ho Park 2 *, & Youngdae Lee 3 1 Korea Institute of Sport

More information