RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

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

        A^*-알고리즘의 휴우리스틱 유도를 위한 문제모델의 설정

        유석인(Suk In Yoo) 한국정보과학회 1987 정보과학회논문지 Vol.14 No.3

        To reduce the search space required to solve a problem using A^*-algorithm, it may be necessary to define the heuristic function f(e_x) = g(e_x) + h(e_x), where e_x is the intermediate state of the problem during the solving process, in such a way that the value of h(e_x) is closer to the actual minimum cost of the path from e_x to the goal state. This paper suggests the method to model a problem on which the tighter value of h(e_x) can be computed. The suggested model is illustrated by the three well-known problems: the 8-puzzle problem, the robot planning problem, and the consistent labeling problem. A^*알고리즘을 이용하여 문제를 풀 때 요구되는 탐색공간을 줄이기 위하여는 각 문제상태를 평가하는 휴우리스틱 값, 즉 주어진 문제상태 부터 최종 문제상태에 까지 이르는 거리의 측정값을 실제값이 접근시키는 방법이 필요하다. 본 논문은 이를 위해 주어진 문제를 어떻게 모델화 하는 것이 최적의 효과를 거둘 수 있는 지에 대해 거론하고 예를 통해 이를 설명한다.

      • OpenGDBC : RDBMS를 사용하는 GIS를 위한 미들웨어

        유석인(Suk I. Yoo),홍은지(Eunji Hong),이재호(Jaeho Lee),박현주(Hyunju Park),김승민(Seung Min Kim),김선호(Seonho Kim),정소영(SoYoung Jeong),전준범(Joonbeom Jeon) 한국정보과학회 1998 한국정보과학회 학술발표논문집 Vol.25 No.2Ⅰ

        실세계에서는 RDBMS가 가장 많이 사용되고 있으며, 가까운 미래에도 RDBMS를 사용하는 경향이 크게 바뀌지 않을 전망이므로, 이미 보유하고 있는 RDBMS를 이용하여 효율적으로 지리 공간 정보를 관리하는 것이 중요하다. 하지만, 기존의 RDBMS는 몇몇 특정한 시스템을 제외하고는 아직 지리 공간 데이터를 위한 특별한 처리를 고려하지 않고 있으며, 공간 연산자를 포함하는 질의를 처리하지 못하고 있다. 본 논문에서는 분산 환경에서 다양한 종류의 RDBMS에 지리 공간 데이터와 이와 연관된 애트리뷰트 값을 함께 저장하려는 GIS를 위한 미들웨어인 OpenGDBC(Open Geo-DataBase Connection)를 제시한다. OpenGDBC는 다음과 같은 특징을 가지고 있다. 첫째, 세계적인 표준 기구인 OpenGIS의 명세를 따른다. 둘째, CORBA를 이용하여 분산 환경을 지원한다. 셋째, 다양한 종류의 RDBMS에 지리 공간 데이터와 이에 연관된 애트리뷰트 값을 통합된 형태로 저장할 수 있도록 지원한다. 넷째, 공간 연산자를 포함한 질의를 입력으로 받아, 이를 분석하여 OpenGDBC가 제공하는 공간 연산자를 수행한 후, RDBMS에 적합한 질의 형태로 변경하고, RDBMS에서 변경된 질의를 수행하게 하여 질의 결과를 반환하므로, 다양한 종류의 RDBMS에 저장된 지리 공간 데이터에 대해 공간 연산자를 포함하는 질의를 처리할 수 있다.

      • KCI우수등재

        일반적 문제 해결법을 위한 A* 알고리즘의 적용

        유석인(Suk In Yoo) 한국정보과학회 1986 정보과학회논문지 Vol.13 No.3

        이 논문은 A* 알고리즘을 이용하여 일반적인 문제를 해결할 수 있는 방법론을 제시한다. A*이용에 핵심이 되는 휴우리스틱 (heuristics)은 주어진 문제의 제약조건들을 완화시켜 유도되는 단순화된 문제로부터 생성되어진다. 이 논문에서 제시되어지는 일반적인 방법론은 5개의 널리 알려진 문제들을 통해 예증되어지고 그 효율성이 이 5개의 각각에 대해 개발된 특정한 문제풀이 방법과 비교되어진다. This paper provides a methodology for modelling a problem for its solution using the A*algorithm. The heuristic used for A*is computed from the simplified problem which is derived by relaxing each of the predicate formulas describing the rules and the goal state of the problem. The generated heuristic is claimed to satisfy the conditions of admissibility and monotonicity. The overall procedure for deriving the heuristic is illustrated by five well known problems, namely, the 8-puzzle problem, the travel ing salesman problem, the robot planning problem, the theorem proving problem, and the consistent labeling problem. The values of the heuristic generated by our procedure are compared against those for the problem-oriented heuristics for some of these problems.

      • KCI등재

        브랜드 워드마크에 내포된 한자의 서사성에 관한 연구: 한국 브랜드 ‘후(后)’를 중심으로

        유석,이혜원 차세대컨버전스정보서비스학회 2023 디지털예술공학멀티미디어논문지 Vol.10 No.1

        Despite the fact that we have entered the age of graphic reading, words are still the mainstay of interpreting brands and images. As consumers, the value judgement they show when purchasing goods reflects their correct evaluation of a brand, and this is where the brand typeface image becomes the basis for the initial impression of a brand. The choice of words and the design of fonts in brand design has become one of the most important aspects of brand planning. Nowadays, China's economic and cultural level has increased rapidly and the demand for foreign products and brands is very strong. The ‘Korean Wave’, which has formed a unique cultural phenomenon, has been deeply rooted in people's hearts. This article takes the logo of the Korean cosmetic brand ‘WHOO’, which is currently selling well in China, as the subject of this study, and presents a case study from the perspective of the narrative of Chinese characters. It explores the unification of textual and pictorial narratives from the background of the ‘WHOO’ word marks, its thematic context, configuration characteristics, time and space, and colour metaphors, in order to provide a theoretical basis for modern brand Chinese character design. The study of the narrative typeface of the 'WHOO' brand is particularly important for Chinese enterprises in the current stage of building high-end brands. The narrative perspective and approach to the shaping and communication of brand Chinese character design greatly enriches the existing branding theory. 이미지 리딩의 시대에 접어들었지만 문자는 여전히 브랜드와 이미지를 해석하는 주체다. 소비자로서 상품을 구매할 때 나타나는 가치 판단은 브랜드에 대한 정확한 평가를 반영하며, 이때 브랜드 워드마크 이미지는 소비자가 특정 브랜드에 대한 초기 인상의 기초가 된다. 브랜드 워드마크 디자인에서 글자 선택과 글꼴 디자인은 브랜드 계획에서 가장 중요한 부분이 되었다. 현재 중국의 사회경제와 문화수준은 비약적으로 향상되었으며 외국제품과 브랜드에 대한 수요가 매우 증가하였다. 이미 독특한 문화 현상을 형성한 ‘한류’는 이미 오래 전부터 중국 사람들의 마음속에 깊이 자리잡게 되었다. 본 문은 현재 중국에서 매출이 높은 한국 화장품 브랜드 후(后)의 워드마크를 연구 대상으로 한자의 서사적 관점에서 사례 분석을 진행한다. 후(后)브랜드 글체의 형성 배경, 주제 상황, 구성 특성, 시간과 공간 및 색채적 은유에서 출발하여 텍스트 서사와 이미지 서사의 통합을 모색하여 현대 브랜드 한자 디자인에 이론적 근거를 제공한다. 후(后) 브랜드의 서사적 글체 연구는 현 단계에서 중국 기업이 고급 브랜드를 구축하는 데 특히 중요한 지표 역할을 한다. 서사의 관점과 방법을 사용하여 브랜드 한자 디자인의 형성 및 보급을 논의한다면 기존 브랜드 이론을 크게 풍부하게 할 수 있다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