RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI우수등재

      재사용 가능한 소프트웨어 부품의 검색 및 이해 = Retrieval and Understanding of Reusable Software Components

      한글로보기

      https://www.riss.kr/link?id=A82292439

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      소프트웨어 생산성과 품질을 개선하기 위한 방안으로 소프트웨어 재사용에 관심이 모아지고 있다. 소프트웨어 부품 라이브러리를 재사용하기 위해서는 재사용 가능한 소프트웨어 부품을 수집, 분류하여 저장하고, 검색하여 이해할 수 있도록 효율적으로 표현할 수 있어야 한다. 본 논문에서는 재사용 가능한 소프트웨어 부품을 분류하여 저장하고, 검색하여 이해할 수 있도록 표현하는 방법을 제안하고, 재사용 라이브러리 시스템을 설계하여 구현하였다. 부품 분류는 열거형 분류와 패싯 분류를 이용한 혼합형 분류 방식을 사용하였으며, 부품의 검색을 위하여 벡터 모델에 의한 질의를 사용하는 방법, 유사한 부품을 검색할 수 있도록 가중치에 의한 방법, 그리고 사용자가 찾고자 하는 부품을 직접 탐색하여 선택할 수 있도록 브라우징에 의한 방법을 사용하였다. 또한 검색한 부품을 사용자가 이해할 수 있도록 부품의 정보 구조, 원시 코드, 문서화 및 예제 프로그램의 실행 과정을 표현하였다.
      번역하기

      소프트웨어 생산성과 품질을 개선하기 위한 방안으로 소프트웨어 재사용에 관심이 모아지고 있다. 소프트웨어 부품 라이브러리를 재사용하기 위해서는 재사용 가능한 소프트웨어 부품을 ...

      소프트웨어 생산성과 품질을 개선하기 위한 방안으로 소프트웨어 재사용에 관심이 모아지고 있다. 소프트웨어 부품 라이브러리를 재사용하기 위해서는 재사용 가능한 소프트웨어 부품을 수집, 분류하여 저장하고, 검색하여 이해할 수 있도록 효율적으로 표현할 수 있어야 한다. 본 논문에서는 재사용 가능한 소프트웨어 부품을 분류하여 저장하고, 검색하여 이해할 수 있도록 표현하는 방법을 제안하고, 재사용 라이브러리 시스템을 설계하여 구현하였다. 부품 분류는 열거형 분류와 패싯 분류를 이용한 혼합형 분류 방식을 사용하였으며, 부품의 검색을 위하여 벡터 모델에 의한 질의를 사용하는 방법, 유사한 부품을 검색할 수 있도록 가중치에 의한 방법, 그리고 사용자가 찾고자 하는 부품을 직접 탐색하여 선택할 수 있도록 브라우징에 의한 방법을 사용하였다. 또한 검색한 부품을 사용자가 이해할 수 있도록 부품의 정보 구조, 원시 코드, 문서화 및 예제 프로그램의 실행 과정을 표현하였다.

      더보기

      다국어 초록 (Multilingual Abstract)

      Recently, there has been increasing interest in software reuse as a way to improve software quality and productivity. One of the essential problems for reusing libraries of software components is to represent reusable software components so that users may collect, classify, store, retrieve, and understand them. This paper designs and implements Reuse Library Systems in which to represent the components so that the users may classify, store in library, and understand them after retrieving according to users' need. To classify the components, this paper adopts a hybrid classification scheme using both enumerative and faceted classification scheme. The following three methods for retrieving components were employed: a method using query language by means of vector model, a method assigning weights for retrieving similar components, and a method of browsing which provides the user with the opportunity to search directly and select what he/she wants to find Furthermore, in order to help the users understand the components retrieved, we described the information structure of components, source codes, documentation, and execution processes of example programs.
      번역하기

      Recently, there has been increasing interest in software reuse as a way to improve software quality and productivity. One of the essential problems for reusing libraries of software components is to represent reusable software components so that users...

      Recently, there has been increasing interest in software reuse as a way to improve software quality and productivity. One of the essential problems for reusing libraries of software components is to represent reusable software components so that users may collect, classify, store, retrieve, and understand them. This paper designs and implements Reuse Library Systems in which to represent the components so that the users may classify, store in library, and understand them after retrieving according to users' need. To classify the components, this paper adopts a hybrid classification scheme using both enumerative and faceted classification scheme. The following three methods for retrieving components were employed: a method using query language by means of vector model, a method assigning weights for retrieving similar components, and a method of browsing which provides the user with the opportunity to search directly and select what he/she wants to find Furthermore, in order to help the users understand the components retrieved, we described the information structure of components, source codes, documentation, and execution processes of example programs.

      더보기

      목차 (Table of Contents)

      • 요약
      • ABSTRACT
      • 1. 서론
      • 2. 관련 연구
      • 3. 소프트웨어 부품의 분류와 검색 방법
      • 요약
      • ABSTRACT
      • 1. 서론
      • 2. 관련 연구
      • 3. 소프트웨어 부품의 분류와 검색 방법
      • 4. 시스템의 설계 및 구현
      • 5. 시스템의 평가
      • 6. 결론 및 연구 방향
      • 참고문헌
      • 저자소개
      더보기

      동일학술지(권/호) 다른 논문

      동일학술지 더보기

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