• Title/Summary/Keyword: Builder

Search Result 332, Processing Time 0.027 seconds

Implementation and Performance Valuation of SWT Builder Using GroovyMarkup Extension (GroovyMarkup 확장을 이용한 SWT Builder의 구현 및 성능 평가)

  • Lee, Gun-Woo;Go, Dong-Jin;Lee, Dong-Ju;Woo, Gyun;Kim, Won-Young;Choi, Wan
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10b
    • /
    • pp.600-603
    • /
    • 2006
  • Java 플랫폼 기반의 스크립트 언어인 Groovy는 GroovyMarkup을 이용하여 컴포넌트 및 콘테이너, 객체가 중첩된 구조로 이루어져 있는 GUI 프로그램을 간결하고 쉽게 작성할 수 있다. 본 논문에서는 GroovyMarkup을 확장해 고성능의 GUI 프로그램을 구현할 수 있는 SWT Builder를 구현하였다. 본 논문에서 구현한 SWT Builder의 성능 및 기능 평가를 위해 기존에 구현된 SWT Builder, Swing Builder와 비교하여 실험하였다. 테스트 한 결과, 구현한 SWT Builder는 GUI 구성 시간에 있어 기존 SWT Builder보다 1.4배 더 빠른 속도를 가진다. 또한 기능 부분에서는 Factory 클래스 소스 코드의 자동 생성, 클래스 기능 문서 자동 생성 등 으로 프로그래머에게 더 많은 편의성을 제공한다.

  • PDF

An Evaluation of HDRI Builder for the Analysis of Indoor Lighting Environment (실내공간의 빛 환경 분석을 위한 HDRI Builder의 평가)

  • Shin, Eun-Ju;Hong, Sung-De
    • Journal of the Korean Institute of Illuminating and Electrical Installation Engineers
    • /
    • v.28 no.7
    • /
    • pp.26-33
    • /
    • 2014
  • The purpose of this study is to evaluate the accuracy of luminance maps generated from five types of HDRI builder(High Dynamic Ranging Image builder) which include Photosphere, Bracket, Picturenaut, Luminance HDR and Photoshop. To accomplish this goal a set of experiments was conducted. In order to assess the luminance values of the HDR image from HDR image builder, the values had to be compared to the ones obtained from imaging photometer. After comparing measured luminance data using imaging photometer with those retrieved from the HDR images, Photosphere error rate estimated at 3% below.

Development of Automatic Extraction Model of Soil Erosion Management Area using ArcGIS Model Builder (ArcGIS Model Builder를 이용한 토양유실 우선관리 지역 선정 자동화 모형 개발)

  • Kum, Dong-Hyuk;Choi, Jae-Wan;Kim, Ik-Jae;Kong, Dong-Soo;Ryu, Ji-Chul;Kang, Hyun-Woo;Lim, Kyoung-Jae
    • Journal of The Korean Society of Agricultural Engineers
    • /
    • v.53 no.1
    • /
    • pp.71-81
    • /
    • 2011
  • Due to increased human activities and intensive rainfall events in a watershed, soil erosion and sediment transport have been hot issues in many areas of the world. To evaluate soil erosion problems spatially and temporarily, many computer models have been developed and evaluated over the years. However, it would not be reasonable to apply the model to a watershed if topography and environment are different to some degrees. Also, source codes of these models are not always public for modification. The ArcGIS model builder provides ease-of-use interface to develop model by linking several processes and input/output data together. In addition, it would be much easier to modify/enhance the model developed by others. Thus, simple model was developed to decide soil erosion hot spot areas using ArcGIS model builder tool in this study. This tool was applied to a watershed to evaluate model performance. It was found that sediment yield was estimated to be 13.7 ton/ha/yr at the most severe soil erosion hot spot area in the study watershed. As shown in this study, the ArcGIS model builder is an efficient tool to develop simple models without professional programming abilities. The model, developed in this study, is available at http://www.EnvSys.co.kr/~sateec/toolbox for free download. This tool can be easily modified for further enhancement with simple operations within ArcGIS model builder interface. Although very simple soil erosion and sediment yield were developed using model builder and applied to study watershed for soil erosion hot spot area in this study. The approaches shown in this study provides insights for model development and code sharing for the researchers in the related areas.

