• 제목/요약/키워드: simple component

검색결과 862건 처리시간 0.027초

EJB Design Pattern 기반의 Bean Class 조립에 대한 모델 설계 및 Testing 에 관한 연구 (A Study on Composition Model Design and Testing for EJB Design Pattern Based Bean Class)

  • 신재준;이돈양;송영재
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2003년도 하계종합학술대회 논문집 Ⅲ
    • /
    • pp.1605-1608
    • /
    • 2003
  • Today, E-Business develop because, Internet diffuse rapidly. Variety function and excellence performance needs for changeable user's requirement. So, EJB comes Component's addition and modify. For Component adds Function, Existing System modifies all of the source code. In EJB Component System, but, modifies simple source code. But, Today's System don't have cleary way that assembly component and design system. This Paper used design pattern for maintain of the component. this paper describes EJB Design Pattern using Abstract Factory Pattern. And EJB Component that used Pattern, decribes advantage and disavantage.

  • PDF

승강기용 방진고무부품 특성 및 사용수명 평가 (Useful Lifetime Evaluation of Rubber Component for Elevator Cabin)

  • 우창수;박현성
    • 대한기계학회:학술대회논문집
    • /
    • 대한기계학회 2008년도 추계학술대회A
    • /
    • pp.576-580
    • /
    • 2008
  • Rubber material properties and useful life evaluation are very important in design procedure to assure the safety and reliability of the rubber components. In this paper, the evaluation of characteristics and useful life prediction of rubber component for elevator cabin were experimentally investigated. The material test and accelerated heat-aging test were carried. Rubber material constants were obtained by curve fittings of simple tension, pure shear and bi-axial tension test data. Heat aging test results changes as the threshold are used for assessment of the useful life and time to threshold value were plotted against reciprocal of absolute temperature to give the Arrhenius plot. By using the rubber material and component test several useful life prediction equations for rubber component were proposed. Predicted useful life of rubber component for elevator cabin agreed fairly with the experimental lives.

  • PDF

COMPONENT TEST STRATEGY FOR COMS ON-BOARD SOFTWARE USING ATTOL

  • Park, Su-Hyun;Kang, Soo-Yeon;Yang, Koon-Ho;Choi, Seong-Bong
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2007년도 Proceedings of ISRS 2007
    • /
    • pp.175-178
    • /
    • 2007
  • COMS (Communication Ocean Meteorological Satellite) is the geostationary satellite being developed by Korea Aerospace Research Institute for multi-mission: experimental communication, ocean monitoring and meteorological observations. The COMS operation is controlled by the on-board software running on the spacecraft central computer. The software is written in ADA language and developed under the software life cycle: Requirement analysis, Design, Implementation, Component test and Integration test. Most functional requirements are tested at component level on a software component testing tool, ATTOL. ATTOL provides a simple way to define the test cases and automates the test program generation, test execution and test analysis. When two or more verified components are put together, the integration test starts to check the non-functional requirements: real-time aspect, performance, the HW/SW compatibility and etc. This paper introduces the COMS on-board software and explains what to test and how to test the on-board software at component level using ATTOL.

  • PDF

COMPONENT TEST STRATEGY FOR COMS ON-BOARD SOFTWARE USING ATTOL

  • Park, Su-Hyun;Kang, Soo-Yeon;Yang, Koon-Ho;Choi, Seong-Bong
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2007년도 Proceedings of ISRS 2007
    • /
    • pp.460-463
    • /
    • 2007
  • COMS (Communication Ocean Meteorological Satellite) is the geostationary satellite being developed by Korea Aerospace Research Institute for multi-mission: experimental communication, ocean monitoring and meteorological observations. The COMS operation is controlled by the on-board software running on the spacecraft central computer. The software is written in ADA language and developed under the software life cycle: Requirement analysis, Design, Implementation, Component test and Integration test. Most functional requirements are tested at component level on a software component testing tool, ATTOL. ATTOL provides a simple way to define the test cases and automates the test program generation, test execution and test analysis. When two or more verified components are put together, the integration test starts to check the non-functional requirements: real-time aspect, performance, the HW/SW compatibility and etc. This paper introduces the COMS on-board software and explains what to test and how to test the on-board software at component level using ATTOL.

  • PDF

DEVELOPMENT OF OPEN GIS COMPONENT SOFTWARE

  • Choi, Hae-Ock;Kim, Kwang-Soo;Lee, Jong-Hun
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 1999년도 Proceedings of International Symposium on Remote Sensing
    • /
    • pp.188-193
    • /
    • 1999
  • Technology of GIS evolved as a means of assembling and analyzing diverse spatial data. Many systems have been developed, and almost of systems are proprietary. There is a lots of lack of interoperability and reusability between them. This paper describes the development of Open GIS component software. The developing system have an end in view of GIS tool software which is interoperable and reusable. To increase the interoperability and reusability, the system is based on the OGC(Open GIS Consortium)'s Open GIS Simple Features Specification for OLE/COM. The OGC's specification is announced to increasing the full interoperability of various geospatial data and geoprocessing resources. With the Open specification, component based software ensures the reusability. We implement three kinds of component: Geometry component, Spatial Reference System Component, and MapBase Component. The first two components are compatible to the OGC's specification and the third one is designed to GIS tool software for variant GIS applications. The Open GIS component software system is developed on object-oriented computing environment, ATL/COM and Visual C++. As we made application programs using Visual Basic, the advantages of component based Open GIS software was proved.

  • PDF

