• Title/Summary/Keyword: 객체지향 표현

Search Result 292, Processing Time 0.027 seconds

Analysis of Cyclomatic Complexity for Web Application (웹 어플리케이션의 순환복잡도 분석)

  • Park, Chul;Yoo, Haey-Oung
    • The KIPS Transactions:PartD
    • /
    • v.11D no.4
    • /
    • pp.865-872
    • /
    • 2004
  • Web applications have different structural characteristics from conventional applications with the structural language or object-oriented language or 4GL. A web application typically consists of server-side script elements which run on web sewers, client-side script elements which run on the client web-browser, HTML elements that contains context. Therefore web applications developer concurrently uses 3 or more development language. Cyclomatic Complexity for Web Application(CCWA) metrics reflected composite complexity of each element. In this paper, we applied cyclomatic complexity for web application metrics with Complexity level indicator to web application. We applied it to 10 web applications that were developed in practical business. High complexity web applications classify into four type(MENU, FORM, CTRL, GEN). This paper has contributed to practical use of engineering approach for web application.

Development of a Decompiler for Verification and Analysis of an Intermediate Code in ANSI C Compiler (ANSI C 컴파일러에서 중간코드의 검증과 분석을 위한 역컴파일러의 개발)

  • Kim, Young-Keun;Kwon, Hyeok-Ku;Lee, Yang-Sun
    • Journal of Korea Multimedia Society
    • /
    • v.10 no.3
    • /
    • pp.411-419
    • /
    • 2007
  • Mounted on mobile device, set-top box, or digital TV, EVM is a virtual machine solution that can download and execute dynamic application programs. And the SIL(Standard Intermediate Language) is intermediate language of the EVM, which has a set of opcodes for object-oriented language and a sequential language. Since the C compiler used on each platform depends on the hardware, it converts C program to objective code, and then executes. To solve this problem, our research team developed ANSI C compiler and the EVM. Our ANSI C compiler outputs the SIL code based on stack machine. This paper presents the SIL-to-C decompiler in which converts the SIL code to three address code. Thus, the decompiler allows us to verify SIL code created by ANSI C compiler, and analyze a program from C language source level.

  • PDF

Object-Oriented Library System for Configuration Thread Control of the Component in Version Control (버전제어에서 컴포넌트의 형상형성 제어를 위한 객체지향 라이브러리)

  • Oh, Sang-Yeob;Choi, Woo-Seung
    • Journal of the Korea Society of Computer and Information
    • /
    • v.13 no.6
    • /
    • pp.51-58
    • /
    • 2008
  • A version control system is used in a rapidly changed environment or a program which developed in a complicated environment. it is a problem of configuration thread in supporting information that we, in this method, can't know a exactly well-defined configuration rule information and a predefined information. In this paper. Library system is suggested, modelled, and implemented so as to configuration thread control the components required by the user in many ways. As for the library used in the configuration thread control suggested in this paper, the components can be retrieved from the library regardless of the infrastructure, applying the extended facet classification. This retrieval framework is managed using TreeSearch class and the configuration thread control function. The library system of this paper can be used by the interface with other languages, and this system is to have a advantage to extend a facet by user.

  • PDF

Classification and Retrieval of Object - Oriented Reuse Components with HACM (HACM을 사용한 객체지향 재사용 부품의 분류와 검색)

  • Bae, Je-Min;Kim, Sang-Geun;Lee, Kyung-Whan
    • The Transactions of the Korea Information Processing Society
    • /
    • v.4 no.7
    • /
    • pp.1733-1748
    • /
    • 1997
  • In this paper, we propose the classification scheme and retrieval mechanism which can apply to many application domains in order to construct the software reuse library. Classification scheme which is the core of the accessibility in the reusability, is defined by the hierarchical structure using the agglomerative clusters. Agglomerative cluster means the group of the reuse component by the functional relationships. Functional relationships are measured by the HACM which is the representation method about software components to calculate the similarities among the classes in the particular domain. And clustering informations are added to the library structure which determines the functionality and accuracy of the retrieval system. And the system stores the classification results such as the index information with the weights, the similarity matrix, the hierarchical structure. Therefore users can retrieve the software component using the query which is the natural language. The thesis is studied to focus on the findability of software components in the reuse library. As a result, the part of the construction process of the reuse library was automated, and we can construct the object-oriented reuse library with the extendibility and relationship about the reuse components. Also the our process is visualized through the browse hierarchy of the retrieval environment, and the retrieval system is integrated to the reuse system CARS 2.1.

  • PDF

CORBA/SNMP 통합 관리 시스템 구축을 위한 게이트웨이 구축 방안

  • Gang, Yeong-Min;Hong, Won-Gi
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.6 no.1
    • /
    • pp.58-67
    • /
    • 2000
  • Todays enterprise networks are composed of multiple types of interconnected networks.Enterprise Networks interoperability between these technologies is needed. To enable interworking, it is necessary to be able to map between the relevant object models and to build on this to provide a mechanism to handle protocol conversion on the domain boundaries.In this paper, we describe a gateway between management application in the CORBA domain and agent in the SNMP domain and various integration methods. The main function of the gateway is to dynamically convert the method invocations on object reference in CORBA domain to SNMP messages for MIB entries at remote agents, We also present translation methods from SNMP MIB to CORBA IDL using Direct translation and Abstract translation. JIDM algorithm has no notion of containment and inheritance relationships between object classes and is difficult to understanding between management attribute and SNMP Action attribute. Abstract translation over come these problems.New superclasses define for common attributes and define explicit CORBA method for SNMP Action.It is a methodology for obtaining the CORBA-compliant management agents from already existing SNMP agents.

  • PDF

