• 제목/요약/키워드: R software

검색결과 1,660건 처리시간 0.031초

소프트웨어 개발시 일정테스트노력과 웨이불 테스트 노력의 비교 연구 (A Comparison Study between Uniform Testing Effort and Weibull Testing Effort during Software Development)

  • 최규식;장원석;김종기
    • 정보기술응용연구
    • /
    • 제3권3호
    • /
    • pp.91-106
    • /
    • 2001
  • 본 논문에서는 소프트웨어 테스트 단계중에 발생되는 테스트노력 소요량을 고려한 소프트웨어 신뢰도 성장 모델을 제시하여 시간종속적인 테스트 노력소요량 동태를 일정 테스트 노력일 때와 웨이불 테스트 노력일 때를 비교하여 연구한다. 테스트 단계중에 소요되는 테스트 노력의 양에 대한 결함 검출비를 현재의 결함 내용에 비례하는 것으로 가정하여 모델을 비동차 포아송 과정으로 공식화하며, 이 모델을 이용하여 소프트웨어 신뢰도 척도에 대한 데이터 분석기법을 개발하도록 한다. 테스트 시간의 경과와 신뢰도와의 관계도 심도 있게 연구한다. 목표신뢰도를 만족시키는 최적발행시각을 정한다. 개발 후 테스트를 시작하기 전의 신뢰도가 어떠한 조건에 있는가를 검토하여 각 조건에 따른 최저 발행시각을 결정한다. 일정 테스트 노력 곡선과 웨이불 테스트 노력 곡선 모두에 대해서 그 조건은 목표 신뢰도를 초과하는 경우, 목표신뢰도를 초과하지는 못하지만 어느 조건 이상인 경우, 어느 조건 이하인 경우로 대별되며, 이 중에서 이상적인 경우는 두 번째 조건인 경우이다.

  • PDF

소프트웨어 ILS 적용방안 연구 : 소프트웨어와 하드웨어의 유지보수 특성을 고려한 비교 분석을 중심으로 (Qualitative study of software ILS application: Comparison analysis of maintenance types in software and hardware)

  • 이관영;김상문;박은심;박재은;김근형
    • 한국산학기술학회논문지
    • /
    • 제15권9호
    • /
    • pp.5726-5737
    • /
    • 2014
  • 무기체계에서의 소프트웨어에 대한 비중이 커짐에 따라, 소프트웨어 ILS(Integrated Logistics Support)에 대한 관심이 커지고 있다. 그러나 기존 무기체계에서 ILS 개발은 하드웨어 중심으로 적용하고 있어 소프트웨어에 그대로 적용하기 힘든 실정이다. 본 논문은 소프트웨어 ILS의 실무 적용 어려움이 무엇인지 원인을 파악하고 문제점을 분석하기 위해 국내/외 규정 및 사례들을 통해 현 실태를 파악하였다. 또한, 소프트웨어의 유지보수 특성을 고려하여 소프트웨어와 하드웨어 ILS의 차이점을 검토하고, 소프트웨어 ILS 요소개발 범위 설정을 통해 국내에 적용이 가능한 소프트웨어 ILS 개발방안을 제안하였다. 이는 소프트웨어 ILS 개발을 위한 구체적인 실무 적용방안을 수립하는 데 도움이 될 것으로 기대한다.

