• Title/Summary/Keyword: GUI software

Search Result 350, Processing Time 0.034 seconds

Development of Monitoring Tool for Synaptic Weights on Artificial Neural Network (인공 신경망의 시냅스 가중치 관리용 도구 개발)

  • Shin, Hyun-Kyung
    • The KIPS Transactions:PartD
    • /
    • v.16D no.1
    • /
    • pp.139-144
    • /
    • 2009
  • Neural network is a very exciting and generic framework to develop almost all ranges of machine learning technologies and its potential is far beyond its current capabilities. Among other characteristics, neural network acts as associative memory obtained from the values structurally stored in synaptic inherent structure. Due to innate complexity of neural networks system, in its practical implementation and maintenance, multifaceted problems are known to be unavoidable. In this paper, we present design and implementation details of GUI software which can be valuable tool to maintain and develop neural networks. It has capability of displaying every state of synaptic weights with network nodal relation in each learning step.

An MVP-based XML Language for User Interfaces (사용자 인터페이스를 위한 MVP기반의 XML 언어)

  • 최종명;신경희;유재우
    • Journal of KIISE:Software and Applications
    • /
    • v.29 no.12
    • /
    • pp.947-956
    • /
    • 2002
  • It is advantageous to use XML in developing user interfaces, since XML is independent from platforms and languages and it is easy to learn and use. The existing XML-based languages do not adopt formal model, and they are developed in ad hoc manner. Moreover, they provide limited facilities to handle user events, and combine user interface components with internal logics. In this paper, we introduce an extended MVP (EMVP) model, which is extended from MVP (Model-View-Presenter), and XUIML, which is a new XML application based on the EMVP to support user interface. XUIML provides useful methods to build user interface, including methods to describe actions on user events, data flows between objects, and internal logics. The XUIML system provides two style editors - text editor and graphic editor. It also provides two code generators. One generates Java source, and the other generate C# code from XUIML document. The XUIML graphic editor allows users to manipulate XML elements directly, and we can gain high productivity with the graphic editor.

GUI construction for 3D visualization of ocean hydrodynamic models (해수유동모델의 3차원 가시화를 위한 GUI 구축)

  • Lee, Won-Chan;Park, Sung-Eun;Hong, Sok-Jin;Oh, Hyun-Taik;Jung, Rea-Hong;Koo, Jun-Ho
    • Proceedings of KOSOMES biannual meeting
    • /
    • 2006.11a
    • /
    • pp.213-215
    • /
    • 2006
  • This study presents an application of GIS technologies to construct the graphic user interface for 3-dimensional exhibition of the results obtained by ocean hydrodynamic model. In coastal management studies, GIS provide a receptacle for scattered data from diverse sources and an improvement of the 3D visualization of such data. Within the frame of a GIS a variety of analytical, statistical and modeling tools can be applied to transform data and make them suitable for a given application. A 3D hydrodynamic model was driven by time-dependent external forcing such as tide, wind velocity, temperature, salinity, river discharge, and solar radiation under the open boundary condition. The Jinhae Bay was selected as a case study. Here, we have used GeoMania v2.5 GIS software and its 3D Analyst extension module to visualize hydrodynamic model result that were simulated around the Jinhae Bay.

  • PDF

GUI Implementation for 3D Visualization of Ocean Hydrodynamic Models (해수유동모델 결과의 3차원 가시화를 위한 GUI 구현)

  • Choi, Woo-Jeung;Park, Sung-Eun;Lee, Won-Chan;Koo, Jun-Ho;Suh, Young-Sang;Kim, Tae-Hyun
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.7 no.3
    • /
    • pp.99-107
    • /
    • 2004
  • This study presents an application of GIS technologies to construct the graphic user interface for 3-dimensional exhibition of the results obtained by ocean hydrodynamic model. In coastal management studies, GIS provide a receptacle for scattered data from diverse sources and an improvement of the 3D visualization of such data. Within the frame of a GIS a variety of analytical, statistical and modeling tools can be applied to transform data and make them suitable for a given application. A 3D hydrodynamic model was driven by time-dependent external forcing such as tide, wind velocity, temperature. salinity, river discharge, and solar radiation under the open boundary condition. The Jinhae bay was selected as a case study. Here, we have used GeoMania v2.5 GIS software and its 3D Analyst extension module to visualize hydrodynamic model result that were simulated around the Jinhae bay.

  • PDF