A Study on Automatic Classification of Class Diagram Images (클래스 다이어그램 이미지의 자동 분류에 관한 연구)

  • Kim, Dong Kwan
    • Journal of the Korea Convergence Society
    • /
    • v.13 no.3
    • /
    • pp.1-9
    • /
    • 2022
  • UML class diagrams are used to visualize the static aspects of a software system and are involved from analysis and design to documentation and testing. Software modeling using class diagrams is essential for software development, but it may be not an easy activity for inexperienced modelers. The modeling productivity could be improved with a dataset of class diagrams which are classified by domain categories. To this end, this paper provides a classification method for a dataset of class diagram images. First, real class diagrams are selected from collected images. Then, class names are extracted from the real class diagram images and the class diagram images are classified according to domain categories. The proposed classification model has achieved 100.00%, 95.59%, 97.74%, and 97.77% in precision, recall, F1-score, and accuracy, respectively. The accuracy scores for the domain categorization are distributed between 81.1% and 95.2%. Although the number of class diagram images in the experiment is not large enough, the experimental results indicate that it is worth considering the proposed approach to class diagram image classification.

A Study on Very High-rise Steel Artificial Reefs Based on Computer Graphics - part I (Design Aided Program Development) (컴퓨터 그래픽스 기법을 이용한 초고층 강제어초에 관한 연구(I) - 설계지원 프로그램 개발)

  • Hyun-Kyoung Shin;Ho-Gyun Park
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.36 no.1
    • /
    • pp.99-108
    • /
    • 1999
  • The solid modelling program was developed for the 3-D representation and analysis of VEry High-rise Steel Artificial Reefs(VEHSAR) using Visual C++ on the Microsoft's Windows 95(or Windows NT) based on MFC(Microsoft Foundation Class). Importing oriented-object program and CAD/CAM technique, this integrated design system which aims at low cost and high efficiency makes it possible to predict problems and to establish counterplans through visualizing the construction of Very High-rise Steel Artificial Reefs in advance. Also it is useful in enhancing productivity. Introduction of OpenGL makes it display high quality 3D graphics more faster.

  • PDF

Design and Implementation of Creativity Improving System to Support Humanity Education (안성교육을 위한 창의성 계발 시스템의 설계 및 구현)

  • Song, Tae-Ok;Jung, Sang-Wuk;Kim, Tae-Young
    • The Journal of Korean Association of Computer Education
    • /
    • v.3 no.2
    • /
    • pp.1-10
    • /
    • 2000
  • Humanity education is very important and essential part of education from the viewpoint of education. Further, it is valuable to utilize the advantages of computer system for systematic humanity education. In this paper, we designed and implemented Creativity Improving System(CIS) for improving student's creativity as an integrated component of Humanity Education System (HES) which will be developed in the near future. CIS is easy to maintain, repair and extend itself, since it is implemented based on Object-Oriented Development Method (OODM). By using 3-dimensional graphic technology, the contents of 3D-world in space is realistically expressed for improving the interest and effect of learning in the part of the maze game.

  • PDF

A Study of GID Standards and the CIM XML Interoperability Test (CID 표준 및 CIM XML 상호 운용성 테스트 방안 연구)

  • Jung, Nam-Joon;Song, Jea-Ju;Oh, Do-Eun;Ko, Jong-Min
    • Proceedings of the KIEE Conference
    • /
    • 2008.07a
    • /
    • pp.1877-1878
    • /
    • 2008
  • 고품질, 고 신뢰도를 지향하는 미래 지능형 전력시스템에 대한 기대와 함께 전력 기기 및 설비의 디지털화에 관심이 집중되면서, 전력시장에서는 전력정보의 양방향 교환 표준을 위한 공통정보모델(CIM : Common Information Model)의 개발 및 활용이 새로운 화두로 부상하였다. CIM은 차세대 전력시스템과 미래형 부가서비스 등의 전반적인 운영측면에서 혁신을 이루는데 사용할 수 있도록 표준화된 데이터교환 모델이다. 이는 전력시스템 내 모든 다양한 객체(변전소, 송전선, 변압기, 차단기, 설비자산, 작업지시, 작업원 등)들이 어떻게 상호 연결되는지를 표현하는 방식이다. 최근 CIM/GID(GID : Generic Interface Definition)에 대한 관심이 고조되면서 CIM/GID를 어떻게 도입하고 활용할 것인가에 대한 논의가 활발하다. 그 활용 방안의 일환으로 개발된 시스템에 대한 상호 운용성 테스트를 수행함으로써 제품 또는 시스템의 표준화 준수 여부와 활용성에 대한 검증이 가능하다. CIM/GID 상호운용성 테스트는 UCA International Users Group에서 가입 회원들을 대상으로 지속적으로 진행되고 있다. 본 논문에서는 미국 클리블랜드에서 2003년 11월 18일$\sim$20일 사이에 진행되었던 5차 CIM/GID 상호운용성 테스트 결과를 토대로 CIM/GID와 CIM XML의 상호 운용성 테스트 방안을 소개하고자 한다.

  • PDF

Development of a Ship Calculation Program Based On the Geometric Model (형상모델 기반 선박계산 전산프로그램 개발)

  • Sang-Su Park;Kyu-Yeul Lee
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.36 no.2
    • /
    • pp.121-134
    • /
    • 1999
  • In this paper, a ship calculation program is developed, which prof[nuts hydrostatics and volume calculation intact and damage stability and hull variation. Hull form and compartment geometry are expressed with NURBS curve wire-frame model. Hydrostatics and volume calculation are performed directly with the intersection method between section geometry and 3D planar surface. Equilibrium ship position is calculated with hydrostatic equilibrium equation which is linearized by 1st order Taylor series expansion sequentially. The developed program shows more accurate results and easy uses than the latter.

  • PDF