• 제목/요약/키워드: reusable design

검색결과 177건 처리시간 0.026초

소프트웨어 재사용성 향상을 위한 설계기법 (A Design Technic for The Improvement of Software Reusability)

  • 송월봉
    • 한국컴퓨터산업학회논문지
    • /
    • 제10권3호
    • /
    • pp.87-92
    • /
    • 2009
  • 소프트웨어 재사용을 위한 콤포넌트의 식별은 사용자에게 적절한 콤포넌트가 발견되지 않았을 때 예비 콤포넌트에 대한 정보를 제공하는 안내역할을 수행하여야만 한다. 또한, 믿을 수 있는 소프트웨어 컴포넌트의 재사용은 각 새로운 어플리케이션에 대해 같은 컴포넌트를 재설계하거나 재 코딩하는 것보다 훨씬 위험이 적고 효과적이다. 본 논문에서는 먼저 재사용 프로세스에 대하여 알아보고 이어서 재사용 가능한 컴포넌트 구축을 위한 재사용 모형 및 구축방법을 분석 하고자하며, 이를 이용한 재사용 가능한 컴포넌트에 대하여 제안하고자 한다. 이는 향후 효율적인 프로그램을 설계하고 작성하는데 도움이 될 것이다.

  • PDF

Reusable HEVC Design in 3D-HEVC

  • Heo, Young Su;Bang, Gun;Park, Gwang Hoon
    • ETRI Journal
    • /
    • 제38권5호
    • /
    • pp.818-828
    • /
    • 2016
  • This paper proposes a reusable design for the merging process used in three-dimensional High Efficiency Video Coding (3D-HEVC), which can significantly reduce the implementation complexity by eliminating duplicated module redundancies. The majority of inter-prediction coding tools used in 3D-HEVC are utilized through a merge mode, whose extended merging process is based on built-in integration to completely wrap around the HEVC merging process. Consequently, the implementation complexity is unavoidably very high. To facilitate easy market implementation, the design of a legacy codec should be reused in an extended codec if possible. The proposed 3D-HEVC merging process is divided into the base merging process of reusing HEVC modules and reprocessing process of refining the existing processes that have been newly introduced or modified for 3D-HEVC. To create a reusable design, the causal and mutual dependencies between the newly added modules for 3D-HEVC and the reused HEVC modules are eliminated, and the ineffective methods are simplified. In an application of the proposed reusable design, the duplicated reimplementation of HEVC modules, which account for 50.7% of the 3D-HEVC merging process, can be eliminated while maintaining the same coding efficiency. The proposed method has been adopted as a normative coding tool in the 3D-HEVC international standard.

객체지향 소프트웨어 재사용을 위한 클래스 라이브러리 설계에 관한 연구 (The Study of Class Library Design for Reusable Object-Oriented Software)

  • 이해원;김진석;김혜규;하수철
    • 한국정보처리학회논문지
    • /
    • 제6권9호
    • /
    • pp.2350-2364
    • /
    • 1999
  • 본 논문은 객체지향 C++ 클래스 컴포넌트를 분류하여 재사용자에게 필요한 컴포넌트를 제공하기 위한 저장소의 클래스 라이브러리 설계방법을 제안한 것이다. 클래스 라이브러리를 설계하기 위해서 컴포넌트 구성 모델을 정의하였고, Enumerative 분류 방법을 이용한 멀티미디어 영역을 분류하였으며, 문서 클러스터링 방법을 확장하여 유사도에 의한 C++ 클래스를 유사한 그룹으로 분류하는 클러스터 생성 기준을 제안하고 있다. 이 유사 그룹인 클러스터는 클래스 멤버 데이터와 멤버함수 그리고 클래스 유사도를 기반으로 분류되며, 분류된 컴포넌트들은 유사도 관계의 계층구조로 구성된다. 마지막으로 객체지향 개념인 Generalization/Specialization의 C++ 상속관계를 계층구조로 표현할 수 있는 클래스 라이브러리를 설계하였다.

  • PDF