ViP: A Practical Approach to Platform-based System Modeling Methodology

  • Um, Jun-Hyung;Hong, Sung-Pack;Kim, Young-Taek;Chung, Eui-Young;Choi, Kyu-Myung;Kong, Jeong-Taek;Eo, Soo-Kwan
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • 제5권2호
    • /
    • pp.89-101
    • /
    • 2005
  • Research on highly abstracted system modeling and simulation has received a great deal of attention as of the concept of platform based design is becoming ubiquitous. From a practical design point of view, such modeling and simulation must consider the following: (i) fast simulation speed and cycle accuracy, (ii) early availability for early stage software development, (iii) inter-operability with external tools for software development, and (iv) reusability of the models. Unfortunately, however, all of the previous works only partially addresses the requirements, due to the inherent conflicts among the requirements. The objective of this study is to develop a new system design methodology to effectively address the requirements mentioned above. We propose a new transaction-level system modeling methodology, called ViP (Virtual Platform). We propose a two-step approach in the ViP method. In phase 1, we create a ViP for early stage software development (before RTL freeze). The ViP created in this step provides high speed simulation, lower cycle accuracy with only minor modeling effort.(satisfying (ii)). In phase 2, we refine the ViP to increase the cycle accuracy for system performance analysis and software optimization (satisfying (i)). We also propose a systematic ViP modeling flow and unified interface scheme based on utilities developed for maximizing reusability and productivity (satisfying (ii) and (iv)) and finally, we demonstrate VChannel, a generic scheme to provide a connection between the ViP and the host-resident application software (satisfying (iii)). ViP had been applied to several System-on-a-chip (SoC) designs including mobile applications, enabling engineers to improve performance while reducing the software development time by 30% compared to traditional methods.

E-R 모델과 자동생성기를 이용한 응용시스템의 구축 과정에 관한 연구 (Research on the Process of Constructing Application Systems Using the E-R Model and an Automated Application Generator)

  • 정일주
    • Journal of Information Technology Applications and Management
    • /
    • 제12권4호
    • /
    • pp.133-155
    • /
    • 2005
  • This Paper makes an attempt to suggest a process of automatically generating application software based on the Entity-Relationship model 1. The designer develops an E-R model of an real-world system. 2. The designer inputs the entity and relationship types, and attributes shown in the E-R model, and also the basic operations of the application system to the software generator. 3. The application generator produces database schema and link information between application programs, and then automatically generates a stereo-type application system. In order for the automated application generator to build the application system in a systematic way, four basic program generation rules have been suggested. A set of computer programs have been developed in order to show the applicability of the automated software generation process suggested in this paper. By following each rule with the generator, the designer can build an application in an efficient manner compared with traditional (manual programming) approaches. It has been demonstrated from the case study that the idea of applying an automated generator in systems development based upon the E-R model is feasible.

  • PDF

3D CAD 데이터 기반의 제조기업 지원서비스를 위한 소프트웨어 플랫폼 설계 (Design of a Software Platform to Support Manufacturing Enterprises Using 3D CAD Data)

  • 권혁진;윤주성;오요셉;이주연;김보현
    • 한국CDE학회논문집
    • /
    • 제19권4호
    • /
    • pp.434-442
    • /
    • 2014
  • Most manufacturing enterprises create CAD data as a result of the product/part design process; however, the CAD data is being utilized only for production activities. Besides the processes directly related to manufacturing such as design and production, the CAD data is an important resource that can be used in variety of services (e.g., catalog production and production manuals) for manufacturing enterprises. This study proposes a software platform that can support a wide range of services for manufacturing companies in an efficient and productive way. The software platform was designed based on the functions identified by requirement analysis. The platform consists of four layers: data model layer to manage relevant data; library layer and common function layer to configure services; and application layer to install and run the software. Finally, this study evaluates the validity of the proposed platform architecture by applying it to the digital catalog system.

A Study on Standardization of IISS Software for Combat Interface Information Analysis of Naval Combat Management System

  • Cheol-Hoon Kim;Dong-Han Jung;Young-San Kim;Hyo-Jo Lee
    • 한국컴퓨터정보학회논문지
    • /
    • 제29권2호
    • /
    • pp.119-126
    • /
    • 2024
  • 정보저장 소프트웨어는 함정전투체계의 연동 분석을 위해 전투 관리체계의 전술 도메인 메시지를 분석 컴퓨터로 전달하는 기능을 수행하며, 전투 관리체계와 분석 컴퓨터 간의 중간 매개체 역할을 한다. 정보저장 소프트웨어는 전투 관리체계에서 사용하는 대부분의 메시지를 처리하기 때문에 소스 코드의 양이 상대적으로 많고, 연동 장비 및 메시지의 변경 사항에 의해 수정 사항이 빈번하게 발생한다. 이에 따라 개발 과정에서 추가적인 공수가 소요되게 되고, 결국 개발 비용의 증가로 이어지게 된다. 본 논문에서는 재사용성을 향상하기 위하여 정보저장 소프트웨어 구조에 대한 표준화에 관한 연구를 수행하였다. 휘처 모델을 통해 정보저장 소프트웨어의 구성 요소를 기능별로 나누어 수정 요소를 분리하고, 디자인 패턴을 적용하여 정보저장 소프트웨어의 구조를 개선하였다. 그로 인해 연동 장비와 메시지의 변화에도 정보저장 소프트웨어의 수정 사항을 최소화할 수 있게 되어 개발 비용의 절감 효과가 기대된다.