프레임웍을 위한 효율적인 컴포넌트 모델 설계 (Effective Component Model Design for Framework)

  • 임근
    • 한국컴퓨터정보학회논문지
    • /
    • 제12권5호
    • /
    • pp.113-119
    • /
    • 2007
  • 프레임웍은 구체적이고 확장 가능한 기반 코드를 가지고 있으며, 설계자가 의도하는 여러 디자인 패턴의 집합으로 구성되어 있다. 클래스의 집합이라는 점에서 클래스 라이브러리와 동일하지만 단순한 클래스들의 모임이라기 보다는 어플리케이션을 개발할 수 있는 아키텍쳐를 제공한다는 점에서 차이가 있다. 프레임워크에서는 컴포넌트 라이브러리를 개발하고 관리하는 것이 매우 중요한 요소이다. 본 논문에서는 프레임웍에 기반한 컴포넌트간 메타관계를 정의함으로서 프레임웍에서 사용될 컴포넌트 모델을 설계하고, 모델을 이용한 적용사례를 제시한다.

  • PDF

Realistic Scenes Reproduction Based on Total Variation

  • Li, Weizhong;Ma, Honghua
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제14권11호
    • /
    • pp.4413-4425
    • /
    • 2020
  • In order to completely record all the information of realistic scenes, high dynamic range (HDR) images have been widely used in virtual reality, photography and computer graphics. A simple yet effective tone mapping method based on total variation is proposed so as to reproduce realistic scenes on low dynamic range (LDR) display devices. The structural component and texture component are obtained using total variation model in logarithmic domain. Then, the dynamic range of the structural component is compressed with an adaptive arcsine function. The texture component is processed by Taylor series. Finally, we adjust the saturation component using sigmoid function and restore the color information. Experimental results demonstrate that our method outperforms existing methods in terms of quality and speed.

A Novel Approach For Component Classifications And Adaptation Using JALTREE Algorithm

  • Jalender, B.;Govardhan, Dr. A
    • International Journal of Computer Science & Network Security
    • /
    • 제22권2호
    • /
    • pp.115-122
    • /
    • 2022
  • Component adaptation is widely recognized as one of the main problems of the components, used in component based software engineering (CBSE). We developed methods to adjust the components classified by the keywords. Three main methods are discussed in this article those methods are combined with several domain component interfaces, high level simple notation for the adapter design patterns. The automated process for classifying high-level components are using adaptation is novel to software engineering domain. All Specifications and many technologies for re-using software, CBD and further developments have been emerged in recent years. The effects of these technologies on program quality or software costs must be analyzed. The risk concerns a single technology and must identify its combinations. In this paper, we are going to discuss the methods to adapt components of different technologies

능동전력필터의 간단한 순시전력이론과 수정된 보상성능 평가법 (A Simple Instantaneous Power Theory and Modified Compensation Performance Evaluation of Active Power Filters)

  • 정영국;유광호;김영철;양승학;김우용;임영철
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1999년도 하계학술대회 논문집 F
    • /
    • pp.2549-2552
    • /
    • 1999
  • The fictitious power theory in time domain is very easy to understand, but power analyzing time of active power is increased, because power is analyzed using signal techniques based on the correlation between voltage and current waveforms. Also, conventional methods in time/frequency domain to evaluate the compensation performance of active power filters are not provided easy solutions. So, the authors have previously proposed 3-D current coordinates which is composed into active component, fundamental reactive component and distorted component of nonlinear loads current. This method has excellent performance, but can not evaluate the characteristics of nonlinear load current whether inductive or capacitive. Therefore, To overcome problems mentioned previously, this paper deals with the simple instantaneous power theory and the modified 3-D current coordinates for evaluating the compensation performance of active power filters. To confirm the validity, active power filters simulator is developed using C-language. From the simulation, results are discussed their utility.

  • PDF

캠코더용 Iris Assembly의 국산화 및 생산 기술 개발 (A Study of Development and Production Technology for Camcoder Iris Assembly)

  • 고종선
    • 전력전자학회논문지
    • /
    • 제3권1호
    • /
    • pp.53-60
    • /
    • 1998
  • 본 논문은 비디오 카메라 및 프로젝션 TV 등 영상 기기의 요소 부품인 캠코더용 Iris Assembly에 있어서 동작원리, 구성부품의 특성, 동작특성 해석과 각 요소부품의 개발시 중요 Know-how 등을 언급한다. 저전력용으로 소형이지만 간단한 구조로 만들기 위한 자계회로를 실현하였다. 특히 잔류 자계의 영향과 동작 시간의 관계를 실험적으로 규명한다. 소형 정밀부품의 국산화 개발에 있어서 필요한, 간편한 구동 시스템 원리와 그로 인해 발생하는 비선형성 토오크의 문제점 및 개발 공정 등을 설명하고, 각 부품의 Burr 최소화를 위한 점검 요소, 소형 요소 부품의 공정 등을 다룬다.