재사용 가능한 객체 식별을 위한 Two-Pass 추상화 원칙 제안 (Two-Pass Abstraction Principle for Identifying Reusable Object)

  • 고형호;김능회;이동현;인호
    • 한국IT서비스학회지
    • /
    • 제8권3호
    • /
    • pp.145-157
    • /
    • 2009
  • As the software development cycles is getting shorter, the software reusability is emphasized accordingly. Specifically, the design reusability is being recognized as one of the most important factor to increase the software quality and productivity and make the maintenance cost down. Two essential abilities are needed to improve the design reusability. One is the identification of the reusable objects, and the other is the organization of the relationships among the objects. However, the existing methods using such as a grammatical analysis, a scenario matching and a unit of design problems(design pattern) have not been proposed proper principles to identify the reusable objects on the basis of the abstraction which is the core of the object-oriented concept. In this paper, we will offer the Two-Pass abstraction principle based in the abstraction concept.

추상화된 공작기계를 이용한 가공셀 제어 (Machining Cell Control Abstract Machine Tool)

  • 이창호;신동목;한형상
    • 한국정밀공학회지
    • /
    • 제16권4호통권97호
    • /
    • pp.85-94
    • /
    • 1999
  • Reconfiguration, expansion, or new establishment of FMS requires the availability of a shop floor control (SFC) system relevant to the FMS since it is closely related with the hardware component of FMS. Due to the expensive cost of its development, significant research efforts have been made to develop an SFC system that is reusable. This paper presents Abstract Machine Tool (AMT) approach applied to develop an SFC sytem that is reusable without additional programming. The AMT model enables us to design the SFC system independently of the hardware-dependent attributes of euqipment; an AMT models a workstation by abstraction and presents an equipment-independent interface to machining cell controller. Specifically, we describe how we formalize the interfaces among equipment in order to build an AMT and how we design the machining cell control software based on AMT models. We also present MACHINIST the machining cell control system for IAE-FMS plant as an implementation example.

  • PDF

재사용 우주 발사체의 TBCC 엔진 성능 설계 기법 (TBCC Engine Performance Design Technique of Reusable Launch Vehicle)

  • 김성진;성홍계
    • 한국추진공학회:학술대회논문집
    • /
    • 한국추진공학회 2008년도 제31회 추계학술대회논문집
    • /
    • pp.167-170
    • /
    • 2008
  • 아음속과 초음속 영역에서 모두 비행하는 재사용 비행체의 추진기관인 TBCC(Turbine Based Combined Cycle)엔진의 성능 설계 기법에 대한 연구를 수행하였다. 이 엔진은 터보제트엔진과 램제트 엔진의 복합 사이클 엔진으로 구성되어 있으며, 비행 마하수 영역별로 터보제트엔진의 작동과 램제트 엔진의 작동 그리고 터보제트엔진과 램제트엔진이 동시 작동하는 구간으로 구성된다. TBCC엔진의 성능해석 기법을 제안하고, 개별 엔진의 성능 결과를 검증 하였으며, 가상의 비행 영역에서 TBCC엔진의 성능을 해석하였다.

  • PDF

서비스 지향 컴퓨팅을 위한 GoF 디자인 패턴 적용 기법 (Methods to Apply GoF Design Patterns in Service-Oriented Computing)

  • 김문권;라현정;김수동
    • 정보처리학회논문지D
    • /
    • 제19D권2호
    • /
    • pp.187-202
    • /
    • 2012
  • 대표적인 재사용 패러다임 중 하나인 서비스 지향 컴퓨팅 (Service-Oriented Computing, SOC)는 독립적으로 실행가능하며 외부 인터페이스를 통해서만 접근 가능한 서비스를 재사용 단위로 사용한다. SOC는 서비스 지향 아키텍처 개념과 클라우드 컴퓨팅의 개념을 통칭하는 용어이다. 서비스는 서비스 제공자에게는 높은 재사용성으로 인해 수익을 내도록 하며, 서비스 소비자에게는 서비스를 재사용하여 보다 빠른 시간 내에 적은 노력으로 애플리케이션을 개발할 수 있는 경제성과 생산성을 제공한다. 디자인 패턴 (Design Patterns)는 객체 지향 소프트웨어 설계시에 자주 발생하는 문제들을 해결하기 위한 범용적이며 재사용 가능한 방법들이며, Open/Closed 원칙을 이용하여, 가변성 및 여러 설계 이슈를 보다 쉽게 처리할 수 있는 설계 구조를 제안한다. 그러나 객체지향 패러다임의 객체와 SOC의 서비스는 구별되는 차이점을 가지고 있어, 기존의 디자인 패턴을 그대로 SOC에 적용하는 것은 어렵다. 서비스 제공자의 입장에서는 서비스 소비자마다의 가변적인 기능을 허용하며, 서비스의 고유 특징을 반영하는 서비스를 설계하고, 서비스 소비자 입장에서는 서비스가 제공하는 기능을 목적에 변경하여 빠른 시간 내에 목표 애플리케이션을 개발하도록 디자인 패턴이 SOC에 맞게 특화되어야 한다. 그러므로 본 논문에서는 서비스 제공자가 재사용성을 비롯한 서비스 고유의 특징을 반영하도록 서비스를 설계하고, 서비스 소비자는 제공되는 서비스를 목적에 맞게 특화하여 목표 애플리케이션을 개발하기 위해, SOC의 특성을 고려하여 특화된 디자인 패턴을 제안한다.

