RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • Z80 micro Processor를 위한 Cross Assembler 설계에 관한 연구

        송후봉 崇田大學校 1985 論文集 Vol.15 No.1

        본 논문은 Program개발 도구로서 Z80 micro processor를 위한 cross assembler의 설계에 관한 방법과 구성에 관해 연구 한다. 이 cross assembler는 table-driven형으로 영구적인 data set에 의해 8bits 또는 16bits micro processor의 원시 code를 object code로 번역하는 2 pass assembler이다.

      • Cross-Assembler 정의를 위한 XMETA System의 연구

        송후봉 崇實大學校 1987 論文集 Vol.17 No.-

        본 연구는 XMETA System에 의한 cross-assembler의 개발 방법을 연구한 것으로 assembly 언어의 Semantics를 PASCAL과 같은 고급언어로 정의한 기법이다. XMETA는 IEEE-micro assembly 언어 표준구문 superset을 적용한다. 본 논문은 system의 구조와 사용 방법을 설명하고 장점과 단점이 타 system과 비교 분석 되었다.

      • Windows Environment에서의 CAI Authoring System 설계

        문현주,송후봉 崇實大學校 生産技術硏究所 1994 論文集 Vol.24 No.-

        Authoring systems are powerful tool to develop Computer-Assisted Instruction(CAI) programs. It is possible to author CAI programs easily for non-expert who don't have any knowledges of programming language, as compared with other authoring tools. The study of authoring system has been studied in America, Japan, France, and so on since 1960, but in Korea it is the way to begin. This thesis investigates the conventional authoring systems, and designs a new authoring system based on the Windows environment. This system provides us with the simplicity of use and the compatibility based on the unified user interface environment.

      • 원가계산의 PROGRAM PACKAGE 개발연구

        이철희,송후봉 崇田大學校 1977 論文集 Vol.7 No.1

        During the 2nd 3rd Five-year Economic Development Plan, the economy of Korea has developed drastically; especially, development of electronic products made marked headway. In addition, production of electronic parts occupiesan important position as a strategic industry during the period of the 4th Five-yeay Economic Development Plan. However, the international economy has been stagnant since the oil crisis and the slump continues. And The competition in the international economic society toadegree we have never experienced has become sharper and sharper day by day. In order to cope with this competition, the cost reduction based on reasonable cost administration is an important task we must solve along with among other business trategies. This study, therefore, is aimed at developing a rapid method to meet cost competition by adopting management based on rapid and exact cost information, using computers instead of the maual work which most electronic companies have practiced. until now. This method will lead to a program package system which we can utilize broadly.

      • KCI우수등재

        구문지향편집기에서의 점진적 파싱 알고리즘

        송후봉(Hoo Bong Song),유재우(Chae Woo Yoo) 한국정보과학회 1991 정보과학회논문지 Vol.18 No.4

        점진적 파싱개념과 그 알고리즘이 1978년 처음으로 소개되면서 대화식 프로그래밍 환경에서 중요시되고있는 구문지향 편집기에 대하여 연구가 활발히 진행되었다. 본 논문은 기존의 잘알려진 점진적 파싱 방법을 분석한 후, 보통의 파싱표와 달리 입력기호로서 터미날뿐 아니라 넌터미날 까지도 허용하는 확장형 파싱표를 이용하는 새로운 점진적 파싱 알고리즘을 제안한다. 확장형 파싱표를 계산하는 방법과 이를 이용하는 새로운 알고리즘이 점진적 파싱과정을 최소화 할 수 있고 다른 알고리즘에 비하여 매우 효율적임을 여러 가지 예와 실험을 통하여 입증한다. A. Celentano has introduced an incremental parsing concept and incremental parsing algorithms in 1978, which are very useful for constructing syntax-directed editors. This paper introduces an extended-LR parsing tables and their applying to our new incremental parsing algorithm. The extended-LR parsing tables are defined and computed by extending conventional LR parsing tables so that the parser can accept nonterminal symbols as well as terminals for the input, while most previous incremental parsers have used conventional LR tables. Using these extended parsing tables, we show that the parsing steps can be reduced to the minimal parsing steps and that new incremental parsing algorithm is much efficient than the other results in space and time.

      • KCI등재
      • 점진적-LR 파서 생성기

        송후봉,유재우,김상헌 崇實大學校 生産技術硏究所 1993 論文集 Vol.23 No.-

        Recent efforts on syntax-directed programming systems have shown the incremental parsing technique is basic and essential part of the system. We extended a conventional LR Parsing table to accept nonterminal symbols as well as terminal symbols, and also to accept incomplete sentences as input string. We use a parse tree to store the parse sequence and to retrieve previous parse sequence. With the extended parsing table and incremental parser driver, we can generate an efficient incremental parser automatically.

      • 병행 프로그램 디버깅을 위한 결정적 재실행 시스템

        송후봉(Hoo-Bong Song),유재우(Chae-Woo Yoo),백의현(Eui-Hyun Paik) 한국정보과학회 1997 정보과학회논문지(B) Vol.24 No.2

        병행 프로그램에서 생성되는 프로세스에는 비결정성이 존재하여 동일한 입력에 대해서 반복 실행할 경우에 항상 같은 실행 순서 및 결과가 보장되지 않는다. 이러한 비결정성은 일반적인 디버깅 방법의 기본 개념인 오류의 재현을 힘들게 만든다. 따라서 프로그램의 재실행성을 보장하는 것이 병행 프로그램 디버깅의 가장 중요한 요소이다. 본 논문은 병행 프로세스의 비결정적 실행을 유발하는 사건의 기록만을 이용하여 프로그램의 실행을 재현함으로 오류의 재현을 보장하는 결정적 재실행 방법을 제안하였다. 이 방법을 기반으로 병행 처리 기능을 지원하고 병행 처리 사건의 실행 순서를 기록하는 모니터링 시스템과 기록된 사건 이력과 입력 데이타를 이용하여 원시 실행의 재현을 보장하는 결정적 재실행 시스템을 개발하였다. Since the interactions among processes of a concurrent program are nondeterministic, the same program behaviors and results are not secured on the repeated runs even with the identical input data. This non-reproducibility rules out the reproduction of an error which is the cornerstone of conventional debugging techniques. So, guarnateeing reproducibility is major issues in the concurrent program debugging. This paper suggests a deterministic replay mechanism which replays the execution order of concurrent program with the event records causing nondeterministic behaviors of concurrent processes. This mechanism guarantees the reproduction of its errors. Based on this approach, an event monitoring system has been developed to support cuncurrent features and to record the execution order of concurrent events. Also a deterministic replay system has been developed to ensure the reproduction of the original execution using a recorded event history file and input data.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