RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

        적응적 병렬 검색을 지원하는 스트리밍 XML 파서

        이규희,한상수,Lee, Kyu-Hee,Han, Sang-Soo 한국정보통신학회 2013 한국정보통신학회논문지 Vol.17 No.8

        XML은 SOAP(Simple Object Access Protocol)와 REST(Representational State Transfer) 같은 웹서비스들을 위해 널리 사용되며 데이터를 표현하기 위한 사실상의 표준이다. DOM(Document Object Model)을 사용하는 XML 파서는 DOM 트리로 생성하여 메모리에 저장하는 전처리가 요구되기 때문에, 제한적 자원을 갖는 임베디드 시스템들은 일반적으로 전처리를 요구하지 않는 스트리밍 XML 파서를 채택하여 사용하고 있다. 본 논문에서는 FPGA(Field Programmable Gate Array)에서 적응적 병렬 검색을 사용하는 스트리밍 XML 파서를 위한 새로운 구조를 제안한다. 제안된 APSearch(Adaptive Parallel Search) 파서는 이전 연구들과 비교하여 소프트웨어의 오버헤드를 상당 수 감소시켰으며 XML 파싱을 위한 처리 시간이 약 2.55배와 2.96배 향상되었다. 따라서, 제안된 APSearch 파서는 XML 파싱을 가속화하기 위한 시스템들에 적합한 구조이다. An XML is widely used for web services, such as SOAP(Simple Object Access Protocol) and REST (Representational State Transfer), and also de facto standard for representing data. Since the XML parser using DOM(Document Object Model) requires a preprocessing task creating a DOM-tree, and then storing it into memory, embedded systems with limited resources typically employ a streaming XML parser without preprocessing. In this paper, we propose a new architecture for the streaming XML parser using an APSearch(Adaptive Parallel Search) on FPGA(Field Programmable Gate Array). Compared to other approaches, the proposed APSearch parser dramatically reduces overhead on the software side and achieves about 2.55 and 2.96 times improvement in the time needed for an XML parsing. Therefore, our APSearch parser is suitable for systems to speed up XML parsing.

      • KCI등재

        클러스터를 이용한 고성능 RC4 암호화 하드웨어 설계

        이규희,Lee, Kyu-Hee 한국정보통신학회 2019 한국정보통신학회논문지 Vol.23 No.7

        RC4 스트림 암호화는 내부 구현이 간단하고 빠르게 암호화 할 수 있는 초경량 암호화 알고리즘으로 IEEE 802.11의 WEP와 IEEE 802.11i의 TKIP 등에 널리 이용되고 있다. RC4는 IoT 등의 제한적 자원을 갖는 시스템들에도 사용되지만 성능상 제약이 있다. RC4 암호화는 S-배열과 K-배열의 초기화 및 랜덤화를 수행하는 KSA(Key Scheduling Algorithm)와 랜덤화된 S-배열을 이용하여 암호문을 생성하는 PRGA(Pseudo-Random Generation Algorithm)의 두 단계로 구성된다. 본 논문에서는 KSA에서 발생하는 초기화 지연시간을 줄이기 위해, 랜덤화 과정에 초기화를 삽입하여 함께 처리한다. KSA의 랜덤화에서 교환(swap) 작업과 PRGA의 암호문 생성은 클러스터를 이용하여 매 클록마다 두 개의 교환 및 암호문이 생성되도록 하였다. 제안된 RC4 암호화 하드웨어 구조는 초기화 지연시간이 발생하지 않으며, 랜덤화와 키 스트림 생성율에서 다른 연구들과 비교하여 약 2배에서 6배의 성능이 향상되었다. A RC4 stream cipher is widely used for security applications such as IEEE 802.11 WEP, IEEE 802.11i TKIP and so on, because it can be simply implemented to dedicated circuits and achieve a high-speed encryption. RC4 is also used for systems with limited resources like IoT, but there are performance limitations. RC4 consists of two stages, KSA and PRGA. KSA performs initialization and randomization of S-box and K-box and PRGA produces cipher texts using the randomized S-box. In this paper, we initialize the S-box and K-box in the randomization of the KSA stage to reduce the initialization delay. In the randomization, we use clusters to process swap operation between elements of S-box in parallel and can generate two cipher texts per clock. The proposed RC4 cipher hardware can initialize S-box and K-box without any delay and achieves about 2 times to 6 times improvement in KSA randomization and key stream generation.

      • KCI등재

        실패 전이를 갖는 트리를 이용한 스트리밍 XML 하드웨어 파서

        이규희,한상수,Lee, Kyu-Hee,Han, Sang-Soo 한국정보통신학회 2013 한국정보통신학회논문지 Vol.17 No.10

        웹서비스들은 데이터를 표현하기 위해 XML을 채택하고 있으며, 데이터의 사용을 위해 XML 파서가 필요하다. XML 파서에서 DOM(Document Object Model)은 가장 널리 사용되는 방법이지만, 트리를 생성하는 전처리 작업과 추가 메모리 공간이 요구되기 때문에 제한적 자원을 갖는 시스템들에는 적합하지 않다. 본 논문에서는 시스템의 성능 향상을 위해 전처리가 요구되지 않는 실패 전이를 갖는 스트리밍 XML 트리(StreXTree: Streaming XML Tree) 파서를 제안한다. 이전의 다른 연구들과 비교하여, 제안된 StreXTree 파서는 Search 파서 보다 약 2.39배, RBStreX 파서 보다 약 3.02배 성능이 향상되었다. 게다가, 제안된 StreXTree 파서는 XML의 구조와 문법을 검증하기 위한 Well-Formed 검사를 지원한다. Web-services employ an XML to represent data and an XML parser is needed to use data. The DOM(Document Object Model) is widely used to parse an XML, but it is not suitable for any systems with limited resources because it requires a preprocessing to create the DOM and additional memory space. In this paper, we propose the StreXTree(Streaming XML Tree) with failure transitions and without any preprocessing tasks in order to improve the system performance. Compared to other works, our StreXTree parser achieves 2.39x and 3.02x improvement in system performance in Search and RBStreX, respectively. In addition, our StreXTree parser supports Well-Formed checking to verify the syntax and structure of XML.

      • KCI등재
      • KCI등재

        『周易』에서의 時中之德에 대한 고찰

        이규희(Lee, Kyu-hee) 한국고전번역원 2018 民族文化 Vol.51 No.-

        음양의 소멸과 생장을 통해 자연의 질서와 조화를 관통하면서 거듭되는 變易의 道는 끊임없이 순환하는 가운데 변하지 않는 理法 질서를 실현하게 된다. 이 거대한 우주 순환의 萬象이 『周易』이라는 책 속에 象의 모습으로 고스란히 담겨 있는데 그것이 곧 64괘 384효이다. 이를 통해 사람들에게 장차 직면하게 될 변화에 대처하는 ‘時中’의 실천적 의미를 지시하게 된다. 특히 「大象傳」은 자연의 象에서 이치를 본받아 상황을 설명하고 이에 대한 가장 적절한 대처방안을 ‘時中’의 원리로 제시하고 있는데, 이 時中이 곧 그 괘가 지닌 덕이라 할 수 있다. 인간은 이러한 卦德을 본받아 각기 다른 상황에 마땅한 도리를 실천하여야 하니, 그 상황에 맞는 ‘中’을 펴는 것이 곧 그 덕을 밝히는 것이다. 정자는 ‘時에 따라 義를 취한 것이『주역』’이라고 했으며, 주자는 ‘저울질하여 中을 얻는 것이 예이다’라고 말하고 있다. 『주역』은 각 괘마다 도덕실천이라는 면에서의 時中을 제시하고 있다. 그 중에서도 중요한 의미를 지닌 괘로는 乾 · 坤 · 豫 · 大過 · 坎 · 晉 · 革 · 蹇 등이 있지만, 특히 이 ‘시중’의 의미를 함축적으로 표현하고 있는 것은 艮卦라고 할 수 있다. 간괘의 괘사 중 ‘艮其背(그 등에서 그친다)’에서 시중의 핵심적 의미를 찾을 수 있다. ‘등’은 신체 중 가장 움직이기 어려운 곳으로 ‘인간의 사욕을 억제함을 가리키는데 그렇게 고요한 상태에서 그쳐야 時中에 적확하기 때문이다. 여섯 효 중에서는 상효가 여기에 부합한다. 정자가 「어록」에서 “일부 화엄경을 보는 것이 하나의 간괘를 보는 것만 못하다”고 할 만큼 간괘를 높이 평가한 것은 간괘가『주역』의 깊은 뜻을 함축적으로 내포하고 있기 때문이다. The “Tao” of changes, which repeats itself by penetrating the order and harmony of nature through the extinction and development of yin and yang(陰陽), constantly realizes the unchanging principles of order in its everlasting circulation. All things in the universe caused by this cosmetic circulation are contained as they are in the Book of Changes, or “I ching(易經),” and they are displayed within the sixty four hexagrams(64卦), 384 lines in all. Through these 64 hexagrams, “I Ching” informs man on the practical means of “abiding in equilibrium” in the midst of oncoming changes of circumstances. In particular, the Great Images(大象傳) emulates the virtue of nature in commenting upon the circumstances and offers the principle of “abiding in equilibrium(‘時中’)” as the most appropriate way to manage the changing circumstances. And, the ways proposed by the Great Images are regarded to originate from the virtue of equilibrium. Thus, man is supposed to observe and practice this virtue of equilibrium in dealing with the various circumstances and achieving proper “equilibrium” in accordance to the changing circumstances is also the means of highlighting this virtue. Cheng-zi(程子) states that “gaining righteousness in accordance to proper time is I Ching” while Zhu-zi(朱子) maintains that “obtaining equilibrium(中) by weighing on the scale corresponds to decorum(禮儀).” Each hexagram within the Book of Changes presents the virtue of abiding in equilibrium as the way of accomplishing ethical behaviour. Amongst these, the hexagrams which pertain to particularly significant ethical values of virtue are Qian(乾卦), Kun (坤卦), Yu(豫), Da Guo(大過), Kan(坎), Jin(晉), Jie(解), Jian (蹇), and so on. In Particular, the Hexagram Gen(艮卦) pertaining to the virtue of equilibrium. Amongst the Hexagrams, the central meaning of the equilibrium can be found in the Hexagram Gen(艮卦). The “back” is the part of the body that is the most difficult to move and as such it represents the suppression of human desire. And, only be achieving such peaceful tranquility can we correctly accomplish the virtue of equilibrium. Among the six lines of Hexagram of Gen(艮卦), the top line(上爻) corresponds to this virtue. The reason Cheng-zi(程子) so highly praised the virtue of the hexagram in his Quotations(語錄) by affirming that “consulting Hua-yen Jing(華嚴經) is less effective than consulting the Hexagram of Gen(艮卦)” is due to the fact that the profound meaning of “I Ching (周易)” is connotatively implied within the Hexagram.

      • NIDS 패턴매칭 하드웨어 설계를 위한 자동 코드변화기 구현

        이규희(Kyu-Hee Lee),윤상균(Sang-Kyun Yun) 한국정보과학회 강원지부 2008 한국정보과학회 강원지부 학술대회 논문집 Vol.2 No.1

        재구성이 가능한 FPGA 기반 하드웨어 설계는 빠른 처리 속도와 변형된 패턴에 대한 처리가 용이하여 NIDS에서 많은 연구들이 시도되고 있다. 하지만 변형된 패턴들을 적용하치 위해 하드웨어 업데이트가 빈번히 발생하게 되고, 따라서 하드웨어 재설계의 어려움이 존재한다. 본 논문에서는 하드웨어 설계를 쉽게 해줄 수 있는 코드변환기를 제공한다. 이 코드 변환기는 주어진 패턴규칙으로 하드웨어 합성을 위한 코드를 자동으로 생성시킨다. 제안된 코드변환기는 다양한 패턴에 대한 검증을 통해 안정된 코드변환기임을 입증하였다.

      • KCI등재
      • SCOPUSKCI등재

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