• Title/Summary/Keyword: Application Software System

Search Result 1,841, Processing Time 0.029 seconds

3D Seismic Data Processing Methodology using Public Domain Software System (공유 소프트웨어 시스템을 이용한 3차원 탄성파 자료처리 방법론)

  • Ji, Jun;Choi, Yun-Gyeong
    • Geophysics and Geophysical Exploration
    • /
    • v.13 no.2
    • /
    • pp.159-168
    • /
    • 2010
  • Recent trend in petroleum/gas exploration is an application of 3D seismic exploration technique. Unlike the conventional 2D seismic data processing, 3D seismic data processing is considered as the one which requires expensive commercial software systems and high performance computer. This paper propose a practical 3D seismic processing methodology on a personal computer using public domain software such as SU, SEPlib, and SEPlib3D. The applicability of the proposed method has been demonstrated by successful application to a well known realistic 3D synthetic data, SEG/EAGE 3D salt model data.

Application of Software Quality Model and Metric for Software Product Assurance for KASS Control Station (KASS 통합운영국 소프트웨어 품질 보증을 위한 소프트웨어 품질 모델 및 메트릭 적용방안)

  • Kim, Youn-sil;Lee, Eun-sung
    • Journal of Advanced Navigation Technology
    • /
    • v.24 no.1
    • /
    • pp.28-36
    • /
    • 2020
  • Korea augmentation satellite system (KASS) is the Korean satellite based augmentation system (SBAS) developed by ministry of land, infrastructure, and transport (MOLIT) since 2014. Since KASS is the safety critical system that can affect to the safety of airplane, the software of KASS is developed according to the DO178B software level induced from safety analysis. In case of KASS control station (KCS), most of the software of KCS get assigned software level E in DO178B. In that case, ECSS-Q-ST-80C category D is assigned as a software product assurance standard. In this paper, the software related standard ECSS-E-ST-40C, ECSS-Q-HB-80-04A are analyzed to satisfy ECSS-Q-ST-80C and as a result the software product assurance activities regarding software life cycle and the software quality model, metric is proposed for the product assurance of the KCS software.

A New Distributed Log Anomaly Detection Method based on Message Middleware and ATT-GRU

  • Wei Fang;Xuelei Jia;Wen Zhang;Victor S. Sheng
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.17 no.2
    • /
    • pp.486-503
    • /
    • 2023
  • Logs play an important role in mastering the health of the system, experienced operation and maintenance engineer can judge which part of the system has a problem by checking the logs. In recent years, many system architectures have changed from single application to distributed application, which leads to a very huge number of logs in the system and manually check the logs to find system errors impractically. To solve the above problems, we propose a method based on Message Middleware and ATT-GRU (Attention Gate Recurrent Unit) to detect the logs anomaly of distributed systems. The works of this paper mainly include two aspects: (1) We design a high-performance distributed logs collection architecture to complete the logs collection of the distributed system. (2)We improve the existing GRU by introducing the attention mechanism to weight the key parts of the logs sequence, which can improve the training efficiency and recognition accuracy of the model to a certain extent. The results of experiments show that our method has better superiority and reliability.

FAULT TREE ANALYSIS OF KNICS RPS SOFTWARE

  • Park, Gee-Yong;Koh, Kwang-Yong;Jee, Eunk-Young;Seong, Poong-Hyun;Kwon, Kee-Choon;Lee, Dae-Hyung
    • Nuclear Engineering and Technology
    • /
    • v.40 no.5
    • /
    • pp.397-408
    • /
    • 2008
  • This paper describes the application of a software fault tree analysis (FTA) as one of the analysis techniques for a software safety analysis (SSA) at the design phase and its analysis results for the safety-critical software of a digital reactor protection system, which is called the KNICS RPS, being developed in the KNICS (Korea Nuclear Instrumentation & Control Systems) project. The software modules in the design description were represented by function blocks (FBs), and the software FTA was performed based on the well-defined fault tree templates for the FBs. The SSA, which is part of the verification and validation (V&V) activities, was activated at each phase of the software lifecycle for the KNICS RPS. At the design phase, the software HAZOP (Hazard and Operability) and the software FTA were employed in the SSA in such a way that the software HAZOP was performed first and then the software FTA was applied. The software FTA was applied to some critical modules selected from the software HAZOP analysis.

