• Title/Summary/Keyword: computer software program

Search Result 807, Processing Time 0.036 seconds

Development of Aging Management System for the Concrete Structure (원전 콘크리트 구조물의 열화관리시스템 개발)

  • 조명석;방기성;송영철
    • Proceedings of the Korea Concrete Institute Conference
    • /
    • 1996.10a
    • /
    • pp.546-550
    • /
    • 1996
  • The personal-computer software program named SAMS(Structural Aging Management System) was developed for the concrete structure of NPP(Nuclear Power Plant). SAMS is constituted of three part, detabase system containing various inspection data, operation program for standard input/output of the inspection data, and application program for efficient operation of database system. Using the SAMS, the field engineers can easily acquire the information about the various inspection data, repair and accidental histories of NPP structures. SAMS will contribute to the effcient maintenance of NPP structures.

  • PDF

Contrast and geometric correction of non-standardized radiographs in digital subtraction radiography (디지털 공제술에서 비표준화 방사선사진의 대조도 및 기하학적 보정에 관한 연구)

  • Kim, Eun-Kyung
    • Journal of Periodontal and Implant Science
    • /
    • v.28 no.4
    • /
    • pp.797-809
    • /
    • 1998
  • The purposes of this study were to develop the computer program for the contrast and geometric correction in digital subtration radiography with the IDL (Interactive Data Language) and compare the results with this program for the correction of the non-standardized radiographs to those of standardized radiographs and those with "Emago" software, the commercial program for the correction. The procedures were written for the contrast correction and subtraction with the geometric correction, using IDL. 32 pairs of periapical radiographs of premolar and molar portion of two dry human mandibles were taken at two different occasions with XCP film holder(nonstandardized films) and another 32 pairs with customized XCP film holder(standardized films). Subtraction of standardized film pairs was performed. Subtraction after the contrast and geometric correction of non-standardized films was performed using the newly developed program and Emago software. Standard deviations of grey levels of the subtracted images by the newly developed program were compared with those of the standardized group and Emago-corrected group. Standard deviations of grey levels of new program-corrected group were much smaller than those of the Emago-corrected group (p<0.001) and slightly larger than those of standardized group (p<0.05). However, the difference was very minute. This study indicates that the newly developed program written with IDL may substitute the mechanical standardization for digital subtraction radiography.

  • PDF

A Modeling Tool for X-Window Application Software Development

  • Lee, Joon-Seok;Lee, Sang-Bum;Chi, Dong-Hae
    • ETRI Journal
    • /
    • v.15 no.2
    • /
    • pp.75-84
    • /
    • 1993
  • This paper presents a modeling tool, so-called X-ADD (X-window application Analysis & Design Diagram), which is useful for the understanding of existing X-window application program and the development of new X-window application software. This X-ADD tool is available for the X-window applications maintenance activities such as program understanding, and program analysis by the concept of reverse engineering. In addition, it supports the analysis and design for the new X-window application system development. Therefore, by the use of this tool, the visibility of the existing X-window application programs can be enhanced and modeling for the design of new X-window application systems can be easily made.

  • PDF

Development of Load Flow simulator for the Educational Program using GUI (GUI기법을 이용한 Load Flow 교육용 시뮬레이터 개발)

  • Moon, Jeong-Hwan;Kim, Young-Yong;Jang, Se-Hwan;Ryu, Seung-Oh;Park, June-Ho
    • Proceedings of the KIEE Conference
    • /
    • 2007.11b
    • /
    • pp.72-74
    • /
    • 2007
  • This paper presents a Windows graphic developed by the authors for the education and training of power system. Object-oriented programming is a major trend in computer software because it increases flexibility of large-scale software systems. An efficient platform for power system simulation applications has been proposed. This paper presents an intuitive Windows-based program for the power system analysis. The advantages of the object-oriented approach are demonstrated with an implementation of the graphical program. It provides a graphical interface for designing the one-line diagram of the bus and analyzing the output of the simulations. A graphical editor to visually edit the power system, diagram, results processing and exporting and graphic presentations.

  • PDF

A Case Study of Computer Application for Work Study and Standard Time Data in Mid-Level Factory having Working Circumstances of Multi-Item and Multi Process Type -Mainly Focused on the Case of Man-Machine Chart- (다품종 및 다공정 환경 중소기업의 현장직 사원에 대한 작업분석 및 표준설정을 위한 Computer Application 사례연구 -M/M Chart Case를 중심으로-)

  • Yoo, Wang-Jin
    • Journal of Korean Society for Quality Management
    • /
    • v.22 no.2
    • /
    • pp.127-142
    • /
    • 1994
  • In these days, the PCs are widely used in the mid-level factory. But they have low-effectiveness for using them. The main reason should be the lack of useful and practical software in the market. This Case study aimed at the support of the software using DB Language to get M/M chart for aquiring work study and standard time data in the mid-level factory having multi-item and multi-process type. CVA (Chronocycle Video Analysis) is applied to get basic standard time data and working list. Standard time, Sequence of working and allowance time or rate for man and machine will be readily obtained through the menu when the software executing. Detailed program list is systematically shown in Appendix.

  • PDF

