RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • ldeograph를 이용한 구문 트리의 최적화에 관한 연구

        고광만(Kwang Man Ko),김상훈(sang Hoon Kim),오세만(Se Man Oh) 한국정보과학회 1993 한국정보과학회 학술발표논문집 Vol.20 No.2

        최적화란 비효율적인 코드를 구분해 내서 실행 속도 및 기억 공간의 효율성을 높여 주는 방법으로 컴파일러의 각 단계에서 수행된다. ldeograph[W&U89]는 입력 프로그램에 대한 제어 의존성(Control dependency)과 자료 의존성(Data dependency)에 관한 정보를 동시에 표현할 수 있어 코드 최적화 단계에서 효과적으로 이용될 수 있다. 구문 트리는 원시 프로그램을 효율적으로 표현할 수 있는 중간코드로 컴파일러 구현에 널리 사용되고 있다. 본 논문에서는 C 프로그램에 대한 구문 트리에 대해 제어 흐름 분석(Control flow analysis) 기법과 자료 흐름 분석(Data flow analysis) 기법을 이용하여 입력 프로그램에 대한 제어 의존성과 자료 의존성을 ldeograph에 동시에 표현한다. 구성된 ldeograph를 이용하여 전역 코드 최적화(Global code optimization)를 수행하여 최적화 된 구문 트리를 구성한다.

      • KCI등재

        사회적 지원, 일-가족 양립 정책 및 부부특성이 후속출산의도 및 기대자녀수에 미치는 경로탐색

        고광만 ( Kwang Man Ko ),김소아 ( So A Kim ) 한국가족관계학회 2014 한국가족관계학회지 Vol.18 No.4

        The purpose of this study was to examine the effect of social support, work-family enrichment policy, and marital relationship upon child-birth intention and expected number of children. Data were taken from the 2010 Panel Study of Korean Children of the Institute of Child Care and Education. The final sample of participants included 533 working mothers who had at least one child and clearly expressed their own attitude toward childbirth in the future. Structural equation modeling analysis showed that both social support and work- family enrichment policy affected marital relationship significantly, which also had a significant effect on expected number of children as well as child-birth intention. However, either social support or work-family enrichment policy was not a significant variable to predict child-birth intention and expected number of children. The implication of these findings was discussed.

      • KCI등재

        정규 표현식을 이용한 패턴 매칭 엔진 개발

        고광만(Kwang-Man Ko),박홍진(Hong-Jin Park) 한국콘텐츠학회 2008 한국콘텐츠학회논문지 Vol.8 No.2

        스트링 패턴 매칭 알고리즘은 특정 검색어, 키워드를 검색하는 속도에서는 우수성이 다양한 방법으로 입증되었지만 다양한 패턴에 대해서는 기존의 알고리즘으로는 한계를 가지고 있다. 본 논문에서는 정규표현식을 이용하여 특정 키워드를 포함하여 다양한 패턴의 검색어에 대해서도 효율적인 패턴 매칭을 수행하여 패턴 검색의 효율을 높이고자 한다. 이러한 연구는 기존의 단순한 키워드 매칭에 비해 각종 유해한 스트링 패턴을 효과적으로 검색할 수 있으며 스트링 패턴 매칭 속도에서도 기존의 알고리즘에 비해 우수성을 갖는다. 본 연구에서 제안한 LEX로부터 생성된 스트링 검색 엔진은 패턴 검색 속도에 대한 실험에서 패턴의 수가 1000개 이상인 경우에서는 BM&AC 알고리즘보다 효율적이지만 키워드 검색에서는 유사한 결과를 얻었다. In various manners, string pattern matching algorithm has been proven for prominence in speed of searching particular queries and keywords. Whereas, the existing algorithms are limited in terms of various pattern. In this paper, regular expression has been utilized to improve efficiency of pattern matching through efficient execution towards various pattern of queries including particular keywords. Such as this research would enable to search various harmful string pattern more efficiently, rather than matching simple keywords, which also implies excellent speed of string pattern matching compared to that of those existing algorism. In this research, the proposed string search engine generated from the LEX are more efficient than BM & AC algorithm for a string patterns search speed in cases of 1000 with more than patterns, but we have got similar results for the keywords pattern matching.

      • KCI등재

        최적화된 에너지 소비를 위한 코드 생성 기술

        고광만(Kwang-Man Ko),소경영(Kyoung-Young So) 한국콘텐츠학회 2008 한국콘텐츠학회논문지 Vol.8 No.12

        최근 임베디드 시스템의 폭넓은 보급은 응용 소프트웨어 개발과 더불어 임베디드 소프트웨어 개발 도구의 필요성 및 중요성이 강조되고 있으며 임베디드 소프트웨어를 위한 컴파일러의 개발을 동시에 요구하고 있다. 특히, 임베디드 프로세서를 탑재한 모바일 장치에서는 제한된 전력/에너지의 하드웨어적인 관리 못지않게 소프트웨어적인 관리 기술의 중요성이 강조되고 있다. 본 논문에서는 검증된 재목적 컴파일러 후단부 도구인 EXPRESS10N을 통해 최적화된 에너지 소비를 고려 한 MIPS 코드 생성 기술을 제안하였다. 이를 위해, 효율적인 MIPS 코드 생성을 위한 코드 생성 규칙을 기술하였으며 생성된 코드에 대한 다양한 성능분석 결과를 제시한다. Recently, together with a new advent of embedded processor developed to support specific application area, and it evolution, a new study of software development to support the embedded processor and its commercial use has been revitalized. Specially, In a mobile device that is built-in embedded processor, software management is as important as hardware management for the limited power/energy. In this paper, we suggest that the code generation technique considering the energy dissipation through the verified retargetable compiler backend tool, EXPRESSION. For this goals, we describes the efficient code generation patterns and showed the variable performance results

      • KCI등재

        문법-지시적 변환 기법을 이용한 ARM 코드 생성 시스템

        고광만(Kwang-Man Ko) 한국콘텐츠학회 2008 한국콘텐츠학회논문지 Vol.8 No.6

        ARM 프로세서는 다양한 임베디드 시스템에서 활용되고 있다. 또한 대부분의 ARM 프로세서는 C 프로그램을 입력으로 받아 GNU gcc 크로스 컴파일 방식을 사용하여 ARM 어셈블리 코드를 생성한다. 또한 생성된 목적코드의 질을 개선하고 효율적인 목적코드 생성하기 위한 다양한 연구가 진행되고 있다. 본 논문에서는 표준 C 프로그램으로부터 ARM 프로세서에 대한 목적코드를 문법-지시적 변환 기법을 이용하여 생성하며 성능평가 결과를 GNU gcc 크로스 컴파일 방식과 비교하여 제시한다. 본 연구에서 제시한 기법은 생성규칙을 확장하는 방법이 GNU gcc 크로스 컴파일러에 비해 간편하고 편리하다. ARM processors are being utilized in a variety of embedded systems. It is also that most ARM processor accepts C application, and then generates ARM assembly code using GNU gcc Cross-compiler. For the purpose of improving the quality of code generated and the efficient code generation, the various researches are underway. In this paper, we generates the ARM assembly code from the ANSI C programs using Syntax-directed Translation Techniques, and then the performance evaluation results for our research experimental compare to GNU gcc Cross-compiler are described. The techniques are presented in this research compared to GNU gcc cross-compiler very simple and convenient in extension of the production rules.

      • KCI등재

        소프트웨어-정의 네트워크에서 CNN 모델을 이용한 DDoS 공격 탐지 기술

        고광만(Kwang-Man Ko) 한국정보전자통신기술학회 2020 한국정보전자통신기술학회논문지 Vol.13 No.6

        소프트웨어 정의 네트워크가 확장성, 유연성, 네트워크상 프로그래밍이 가능한 특징으로 네트워크 관리에서 표준으로 자리잡아 가고 있지만 많은 장점에도 불구하고 하나의 컨트롤러에 대한 사이버 공격이 전체 네트워크를 영향을 주는 문제점을 가지고 있다. 특히, 컨트롤러에 대한 DDoS 공격이 대표적인 사례로서 다양한 공격 탐지 기술에 대한 연구가 진행되고 있다. 본 논문에서는 최초로 84개 DDoS 공격 Feature 데이터셋을 Kaggle에서 획득한 후 Permutation Feature Importance 알고리즘을 이용하여 상위 20의 중요도를 갖는 Feature를 선택하여 딥 러닝 기반의 CNN 모델에서 학습과 검증을 수행하였다. 이를 통해, 최적의 공격 탐지율을 갖는 상위 13개의 DDoS Feature 선택이 DDoS 공격 탐지율 96%을 유지하면서 적정한 공격 탐지 시간, 정확성 등에서 매우 우수한 결과를 제시하였다. Software Defined Networking (SDN) is setting the standard for the management of networks due to its scalability, flexibility and functionality to program the network. The Distributed Denial of Service (DDoS) attack is most widely used to attack the SDN controller to bring down the network. Different methodologies have been utilized to detect DDoS attack previously. In this paper, first the dataset is obtained by Kaggle with 84 features, and then according to the rank, the 20 highest rank features are selected using Permutation Importance Algorithm. Then, the datasets are trained and tested with Convolution Neural Network (CNN) classifier model by utilizing deep learning techniques. Our proposed solution has achieved the best results, which will allow the critical systems which need more security to adopt and take full advantage of the SDN paradigm without compromising their security.

      • KCI등재
      • KCI등재

        가상기계 탑재를 위한 재목적 어댑터 설계

        고광만(Kwang-Man Ko) 한국산업정보학회 2008 한국산업정보학회논문지 Vol.13 No.1

        본 논문에서 재목적 기술을 이용하여 임베디드 시스템상에 가상기계를 효과적으로 탑재할 수 있는 방법을 설계한다. 이를 위해 가상기계를 플랫폼 독립적인 요소와 플랫폼 의존적인 요소로 구분한 후 플랫폼 의존적인 부분을 재목적 기술을 적용하여 어댑터를 설계하고 구현하였으며 이를 증명할 수 있는 정형화된 방법을 제시하였다. In this paper, We have defined an effectual way to adapt the virtual machine into an embedded system, and mobile device platform using retargetable technology. For this technology, We classified platform dependent character, and platform independent character, then designed, and implemented the adapter by adopting platform dependent character to retargetable technology, which allows to express in a formal method.

      • KCI등재

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