• Title/Summary/Keyword: 정보처리 능력

Search Result 1,609, Processing Time 0.028 seconds

Implementation of Reporting Tool Supporting OLAP and Data Mining Analysis Using XMLA (XMLA를 사용한 OLAP과 데이타 마이닝 분석이 가능한 리포팅 툴의 구현)

  • Choe, Jee-Woong;Kim, Myung-Ho
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.3
    • /
    • pp.154-166
    • /
    • 2009
  • Database query and reporting tools, OLAP tools and data mining tools are typical front-end tools in Business Intelligence environment which is able to support gathering, consolidating and analyzing data produced from business operation activities and provide access to the result to enterprise's users. Traditional reporting tools have an advantage of creating sophisticated dynamic reports including SQL query result sets, which look like documents produced by word processors, and publishing the reports to the Web environment, but data source for the tools is limited to RDBMS. On the other hand, OLAP tools and data mining tools have an advantage of providing powerful information analysis functions on each own way, but built-in visualization components for analysis results are limited to tables or some charts. Thus, this paper presents a system that integrates three typical front-end tools to complement one another for BI environment. Traditional reporting tools only have a query editor for generating SQL statements to bring data from RDBMS. However, the reporting tool presented by this paper can extract data also from OLAP and data mining servers, because editors for OLAP and data mining query requests are added into this tool. Traditional systems produce all documents in the server side. This structure enables reporting tools to avoid repetitive process to generate documents, when many clients intend to access the same dynamic document. But, because this system targets that a few users generate documents for data analysis, this tool generates documents at the client side. Therefore, the tool has a processing mechanism to deal with a number of data despite the limited memory capacity of the report viewer in the client side. Also, this reporting tool has data structure for integrating data from three kinds of data sources into one document. Finally, most of traditional front-end tools for BI are dependent on data source architecture from specific vendor. To overcome the problem, this system uses XMLA that is a protocol based on web service to access to data sources for OLAP and data mining services from various vendors.

Design and Implementation for Portable Low-Power Embedded System (저전력 휴대용 임베디드 시스템 설계 및 구현)

  • Lee, Jung-Hwan;Kim, Myung-Jung
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.13 no.7
    • /
    • pp.454-461
    • /
    • 2007
  • Portable embedded systems have recently become smaller in size and offer a variety of junctions for users. These systems require high performance processors to handle the many functions and also a small battery to fit inside the system. However, due to its size, the battery life has become a major issue. It is important to have both efficient power design and management for each function, while optimizing processor voltage and clock frequency in order to extend the battery life of the system. In this paper, we calculated the efficiency of power in optimizing power rail. This system has two microprocessors. One is used to play music and movie files while the other is for DMB. In order to reduce power consumption, the DMB microprocessor is turned of while music or videos are played. Lastly, DVFS is applied to the processor in the system to reduce power consumption. Experimental results of the implemented system have resulted in reduced power consumption.

Analysis on the Success Factors of e-CRM using Analytical Hierarchy Process (AHP) (분석적 계층 프로세스(AHP) 기법을 이용한 e-CRM의 성공요인 분석)

  • Shin, Dong-Hyuk;Kim, Seong-Jin;Ahn, Hyun-Chul
    • CRM연구
    • /
    • v.4 no.1
    • /
    • pp.19-34
    • /
    • 2011
  • Recently, companies have interests in the adoption and diffusion of customer relationship management(CRM). And, as information and communication technologies and Internet technologies proliferate, they also have interests in e-CRM, which implements CRMusing online communication channels. Until now, many researchers have tried to identify the success factors of CRM and evaluate their relative importance. However, only a few studies have dealt with the success factors of e-CRM. For this reason, we aim at identifying and evaluating the success factors of e-CRM in order to provide the companies with the guideline for preparing the implementation of e-CRM. Our study adopts analytical hierarchy process(AHP) as a tool for evaluating these factors because it has been widely applied and validated for a long time. Whereas prior studies have analyzed the success factors from the organizational and technological perspective, our study analyzes them from the functional perspective. As a result, we found that the companies should manage all the CRM components including analytic-operational-collaborative CRM in good balance. Also, we found that the sufficient support from CEO, the acquisition of good quality customer data, and theonline processing capability for responding customers' requests effectively are important for the success of e-CRM.

  • PDF