Development and application of a technique for detecting beach litter using a Micro-Unmanned Aerial Vehicle

  • Jang, Seon Woong;Kim, Dae Hyun;Chung, Yong Hyun;Seong, Ki Taek;Yoon, Hong-Joo
    • Korean Journal of Remote Sensing
    • /
    • v.30 no.3
    • /
    • pp.351-366
    • /
    • 2014
  • The aim of this study was to develop software for beach litter detection that includes a Graphical User Interface (GUI) and uses images taken by a micro-unmanned aerial vehicle. Videos were taken over Doomo pebble beach, Sogye pebble beach, and Heungnam sand beach on the northeast coast of Geojedo (Geoje Island), Korea. Still images of actual beach litter were obtained from the videos. The image processing involved preprocessing, morphological image processing, and image recognition. Comparison with still images showing beach litter demonstrated that the software could generally detect litter larger than 50 cm in size such as Styrofoam buoys and circular fish traps (excluding small pixel-size ropes). Combining the proposed method with the conventional surveying approach is expected to enhance the accuracy of beach litter detection. The new technique will also aid in predicting the amount of beach litter generated along coastlines, which is currently difficult to monitor.

Software Test Automation Using Data-Driven Approach : A Case Study on the Payment System for Online Shopping (데이터 주도 접근법을 활용한 소프트웨어 테스트 자동화 : 온라인 쇼핑몰 결제시스템 사례)

  • Kim, Sungyong;Min, Daihwan;Rim, Seongtaek
    • Journal of Information Technology Services
    • /
    • v.17 no.1
    • /
    • pp.155-170
    • /
    • 2018
  • This study examines a data-driven approach for software test automation at an online shopping site. Online shopping sites typically change prices dynamically, offer various discounts or coupons, and provide diverse delivery and payment options such as electronic fund transfer, credit cards, mobile payments (KakaoPay, NaverPay, SyrupPay, ApplePay, SamsungPay, etc.) and so on. As a result, they have to test numerous combinations of possible customer choices continuously and repetitively. The total number of test cases is almost 584 billion. This requires somehow automation of tests in settling payments. However, the record playback approach has difficulties in maintaining automation scripts due to frequent changes and complicated component identification. In contrast, the data-driven approach minimizes changes in scripts and component identification. This study shows that the data-driven approach to test automation is more effective than the traditional record playback method. In 2014 before the test automation, the monthly average defects were 5.6 during the test and 12.5 during operation. In 2015 after the test automation, the monthly average defects were 9.4 during the test and 2.8 during operation. The comparison of live defects and detected errors during the test shows statistically significant differences before and after introducing the test automation using the data-driven approach.

Development of Performance Analysis S/W for Wind Turbine Generator System (풍력발전시스템 성능 해석 S/W 개발에 관한 연구)

  • Mun, Jung-Heu;No, Tae-Soo;Kim, Ji-Yon;Kim, Sung-Ju
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.36 no.2
    • /
    • pp.202-209
    • /
    • 2008
  • Application of wind turbine generator system (WTGS) needs researches for performance prediction, pitch control, and optimal operation method. Recently a new type WTGS is developed and under testing. The notable feature of this WTGS is that it consists of two rotor systems positioned horizontally at upwind and downwind locations, and a generator installed vertically inside the tower. In this paper, a nonlinear simulation software developed for the performance prediction of the Dual Rotor WTGS and testing of various control algorithm is introduced. This software is hybrid in the sense that FORTRAN is extensively used for the purpose of computation and Matlab/Simulink provides a user friendly GUI-like environment.

