RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI우수등재

        컴퓨터 교육용 프로그래밍 언어 CELL의 설계에 관한 연구

        원유헌(Yoo Hun Won),이태욱(Tae Wuk Lee),김명렬(Myong Lyoul Kim) 한국정보과학회 1989 정보과학회논문지 Vol.16 No.4

        CELL 언어는 마이크로 컴퓨터를 사용하는 학생을 위한 고급 범용 프로그래밍 언어이다. CELL 언어는 절차지향 언어의 부 프로그램 구조와 논리형 언어의 추론 기구를 포함시켰으며 객체지향 언어의 오브젝트/메시지 전달기법을 가미하여 우리말식 프로그래밍이 가능케 하였다. 이 언어는 구문이 간결하의 학생들이 쉽게 배울 수 있을 뿐만 아니라 학생들의 창의력을 계발시킬 수 있는 컴퓨터 교육용 프로그래밍 언어이다. CELL (Computer Educational Little Language) is a high-level general purpose programming language for pupils using personal computers. The subprogram structure of procedure-oriented language, inference mechanism of logic language and object/message sending method of OOPL are combined in this language. They may program in the style of Korean language by using CELL. Moreover this language may be learned easily for its concise syntax and it may help pupils to develop their creativity.

      • 객체 중심 언어에서의 소프트웨어 구성요소 공유 기법

        원유헌(Yoo-Hun Won),이기철(Gee-Chull Lee),곽호영(Ho-Young Kwak),양승의(Seung-Eul Yang) 한국정보과학회 1990 한국정보과학회 학술발표논문집 Vol.17 No.1

        객체 중심 언어에서는 소프트웨어 구성요소들을 확장시키고, 재사용 가능하도록 하며, 적용성이 좋도록 하는 기능들을 채택하고 있다. genericity와 inheritance, delegation이 이러한 기법들을 대표하고 있는데, 본 논문에서는 이 3가지 기법들에 대하여 각각의 특성을 살펴보고 비교하여 본다. 그러므로써, 새로운 객체 중심 언어를 설계하는데 있어 이들 공유 기법들을 보다 효율적으로 이용할 수 있도록 하고자 한다.

      • KCI우수등재

        LR(K) PARSER의 STATE數를 줄이기 위한 알고리즘

        원유헌(Yoo-Hun Won),황종선(Chong-Sun Hwang) 한국정보과학회 1985 정보과학회논문지 Vol.12 No.3

        An algorithm for reducing the size of the LR (k) parsing table and the computation time of the parser construction, called the "Union Scheme" is suggested in this paper. The resulting parser for ZED language in this algorithm reduce the number of LR (1) parser states to 60% and reduce computation time to 20%, in direct comparision with the LR (k) parser of Knuth. This parser construction technique is able to cover all of the LR (k) grammars of Knuth. 본 논문에서는 Knuth의 LR(k) 파싱표의 크기와 파싱표 작성시 요구되는 계산 간을 줄이는 알고리즘을 제시하고 Union Scheme이라 칭하였다. 이 Union Scheme과 Knuth방법에 따른 parser generating system을 실제 구현하여 ZED 언어에 실험하여 본 결과 state수는 60%로 줄고 계산시간은 20%로 줄었다. 그리고 모든 Knuth의 LR(k) grammar에 대해서 이 Union Scheme방법으로 parser를 구성할 수 있다.

      • KCI우수등재

        한글 자료 처리를 위한 기존 언어 확장 방법

        원유헌(Yoo Hun Won),하수철(Soo Cheol Ha) 한국정보과학회 1990 정보과학회논문지 Vol.17 No.4

        프로그래머가 한글 자료를 처리할 때에 기존 프로그래밍 언어에서는 부프로그램을 호출하는 등의 부수적인 방법을 요구할 뿐만 아니라, 컴퓨터에 따라 한글에 대한 언어 사용 환경이 달라 한글 자료 처리 연산이 매우 불편한 실정이다. 따라서 본 논문에서는 이러한 프로그래밍 언어에서의 한글 사용 환경을 개선하여 효율적으로 이용할 수 있는 방법으로 기존 고급 언어에서 한글 자료형을 기존 자료형과 동일한 개념으로 확장하는 방안을 몇 가지 주요 언어 중심으로 제안한다. 또한, COBOL 언어의 확장은 한글 처리가 가능한 Report Writer 까지 포함시켰으며, 이 확장된 COBOL 언어를 UNIX 시스템에서 프리프로세서 기법으로 실제 구현하여 그 효율성을 보인다. When a programmer manipulates Hangul data (i.e., Korean strings), the operations to Hangul are felt uncomfortable because those require the additional methods which invoke subprograms in the existing programming languages. In addition the programming environments for using Hangul are different according to the computers being used. This paper suggests the methods which can enhance the environments for using Hangul data and utilize it effectively. This idea expands the existing major high-level languages for the purpose of treating the Hangul data types as the underlying built-in data types. Also, COBOL extension includes the Report Writer which can process Hangul data. It is implemented on UNIX system using preprocessor technique and its efficiency is shown in the case study.

      • 소프트웨어 RAID 파일 시스템에 작은 쓰기와 참조 횟수를 고려한 캐쉬 교체 정책

        김종훈,노삼혁,원유헌,Kim, Jong-Hoon,Noh, Sam-Hyuk,Won, Yoo-Hun 한국정보처리학회 1997 정보처리논문지 Vol.4 No.11

        본 논문에서는 소프트웨어 RAID 파일 시스템에서 효율적인 캐쉬 교체 정책들을 제안한다. 그리고 이와 기존의 캐쉬 교체 정책을 소프트웨어 RAID 파일 시스템에 적용한 정책들과의 성능을 다양한 환경에서 비교한다. 실험을 통해 우선 소프트웨어 RAID 파일 시스템에서 작은 쓰기 동작은 성능을 크게 저하시키는 요소임을 확인한다. 이러한 작은 쓰기 동작을 줄이는 캐쉬 교체 정책들을 제안한다. 이러한 교체 정책들에 대한 성능 비교는 트레이스 기반 시뮬레이션에 의해 수행된다. 실험 결과를 통해 본 논문에서 제안한 교체 정책들이 기존의 정책들 비해 효율적인 성능을 나타냄을 확인한다. In this paper, we present efficient cache replacement policies for the software RAID file system. The performance of this policies is compared to two other policies previously proposed for conventional file systems and adapted for the software RAID file system. As in hardware RAID systems, we found small-writes to be the performance bottleneck in software RAID file systems. To tackle this small-write problem, we propose cache replacement policies. Using trace driven simulations we show that the proposed policies improve performance in the aspect of the average response time and the average system busy time.

      • 주문형 비디오 시스템에서 클라이언트 버퍼를 활용한 요구 스케쥴링 기법

        한금희,김종훈,원유헌,Han, Kum-Hee,Kim, Jong-Hoon,Won, Yoo-Hun 한국정보처리학회 2000 정보처리논문지 Vol.7 No.2

        주문형 비디오 시스템에서 요구 시케쥴링이란 시스템의 효율을 높이고, 한번의 디스크 검색으로 여러 사용자들의 요구를 만족시키기 위한 방법이다. 본 논문에서는 클라이언트 버퍼를 활용함으로 서버의 디스크 I/O와 버퍼 소비를 줄이는 Stream Relay Scheme(SRS)를 제안하였다. 본 논문에서 제안한 SRS 기법은 모든 서비스를 서버가 처리하는 것이 아니라 해당 비디오를 저장하고 있는 클라이언트로 하여금 전송하도록 함으로써 시청자들의 초기지연시간을 단축시키고 서버의 처리량을 증가시키는 기법이다. 또한 SRS에 비칭 기법을 통합한 SRS-BAT 기법도 소개하였다. 이 논문에서 제안한 기법과 기존의 기법의 성능을 시뮬레이션으로 비교$\cdot$실험한 결과 제안한 기법이 요구당 초기 지연시간과 서버의 처리량에 있어서 효율적인 성능을 나타내었다. In a Vod(video0on-demand) system, a scheduling strategy is designed to increase the system efficiency and to eatisfy the isochronous requirements of showing a video to multiple viewers with one disk access. In this paper, we have proposed the Stream Relay Scheme (SRS) which utilizes the client's buffer space to reduce the server's disk I/O, buffer consumption, and stream capacity. Under the SRS which we have proposed in this paper, the server does not service all the requests directly but forwards the new request selectively to the client who is being served currently in order to reduce the initial latency and increase the system throughput. The SRS-BAT which integrated the SRS with the Batching technique is introduced. The results of the simulated experiments which compared the SRS with the conventional technique have shown the noticeable performance improvements in terms of initial latency and the server throughput.

      • KCI등재
      • KCI등재

        이종 사설망간에 VoIP 미디어의 도·감청 보안 강화를 위한 암호화 기법 설계

        오형준(Hyung-Jun Oh),원유헌(Yoo-Hun Won) 한국컴퓨터정보학회 2012 韓國컴퓨터情報學會論文誌 Vol.17 No.3

        기존의 IP 망을 이용하여 음성 데이터 서비스를 제공하는 VoIP는 최근 많은 관심을 받고 있다. VoIP 서비스는 다양한 보안 취약성을 포함한다. VoIP 서비스의 주요 공격 유형으로는 도 감청, DoS 공격, 스팸, 서비스 오용 공격 등을 들 수 있다. 이 중에서 도 감청으로 인한 기밀 정보의 유출은 매우 중요한 문제로 다루어지고 있다. VoIP 미디어 정보에 대한 도 감청 방지를 위해 SRTP나 ZRTP와 같은 암호화 기법이 주로 사용되고 있다. 일반적으로 VoIP 서비스는 단일 사설망 내에서의 운용과 서로 다른 사설망간의 운용으로 구분할 수 있는데, SRTP나 ZRTP는 단일 사설망 내에서의 통신 시에는 VoIP 미디어 정보를 암호화 한다. 그러나 두 가지 방법 모두 서로 다른 사설망간의 통신 시에는 암호화를 수행하지 못하는 문제를 가지고 있다. 이러한 문제를 해결하기 위해 본 논문에서는 기존의 SRTP 프로토콜의 일부를 수정하여 서로 다른 사설망간의 통신 시에도 VoIP 미디어 정보에 대한 암호화를 수행할 수 있는 암호화 기법을 제안한다. VoIP provides voice data service using existing IP networks and has received much attention recently. VoIP service has a variety of security vulnerabilities. Types of main attacks on VoIP service are tapping/interception, DoS attacks, spam, misuse of service attacks and the like. Of these, confidential information leak because of tapping/interception has been considered as a critical problem. Encryption techniques, such as SRTP and ZRTP, are mostly used to prevent tap and intercept on VoIP media information. In general, VoIP service has two service scenarios. First, VoIP service operates within a single private network. Second, VoIP service operates between different private networks. Both SRTP and ZRTP for VoIP media information within a single private network can perform encryption. But they can not perform encryption between different private networks. In order to solve this problem, in this paper, we modify SRTP protocol. And then, we propose an encryption method that can perform encryption of VoIP media information between the different private networks.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