An Application Design for Emergency Medical System: A Software Engineering Approach

  • Choi, In-Lyeol;Huh, Jun-Ho
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2017.04a
    • /
    • pp.728-730
    • /
    • 2017
  • The proposed application design for emergency medical system includes the functions that help securing the window of opportunity for the patients in an emergency situation and efficiently link rescue agency, emergency medical treatment center and patients together. First, the treatment time can be saved at the emergency room by understanding the patient's condition by entering his/her health information such as anamnesis, family history, social history and blood type together with an identification number. Also, if the siren function which signals whereabouts of patients to the rescue crew is used, it will be much easier to find the location of the patient in need. The design allows rescue crew to call the patient to check whether he/she is conscious or not. Just by receiving the call, he/she will be deemed conscious.

A Study on a Logical Quality Evaluation Model based on Application Open Source Software Characteristics (응용 오픈소스 소프트웨어 특징에 적합한 논리적 품질평가 모델에 관한 연구)

  • Kim, Ji-Hyeok;Rhew, Sung-Yul
    • The KIPS Transactions:PartD
    • /
    • v.16D no.1
    • /
    • pp.73-82
    • /
    • 2009
  • Open Source Software has over 60 percent of application software development but previous studies of objective quality model and characteristic to utilize Open Source Software appeared to be low and there are few studies regarding quantitative evaluation methods to evaluate Open Source Software. To solve these problems, in this paper, we propose a quality evaluation model, "Logical Open Source Software quality model", which is able to utilize for developing and maintaining application software and quantitative quality evaluation method that can utilize in the proposed model. The proposed Open Source Software quality model derives quality characteristics based on literature and it forms six main-features and twelve sub-characteristics by comparing with the quality characteristic of ISO/IEC 9126 and twelve evaluation metrics that can measure the metrics and the characteristics quantitatively. To verify efficiency of the proposed quality evaluation model, we apply the proposed quality evaluation to top 5 project management system (PMS) software in open source software community and prove its availability.

An Implementation of Dynamic Software Update System for C Application Programs (C 응용 프로그램의 동적 소프트웨어 업데이트 시스템 개발)

  • Shin, Dongha;Kim, Ji-Hyeon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.18 no.4
    • /
    • pp.1-11
    • /
    • 2013
  • Dynamic Software Update(DSU) is a technique, which updates a new version of the software to a running process without stopping. Many DSU systems that update C application programs are introduced. However, these DSU systems differ in implementation method or in main features. In this paper, we propose a new DSU system that can solve some disadvantages of existing DSU systems. DSU system presented in this paper splits existing program to code, global data and local data and then updates each part of the program considering the characteristics of the respective parts. The proposed system in this paper is implemented and tested on Linux. Also, we compared our DSU system with other DSU systems and we could find some strength of our DSU system. First, the code memory usage of our DSU system can be efficient since our system does not need to maintain code of an old version. Second, the global data memory waste is small because our system does not need to allocate the global data again which is not modified in the new version. Finally, we restore local data of old version in stack area of the new version using stack reconstruction technique. This paper is meaningful since we proposed a new DSU method and we implemented a full DSU system using the method.