A New Semantic Kernel Function for Online Anomaly Detection of Software

  • Parsa, Saeed;Naree, Somaye Arabi
    • ETRI Journal
    • /
    • v.34 no.2
    • /
    • pp.288-291
    • /
    • 2012
  • In this letter, a new online anomaly detection approach for software systems is proposed. The novelty of the proposed approach is to apply a new semantic kernel function for a support vector machine (SVM) classifier to detect fault-suspicious execution paths at runtime in a reasonable amount of time. The kernel uses a new sequence matching algorithm to measure similarities among program execution paths in a customized feature space whose dimensions represent the largest common subpaths among the execution paths. To increase the precision of the SVM classifier, each common subpath is given weights according to its ability to discern executions as correct or anomalous. Experiment results show that compared with the known kernels, the proposed SVM kernel will improve the time overhead of online anomaly detection by up to 170%, while improving the precision of anomaly alerts by up to 140%.

A Configurable Software-based Approach for Detecting CFEs Caused by Transient Faults

  • Liu, Wei;Ci, LinLin;Liu, LiPing
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.15 no.5
    • /
    • pp.1829-1846
    • /
    • 2021
  • Transient faults occur in computation units of a processor, which can cause control flow errors (CFEs) and compromise system reliability. The software-based methods perform illegal control flow detection by inserting redundant instructions and monitoring signature. However, the existing methods not only have drawbacks in terms of performance overhead, but also lack of configurability. We propose a configurable approach CCFCA for detecting CFEs. The configurability of CCFCA is implemented by analyzing the criticality of each region and tuning the detecting granularity. For critical regions, program blocks are divided according to space-time overhead and reliability constraints, so that protection intensity can be configured flexibly. For other regions, signature detection algorithms are only used in the first basic block and last basic block. This helps to improve the fault-tolerant efficiency of the CCFCA. At the same time, CCFCA also has the function of solving confusion and instruction self-detection. Our experimental results show that CCFCA incurs only 10.61% performance overhead on average for several C benchmark program and the average undetected error rate is only 9.29%. CCFCA has high error coverage and low overhead compared with similar algorithms. This helps to meet different cost requirements and reliability requirements.

Development of an open-source GUI computer program for modelling irradiation of multi-segmented phantoms using grid-based system for PHITS

  • Hiroshi Watabe;Kwan Ngok Yu;Nursel Safakatti;Mehrdad Shahmohammadi Beni
    • Nuclear Engineering and Technology
    • /
    • v.55 no.1
    • /
    • pp.373-377
    • /
    • 2023
  • The Monte Carlo (MC) method has become an indispensable part of the nuclear radiation research field. Several widely used and well-known MC packages were developed for simulation of radiation transport and interaction with matter. All these MC packages require users to prepare an input script. The input script can become lengthy for complex models. The process of preparing these input scripts is time-consuming and error-prone. In the present work, we have developed an open-source GUI computer program for modelling radiation transport and interaction in multi-segmented slab phantoms using grid-based system for the widely used PHITS MC package. The developed tools would be useful for future users of PHITS MC package and particularly inexperienced users. The present program is distributed under GPL license and all users can freely download, modify and redistribute the program without any restrictions.

A Development and Applications of Problem Solving Tool for Learning Geometry (기하 학습을 위한 문제해결 도구 개발 및 적용)

  • Bae, Jin-Seong;Kim, Kap-Su
    • Journal of The Korean Association of Information Education
    • /
    • v.14 no.3
    • /
    • pp.449-459
    • /
    • 2010
  • Using a geometric computer program achieve learning effects as handling various function and has advantage to overcome the environment of classroom through providing an inquiring surroundings in the figure learning at an elementary school. There are many software for drawing the geometric. But currently most is focus on how to use the softwares without contents. So, It is necessary to develope a geometric software adapted cognitive development of primary schoolchildren. This study is aim to analyze elementary mathematic curriculum based on Van Heiles theory, to develope the software(Geometry for Kids : GeoKids) considering cognitive level of the primary schoolchildren. This software is developed to substitute a ruler and a compass considering cognitive level of the primary schoolchildren. Using mouse, GeoKids software help a child to draw easily lines and circles and this software notice another lines and circle automatically for a more accurate drawing figures. Children can use practically this software in connection with subjects of elementary mathematic curriculum.

  • PDF

A Study on an Operational Optimization Algorithm of Software Basic Education (소프트웨어 기초 교육의 최적 운영 알고리즘에 관한 연구)

  • Goo, Eun-Hee;Woo, Chan-Il
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.20 no.2
    • /
    • pp.587-592
    • /
    • 2019
  • The importance of software technologies is becoming more prominent because of the competition to secure a competitive edge in software, which has been intensified since the emergence of smartphones and IoT. Thus, to assure the initiative in the global software industry and to foster superior human resources, there is a growing need for outstanding software development professionals. This paper analyzes the factors that affect the basic perception of software, the need for software development, and the enhancement of software coding ability based on a compulsory software class, which aims to increase the workforce of the converged software industry. The analysis shows that among other technical practices to enhance coding ability, learner-centered technical contents showed the most positive effect regarding the recognition and motive of development and are an essential factor in improving coding skills. The findings indicate that the need for program development and active involvement in the development of the program are the most important factors in improving the practical ability. The analysis presents meaningful results by suggesting a methodology for improving software development capabilities.