RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

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

        정적 분석을 이용하여 시간 제약 조건을 해결한 실시간 언어의 설계 및 구현

        이준동(JoonDong Lee),백정현(JungHyun Baek),원유헌(YooHun Won) 한국정보과학회 2000 정보과학회 컴퓨팅의 실제 논문지 Vol.6 No.6

        실시간 프로그램은 다양한 응용분야에 중요하게 이용되고 있는데, 기존의 일반 언어는 시간적인 개념을 고려하여 설계하지 않았으므로 실시간 응용에 부적합하며, 이를 해결하기 위한 실시간 언어는 시간 개념을 표현하기 위하여 많은 문법이 추가되어 기존 프로그래머에 익숙치 못한 결점이 있다. 본 연구에서는 기존의 C언어에 익숙한 프로그래머들이 저항감 없이 실시간 프로그래밍을 할 수 있는 언어를 설계하고 구현한다. 이 구현에서는 시간 트리를 이용함으로써 원시 언어와 목적 언어의 연결이 가능하며, 정적 분석을 이용한 결과를 코드 생성에 이용함으로써 외부적인 타이머 없이 시간적인 사건의 처리가 가능하다. The real-time programs have played an important role in many application fields. But both the common language and the existing real-time programs have their limitations for the real-time applications. The common languages are not suitable to the real-time applications because they don't have time concepts. Also, programmers are not accustomed to the existing real-time programs because they have many additive syntaxes for the time concepts. In this study, a new language is designed and implemented for the skillful C language programmers. In this implementation, the source languages are linked to the object languages using the timing tree and it is possible to process the successive occurrences without an external timer using the results of static analysis to generate the codes.

      • 중간 언어 TUP와 인터프리터 설계 및 구현

        이준동(Joondong Lee),김정민(Jungmin Kim),송진국(Jingook Song),표창우(Changwoo Pyo),정균락(Kyunrak Chong) 한국정보과학회 1992 한국정보과학회 학술발표논문집 Vol.19 No.2

        컴파일러 구성 기법 중의 하나는 원시 프로그램을 추상 기계(abstract machine)의 프로그램으로 번역한 후, 이 프로그램을 추상 기계가 해석(interpretation)하게 하는 것이다. 이 기법을 사용하면 실행 속도는 느리지만, 이식성이 매우 높은 컴파일러를 개발할 수 있다. 본 연구에서는 튜플 형태의 추상 기계어 TUP를 정의하고, 추상 기계로써 TUP 코드 해석기(interpreter)를 설계하고 구현하였다. TUP 코드 해석기는 몇가지 오류 색출 기능도 가지고 있다. TUP 컴파일러 개발시 중간 언어로 사용될 수 있으며, 이에 대한 해석기는 전단부 시험에 유용하게 쓰인다.

      • KCI등재

        유비쿼터스 환경에서 프라이버시 보호를 위한 XML 전자서명 인증 시스템

        이준동(Joondong Lee),이무훈(Moohun Lee),조성훈(Sunghoon Cho),장창복(Changbok Jang),최의인(Euiin Choi) 한국정보기술학회 2008 한국정보기술학회논문지 Vol.6 No.2

        In order to offer the most appropriate service in the ubiquitous environment, users' preferences should be inferred by using personal profile information. However, privacy can be damaged if there is a loss or change of personal profile information, so there should be a technique to protect privacy. For the personal profile protection, there should be an authentication for entities which require personal information. Authenticated entities can achieve profile information and use it without conditions. But there exists unneeded information among information that an entity requires in the personal profile. therefore, if the personal information is lost through the entity that achieved the personal information, severer security accidents can happen. To solve this problem this paper proposes an authentication system that establishes an access degree to personal profile by using XML digital signature of entity when it authenticates an entity that requires personal profile.

      • KCI등재

        동적 XML 문서에서 효과적인 레이블링을 위해 형제순서 값을 갖는 프라임 넘버링 기법

        이강우(Lee KangWoo),이준동(Lee JoonDong) 한국컴퓨터정보학회 2007 韓國컴퓨터情報學會論文誌 Vol.12 No.5

        동적인 XML 문서에서 빈번히 발생하는 갱신에 대한 고려를 하지 않는 레이블링 기법들은 XML 문서 트리의 갱신이 일어날 때 마다 변화된 레이블 정보를 반영하기 위해서 전체 XML 트리를 재탐색하여 전체 노드의 레이블을 다시 계산하는 리레이블링(relabeling)과정이 필요하다. 이러한 리레이블링은 갱신이 빈번히 일어나는 동적인 XML 문서에서는 비용이 상당히 크다는 단점이 있다. 이런 단점을 해결하기 위해 리레이블링 과정이 필요 없는 레이블링 기법으로 프라임 넘버 레이블링 기법(prime number labeling scheme)이 제안되었다. 그러나 프라임 넘버 레이블링 기법은 문서가 갱신될 때 XML 문서 트리의 노드 간 형제순서(sibling order)를 갱신하는 문제는 고려하지 않고 있다. 이러한 형제순서의 갱신과정은 XML 문서 트리의 많은 부분을 재탐색하고 재기록 하여야 하므로 많은 비용이 필요하게 된다. 따라서 본 논문에서는 XML 문서 트리의 재탐색과 재기록이 필요 없이 형제순서를 유지할 수 있는 형제순서 값을 갖는 프라임 넘버 레이블링 기법을 제안한다. Labeling schemes which don't consider about frequent update in dynamic XML documents need relabeling process to reflect the changed label information whenever the tree of XML document is update. There is disadvantage of considerable expenses in the dynamic XML document which can occurs frequent update. To solve this problem, we suggest prime number labeling scheme that doesn't need relabeling process. However the prime number labeling scheme does not consider that it needs to update the sibling order of nodes in the tree of XML document. This update process needs much costs because the most of the tree of XML document has to be researched and rewritten. In this paper, we propose the prime number labeling scheme with sibling order value that can maintain the sibling order without researching or rewriting the tree of XML documents.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