A Study on the Hospital Information System in Korea (우리나라 병원정보시스템 실태에 관한 연구)

  • 전기홍;조우현
    • Health Policy and Management
    • /
    • v.4 no.2
    • /
    • pp.1-26
    • /
    • 1994
  • As the hospital environment is changing rapidly, management is therefore obligated to use new ways to provide better service to patients. For example information system is introduced to some hospitals in Korea. Information system has several benefits such a soperational efficiency by on-line delivery and processing of data, accurate and rapid information production, continuous monitoring of performance and feedback, improvement of work process and better service quality. Still, many hospitals cannot be sure that information system is useful for improving organization performance. Because only one or two area of hospital information system were considered for development and with limited development hospital information system cannot be used effectively. The purpose of this study is to suggest the model of information system utilizaton and to analyze the hospital in formation system in Korea. The results are following; 1. In Korea, proportion of operating system of comuter is 31% of UNIX, 11% of IBM OS and 10% of PC LAN. 2. As we expect, scope of application software and amounts of heardware and software invest ments are affected by concern of CEO. 3. Many CIO(chief information officer) say that the biggest problems are lack of after-service and obsolescence of computer equipments in terms of hardware and shortage of application software for hospital in terms of software. 4. Personnel of information system department is so small that hospital information system can't be improved. 5. During the development of information system, full-time participation of end user is only 20% hospital with almost less than 12 person-month. This study was accomplished by survey through mail questionnaires. Response to the survey was only 55% and it was hard to generalize all the result obtained from this survey. However, We hope that this study would be helpful for helth care organization to acknowlege hospital information system in korea and to design the future architecture and frame of information system.

  • PDF

A Real-Time Message System of Wireless Sensor Network Using Rich Internet Application (RIA를 적용한 무선 센서네트워크의 실시간 메시지 시스템)

  • Kim, Hun;Jeon, Yeong-Jun;Sin, Seung-Ho
    • 한국HCI학회:학술대회논문집
    • /
    • 2009.02a
    • /
    • pp.654-659
    • /
    • 2009
  • As web based software has developed recently, service via web has increased gradually. For this, many research organizations and reports call web is the platform of software. While web based technologies have developed, middleware of WSN and its application service has been developed from desktop based operation system. So WSN's technology reached uppermost limit of desktop application. There's difficulty in integrating, distributing and maintaining & repairing for WSN due to a tightly-coupled structure which's related closely to the hardware of sensor nod. Unlike this, web has a loosely-coupled structure and an opened system, so web service or Rich internet application (RIA) is helpful to solve the above limits. Especially, RIA is web application but can be the platform of WSN' application because it gives us various methods to communicate with user interface similar to desktop application. In this study, I suggest Message System for WSN Using RIA, expanding WSN's interconnectedness and accessibility to internet.

  • PDF

Quick Inspection of Virus Using Urban-Map and K-d Tree based Graph Construction and Efficient Patient Movement Route System (바이러스의 빠른 검사를 위한 도시 맵과 K-d 트리 기반의 그래프 구축과 효율적인 환자 이동 경로 시스템)

  • Shin, Young Chan;Moon, Seong-Hyeok;Kim, Donghui;Kim, Jong-Hyun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2022.01a
    • /
    • pp.383-386
    • /
    • 2022
  • 본 논문에서는 COVID-19와 같은 위급한 상황에서 바이러스 검사를 빠르게 진행하기 위한 K-d 트리 기반의 그래프 구축과 환자 이동 경로 시스템을 제안한다. 가상환경에서 활용되는 대표적인 길 찾기 알고리즘은 A*나 NavMesh 자료구조는 정해진 정적 이동 경로만을 안내하려는 방법이기 때문에 가상환경에서 NPC를 제어할 때는 효율적이지만, 실제 환경에 적용하여 문제를 풀기에는 충분하지 않다. 특히, 빠른 바이러스 검사를 받기 위해서는 짧은 거리만을 이용하는 게 아닌, 실제 도로 교통상황, 병원의 크기, 환자 이동 수, 환자 처리 시간 등 고려해야 할 상황들이 많다. 본 논문에서는 위에서 언급한 다양한 속성들과 이를 이용한 최적화 함수를 모델링하여, 실제 도시 맵에서 바이러스 검사를 빠르고 효율적으로 제어할 수 있는 프레임워크를 제안한다.

  • PDF