재사용 가능한 디자인 시스템 구축을 위한 프레임워크 (Framework for Building Reusable Design Systems)

  • 이영주
    • 디지털융복합연구
    • /
    • 제19권1호
    • /
    • pp.343-348
    • /
    • 2021
  • 본 연구는 재사용 가능한 디자인 시스템 구출을 위한 프레임워크 제안을 위해 아토믹 디자인 시스템을 기반으로 블록을 구성하여 조합하는 방법에 대해 알아보았다. 그를 위해 디자인 시스템의 필요성과 스노우화이트, 스큐어모픽 디자인, 플랫디자인 및 머티리얼 디자인의 사례를 우선적으로 살펴보았다. 또 화학의 원리를 메타포로 사용하는 아토믹 디자인의 분자, 원자, 유기체, 템플릿 그리고 페이지를 문헌 연구를 통해 정의하였다. 새로운 프레임 워크를 구현하기 위해 인터페이스 인벤토리를 구성하고 그 중에서 폰트, 컬러, 이미지와 컨트롤 요소를 핵심 시각 요소로 추출하여 가이드라인을 정의하였으며 그를 바탕으로 분자 요소를 분류하고 원자로 구성할 수 있었다. 블록은 콘텐츠 인벤토리에서 가장 많이 사용되는 디자인 패턴을 기반으로 블록 형태고 구성되도록 하여 블록의 조합을 통해 시각적 그리드를 바탕으로 레이아웃을 구현하고 페이지를 디자인하도록 프레임워크를 구성하였다. 새로운 프레임워크는 블록의 재사용으로 팀의 일관성과 협업을 도우며 파일의 공유와 업데이트를 지원한다는 것에 본 논문의 의의가 있다.

QFD를 활용한 탄약 ILS 효율화 방안 연구 (Design for ILS in Ammunition Development applying QFD Method)

  • 이승목;박영원
    • 시스템엔지니어링학술지
    • /
    • 제5권2호
    • /
    • pp.1-9
    • /
    • 2009
  • This paper proposes an effective method on the DFILS(Design for Integrated Logistics Support) in ammunition development applying QFD(Quality Function Deployment) method. The goal of this research is to define the Design for ILS approach at the start of the ammunition development and to yield a set of reusable requirements. Based on 000mm High-Explosive(Warship ammunition) development work, a QFD software tool, CUPID, was used to analyze and define the field force's requirements. Additionally, a set of reusable requirements are identified and defined for use during the Design for ILS development phase in the next-generation ammunition development process. These set of requirements that consider both the priority and importance of the VOC(Voice of Customer) will contribute to the early phase of the ammunition development to implement the Design for ILS specialty engineering effort.

  • PDF

생산효율의 향상을 위한 설계정보의 재사용이 가능한 CAD/CAM 시스템 개발 (Development of CAD/CAM System with Reusable Design Information for Improving Production Efficiency)

  • 강봉구;이종항
    • 한국정밀공학회지
    • /
    • 제31권7호
    • /
    • pp.597-604
    • /
    • 2014
  • High efficiency production requires the improved performance of CAD/CAM system. Although the CAD and CAM have been significantly developed over the last three decades, they must still study on the reuse of information during process. In this study, we developed a new integrated CAD/CAM system which can reuse the information generated in previous processes, in order to improve its performance. In addition, the developed system was verified by comparing with working-time, and system reproducibility was also examined with tolerance in the unmanned operation. Experimental results showed 58% reduction in working-time of 2D Auto-CAM module, 80% in case of 3D Auto-Exchange module, and 54.5% in case of Auto-Design module.