A Research about Open Source Distributed Computing System for Realtime CFD Modeling (SU2 with OpenCL and MPI) (실시간 CFD 모델링을 위한 오픈소스 분산 컴퓨팅 기술 연구)

  • Lee, Jun-Yeob;Oh, Jong-woo;Lee, DongHoon
    • Proceedings of the Korean Society for Agricultural Machinery Conference
    • /
    • 2017.04a
    • /
    • pp.171-171
    • /
    • 2017
  • 전산유체역학(CFD: Computational Fluid Dynamics)를 이용한 스마트팜 환경 내부의 정밀 제어 연구가 진행 중이다. 시계열 데이터의 난해한 동적 해석을 극복하기위해, 비선형 모델링 기법의 일종인 인공신경망을 이용하는 방안을 고려하였다. 선행 연구를 통하여 환경 데이터의 비선형 모델링을 위한 Tensorflow활용 방법이 하드웨어 가속 기능을 바탕으로 월등한 성능을 보임을 확인하였다. 그럼에도 오프라인 일괄(Offline batch)처리 방식의 한계가 있는 인공신경망 모델링 기법과 현장 보급이 불가능한 고성능 하드웨어 연산 장치에 대한 대안 마련이 필요하다고 판단되었다. CFD 해석을 위한 Solver로 SU2(http://su2.stanford.edu)를 이용하였다. 운영 체제 및 컴파일러는 1) Mac OS X Sierra 10.12.2 Apple LLVM version 8.0.0 (clang-800.0.38), 2) Windows 10 x64: Intel C++ Compiler version 16.0, update 2, 3) Linux (Ubuntu 16.04 x64): g++ 5.4.0, 4) Clustered Linux (Ubuntu 16.04 x32): MPICC 3.3.a2를 선정하였다. 4번째 개발환경인 병렬 시스템의 경우 하드웨어 가속는 OpenCL(https://www.khronos.org/opencl/) 엔진을 이용하고 저전력 ARM 프로세서의 일종인 옥타코어 Samsung Exynos5422 칩을 장착한 ODROID-XU4(Hardkernel, AnYang, Korea) SBC(Single Board Computer)를 32식 병렬 구성하였다. 분산 컴퓨팅을 위한 환경은 Gbit 로컬 네트워크 기반 NFS(Network File System)과 MPICH(http://www.mpich.org/)로 구성하였다. 공간 분해능을 계측 주기보다 작게 분할할 경우 발생하는 미지의 바운더리 정보를 정의하기 위하여 3차원 Kriging Spatial Interpolation Method를 실험적으로 적용하였다. 한편 병렬 시스템 구성이 불가능한 1,2,3번 환경의 경우 내부적으로 이미 존재하는 멀티코어를 활용하고자 OpenMP(http://www.openmp.org/) 라이브러리를 활용하였다. 64비트 병렬 8코어로 동작하는 1,2,3번 운영환경의 경우 32비트 병렬 128코어로 동작하는 환경에 비하여 근소하게 2배 내외로 연산 속도가 빨랐다. 실시간 CFD 수행을 위한 분산 컴퓨팅 기술이 프로세서의 속도 및 운영체제의 정보 분배 능력에 따라 결정된다고 판단할 수 있었다. 이를 검증하기 위하여 4번 개발환경에서 운영체제를 64비트로 개선하여 5번째 환경을 구성하여 검증하였다. 상반되는 결과로 64비트 72코어로 동작하는 분산 컴퓨팅 환경에서 단일 프로세서 기반 멀티 코어(1,2,3번) 환경보다 보다 2.5배 내외 연산속도 향상이 있었다. ARM 프로세서용 64비트 운영체제의 완성도가 낮은 시점에서 추후 성공적인 실시간 CFD 모델링을 위한 지속적인 검토가 필요하다.

  • PDF

The Study on the Directions of KCR4 under the New ICP 2009 (국제목록원칙 2009 제정에 따른 한국목록규칙의 방향성에 관한 연구)

  • Lee, Mi-Hwa
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.46 no.2
    • /
    • pp.261-280
    • /
    • 2012
  • This study seeks to replace PaRIS Principles and find directions of revising KCR4 by analyzing the international Cataloging Principles 2009(ICP 2009) established in the environment of Machine Readable Cataloging. ICP 2009 was reflected in cataloging rules such as RDA and ISBD 2010 as the minimal principles for uniformity in establishing each nation's cataloging rules. In contrary, KCR4 needs to be revised because it has never been changed after 2003, and has only description rules without any rules for the choice and forms of access points. Therefore, this study aims to grasp requirements that should be reflected in KCR4 through analyzing ICP 2009. In first step, it is to grasp the features of ICP 2009 by comparing PaRIS Principle and ICP 2009 and to compare KCR4 in aspects of ICP 2009. The detailed elements for comparison between ICP 2009 and KCR4 are scope, general principles, entitles, attributes, and relationships, objectives and functions of the catalogue, bibliographic description, access points, foundations for search capabilities as the contents of ICP 2009. As a result, this study could give some directions of KCR4 in the future. First, ISBD 2010 and conceptual models should be reflected in KCR4 in description. Second, it should regulate the authority access points in KCR4 based on ICP 2009. Third, it will describe essential access points of work and expression attributes in bibliographic records and authority records to find works and expression. This study will contribute to guide the national cataloging rules.

Depression after Traumatic Brain Injury (외상성 뇌 손상이후의 우울증)

  • Jung, Han Yong;Han, Sun Ho
    • Korean Journal of Biological Psychiatry
    • /
    • v.6 no.1
    • /
    • pp.21-29
    • /
    • 1999
  • Traumatic Brain Injury(TBI) of any severity can result in broad and persisting biopsychosocial sequelae. Depression after TBI occur at a greater frequency than in the general population, with estimates approaching 25% to 50% for major depression, and 155 to 30% for dysthmia. Acute onset depressions are related to lesion location and may have their etiology in biological response of the injured brain, whereas delayed onset depressions may be mediated by psychosocial factors, suggesting psychological reactions as a possible mechanism. Anxious depressions are associated with right hemisphere lesions, whereas major depressions alone are associated with left dorsolateral frontal and left basal ganglia lesions. However, there is insufficient information to postulate a specific neuroanatomic model for TBI-related depression.

  • PDF

eXtensible Rule Markup Language (XRML): Design Principles and Application (확장형 규칙 표식 언어(eXtensible Rule Markup Language) : 설계 원리 및 응용)

  • 이재규;손미애;강주영
    • Journal of Intelligence and Information Systems
    • /
    • v.8 no.1
    • /
    • pp.141-157
    • /
    • 2002
  • extensible Markup Language (XML) is a new markup language for data exchange on the Internet. In this paper, we propose a language extensible Rule Markup Language (XRML) which is an extension of XML. The implicit rules embedded in the Web pages should be identifiable, interchangeable with structured rule format, and finally accessible by various applications. It is possible to realize by using XRML. In this light, Web based Knowledge Management Systems (KMS) can be integrated with rule-based expert systems. To meet this end, we propose the six design criteria: Expressional Completeness, Relevance Linkability, Polymorphous Consistency, Applicative Universality, Knowledge Integrability and Interoperability. Furthermore, we propose three components such as RIML (Rule Identification Markup Language), RSML (Rule Structure Markup Language) and RTML (Rule Triggering Markup Language), and the Document Type Definition DTD). We have designed the XRML version 0.5 as illustrated above, and developed its prototype named Form/XRML which is an automated form processing for disbursement of the research fund in the Korea Advanced Institute of Science and Technology (KAISI). Since XRML allows both human and software agent to use the rules, there is huge application potential. We expect that XRML can contribute to the progress of Semantic Web platforms making knowledge management and e-commerce more intelligent. Since there are many emerging research groups and vendors who investigate this issue, it will not take long to see XRML commercial products. Matured XRML applications may change the way of designing information and knowledge systems in the near future.

  • PDF

