RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

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

        클라우드 기반 센서 데이터 관리 시스템 설계 및 구현

        박경욱,김경옥,반경진,김응곤,Park, Kyoung-Wook,Kim, Kyong-Og,Ban, Kyeong-Jin,Kim, Eung-Kon 한국전자통신학회 2010 한국전자통신학회 논문지 Vol.5 No.6

        Recently, the efficient management system for large-scale sensor data has been required due to the increasing deployment of large-scale sensor networks. In this paper, we propose a cloud-based sensor data management system with low cast, high scalability, and efficiency. Sensor data in sensor networks are transmitted to the cloud through a cloud-gateway. At this point, outlier detection and event processing is performed. Transmitted sensor data are stored in the Hadoop HBase, distributed column-oriented database, and processed in parallel by query processing module designed as the MapReduce model. The proposed system can be work with the application of a variety of platforms, because processed results are provided through REST-based web service. 최근 대규모 센서 네트워크의 구축이 증가하면서 대규모의 센서 데이터를 효율적으로 관리하는 시스템이 요구되고 있다. 본 논문에서는 저비용, 높은 확장성 그리고 고 효율성을 지닌 클라우드 기반의 센서 데이터 관리 시스템을 제안한다. 제안된 시스템에서는 센서 데이터는 클라우드 게이트웨이를 통해 클라우드로 전송되며 이때 이상상황 검출과 이벤트 처리가 수행된다. 클라우드로 전송된 센서 데이터는 분산 컬럼 지향 데이터 베이스인 하둡 HBase에 저장되며 맵리듀스 모델 기반의 질의처리 모듈을 통해 병렬 처리된다. 처리된 결과는 REST 기반의 웹서비스를 통해 제공되므로 다양한 플랫폼의 응용프로그램과 연동이 가능하다.

      • KCI등재후보

        클라우드 기반 태양광 발전단지 통합 관리 시스템

        박경욱,반경진,송승헌,김응곤,Park, Kyoung-Wook,Ban, Kyeong-Jin,Song, Seung-Heon,Kim, Eung-Kon 한국전자통신학회 2012 한국전자통신학회 논문지 Vol.7 No.3

        Recently, the efficient management system for photovoltaic power plants has been required due to the continuously increasing construction of photovoltaic power plants. In this paper, we propose a cloud-based intelligent management system for many photovoltaic power plants. The proposed system stores the measured data of power plants using Hadoop HBase which is a column-oriented database, and processes the calculations of performance, efficiency, and prediction the amount of power generation by parallel processing based on Map-Reduce model. And, Web-based data visualization module allows the administrator to provide information in various forms. 최근 태양광 발전단지 구축이 증가하면서 발전단지를 효율적으로 관리하는 시스템이 요구되고 있다. 본 논문에서는 다수의 태양광 발전단지들을 통합 관리하는 클라우드 기반의 지능형 관리 시스템을 제안한다. 제안된 시스템은 태양광 발전단지들의 설비 계측 데이터를 컬럼 지향 데이터베이스인 하둡 HBase를 이용하여 저장하고 관리하며 맵리듀스 모델을 통한 병렬처리를 통해 시스템의 성능, 효율, 발전량 예측을 빠르게 수행한다. 그리고 웹 기반의 데이터 시각화 모듈을 통해 관리자에게 다양한 형태의 정보를 제공한다.

      • KCI등재후보

        기초 알고리즘을 활용한 프로그래밍 언어 학습 시스템

        박경욱,오경숙,류남훈,이혜미,김응곤,Park, Kyoung-Wook,Oh, Kyeong-Sug,Ryu, Nam-Hoon,Lee, Hye-Mi,Kim, Eung-Kon 한국전자통신학회 2010 한국전자통신학회 논문지 Vol.5 No.1

        알고리즘을 비롯한 프로그래밍 교육 과정은 전자공학 및 컴퓨터 관련학과를 비롯한 많은 이공계 학과에서 매우 중요한 교과목으로 인식된다. 하지만 과목의 특성 상 많은 학생들이 어려워하고 있으며, 이로 인해 상위 단계의 교과목 수강 시 많은 어려움을 겪고 있다. 순서도는 어떤 문제를 해결하는데 필요한 논리적인 단계들을 그림으로 표현한 것으로, 알고리즘의 흐름을 이해하는데 많이 활용된다. 알고리즘 및 프로그래밍은 구현 과정의 이해를 돕기 위해서 실습 중심의 교육이 매우 중요하다. 더욱이 알고리즘의 개념 이해 및 프로그램 실행 과정에 대한 이해력을 높일 수 있는 보조 프로그램의 필요성이 절실히 요구된다. 본 논문에서는 프로그래밍 과정 중 기본 알고리즘에 대해 쉽게 익힐 수 있도록 기초 알고리즘을 활용한 프로그래밍 언어 학습 시스템을 설계하고 구현하였다. The curriculum of programming education including algorithm has been recognized as a very important subject to many students majoring in natural sciences and engineering including electronic engineering and computer related departments. However, many students have had difficulties with it due to its characteristics; as a consequence, they have been in trouble taking upper-level subjects. Flow chart is a diagram that expresses logical stages necessary to solve certain problems and has been widely used to have an understanding of the flow of algorithm. The practice-oriented education of algorithm and programming would be very important to assist the understanding of operation processes. Furthermore, it has been desperately required to the necessity of auxiliary programs that could enhance an understanding of the concept of algorithm and program execution process. This study was aimed to design and embody the learning system of programming languages using basic algorithms so as for students to easily learn basic algorithm among the entire programming curriculum.

      • KCI등재후보

        야외 증강현실 기반의 문화 유적지 3D 모델 시각화 시스템

        한종길,박경욱,반경진,김응곤,Han, Jong-Gil,Park, Kyoung-Wook,Ban, Kyeong-Jin,Kim, Eung-Kon 한국전자통신학회 2013 한국전자통신학회 논문지 Vol.8 No.3

        Recently, at home and abroad cultural content industry has developed as the growing importance of history. Among them, the reconstruction contents area which combined with IT technology is attracting attention. Specially, using augmented reality technology, 3D visualization researches which restore contents of architectural heritage, cultural heritage sites, and artifacts have been performed in cultural content area. The existing cultural site restore contents are mostly made based on the images taken from indoor. In this paper, efficiently visualize the restore contents in indoor, but outdoors is limited. This theses presents the cultural heritage sites 3D model visualization system using augmented reality in outdoor. Proposed system augments 3D model to cultural heritage site in outdoor by using Smart Phone. 최근 국내외에서 역사의 중요성이 대두됨에 따라 문화 콘텐츠 산업이 크게 성장하고 있다. 그 중에서 IT기술을 접목한 분야가 주목받고 있다. 특히, 증강현실 기술을 이용한 문화 유적지, 건축문화재, 유물 복원 디지털 콘텐츠 개발 등 3D 시각화에 대한 연구가 이루어지고 있다. 그러나 기존의 복원 디지털 콘텐츠는 주로 실내에서만 이루어지고 있는 시스템이 대부분이다. 본 논문에서는 실내가 아닌 실외에서 야외 증강현실 기술을 이용한 문화 유적지 3D 모델 시각화 시스템을 제안한다. 제안된 시각화 시스템은 실외에서 스마트폰을 사용하여 입력받은 영상이미지에 문화 유적지 3D 모델을 증강한다.

      • KCI등재후보

        웹기반의 온실환경 원격 모니터링 시스템 구축

        김경옥,박경욱,김종찬,장문석,김응곤,Kim, Kyeong-Og,Park, Kyoung-Wook,Kim, Jong-Chan,Jang, Moon-Suk,Kim, Eung-Kon 한국전자통신학회 2011 한국전자통신학회 논문지 Vol.6 No.1

        This paper proposes a remote monitoring system, which manages crops' growth environment on a real-time basis by applying to greenhouses Green U-IT technology connecting environment control equipment such as temperature sensors, soil sensors, and moisture censors with computers. Information on greenhouses' environment is stored in a database, and by utilizing linear regression analysis and differential item functioning (DIF) analysis, optimal information on growth and environment is extracted from stored information in the form of items desired by users, and compared, analyzed, and monitored. By linking greenhouse environment control system with web environment and remotely controlling the system, users do not need to visit farmland and can remotely control greenhouses' environment on a real-time basis. Therefore farmhouses' production efficiency may be enhanced by continuously providing optimal growth environment for plants. 본 논문에서는 온실에 Green U-IT 기술을 적용하여 기온센서, 토양센서, 수분센서 등 환경제어기기를 컴퓨터로 연동시켜 실시간으로 작물 생장환경을 관리하는 원격 모니터링 시스템을 제안한다. 온실의 환경정보를 데이터베이스에 저장하고 저장된 식물의 생장환경을 직선회귀분석법과 DIF 분석을 이용하여 최적의 생장 환경정보를 사용자가 원하는 항목으로 비교 분석하여 모니터링 한다. 온실 환경 제어시스템을 웹 환경과 연동하여 원격으로 제어함으로서 각 사용자들이 농가에 직접 방문하지 않더라도 원격으로 실시간 온실의 환경을 제어할 수 있다. 따라서 최적의 생장환경을 지속적으로 제공하여 농가의 생산 효율성을 증대 시킬 수 있다.

      • KCI등재후보

        기초 알고리즘 학습을 위한 알고리즘 시각화 시스템의 효용성 분석

        오경숙,이상진,김응곤,박경욱,류남훈,이혜미,Oh, Kyeong-Sug,Lee, Sang-Jin,Kim, Eung-Kon,Park, Kyoung-Wook,Ryu, Nam-Hoon,Lee, Hye-Mi 한국전자통신학회 2011 한국전자통신학회 논문지 Vol.6 No.2

        알고리즘과 프로그래밍 교육 과정은 전자공학 및 컴퓨터 관련학과를 비롯한 많은 이공계 학과에서 매우 중요한 교과목으로 인식된다. 본 논문에서는 프로그래밍 과정 중 기본 알고리즘에 대해 쉽게 익힐 수 있도록 기초 알고리즘을 활용한 프로그래밍 언어 학습 시스템의 효용성을 분석하였다. 그 결과 본 시스템을 사용한 실험 단체가 비실험 단체보다 학업성취도가 15점 이상 높았다. 그리고 실험 참가 학생들의 C 언어 프로그램에 대한 흥미도, 집중도, 이해도, 효과성, 편리성, 적합성, 다음 학기 수업 희망 사항 등에서도 5점 척도 평균값이 약 4점 이상으로 높게 나타났다. The curriculum of programming education including algorithm has been recognized as a very important subject to many students majoring in natural sciences and engineering including electronic engineering and computer related departments. This study analyzed usability of the learning system of programming languages using basic algorithms so as for students to easily learn basic algorithm among the entire programming curriculum. The results show that the grade of learning achievement of experimental group using the learning system is 15 points higher than that of non-experimental group and the grade of interest, concentration, effectiveness, understanding, convenience, suitability, and attending a lecture in the next semester are 4 points or more of 5 points criterion.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