RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • CORBA 를 이용한 멀티에이전트 기반 원격 학습 프레임워크

        정목동(Mok Dong Chung) 한국정보처리학회 1999 정보처리학회논문지 Vol.6 No.11

        The most of intrusion detection methods do not detect intrusion on real-time because it takes a long time to analyze an auditing data for intrusions. To solve the problem, we are studying a real-time intrusion detection. Therefore, this paper proposes an agent model using multi warning level for real-time intrusion detection. It applies to distributed environment using an extensibility and communication mechanism among agents, supports a portability, an extensibility and a confidentiality of IDS.

      • KCI우수등재

        선언적 프로그램 명세의 자동 변환

        정목동(Mok Dong Chung),김영택(Yung Taek Kim) 한국정보과학회 1990 정보과학회논문지 Vol.17 No.2

        기존의 자동 프로그래밍 시스템은 주로 초고급 구조에만 중점을 두었기 때문에 초고급 언어에 익숙하지 못한 프로그래머가 이들 시스템의 명세 언어를 사용하여 프로그램할 때나, 혹은 전문 프로그래머라도 프로그램의 크기가 상대적으로 큰 프로그램을 작성할 경우에는 상당한 어려움을 겪는다. 이와 같은 어려움을 덜어주기 위해서 본 논문에서는 선언적 구문과 절차적 구문으로 구성된 KAPL이라고 부르는 명세 언어를 설계하고, 프로그래밍 지식을 이용하여 고수준의 자료 구조와 제어 구조를 저수준의 자료 구조와 제어 구조로 자동 변형하는 방법을 제시하는데, 특히 KAPL의 구문중 선언적 구문의 자동 변화에 관해서 논한다. 구현된 시스템의 KAPL 명세 언어에 의한 프로그래밍은 초고급 구조에 익숙한 전문 프로그래머 뿐만 아니라, 초고급 구조에 익숙하지 못한, 전문 지식이 부족한 프로그래머라도 프로그램할 수 있다는 특징이 있다. Nonprofessional programmers found it very difficult to program using very high level languages, because the existing automatic programming systems are mainly dependent on very high level constructs. Even professional programmers may find a lot of difficulties when they write a relatively long program in these languages A method is suggested for reducing such difficulties by programming with an automatic programming language, called KAPL, which consists of declarative and procedural constructs. In this paper, we describes an automatic transformation method from higher level data structure and control structure to lower level data structure and control structure using programming knowledge Especially, this paper centers on the transformation from the declarative program spedification. As a result, nonprofessional programmers, unfamiliar with very high level constructs, as well as professional programmers are able to program using KAPL.

      • KCI우수등재

        지식 기반 자동 프로그래밍 시스템 KAPS의 설계와 구현

        정목동(Mok Dong Chung),김영택(Young Taek Kim) 한국정보과학회 1988 정보과학회논문지 Vol.15 No.4

        자동 프로그래밍 시스템은 현재 인간이 하고 있는 프로그래밍 행위의 일부를 자동 프로그래밍 시스템이 대신 해주어서 인간에게 보다 편리한 프로그래밍 환경을 제공하는것을 그 목적으로 한다. 본 논문에서 설계하고 구현한 지식기반 자동 프로그래밍 시스템 KAPS는 입력으로 초고급언어에 해당하는 추상 알고리즘과 자료 형을 받아들여서 출력으로 C 프로그램을 생산해낸다. 운용방법은 지식공학기법과 프로그램 변형기법을 사용하며, KAPS 시스템의 제어구조는 프로그램 명세를 입력으로 받아서 지식 베이스로부터 적절한 규칙을 선택해서 이 명세를 변형한 다음 전체 데이타베이스에 넣는다. 이 과정을 최종적인 C 프로그램이 완성될때 까지 반복한다. 구현된 KAPS 시스템은 기존의 자동 프로그래밍 시스템에 비해서 전문 프로그래머 뿐만 아니라 비전문 프로그래머라도 보다 쉽게 프로그램할 수 있다는 장점이 있다. Automatic Programming system helps the programmer make his programming activity easy. and gives him a good programming environment. We design and implement a knowledge - based automatic programming system, KAPS, whose input is very high level language such as abstract algorithm and data type, and whose output is C program. The method of operation is based on knowledge engineering and program transformation technique. The control structure of KAPS accepts the program specification, transforms this specification according to the proper rules in the knowledge base, and stores the transformed program specification into the global database. KAPS repeats these procedures until the completion of the target C program When compared with that of other automatic programming systems, the advantage of KAPS is that nonprofessional programmer as well as professional programmer can program with ease using KAPS.

      • 지식 기반 자동 프로그래밍 시스템의 설계에 관한 연구

        정목동(Mok Dong Chung),김영택(Yung Taek Kim) 한국정보과학회 1987 한국정보과학회 학술발표논문집 Vol.14 No.1

        자동 프로그래밍 (Automatic Programming)은 인공 지능의 한 응용 분야이면서 소프트웨어 공학과 관련이 있는 분야이다. 자동 프로그래밍 시스템은 인간의 프로그래밍 과정의 일부를 도와주는 시스템을 말한다. 본 논문에서는 입력 명세로서 최고급 언어(Vary High Level Language)를 사용 하고, 운용 방법으로 지식 공학(Knowledge Engineering)과 프로그램 변형규칙(Program Transformation)을 반복 적용 하는 지식 기반 자동 프로그래밍 시스템(Knowledge Based Automatic Programming System)의 설계를 다룬다.

      • 개인학습용 전문가 시스템을 위한 지식 표현

        정목동(Mok-Dong Chung),신교선(Koe-Seun Shin) 한국정보과학회 1992 한국정보과학회 학술발표논문집 Vol.19 No.2

        본 논문에서는 상호주도 전략을 사용하며, 오버레이 모델과 버그 모델을 사용한 학생 모델을 통해서 효과적인 교육과정을 수행하는 UNIX교육을 위한 개인학습용 전문가 시스템을 제안한다. 제안된 시스템은 교육과정 뿐 아니라 교육 계획 수립과정에도 학생가 직접 참여할 수 있도록 하여서, 보다 상호주도적이면서 학습 성취도가 서로 다른 여러 사람들을 적절히 교육하는 것을 목표로 하고 있다. 지식은 프레임과 생성 규칙을 이용하여 표현한다. 현재 이 시스템은 UNIX의 명령어 중에서 12개를 대표적으로 선택하였으며, 이 중 2개의 명령어에 대해서 SPARC STATION의 SCLISP을 이용하여 구현 하고 있다.

      • 단일트랙 VLSI 어레이에서 의사결함처리요소를 이용한 제어논리 설계

        신동석(Dong-Suk Shin),정목동(Mok-Dong Chung),우종호(Chong-Ho Woo) 한국정보과학회 1996 정보과학회논문지 : 시스템 및 이론 Vol.23 No.11

        VLSI 어레이에서 결함허용은 제한된 여분하드웨어 자원을 이용하여 잠재적으로 결함을 갖는 물리어레이를 무결함의 논리어레이로 재구성하는 것이다. 본 논문에서는 N×N 어레이에 1행 1열, 즉 (2N+1)개의 여분처리요소와 단일트랙 스위치로 구성된 재구성 가능한 VLSI 어레이에서 재구성율을 향상시키기 위한 효율적인 방법을 제안하고 실시간 재구성을 위한 제어논리를 설계하였다. 단일트랙 스위치로 인한 재구성 능력의 제한을 완화시키고 주어진 자원을 보다 효율적으로 사용하기 위하여 의사결함처리요소의 개념을 제안하였다. 이 개념을 VLSI 어레이의 재구성에 적용한 결과 제안한 방법의 재구성율이 동일한 조건의 기존방법보다 우수함을 확인하였다. The fault-tolerance problem of VLSI arrays is to reconfigure a potentially faulty physical array with its fixed spare hardware resources into a fault-free logical array. This paper deals with the issue of developing efficient method to achieve a highly successful reconfiguration rate on the reconfigurable VLSI arrays, which consist of N×N array of nonspare PE's, single-row-column of spare PE's, and single track switches. We have designed control logic for real time reconfiguration. We have proposed the concept of pseudo faulty processing elements to alleviate the problem caused by the limitation of reconfiguration capability due to single track switches and to utilize the given resources much more efficiently. Applying this concept to reconfiguration of VLSI arrays, we have found that the proposed scheme achieves a higher reconfiguration rate than the previous method of similar condition.

      • Fuzzy Logic-based Context-Aware Access Control Model for the Cloud Computing Environment

        징스다,정목동,Jing, Si Da,Chung, Mok-Dong The Institute of Electronics and Information Engin 2011 電子工學會論文誌-CI (Computer and Information) Vol.41 No.2

        무선 환경에서의 인증 모델은 많은 보안 위험을 내포하고 있다. 그러나 이 분야에 일반적으로 사용되는 표준 기술이 존재하는 것이 아니어서 본 논문에서는 무선 인증 환경에서 보다 강화된 보안을 제시할 수 있는 퍼지 논리 기반의 인증 모델을 제시한다. 제안하는 모델을 위해서 퍼지 논리 기반의 분류 방법을 사용하고 적절한 판단을 위해서 개선된AHP 알고리즘과 사례 기반의 추론 방법을 추가적으로 사용한다. 개선된AHP 알고리즘을 사용해서 다양한 상황정보를 수치화하고, 제안된 인증 모델을 사용해서 입력 데이터에 대한 보안 등급을 계산한 다음, 다양한 환경의 상황정보를 가진 무선환경에 제안된 인증 모델을 안정적으로 사용할 수 있을 것이다. 향후에는 상황인식 연구를 클라우드 컴퓨팅 분야를 포함한 다양한 분야로 제안 모델을 확대하면 더욱 안전한 보안 환경을 기대할 수 있을 것이다. Authentication model in the wireless environment has many security vulnerabilities. However, there is no adapting standard method in this field. Therefore, we propose a fuzzy logic based authentication model to enhance the security level in the authentication environment. We use fuzzy logic based classification to construct our model, and also additionally utilize improved AHP and case-based reasoning for an appropriate decision making. We compute the context information by using the improved AHP method, use the proposed model to compute the security level for the input data, and securely apply the proposed model to the wireless environment which has diverse context information. We look forward to better security model including cloud computing by extending the proposed method in the future.

      • KCI등재
      • KCI우수등재

        C 컴파일러 구성을 위한 변형된 시맨틱스 분석에 관한 연구

        김영택(Yung Taek Kim),정목동(Mok Dong Chung) 한국정보과학회 1983 정보과학회논문지 Vol.10 No.2

        There are difficulties in the syntactic BNF description of the C programming language. This paper shows that these difficulties are overcomed in the semantic routine instead of syntactic routine. In the portable C Compiler, the compile time and the parsing space complexities are not so effective because dummy states cause single productions. To solve these problems, this paper suggests a modified semantic analysis for an efficient C compiler construction. C 프로그래밍 언어는 신택스 문법(syntax grammar)을 BNF로 표현하는데 어려운 점이 있는데, 본 논문에서는 신택스 루우틴(syntax routine)에서의 이러한 어려운 점을 시맨틱 루우틴(semantic routine)에서 해결할 수 있음을 보여주고 있다. 또한 Portable C 컴파일러에서는 dummy state로 인하여 single production 이 생기고 파싱 나무구조(parse tree)의 높이가 높아진다. 따라서 컴파일 시간이 많이 걸리고 기억장소를 크게 차지하는 문제점이 있다. 이를 해결하기 위하여 본 논문에서는 dummy state가 없는 C-신택스 문법에 대하여 컴파일 시간과 기억장소 면에서 효율적인 C 컴파일러 구성을 위한 변형된 시맨틱스 분석 방법을 제시하고 있다.

      • RFID 애플리케이션 개발을 위한 엔터프라이즈 애플리케이션 프레임워크와 비즈니스 프로세스 모델

        안규희(Kyu-hee An),정목동(Mok-dong Chung) 한국정보과학회 영남지부 2006 한국정보과학회 영남지부 학술발표논문집 Vol.14 No.1

        다양하고 복잡한 물류 환경을 지원하기 위해 다양한 비즈니스 솔루션이 생겨났다. 기업에서는 이러한 비즈니스 솔루션을 이용하고 있지만, 더 나은 물류 시스템 구축을 위해 RFID 환경과의 통합에 많은 관심을 가지게 되었다. 이러한 RFID 기반의 효율적인 엔터프라이즈 애플리케이션 개발을 위해서는 다양한 비즈니스 요구를 수용할 수 있는 개발 환경이 제공되어야 한다. 또한 성능 향상 및 확장성, 그리고 새로운 애플리케이션으로의 전환 및 레거시 시스템과의 연동을 고려한 표준 환경의 지원이 필요한다. 본 논문에서는 RFID 기반의 엔터프라이즈 애플리케이션 개발 환경을 위한 효율적인 Enterprise Application Framework(EAF)를 제안한다. 또한 여러 도메인의 물류 시스템을 고려하여 효율적으로 RFID 관련 비즈니스 프로세스를 개발할 수 있는 기능을 제공한다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