LED Deformity Detection Using LabVIEW Builder (랩뷰 비전 빌더를 이용한 LED 결함 검출 시스템)

  • Xi, Wang;Yoo, Sung-Goo;Chong, Kil-To;Vista IV, Felipe P.
    • Journal of the Institute of Electronics Engineers of Korea SC
    • /
    • v.46 no.5
    • /
    • pp.15-21
    • /
    • 2009
  • Deformity detection in a Light Emitting Diode (LED) is an important aspect for improving its quality. These LED deformities can be checked through several methods. This paper details the automatic deformity detection inspection system of a LED using the LabVIEW Builder 3.6 software. This software has a graphical user interface which makes it easy to observe and modify the behavior of its element. The LabVIEWs essential elements are also presented and explained aside from its image acquisition system. Details on how to build an inspection system and how to implement vision inspection algorithm which mainly consists of edge detection, geometry point location, and distance measurement are included in this paper.

The Design of SWT Builder Using Groovy Markup Extention (GroovyMarkup 확장을 이용한 SWT Builder 설계)

  • Lee Dongju;Ji JungHoon;Jang Hanil;Woo Gyun;Kim Won-Young;Choi Wan
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11b
    • /
    • pp.976-978
    • /
    • 2005
  • Java 플랫폼 기반 스크립트 언어인 Groovy는 Java와 같은 객체지향 언어지만 Java보다 훨씬 고급 수준의 언어로서 간결한 코드와 쉬운 프로그래밍 환경을 제공한다. Groovy가 제공하고 있는 기능 중에서 GroovyMarkup은 XML 문서와 같이 각각의 객체가 중첩된 트리 구조를 다루는 응용프로그램을 쉽게 생성할 수 있도륵 해준다. GUI 프로그램은 Component 및 Container 객체가 중첩된 구조로 이루어져 있으므로 GroovyMarkup을 이용하면 GUI 프로그램을 간결하고 쉽게 작성할 수 있다. 본 논문에서는 Java 플랫폼 GUI 중 최근 각광 받고 있는 SWT(Standard Widget Toolkit)를 Groovy에서 지원할 수 있게 GroovyMarkup을 확장하여 SWT Builder를 설계한다. SWT Builder는 마크업 형태로 기술한 SWT widget 이름과 속성을 SWT widget 객체와 일대일로 대응하는 구조로 설계된다. 따라서 GUI 프로그램의 골격을 구성하는 SWT Builder를 마크업 형식의 코드로 작성하고 GUI 컴포넌트 내의 이벤트 처리는 클로저(closure)를 이용함으로써 좋은 성능을 내는 GUI 프로그램을 비교적 쉽게 구성할 수 있다.

  • PDF

Implementation of OWL Processor in OntoBuilder (OntoBuilder에서 OWL 처리기 구현)

  • Kim, Dae-Yong;Ko, Jong-Sung;Heo, Tae-Gil;Kang, Ji-Hyung;Yun, Hong-Won
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.1
    • /
    • pp.193-195
    • /
    • 2005
  • OWL facilitates greater machine interpretability of Web content than that supported by XML, RDF, and RDF Schema by providing additional vocabulary along with a formal semantics. We are developing the ontology editor we named OntoBuilder, in this paper we describe about implementation of OWL processor which is a component of OntoBuilder.

  • PDF

Control System Monitoring Using C++Builder (C++Builder를 이용한 제어시스템 모니터링)

  • Shin, Myong-Jun;Son, Young-Ik;Kim, Kab-Il
    • Proceedings of the KIEE Conference
    • /
    • 2005.05a
    • /
    • pp.93-95
    • /
    • 2005
  • When a control system is designed computer simulations are important because they provide a way to test the performances of the control law and determine some design parameters of the control system. Since most real situations are different from those of the simulations, however, it is required to manage uncertainties of the plant and analyze errors fast and correctly. For this we consider a convenient monitoring system which can display real systems responses exactly and check the performances of the control systems. In this paper, an approach to design a monitoring system is presented by using C++Builder program which is based on PC. Firstly we introduce the structure and functions of the monitoring system. Then, an inverted-pendulum control system is investigated by using the monitoring system.

  • PDF

Development of a Web-Based Solution Builder for Three-Step Decision Support System

  • Hwang, Heung-Suk
    • Industrial Engineering and Management Systems
    • /
    • v.1 no.1
    • /
    • pp.58-63
    • /
    • 2002
  • Recently a new multi-attribute analysis method is one of the evident areas of important points in the decision support system analysis. The area of decision support system may be broken into three primary area: idea generation, multi-attribute structured analysis method, and the integration of the results of analysis. This research developed an internet/intranet-based solution builder for a three-step decision support system in the view of 1) brainstorming for the idea generation, 2) analytic hierarchy process as a multi-attribute structured analysis method and 3) aggregating logic model to integrate the results of individual analysis. A computer program is developed and demonstrated in internet/intranet-based decision problem. This solution builder provides decision makers a good tool for remote group decision making.