Rose교육.ppt
|
|
- 창묵 장곡
- 5 years ago
- Views:
Transcription
1 UML RUP RUP
2 Concept of Object Introduction of UML Introduction of RUP Business Modeling Requirements Analysis & Design
3 Concept of Object Object-Oriented View What is a Object? Object Fundamental Benefit of Object-Oriented
4 Traditional View of Software Data a b c Function f1() f2() f3() Data(Structure) + Procedure(Algorithm) = Software
5 Object-Oriented View of Software Object Object Object a f1() b c f2() d e f3() Data(Structure) + Operation(Algorithm) = Object Object + Object = Software
6 What is a Object? ( ( ) ),
7 What is a Object? (2) State Behavior Identity
8 What is State? State. Behavior.
9 What is Behavior? Behavior State Interaction Message..
10 What is Identity? Identity.. identity.
11 What is Class? A class is Object is the instance of class
12 Abstraction Class Object Object (ex) :,,, Real World Abstraction Object Abstraction Class
13 Class Object Object Class instance & Class Object Data structure behavior Object Class
14 Class Class..
15 Object Fundamental Encapsulation Information Hiding Inheritance Polymorphism Message
16 What is Encapsulation? Data Operation Class. Transaction actions commit() rollback()
17 What is Information Hiding?
18 What is Inheritance? )
19 What is Inheritance? (2)
20 What is Inheritance? (3)
21 What is Polymorphism? One interface, multiple implementation. It provides another dimension of separation of interface from implementation, to decouple what from how. Dynamic binding, late binding, run-time binding
22 What is Polymorphism? Shape Draw() Class Shape { Void draw() {} } Square Draw() Class Square extends Shape { Void draw() { // print( Square ); } } Triangle Draw() Class Triangle extends Shape { Void draw() { // print( Triangle ); } } Shape[] s = new Shape[2]; s[0] = new Square(); s[1] = new Triangle(); for (int I = 0; I < s.length; I++) s[i].draw(); // if I = 0, print( Square ); if I = 1, print( Triangle );
23 What is Message?
24 Benefit of Object-Oriented
25 Concept of Object Introduction of UML Introduction of RUP Business Modeling Requirements Analysis & Design
26 Introduction of UML UML UML UML UML Common mechanism Building Blocks of UML UML Diagrams
27 UML (1) UML(Unified Modeling Language),,,
28 UML (2) Visualizing Constructing round-trip UML Specifying / Documenting,,
29 UML (1) James Rumbaugh : OMT Grady Booch : Booch Ivar Jacobson : OOSE Method War UML
30 UML (2) UML 1.3
31 UML Notation
32 UML Common mechanism (1) Specifications Textual statement of the syntax and semantics of each building block Adornments + : public - : private # : protected
33 UML Common mechanism (2) Extensibility Mechanism Stereotypes Tagged Values Constraints
34 UML Common mechanism (3) Extensibility Mechanism Example Stereotype <<exception>> Overflow EventQueue {version=3.2 Author = egb } add() remove() flush() Tagged Value {ordered } Constraint
35 Building Blocks of UML UML Building blocks Things Relationships Diagrams Structural things Behavioral things Grouping things Annotational things Dependency Association Static Structure Diagrams Dynamic Behavior Diagrams Class Interface Collaboration Use case Interaction State machine Packages Note Generalization Realization Class diagram Object diagram Component diagram Use case diagram Sequence diagram Collaboration diagram Active Classes Component Node Deployment diagram Statechart diagram Activity diagram
36 Diagrams Use Case Diagram Sequence Diagram Collaboration Diagram Class Diagram Object Diagram Statechart Diagram Activity Diagram Component Diagram Deployment Diagram
37 Use Case Diagram (Behavior)
38 Use Case Diagram Actor Use Case Association Extend Include Generalization
39 Use Case Diagram - Actor, Use Case User
40 Use Case Diagram Use Case Use Case, Actor Use Case Use Case Actor
41 Use Case Diagram Association Actor Use case Actor Use case Communication Association..
42 Use Case Diagram extend Use Case (Extension Point) Use Case Extension Point Use Case Extension points additional requests : after creation of the order <<extend>> The salesperson asks for the catalog Place Order Request Catalog
43 Use Case Diagram include Use case A Use case B include A B Supply Customer Data Order Product Arrange Payment <<include>> <<include>> <<include>> Place Order
44 Use Case Diagram generalization Child Elements Parent Element
45 Sequence Diagram (Use Case) Message Object Object Lifeline Focus of control Message
46 Sequence Diagram - Object Class Instance Object Name Class Name Object Name : Class Name Package :: Object1 : class1
47 Sequence Diagram Object Lifeline Object Create Destroy Object1 : class1
48 Sequence Diagram Focus of control Object Object Create Object1 : class1
49 Sequence Diagram - Message System Objects Message Object Message Object Object1 : class1 Object2 : class2 Do it
50 Sequence Diagram -
51 Collaboration Diagram Message Sequence Diagram Collaboration Diagram Path, Sequence Number Object Link Message
52 Collaboration Diagram Object Class Instance Name ObjectName / ClassfierRoleName : ClassfierName Attribute Value List Attribute Name : type = value Class Name Package :: Tutor / Teacher : Person queue : List of Call source : Object waitalarm : Alarm Capacity : Integer
53 Collaboration Diagram Link Object Object : Window color : Color location : Area :Observer:SlidingBarlcon color : Color range : Interval
54 Collaboration Diagram Message System Objects Message Message Object Tutor / Teacher : Person / Student : Person 1:namesOfTeachers()
55 Collaboration Diagram -
56 Class Diagram
57 Class Diagram - Class Attribute, Operation, Relationship, Attribute Operation
58 Class Diagram - Association has-a Class Association ( ) (Role name) (Multiplicity)
59 Class Diagram - Aggregation a part-of Destroy Destroy Whole Part
60 Class Diagram - Composition a part-of Whole Part
61 Class Diagram - Generalization is-a kind-of
62 Class Diagram - Realization Interface Implementation Class Realization <<interface>> DataStructure StackA
63 Class Diagram - Dependency Client/Server
64 Class Diagram
65 Statechart Diagram (1) Event : Action :
66 Statechart Diagram (2)
67 Statechart Diagram (3) event/action
68 Statechart Diagram (4) Conditions/Arguments/Do
69 Statechart Diagram (5) Chess Game
70 Activity Diagram Workflow Flow chart Activity Activity Decision Swimlane Synchronization Bar
71 Activity Diagram - Activity Workflow ( ) Drive to work
72 Activity Diagram - Decision boolean transitions Calculate Total cost [cost < $50 ] Charge customer s account [cost > $50 ] = Get authorization
73 Activity Diagram - Swimlane Activity Diagram Swimlane Activity
74 Activity Diagram - Synchronization Bar Activity Work Flow Put Filter in Machine Add Water To Reservoir Turn on Machine
75 Component Diagram Execute File, Library, Database Table, File, Document Component Interface Dependency
76 Component Diagram - Component Component
77 Component Diagram - Interface operation
78 Component Diagram - Dependency Software Component Component Component Component Dependency
79 Deployment Diagrams Node computer Memory Connection Components Dependencies
80 Deployment Diagrams
81 Concept of Object Introduction of UML Introduction of RUP Business Modeling Requirements Analysis & Design
82 6 Best Practices Develop Iteratively Manage Requirements Use Component Architecture Model Visually Continuously Verify Quality Manage Change
83 Software Risk
84 Iterative software development
85 Manage requirements traceability. Positioning Needs Use case Test Design, User Documentation traceability
86 Use component-based architecture Component :. Architecture.. Componet based Architecture with layer
87 Visually Model software,
88 Continuously Verify Software Quality Software problems are 100 to 1000 times more costly to find and repair after deployment.
89 Manage Change
90 History Process Plug-in e-business Solutions SPC/PMI Project Management Performance testing Business Engineering Configuration & Change Mgmt Requirements College Rational Unified Process Rational Unified Process Rational Unified Process Rational Unified Process Rational Unified Process Rational Unified Process 4.0 Objectory UI design Data Engineering UML 1.1 SQA Process OMT Booch 1995 Rational Approach UML 0.8 Objectory Process 3.8
91 Process Architecture
92 Features in RUP Iterative and incremental Architecture Centric Use-Case Driven
93 Iterative and Incremental Inception Elaboration Construction Transition Phases U C 1 U C 2 U C 3 orkflows
94 Architecture Centric Software View,.,,,, Software Architecture Multiple Views
95 4+1 View Logical View End User Implementation View Programmers Use Case View Process View System Integrators Deployment View System Engineering,,
96 Use Case Driven Process
97 Models in RUP Roles + Activities + Artifacts Workflow Process component
98 Disciplines in RUP Core Workflows Business modeling, Requirements, Analysis and Design, Implementation, Test, Deployment Support Workflows Project Management, Configuration and change management, Environment
99 Iterative lifecycle Water fall R D C T Iterative lifecycle R D C T R D C T R D C T R D C T R: Requirements Analysis D: Design C: Coding, Unit Testing T: Integration, Test Time
100 Benefit of Iterative Lifecycle Risk..
101 Phases & Milestones Inception Elaboration Construction Transition Time Lifecycle Objective Milestone Lifecycle Architecture Milestone Initial Operational Capability Milestone Product Relea Milestone
102 Inception 10%
103 Lifecycle Objective Milestone, Stakeholder. Requirements.,,..
104 Elaboration 30%
105 Lifecycle Architecture Milestone Vision? Architecture? Risk? Construction phase?
106 Construction Use Case % /
107 Initial Operational Capability Milestone Product release? stakeholder Transition?
108 Transition, (.) 10%
109 Product Release Milestone?.
110 Core Workflow - Business Modeling
111 Core Workflow - Requirements
112 Core Workflow - Analysis & Design,
113 Core Workflow - Implementation (layer) Component Component
114 Core Workflow - Test Component
115 Core Workflow - Deployment,
116 Concept of Object Introduction of UML Introduction of RUP Business Modeling Requirements Analysis & Design
117 Business Modeling? Business Modeling. System Modeling.
118 ..,,..
119 Workflow
120 Business Modeling Business Use Case Model - Business / - Business Actor - Business Use Case Business Object Model - Business Role Things - Business Worker - Business Entity - (Organization Unit)
121 Business Actor (Role) (External entities)
122 Business Use Case Business Actor Workflow
123 Business Worker Business Role Role Worker Realization Business Entity <<business worker>>
124 Business Entity Business Worker Things (ex),
125 Business Use Case Model
126 Business Object Model Business Use Case Realization.
127 Concept of Object Introduction of UML Introduction of RUP Business Modeling Requirements Analysis & Design
128
129 What is a Requirement? : A condition or capability to which a system must perform Quality attributes of a software system Functionality Usability Reliability Performance Supportability
130 What is Requirements Management? Needs Problem Problem Space Features Use Cases and Software Requirements Traceability Solution Space The Product To Be Built Test Procedures Design User Docs
131 Analyze the problem
132 Develop Vision
133 Develop Vision Detail Steps
134 Fish born Diagram Trading price too high/not competitive Poor customer access Losing customers to competition We Need Online Stock Trading Customers want More services Brokers too costly Insufficient trading process
135 Exercise : Develop Vision....(Fish Born Diagram )
136 Find Actor and Use Cases
137 Find Actors & Use Cases Detail Steps. System
138 Actors, Actor
139 Actor,,,
140 Capture a Common Vocabulary
141 Develop Requirements Managements Plan
142 Requirements Types Requirement Type Document Type Document Name Actor TERM REP STRQ FEAT SUPL UC None *.GLS *.RMP *.STR *.VIS *.SUPL *.UCS Actors(in database only) Glossary Reqts. Mgmt. Plan Stakeholder Request Vision Supplementary Specification Use Case Specification
143 Develop Requirement Management Plan Detail Steps Traceability Requirements Attributes Plan.
144 : RequisitePro Requirement Type Attribute Word Traceability matrix
145 Understand Stakeholder Needs
146 Elicit Stakeholders Request
147 Techniques for Eliciting Stakeholder Needs Interviews Role playing Requirements workshop Brainstorming Storyboards Prototypes Business Models
148 Define the System
149 Define the System
150 Develop Vision Detail Step System features features
151 Find Actors and Use Cases
152 Find Actors and Use Cases Detail Steps Outline
153 Use Case Actor Modeling
154 Use Case Actor,,, Actor Use Case,,, Actor Actor Use Case Use Case
155 Use Case Diagram <<include>> <<include>> <<include>> <<extend>>
156 Use Case Model Use Case Diagram + Use Case Report Actors Use Cases Use Case Reports
157 Flows of Events - (1). Actor Use Case. UI. Use Case..
158 Flows of Events (2) Basic Flow. Alternative Flow (Error) Use Case size
159 Use Case Outline Use case name Brief description Basic Flow First step Second step Third step Alternative flow1 Alternative flow2 Alternative flow3
160 Use Case Outline - Example Basic flow Customer logs on Customer selects Get Quote function Customer selects stock trading symbol Get desired quote from Quote System Display quote Customer gets other quotes Customer logs off Alternative Flows A1.Unidentified Trading Customer A2. Quote System Unavailable A3. Quit
161 Manage Scope
162 Prioritize Use Cases
163 Prioritize Use Cases Detail Steps Prioritieze Use Cases Document Use Case View in SAD
164 Manage Dependencies
165 Manage Dependencies Detail Steps Assign Attributes Establish and Verify Traceability
166 Refine the system definition
167 Detail a Use Case & Detail the Software Requirements
168 Detail a Use Case Detail Steps Detail the Flow of Events of the Use Case Structure the Flow of Events of the Use Case Illustrate Relationships with Actors and Other Use Cases Describe the Special Requirements of the Use Case Describe Communication Protocals Describe Preconditions of the Use Case Describe Postconditions of the Use Case Describe Extension Points
169 Detail Step Detail the Software Requirements Detail the Software Requirements Generate Supporting Reports
170 SRS SRS Actors Use Cases Use Case Reports Use-Case Model Supplementary Specification
171 Detailing Use Case <Use Case Name> 1. Brief Description 2. Flow of Events 1. Basic Flow of Events 2. Alternative Flows of Events 3. Special Requiremnts 4. Pre-Conditioin 5. Post-Condition 6. Extension Points 7. Relationship 8. Use-Case Diagrams 9. Other Diagrams/Enclosures
172 Detail Use Case - Example Basic Flow Customer Logs on The use case starts when the Trading Customer logs on. The system validates the customer id and password Customer Selects Get Quote Function The Trading Customer chooses to Get Quote. The system displays the list of securities on which it has quotes Customer Gets Quote The Trading Customer selects from the list of securities or enters the trading symbol for a security. The system sends the trading symbol to the Quote System, and receives the Quote System Response. Customer Logs off The Trading Customer logs off the system. The use cases ends.
173 Detail Use Case - Example Alternative Flows A1 Unidentified Trading Customer In Step1, Customer Logs On, in the Basic flow, if the system determines that the customer id and/or password are not valid A1 Quote System Unavailable In Step3, Customer Gets Quote, in the Basic flow, if the system is unable to communicate with the Quote System, the system A3 Quit The System allows the Trading Customer to quit at any time during the use case. The use case ends Quote System Cannot Locate Information In Step3, Customer Gets Quote, in the Basic Flow, if the Quote System responds that it does not have the requested information
174 Supplementary Specification Non-functional Requirements Usability Reliability Performance Supportability
175 Concept of Object Introduction of UML Introduction of RUP Business Modeling Requirements Analysis & Design
176 . Architecture..
177 Analysis vs Design Analysis Problem Design Solution Operation Attribute Object Lifecycle
178 Architecture System Structure. Architecture,,,.
179 Define Candidate Architecture
180 Architectural Analysis
181 Architectural Analysis Detail Step Define the High-Level Organization of Subsystems Identify Analysis Mechanisms Identify Key Abstraction Create Use-Case Realization
182 Typical Layering Approach
183 Identify Analysis Mechanisms Persistency Communication(IPC and RPC) Message routing Distribution Transaction management Process control and synchronization Security Error detection/handling/reporting Redundancy Legacy Interface
184 Identify Key Abstraction Key Abstraction System handling. Key Abstraction Source Domain knowledge Requirements Glossary Domain Model
185 Describing Analysis Mechanisms
186 Use-Case Analysis =
187 Use-Case Analysis Detail Steps Supplement the Use-Case Description For each use-case realization Find Classes from Use-Case Behavior Distribute Use-Case Behavior to Classes For each resulting analysis classes Describe Attributes and Associations Describe Responsibilities Qualify Analysis Mechanisms Unify Analysis Classes
188 Analysis Class Responsibility Attribute Relation 3 Stereo type - Boundary Class, Control Class, Entity Class
189 System 3 Interface Part Control Part Control Part Store Part
190 Stereotype and Class Interface Part <<boundary>> Control Part Control Part <<Control>> Store Part <<Entity>>
191 Boundary Class <<Boundary>>
192 Control Class Use Case Event Use Case <<Control>>
193 Entity Class <<Entity>>
194 Use Case Report and Class <<boundary>> <<Control>> <<boundary>> <<Entity>> <<Entity>>
195 Use Case Realization Use Case Use Case object Use Case flow interaction
196 Use Case Realization Diagram Realization Traceability Use-Case Model Analysis & Design Model
197 Sequence Diagram - (1) Sequence Sequence Logical View Use Case
198 Sequence Diagram - (2) Sequence Diagram Object Class Object Name Object Name and Class Name : Object Name :
199 Sequence Diagram - (3) Object:Class Message Time Lifeline Focus of control
200 Sequence Diagram - (4) - Diagram Note, Script - Diagram
201 Collaboration Diagram Object Link
202 Interaction Diagram (1) Interaction Diagram Sequence Diagram Collaboration Diagram
203 Interaction Diagram (2) Sequence Diagram - - Collaboration Diagram - -
204 Class Diagram Class Class Method, Attribute Class Name2 -Attributes Class Name1 -Attributes +Methods -Methods Class Name3 -Attributes #Methods + : public - : private # : protected
205 Relationships (Association) (Aggregation) Composition (Dependency) (Inheritance) Reflexive
206 (Association) Class Multiplicity 1 0..n 0 1..n ,9
207 (Aggregation) ( has-a ) Member Class
208 Multilevel aggregation
209 Association Class
210 - (Aggregation) Aggregation Association
211 (Dependency)
212 (Interaction Diagram). Interation Diagram Class Diagram
213 Reflexive
214 Inheritance (1) ( is-a-kind-of )
215 Inheritance (2) Generalization (Encapsulation) SuperClass Specialization Superclass Subclass
216 Inheritance (3)
217 Homogenize Class Class Class
218 Homogenize Use Case Class,,.
219 Class. Logic Control Class Control Class.
220 Class Class. Attribute.
221 Class Class Class Use case Control Class
222 Refine the Architecture
223 Identify Design Elements
224 Identify Design Elements Detail Steps Identify classes and subsystems Identify subsystem interfaces
225 Incorporate Existing Design Elements
226 Incorporate Existing Design Elements Detail Steps Identify Reuse Opportunities Update the organization of the design model
227 Identify Design Mechanisms
228 Identify Design Mechanisms Detail Steps Categorize Clients of Analysis Mechanisms Inventory the Implementation Mechanisms Map Design Mechanisms to Implementation Mechanisms Document Architectural Mechanisms
229 Describe Run-Time Architecture
230 Describe Run-Time Architecture Detail Steps Analyze concurrency requirements Identify processes and threads Identify process lifecycles Map processes onto the Implementation Distribute model elements among process
231 Describe Distribution
232 Describe Distributions Detail Steps Define the Network Configuration Allocate Processes to Nodes
233 Design Components
234 Use-Case Design
235 Use Case Design Detail Steps Describe interaction between design objects Simplify sequence diagrams using subsystems Describe persistence related behavior Refine the flow of events description Unify classes and subsystems
236 Subsystem Design
237 Subsystem Design Detail Steps Distribute subsystem behavior to subsystem elements Document subsystem elements Describe subsystem dependencies
238 Class Design
239 Class Design - Detail Steps Create Initial Design Classes Define operations Define Methods Define States Define Attributes Define Dependencies Define Associations Define Generalizations Resolve Use-Case Collisions Handle Non-Functional Requirements in General
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소프트웨어개발방법론
사용사례 (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 informationSomething that can be seen, touched or otherwise sensed
Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have
More information06.AnalysisModeling.key
CSE4006 Software Engineering Analysis Modeling Scott Uk-Jin Lee Division of Computer Science, College of Computing Hanyang University ERICA Campus 1 st Semester 2018 Overview of Analysis Modeling 1. 2.
More information2Q 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 informationIntro to Servlet, EJB, JSP, WS
! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g
More informationexample 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 informationecorp-프로젝트제안서작성실무(양식3)
(BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing
More informationJoseph 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 information13 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 information1.장인석-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 informationPCServerMgmt7
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 informationthesis
( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype
More information04-다시_고속철도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 informationSW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö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 information03.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 informationManufacturing6
σ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 informationSchoolNet튜토리얼.PDF
Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance
More informationuntitled
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 informationPowerPoint 프레젠테이션
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 informationDW 개요.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 information01-OOPConcepts(2).PDF
Object-Oriented Programming Concepts Tel: 02-824-5768 E-mail: hhcho@selabsoongsilackr? OOP (Object) (Encapsulation) (Message) (Class) (Inheritance) (Polymorphism) (Abstract Class) (Interface) 2 1 + = (Dependency)
More information1
1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2
More informationMicrosoft Word - [2017SMA][T8]OOPT_Stage_1000_ docx
OOPT Stage 1000 - Plan & Elaboration Feesual CPT Tool Project Team T8 Date 2017-03-30 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1 Activity 1001. Define
More informationMicrosoft Word - [2017SMA][T8]OOPT_Stage_1000 ver2.docx
OOPT Stage 1000 - Plan & Elaboration Feesual CPT Tool Project Team T8 Date 2017-04-13 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1 Activity 1001. Define
More informationAPOGEE Insight_KR_Base_3P11
Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows
More informationService-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 informationfinal_thesis
CORBA/SNMP DPNM Lab. POSTECH email : ymkang@postech.ac.kr Motivation CORBA/SNMP CORBA/SNMP 2 Motivation CMIP, SNMP and CORBA high cost, low efficiency, complexity 3 Goal (Information Model) (Operation)
More informationMicrosoft Word - [2017SMA][T8]OOPT_Stage_2040 ver2.docx
OOPT Stage 2040 - Design Feesual CPT Tool Project Team T8 Date 2017-05-24 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1. Activity 2041. Design Real Use
More informationETL_project_best_practice1.ppt
ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication
More informationOrcad Capture 9.x
OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd
More informationOracle 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감각형 증강현실을 이용한
대한산업공학회/한국경영과학회 2012년 춘계공동학술대회 감각형 증강현실을 이용한 전자제품의 디자인 품평 문희철, 박상진, 박형준 * 조선대학교 산업공학과 * 교신저자, hzpark@chosun.ac.kr 002660 ABSTRACT We present the recent status of our research on design evaluation of digital
More informationORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O
Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration
More information001지식백서_4도
White Paper on Knowledge Service Industry Message Message Contents Contents Contents Contents Chapter 1 Part 1. Part 2. Part 3. Chapter
More informationBSC 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<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 informationF1-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 informationDomino 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 informationSK IoT IoT SK IoT onem2m OIC IoT onem2m LG IoT SK IoT KAIST NCSoft Yo Studio tidev kr 5 SK IoT DMB SK IoT A M LG SDS 6 OS API 7 ios API API BaaS Backend as a Service IoT IoT ThingPlug SK IoT SK M2M M2M
More information학습영역의 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 informationMicrosoft PowerPoint - AC3.pptx
Chapter 3 Block Diagrams and Signal Flow Graphs Automatic Control Systems, 9th Edition Farid Golnaraghi, Simon Fraser University Benjamin C. Kuo, University of Illinois 1 Introduction In this chapter,
More informationMicrosoft 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 informationuntitled
SAS Korea / Professional Service Division 2 3 Corporate Performance Management Definition ý... is a system that provides organizations with a method of measuring and aligning the organization strategy
More information15_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 informationPowerPoint 프레젠테이션
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 informationuntitled
PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0
More informationuntitled
3 IBM WebSphere User Conference ESB (e-mail : ljm@kr.ibm.com) Infrastructure Solution, IGS 2005. 9.13 ESB 를통한어플리케이션통합구축 2 IT 40%. IT,,.,, (Real Time Enterprise), End to End Access Processes bounded by
More informationuntitled
: 2009 00 00 : IMS - 1.0 : IPR. IMS,.,. IMS IMS IMS 1). Copyright IMS Global Learning Consortium 2007. All Rights Reserved., IMS Korea ( ). IMS,. IMS,., IMS IMS., IMS.,., 3. Copyright 2007 by IMS Global
More information0125_ 워크샵 발표자료_완성.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 informationthesis
CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation
More informationDocsPin_Korean.pages
Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google
More information김기남_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강의10
Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced
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歯두산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 information2
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 informationMobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V
Mobile Service > IAP > Android SDK IAP SDK TOAST SDK. IAP SDK. Android Studio IDE 2.3.3 Android SDK Version 2.3.3 (API Level 10). Name Reference Version License okhttp http://square.github.io/okhttp/ 1.5.4
More informationVer. 4.0 OOPT Stage 1000 <Plan and Elaboration> Version 4.0 Project Team T7 Team Date Team Information 오세욱 임현유
OOPT Stage 1000 Version 4.0 Project Team T7 Team Date 2017-05-20 Team Information 201414134 오세욱 201414136 임현유 201211375 임동현 201211387 하헌규 CPT T7 Team 1 Table of Contents 1 Activity
More informationFMX 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소프트웨어 개발의 성공 열쇠 - 오브젝트 디자인
.,,.,,.,...,...,,.!,!.,,......,.. 18..,....,.....,,......,,.?. 6 (1, 2, 3, 4, 5, 6 ).. 1,,.,. 2,. 3, 19. 4,,. 5,. 6,,. 7 10.. 7,. 8,,,. 9,,. 10, 3 (, ),...,,.,. Instantiations Digitalk...,. Smalltalk,
More informationModel Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based
e- Business Web Site 2002. 04.26 Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based Approach High E-Business Functionality Web Web --based based KMS/BIS
More information歯I-3_무선통신기반차세대망-조동호.PDF
KAIST 00-03-03 / #1 1. NGN 2. NGN 3. NGN 4. 5. 00-03-03 / #2 1. NGN 00-03-03 / #3 1.1 NGN, packet,, IP 00-03-03 / #4 Now: separate networks for separate services Low transmission delay Consistent availability
More informationJournal 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 informationPowerPoint 프레젠테이션
@ Lesson 2... ( ). ( ). @ vs. logic data method variable behavior attribute method field Flow (Type), ( ) member @ () : C program Method A ( ) Method B ( ) Method C () program : Java, C++, C# data @ Program
More informationPMP수험서_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#Ȳ¿ë¼®
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 information04_오픈지엘API.key
4. API. API. API..,.. 1 ,, ISO/IEC JTC1/SC24, Working Group ISO " (Architecture) " (API, Application Program Interface) " (Metafile and Interface) " (Language Binding) " (Validation Testing and Registration)"
More informationCorporate PPT Template
ASC Director ASC / CRM Oracle Korea Sales Service Solution ERP Agenda Extended ERP CRM Oracle CRM Oracle CRM Extended ERP Extended ERP CRM CRM CRM Oracle CRM Oracle CRM Design Concept Oracle CRM Product
More information장양수
한국문학논총 제70집(2015. 8) 333~360쪽 공선옥 소설 속 장소 의 의미 - 명랑한 밤길, 영란, 꽃같은 시절 을 중심으로 * 1)이 희 원 ** 1. 들어가며 - 장소의 인간 차 2. 주거지와 소유지 사이의 집/사람 3. 취약함의 나눔으로서의 장소 증여 례 4. 장소 소속감과 미의식의 가능성 5.
More informationuntitled
(shared) (integrated) (stored) (operational) (data) : (DBMS) :, (database) :DBMS File & Database - : - : ( : ) - : - : - :, - DB - - -DBMScatalog meta-data -DBMS -DBMS - -DBMS concurrency control E-R,
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 informationNo Slide Title
J2EE J2EE(Java 2 Enterprise Edition) (Web Services) :,, SOAP: Simple Object Access Protocol WSDL: Web Service Description Language UDDI: Universal Discovery, Description & Integration 4. (XML Protocol
More informationI 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원고스타일 정의
논문접수일 : 2015.01.05 심사일 : 2015.01.13 게재확정일 : 2015.01.26 유니컨셉 디자인을 활용한 보행환경 개선방안 연구 A Study on Improvement of Pedestrian Environment on to Uniconcept Design 주저자 : 김동호 디지털서울문화예술대학교 인테리어실용미술학과 교수 Kim dong-ho
More informationVOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph
인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사
More informationPowerPoint 프레젠테이션
Team 1 201611293 전다윤 201311287 엄현식 201311318 최정헌 01. 문서수정 02. System Test Review 03. Static Test Review 04. 소감 1 문서수정 문서수정 수정 System Test 문서 + 전문서에없던수정사항 수정 System Test 문서 문서수정 소프트웨어검증팀의문서대로수정한사항들 1008
More informationthesis
CORBA TMN 1 2 CORBA, CORBA CORBA TMN CORBA 3 - IN Intelligent Network (Call) SMS : Service Management System SCP : Service Control Point SSP : Service Switching Point SCP SMS CMIP Signaling System No.7
More informationPowerPoint 프레젠테이션
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 information2 KHU 글로벌 기업법무 리뷰 제2권 제1호 또 내용적으로 중대한 위기를 맞이하게 되었고, 개인은 흡사 어항 속의 금붕어 와 같은 신세로 전락할 운명에 처해있다. 현대정보화 사회에서 개인의 사적 영역이 얼마나 침해되고 있는지 는 양 비디오 사건 과 같은 연예인들의 사
연구 논문 헌법 제17조 사생활의 비밀과 자유에 대한 소고 연 제 혁* I. II. III. IV. 머리말 사생활의 비밀과 자유의 의의 및 법적 성격 사생활의 비밀과 자유의 내용 맺음말 I. 머리말 사람은 누구나 타인에게 알리고 싶지 않은 나만의 영역(Eigenraum) 을 혼자 소중히 간직하 기를 바랄 뿐만 아니라, 자기 스스로의 뜻에 따라 삶을 영위해 나가면서
More informationstep 1-1
Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises
More information6주차.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 informationCoriolis.hwp
MCM Series 주요특징 MaxiFlo TM (맥시플로) 코리올리스 (Coriolis) 질량유량계 MCM 시리즈는 최고의 정밀도를 자랑하며 슬러리를 포함한 액체, 혼합 액체등의 질량 유량, 밀도, 온도, 보정된 부피 유량을 측정할 수 있는 질량 유량계 이다. 단일 액체 또는 2가지 혼합액체를 측정할 수 있으며, 강한 노이즈 에도 견디는 면역성, 높은 정밀도,
More informationDBPIA-NURIMEDIA
FPS게임 구성요소의 중요도 분석방법에 관한 연구 2 계층화 의사결정법에 의한 요소별 상관관계측정과 대안의 선정 The Study on the Priority of First Person Shooter game Elements using Analytic Hierarchy Process 주 저 자 : 배혜진 에이디 테크놀로지 대표 Bae, Hyejin AD Technology
More information논리적 구조 설계: 패키지도
논리적구조설계 : 패키지도 Objectives. UML. 2 객체설계로옮겨가기 (interaction diagram). /.. : UML -UML. -UML. -. 1. 2. 3 문맥 Sample UP Artifact Relationships Business Modeling Domain Model * * Requirements Use-Case Model Vision
More informationDBPIA-NURIMEDIA
무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung
More information목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate
ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition
More informationJournal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: A study on Characte
Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.381-404 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.381 A study on Characteristics of Action Learning by Analyzing Learners Experiences
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 informationSecurity 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 informationMicrosoft 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 informationPowerPoint 프레젠테이션
2003 CRM (Table of Contents). CRM. 2003. 2003 CRM. CRM . CRM CRM,,, Modeling Revenue Legacy System C. V. C. C V.. = V Calling Behavior. Behavior al Value Profitability Customer Value Function Churn scoring
More informationBuy one get one with discount promotional strategy
Buy one get one with discount Promotional Strategy Kyong-Kuk Kim, Chi-Ghun Lee and Sunggyun Park ISysE Department, FEG 002079 Contents Introduction Literature Review Model Solution Further research 2 ISysE
More informationPowerPoint 프레젠테이션
소프트웨어 공학 Requirements Modeling 실습 TOC Problem Statements Use Case Modeling Use Case Modeling 시 주의사항 Sea Buoy System Wind Speed Sensor Problem Description Air Temperature Sensor Water Temperature Sensor
More informationsolution map_....
SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System
More informationDIY 챗봇 - LangCon
without Chatbot Builder & Deep Learning bage79@gmail.com Chatbot Builder (=Dialogue Manager),. We need different chatbot builders for various chatbot services. Chatbot builders can t call some external
More information매력적인 맥/iOS 개발 환경 그림 A-1 변경 사항 확인창 Validate Setting... 항목을 고르면 된다. 프로젝트 편집기를 선택했을 때 화면 아 래쪽에 있는 동일한 Validate Settings... 버튼을 클릭해도 된다. 이슈 내비게이터 목록에서 변경할
Xcode4 부록 A Xcode 4.1에서 바뀐 내용 이번 장에서는 맥 OSX 10.7 라이언과 함께 발표된 Xcode 4.1에서 새롭게 추가된 기 능과 변경된 기능을 정리하려고 한다. 우선 가장 먼저 알아둬야 할 사항은 ios 개발을 위한 기본 컴파일러가 LLVM- GCC 4.2로 바뀌었다는 점이다. LLVM-GCC 4.2 컴파일러는 Xcode 4.0의 기본
More information제 출 문 국방부 장관 귀하 본 보고서를 국방부 군인연금과에서 당연구원에 의뢰한 군인연금기금 체 계적 관리방안 연구용역의 최종보고서로 제출합니다. 2009. 4 (주)한국채권연구원 대표이사 오 규 철
군인연금기금 체계적 관리방안 연구 2009. 04 (최종보고서) 제 출 문 국방부 장관 귀하 본 보고서를 국방부 군인연금과에서 당연구원에 의뢰한 군인연금기금 체 계적 관리방안 연구용역의 최종보고서로 제출합니다. 2009. 4 (주)한국채권연구원 대표이사 오 규 철 목 차 제1장 서론 1 1. 연구의 목적 1 2. 연구의 방법 및 내용 2 제2장 현황분석 (AS-IS
More informationKYO_SCCD.PDF
1. Servlets. 5 1 Servlet Model. 5 1.1 Http Method : HttpServlet abstract class. 5 1.2 Http Method. 5 1.3 Parameter, Header. 5 1.4 Response 6 1.5 Redirect 6 1.6 Three Web Scopes : Request, Session, Context
More information<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