An Implementation Method of HB-Family Light-weight Authentication for Device Authentication between ECU (ECU간 기기인증을 위한 HB-Family 경량인증기법의 적용 방법)

  • Kim, Tae Su;Kim, Hyoseung;Woo, Samuel;Lee, Dong Hoon
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.23 no.4
    • /
    • pp.593-607
    • /
    • 2013
  • The In-Vehicle-Networking(IVN) of modern cars is constituted by an small electronic control device called ECU. In the past, there was no way to be able to access the IVN of a driving car. so IVN has been recognized as a closed environment so there is no need to exist authentication protocol between devices which are to configure the internal network and to communicate with other devices. However, constant improvements made it possible to access the IVN in many different ways as the communication technology evolves. This possibility created a need for device authentication in IVN. HB-Family are representative authentication schemes in RFID environment which has similar restrictions to IVN. In this paper, we propose an implementation method of HB-Family for device authentication between ECU considering ECU has low computing power and the message field of CAN protocol has restricted size of 8 bytes. In order to evaluate the efficiency and availability of the authentication schemes adopted our method, we have evaluated the performance based on DSP-28335 device. Further, it was possible to improve the efficiency rate of at lest 10%, up to 36%, and we then analyze this result in various aspects of the IVN.

Spray Visualization Using Laser Diagnostics (레이저를 이용한 분무 가시화)

  • 윤영빈
    • 한국가시화정보학회:학술대회논문집
    • /
    • 2005.04a
    • /
    • pp.87-112
    • /
    • 2005
  • 분무를 정량적으로 측정하는 것은 노즐의 설계와 개발을 위해서 뿐만 아니라 연소 시스템 전반의 효율 및 불안정성의 제거, 공해 저감 등의 요구 조건을 만족하기 위해서 중요하다. 이를 위해 이전에는 분무장 내에 수집관을 삽입하는 기계적 패터네이터(Mechanical Patternator)와 같은 삽입식 측정 방식을 이용하여 왔으나, 최근에는 고속카메라, Malvern particle analyzer, PDPA, 광학 패터네이터(Optical Patternator)와 같은 분무장을 교란시키지 않으면서도 빠른 측정이 가능한 가시화 기술들이 적용되고 있다. 특히 광학 패터네이터는 레이저 평면광을 이용하여 분무를 측정하는 비삽입식 기술로 단시간 내에 분무장 내 액체 연료의 질량 및 액적 크기의 단면 분포를 동시에 얻어낼 수 있는 장점을 갖고 있다. 그러나 분무 액적들의 수밀도가 증가하는 경우에는 이들 액적에 의한 입사광 및 신호 감쇠, 다중산란 등에 의한 오차가 심하게 발생하여, 기존의 PDPA, PLIF 등의 광학 기법으로는 충분히 신뢰할 만한 결과를 얻기가 어렵게 된다. 이러한 분무를 정량적으로 측정하기 위해서는 입사광의 감쇠뿐만 아니라 분무장 내 액적들에 의한 신호의 감쇠 과정에 대한 고려가 필요하다. 주면 액적들의 영향을 최소한으로 줄이기 위해서는 레이저 평면광을 사용하는 광학 패터네이터와 달리 레이저 광선을 분무장에 조사하여 고압에서 나타날 수 있는 다중 산란에 의한 오차를 최소화할 수 있다. 이러한 이미지 처리 기법을 이용하는 광학 선형 패터네이터(Optical Line Patternator)를 이용하여 기존 레이저 계측기법으로 측정이 곤란하였던 고압 환경 하에서의 스월 동축형 인젝터의 분무 특성을 해석할 수가 있다. 2015(년도) 6,388, 2025(년도) 13,367, 2035(년도) 18,756, 2045(년도) 22,595, 시장점유율 증가로 인한 수출액 증가분 누적(억원) : 2015(년도) 3,411, 2025(년도) 8,847, 2035(년도) 14,433, 2045(년도) 18,005 또한 시나리오 비교평가를 실시하여 본 결과, 본 연구에서 정의한 순편익 누적(Cumulative Net Profit) 변수를 적용하면 현재 연구비 추세 대비 $30\%$ 까지 연구비를 증가 시키는 것이 효율적임을 알 수 있었다.성, 생산 용이성, 제품 디자인의 우수한 정도가 a=0.01 수준 하에서 유의적으로 추정되었다. 이들 변수들 중에서 품질경쟁력에 가장 큰 영향을 미치는 측정변수는 제품의 기본 성능, 수명(내구성), 신뢰성, 제품 디자인의 순서로 추정되었다. 이것은 한국 제조업이 아직 산업 디자인이 품질경쟁력에 크게 영향을 미치는 성숙단계에 이르지 못하였음을 의미한다. (2) 제품 디자인에게 영향을 끼치는 유의적인 변수는 연구개발력, 연구개발투자 수준, 혁신활동 수준(5S, TPM, 6Sigma 운동, QC 등)이며, 제품 디자인은 우선 품질경쟁력을 높여 간접적으로 고객만족과 고객 충성을 유발하는 것으로 추정되었다. 상기의 분석결과로부터, 본 연구는 다음과 같은 정책적 함의를 도출하였다. 첫째, 신상품 개발과 혁신을 위한 포괄적인 연구개발 프로젝트를 품질 경쟁력의 주요 결정요인(제품의 기본성능, 신뢰성, 수명(내구성) 및 제품 디자인)과 연계하여 추진해야 할 것이다. 둘째, 기업은 디자인 경영 마인드 제고와 디자인 전문인력 양성을, 대학은 디자인 현장 업무를 통하여 창의력 증진과 기획 및 마케팅 능력 교육을, 정부는 디자

  • PDF

