RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
        • 학술지명
        • 주제분류
        • 발행연도
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 후위 처리기 재정의를 이용한 교차 컴파일러의 개발

        夫起東,權六春 慶一大學校 1996 論文集 Vol.13 No.2

        This paper proposes a new way to make C-language cross-compiler on the existing operating system. For this purpose, this research uses the existing front-end processor, but it redefines back-end processor. Using GNU compiler, this research presents a cross compiler system for ETRI ES-C2340 DSP2 and demonstrates its applications.

      • GNU 컴파일러를 이용한 ES-C2340 DSP2용 C 교차 컴파일러의 개발

        이시영,권육춘,유하영,한기천,김승호,Lee, Si-Yeong,Gwon, Yuk-Chun,Yu, Ha-Yeong,Han, Gi-Cheon,Kim, Seung-Ho 한국정보처리학회 1997 정보처리학회논문지 Vol.5 No.1

        본 논문에서는 GNU 컴파일러를 이용하여 ES-C2340 DSP2 프로세서를 위한 C 교차 컴파일러를 개발한다. 신속하고 효율적인 컴파일러의 개발을 위해 언어 의존적인 프 론트 앤드(front-end)의 일부는 GNU 컴파일러를 사용하고, 프로세서 의존적인 백 앤 드(back-end)부분은 새로이 작성하여 결합하는 접근 방법을 사용한다. 이러한 접근 방법은 첫째, 프론트 앤드 부분에서 잘 검증된 GNU 컴파일러의 뛰어난 최적화 기법과 다중 언어 지원성을 사용하므로 컴파일러의 효율성과 범용성이 보장되고, 둘째, 하드 웨어 의존적인 부분의 구현에만 집중함으로써 개발 기간이 단축되며, 셋째 개발 시간 의 단축으로 인해 프로세서의 개발시에 논리 검증 도구로 고급 언어를 사용할 수 있 게 한다. 그리고 본 논문에서는 교차 컴파일러를 지원하기 위하여 텍스트 수준의 선 링커(pre-linker)도 구현한다. In this paper, we describe the implementation of C cross-compiler for the ES-C2340 DSP2 processor by using the GNU compiler. For the rapid and efficient developing of the compiler and other parts like the processor-dependent back -end which is implemented newly to build the compiler. This approach has several advantages. First, as we use GNU compiler's well-proved excellent optimization method and multi-language support capability, we can improve he efficiency and generality of the compiler. Second, as we concentrate on the high-level language as logic approving tool in processor developing process. And to support the cross-compiler, we also implement a text-level pre-linker.

      • 의미적 구조적 지식에 기반한 확장된 질의 최적화의 구현

        李두漢,權六春,夫起東 慶一大學校 1998 論文集 Vol.15 No.1

        In this paper, we implement the method that transforms equivalent optimized queries by using semantic knowledge. Also we implement the mechanism which transforms simple query into general SQL query. To transform and optimize simple query, we use semantic and structural knowledge. Semantic knowledge includes semantic integrity constraints and domain integrity constraints. Structural knowledge represents physical relationship between relations. We verify that the method optimize simple query through experiment.

      • 게임트리 검색에서 변화량 추적에 의한 사이클 검출 기법

        朴鉉秀,李두漢,權六春,全日秀 慶一大學校 1998 論文集 Vol.15 No.1

        In this paper, we represents the method that effectively detects and eliminates the cycles on a tree space that generated during a game tree searching. Also we implement a procedure that manage moves and sequences dynamically based on object-oriented methodology. The purposed method is designed to detect effectively with consistent procedure independent of the generated form and type. Also the method traces the variation drived by moves and dectects cycles with it. Therefore we detect with a little temporal cost. And through experiments, we verify the reasonability of the method.

      • 컴퓨터 바둑에서 상태재현 회피에 의한 탐색공간 간소화 기법

        夫起東,李도漢,權六春,朴鉉秀 慶一大學校 1997 論文集 Vol.14 No.2

        In this paper, we implement a methodology that searches a complete game tree to solve the problem caused by inaccuracy of a heuristic function used in the MIN/MAX algorithm. The methodology is based on the idea searching all possible paths from one root to all terminal nodes. The devised pruning method is constructed by noticing the fact that the frequent reappearances of the same status are occured in various sequences during the processing of the Life and Death problem of Go. When this algorithm detects reappearance of the same status, it links the child of current node with the already examined one. Consequently searching cost can be reduced by the linking process. Finally, generated solution tree is expanded to acyclic directed graph by the sharing method. Experimental result shows that the proposed methodology reduces the temporal and spatial traversing cost of the AND/OR game tree. And we apply the methodology to the status evaluating problem, a major problem of Go, because the problem must reflects the clear estimation of strings status on a board.

      • GNU 컴파일러를 이용한 ES-C2340 DSP2용 C 교차 컴파일러의 개발

        김승호(Kim Sung Ho),이시영(Lee Si Young),권육춘(Kwon Yoock Choon),유하영(Yoo Hah Young),한기천(Han Ki Cheon) 한국정보처리학회 1997 정보처리학회논문지 Vol.4 No.1

        In this paper, we describe the implementation of the C cross-compiler for the ES-C2340 DSP2 processor by using the GNU compiler. For the rapid and efficient developing of the compiler, we use the approach that combines some parts of the language-dependent front-end of the GNU compiler and other parts like the processor-dependent back-end which is implemented newly to build the compiler. This approach has several advantages. First, as we use GNU compiler''s well-proved excellent optimization method and multi-language support capability, we can improve the efficiency and generality of the compiler. Second, as we concentrate on the developing of processor-dependent part, it shorten the compiler developing time, third, with that, we can use high-level language as logic approving tool in processor developing process. And to support the cross-compiler, we also implement a text-level pre-linker.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