OPTIMUM AKN BURN PLANNING FOR ORBITAL TRANSFER OF KOREASAT (무궁화 위성의 궤도전이를 위한 최적 원지점 점화 계획)

  • 송우영;최규홍
    • Journal of Astronomy and Space Sciences
    • /
    • v.11 no.2
    • /
    • pp.296-307
    • /
    • 1994
  • Using X-Window system (Motif Graphic User Interface), the AKM (Apogee Kick Motor) firing software for Koreasat which will be launched in 1995 has been developed to transfer the spacecraft from its transfer orbit, provided by the DeltaII launch vehicle, into a nearly geostationary drift orbit. The AKM firing software runs in one of two modes. In mission analysis mode, using a fixed magnitude impulsive velocity change, it provides the necessary data for planning the burn parameters. In insert mode, it uses the orbit propagator function to integrate the spacecraft state through the AKM burn. In this case, an AKM thrust profile and specific impulse are applied to the necessary data for planning the burn parameters to obtain the best possible drift orbit. The apogee burn planning simulation for orbital transfer of Koreasat has been performed using the AKM firing software. And the result of this simulation has been analyzed.

  • PDF

Software Development for Pig Production and Management (양돈농장 경영관리 프로그램 개발)

  • Choe, Young-Chan;Choe, Sang-Ho
    • Journal of Agricultural Extension & Community Development
    • /
    • v.4 no.1
    • /
    • pp.97-120
    • /
    • 1997
  • This study intends to develop a computer software for an efficient swineherd production and management. Current softwares are concerned on the sow management and ignore the actual farm environment. This study focuses on the farm environment in developing the software and covers the production management financial management, marketing management, and business planning for swineherd farm. The FSR(Farming Systems Research) analysis and interview survey aye applied to collect the data for the system planning, farmer's demand and analysis on the system, system design and program development. The systems are designed to meet the needs for the progressive swineherd farmers. Visual FoxPro 5.1 is used to develop the system. The developed system includes pig farm financial records keeping and management, pig farm production management program, pig farm marketing management program, and pig farm business diagnosis and planning program to meet the scope of the study. The weekly maintenance records and financial records are adopted for the input interface since most of farmers use their computer less than 5 hours a week. Pulldown Menu systems are adopted and designed for easy use by structuring to meet the pig farm and system demands. The manu system allocates the input-output screen based on the sectors, scopes, users, frequencies, importances, and the usages of the information. The GUI(Graphic User Interface) method is used to develop input-output screens for easy use. Backward Chaining mechanism fo the Expert System is used in the diagnosis of the pig farm management and the Systems Simulators Approach is used in the pig farm management planning.

  • PDF

A Tourism Curation Platform Build Based on Local Area Wireless Communication (근거리무선통신 기반 관광 큐레이션 플랫폼 구축)

  • Seo, Gui-Bin;Sung, Nak-Jun;Yum, HyoSub;Hong, Min
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2016.10a
    • /
    • pp.154-157
    • /
    • 2016
  • 최근 스마트폰의 보급과 더불어 근거리 무선 통신의 발달로 인해 다양한 서비스들이 연구 개발되고 있다. 한국에 방문하는 외래 관광객 수는 꾸준히 증가하고 있는 추세이며, 이 중 중국인 관광객은 2013년 기준 전체 방한 외국인 관광객 중 약 35.5%를 차지하였다. 중국인 관광객의 82.8%가 쇼핑을 목적에 두고 있으며, 그 중 향수, 화장품, 의류 항목에 가장 많은 여행시간을 투자하고 있다. 또한 방한 중국인 관광객 중 대다수가 인터넷을 사용하여 관광 정보를 입수 하고 있지만, 이러한 정보를 편리하게 제공할 서비스는 부족한 상황이다. 본 논문에서는 현재 발달되고 있는 근거리 무선 통신 중 NFC와 Beacon을 활용하여 안드로이드 기반의 관광 큐레이션 플랫폼을 구현 하였다. NFC 태그를 활용하여 쇼핑, 관광 관련 정보 및 정확한 제품 및 서비스 정보를 제공하고, Beacon을 이용하여 매장정보 및 각종 마케팅 프로모션과 이벤트 정보를 수신하도록 하였다. 추가적으로 현재 많이 사용되고 있는 Zxing 라이브러리를 활용한 QRCode 및 Barcode 리더기를 활용하여 스캔을 통한 제품 정보를 확인 가능하도록 구현하였다.