Design and Implementation of Assessment System for SPICE Maintenance Process (SPICE 유지보수 프로세스 심사 시스템 설계 및 구현)

  • Kwon, Young-Oh;Ko, Young-Cheol;Kim, Jin-Woen;Koo, Yeon-Seol
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.8 no.2
    • /
    • pp.141-154
    • /
    • 2002
  • More efforts have been given to solve the problems related to computer software by process assessment. ISO/IEC 15504(SPICE) has been developed as standardized means for process assessment. The purpose of this paper is to design and implement a process assessment system which is appropriated to the Korean assessment environment based on ISO/IEC 15504. Referring documents are: IS0/1EC 15504 standardized documents, the assessment provisions of the SPICE committee in Korea, and research papers applied the existing process assessment system to real cases. Among a lot of processes, this system is designed for (ENG2). The proposed system in the paper will support the whole process of assessment, presenting the goals and end-products for each assessment step and making it possible to compose and save the product on the same screen. In determining process rating, assessors can retrieve the saved data and documents. By doing so, the system will improve reliability in process rating. The proposed system includes 7 steps of pre-assessment and 9 steps of actual assessment in order to fully prepare assessors for process assessment. And each step has been standardized to improve user-friendliness. This system is designed to provide assessors with specific details of standardized documents, the goals of the process, outcomes of implementing the process, and presentations of base practices and input/output products. Above all, the system automatically generates an assessment rating, by calculating based on input data which assessors make out. It also presents outcomes graphically.