전력품질 감시 시스템 개발(2): 객체지향 방법론을 적용한 전력품질 분석 소프트웨어 설계 (Development of Power Quality Monitoring System(PQMS) : Object-Oriented Design for Power Quality Analysis Software)

  • 김영일;방순정;한진희;윤태욱
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2003년도 추계학술대회 논문집 전력기술부문
    • /
    • pp.131-133
    • /
    • 2003
  • In this papers, it will be introduced that power quality analysis software design including investigation of mutual relation between power quality data and mechanism for getting data from power quality database according as based on object-oriented methodology. The UML which is only a language and so is just part of a software development, may be used to visualize, specify, construct, and document the artifacts of software-intensive system.

  • PDF

H.264/AVC용 고속 인터모드 결정 방법 연구 (A Study on High Inter Mode Decision Method for H.264/AVC)

  • 박승상;성경훈;고정환;권철희
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2015년도 추계학술발표대회
    • /
    • pp.1494-1496
    • /
    • 2015
  • 본 논문에서 제안하는 움직임 모드 알고리즘은 움직임 추정 이전에 움직임 모드를 결정하여 기존의 모든 블록에 대해 움직임 추정하는 방식을 선택된 모드에 대해서만 움직임 추정을 진행한다. 다른 모드 결정 방법과 비교했을 때 PSNR은 비슷한 수준이었고 비트율은 적은 것을 실험을 통해 확인 하였다. 반면 다양한 영상의 인코딩 시간을 측정하여 다른 방법보다 평균 30% 시간을 줄일 수 있다.

컴포넌트 재사용을 늘리기 위한 전략 패턴의 활용 방법 (Strategies for Component reuse using Strategy Design Pattern)

  • 심준용;오정인;위성혁;김세환
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2012년도 춘계학술발표대회
    • /
    • pp.1194-1197
    • /
    • 2012
  • 디자인 패턴은 소프트웨어 설계 시 반복적으로 발생하는 문제를 해결하기 위한 방법을 기술한다. 특히, 객체지향 기술을 기반으로 하는 컴포넌트 설계 시 디자인 패턴을 활용함으로써 특정 설계 문제에 대한 해결책을 재사용할 수 있다. 좋은 객체 지향 설계는 재사용성, 확장성 및 유지보수성을 제공하는 것이며, 디자인 패턴은 좋은 설계에 필요한 구성 요소들의 관계 구조를 제시한다. 본 논문은 객체지향 기반의 컴포넌트 프레임워크 설계 시 프레임워크의 확장성과 구현 컴포넌트의 재사용성을 늘리기 위한 방안으로 디자인 패턴의 활용법을 제시한다. 특히, 알고리즘 재사용의 구조를 제시하는 전략 패턴과 처리 절차 재사용의 구조를 제시하는 템플릿 메서드 패턴의 구조를 비교하고, 분산 통신 컴포넌트 설계 시 전략 패턴의 적용 사례를 보여준다.

소프트웨어 R&D 추진 방향 소개

  • 김두현;전영표
    • 정보와 통신
    • /
    • 제31권1호
    • /
    • pp.41-44
    • /
    • 2013
  • 본고에서는 창조경제 실현의 핵심으로 부상한 SW(Software)의 주요국 R&D 프로그램 사례를 들어봄과 아울러, 미래창조과학부가 SW혁신전략(2013.10)의 일부로 마련한 SW R&D 프로그램인 SW기초연구센터, SW그랜드챌린지, GCS(Global Creative Software) 프로젝트 계획에 대하여 소개한다.