• 제목/요약/키워드: Unified Architecture

검색결과 369건 처리시간 0.021초

스마트폰 USB센서 Plug & Play를 위한 통합 App 구조 (A Unified App Architecture for Plug & Play of Smart Phone USB Sensor's)

  • 강선구;소선섭;김병호;은성배
    • 대한임베디드공학회논문지
    • /
    • 제8권1호
    • /
    • pp.1-9
    • /
    • 2013
  • Performance of smart phones has increased to conduct simple PC functions that has become essential to modern people. With the development of smart phones, not only limited inner sensors but various sensors can be connected through USB. However, there is problem that app needs to downloaded when using each sensor. In this paper, a smart phone unified app structure for USB sensor Plug&Play is presented. The structure was designed to download web pages to use various sensors in one app. Unified app communicated with the platform through ADK accessory protocol and implements structure of delivering sensor ID to the web server and downloading device driver, web page. By measurement test, it was confirmed that download time of web page in unified app was 10 times faster than original download time of original app. By managing various sensors by one app, the app is searched every time the sensor changes in which there is no need for downloading several apps.

UML 클래스를 이용한, 관계형 데이터베이스 기반의 XML 응용을 위한 통합 설계 방법론 개발 (A Unified Design Methodology Development For XML Application based on Relational Database using UML Class)

  • 방승윤;주경수
    • 한국전자거래학회지
    • /
    • 제8권1호
    • /
    • pp.85-102
    • /
    • 2003
  • Nowadays an information exchange on XML such as B2B electronic commerce is spreading. Therefore the systematic and stable management mechanism for storing the exchanged information is needed. For this goal there are many research activities for connection between XML application and relational database. But because XML data have hierarchical structures and relational database can store only flat-structured data, we need to make the conversion rule which changes the hierarchical architecture to 2-dimensional information. Accordingly the modeling methodology for storing each structured information in relational database is needed. In this paper, we introduce a XML modeling methodology to design W3C XML schema using UML and we propose a unified design methodology for relational database schema to store XML data efficiently in relational databases. In the second place, in order to verify objectivity of a unified design methodology. By the way of Ronald Bourret, First we introduce the method of the transformation from XML schema to object model and second we translate object model into relational database schema. Therefore we show the mutual consistency between those consequence, and so can verify a unified design methodology.

  • PDF

안드로이드 플랫폼 상에서 동기화가 고려된 통합 커서의 설계 및 구현 (Design and Implementation of an Unified Cursor Considering Synchronization on the Android Mobile Platform)

  • 김경환;하주호;원종필;이의성;김주민;손진호
    • 대한임베디드공학회논문지
    • /
    • 제6권3호
    • /
    • pp.190-200
    • /
    • 2011
  • Android platform provides a content provider and a cursor mechanism to access the internal SQLite engine. Content providers not only store and retrieve data but also make it accessible to applications. Applications can only share data through content provider, since there's no common storage area that Android packages can access. Cursor is an interface that provides random read-write access to the result set returned by a database query. However, this cursor possesses two major limitations. First, a cursor does not support a join clause among cursors, since the cursor can only access a single table in the content provider. Second, the cursor is not capable of creating user-customized field in the predefined content providers. In this paper, we propose the unified cursor architecture that merges several cursors into a single virtual cursor. Cursor translation look-aside buffer (TLB), column windowing mechanism and virtual data management are the three major techniques we have adopted to implement our structure. And we also propose a delayed synchronization method between an application and a proposed unified cursor. An application can create a user-customized field and sort multiple tables using a unified cursor on Android platform.

최근 우리나라 병원 건축의 공간 배치 유형에 관한 연구 (A Study on the Space Allocation Types of the Current Korean Hospital Architecture)

  • 박혁수;양내원
    • 의료ㆍ복지 건축 : 한국의료복지건축학회 논문집
    • /
    • 제3권4호
    • /
    • pp.69-80
    • /
    • 1997
  • Recently, hospital architecture is facing the great variation. Patients' demands on medical service have been changing. And every hospital is required the designs creative, novel and escaped from the conservative spirit to deal with the rapidly circumstance variance with voluntarily. Accordingly, various space arrangements are proposed against the past unified hospital type. This study aims at considering and evaluating the prospects of hospital architecture by analysing the space constitution and form type of representative hospitals which are being planed or constructed in korea these days.

  • PDF

CPU-GPU환경에서 효율적인 메인메모리 접근을 위한 융합 프로세서 구조 개발 (A Development of Fusion Processor Architecture for Efficient Main Memory Access in CPU-GPU Environment)

  • 박현문;권진산;황태호;김동순
    • 한국전자통신학회논문지
    • /
    • 제11권2호
    • /
    • pp.151-158
    • /
    • 2016
  • 이기종시스템 구조(HSA)는 두 유닛의 각각에 메모리 폴(pools)이 가상메모리를 통해 공유할 수 있게 됨에 따라 CPU와 GPU 아키텍처의 오랜 문제를 해결하였다. 그러나 물리적 실제 시스템에서는 가상메모리 처리를 위해 GPU와 GPU 사이의 빈번한 메모리 이동으로 병목현상(Bottleneck)과 일관성 요청(Coherence request)의 오버헤드를 갖게 된다. 본 연구는 CPU와 GPU간의 효율적인 메인 메모리 접근방안으로 퓨전프로세서 알고리즘을 제안하였다. CPU가 요청한 처리할 메모리 영역을 GPU의 코어에 맞게 분배 제어해주는 기능으로 작업관리자(Job Manager)와 Re-mapper, Pre-fetcher를 제안하였다. 이를 통해 CPU와 GPU간의 빈번한 메시지도 감소되고 CPU의 메모리주소에 없는 Page-Table 요청이 낮아져 두 매체간의 효율성이 증대되었다. 제안한 알고리즘의 검증 방안으로 QEMU(:short for Quick EMUlator)기반의 에뮬레이터를 개발하고 CUDA(:Compute Unified Device. Architecture), OpenMP, OpenCL 등의 알고리즘과 비교평가를 하였다. 성능평가 결과, 본 연구에서 제안한 융합 프로세서 구조를 기존과 비교했을 때 최대 198%이상 빠르게 처리되면서 메모리 복사, 캐시미스 등의 오버헤드를 최소화하였다.

HEVC 및 VP9 겸용 통합 역변환기의 설계 (Design of Unified Inverse Transformer for HEVC and VP9)

  • 정슬기;이성수
    • 전기전자학회논문지
    • /
    • 제19권4호
    • /
    • pp.596-602
    • /
    • 2015
  • 본 논문에서는 HEVC와 VP9 겸용의 통합 역변환기를 설계하였다. 제안하는 아키텍처는 $4{\times}4$부터 $32{\times}32$ 크기의 HEVC IDCT, $4{\times}4$ 크기의 HEVC IDST, $4{\times}4$부터 $32{\times}32$ 크기의 VP9 IDCT, $4{\times}4$부터 $16{\times}16$ 크기의 VP9 IADST, $4{\times}4$ 크기의 IWHT까지 모든 모드의 계수 변환을 통합 역변환기에서 처리가 가능하다. HEVC와 VP9의 IDCT는 계수의 스케일만 다를 뿐 동일한 연산을 사용하며, HEVC의 $4{\times}4$ IDST와 VP9 $4{\times}4$ IADST 또한 계수의 스케일만 다를 뿐 동일한 연산을 사용한다. 더욱이 HEVC IDCT, VP9 IDCT, VP9 IADST 또한 상위 수준 IDCT의 서브셋이다. 제안하는 아키텍처는 연산이 같은 경우 곱셈기를 재사용하고 계수가 다를 경우에도 덧셈기 및 버터플라이 구조등을 최대한 공유함으로써 하드웨어의 크기를 크게 줄였다. 0.18 um 공정에서 합성했을 때 게이트 수가 456,442 게이트로 기존 아키텍처 대비 22.6% 감소하였다.

현대 건축에서 나타난 지역성의 지속 가능한 가치에 관한 연구 - 알바 알토 건축을 중심으로 - (A Study on the Sustainable Values of Regionality shown in Contemporary Architecture - Focusing on Alvar Aalto's Architecture -)

  • 김세영
    • 한국실내디자인학회논문집
    • /
    • 제22권5호
    • /
    • pp.126-134
    • /
    • 2013
  • The purpose of this study is to recover historically disconnected regionality and to propose the meaning of regionality in the contemporary architecture. Plus, it is to analyze the expression elements of the regionality and to propose the regionality's sustainable value shown in the contemporary architecture. Range of research methods is as follows. First, it reviews and prospects for Research on the meaning of regionality. Second, it looks at the three different points of view; traditional, Regional, and cultural perspective on Regionality. Also, it extracts the elements of the expression, centered on regionalism projects shown in the modern architecture. Third, it studys the sustainability's meaning and the sustainable value appeared in the contemporary architecture. Fourth, it analysis case studies and the value regarding the application of critical regionalism, focusing on the work of Alvar Aalto architecture. In addition, it proposes the sustainable value regarding the expression centered on regionalism projects This study appears to present the meaning of regionality in the contemporary architecture, in order to recover historically disconnected regionality. In particular, the expression of regionality shown in the Alvar Aalto's architecture is made on the basis of local traditions, society and culture. And, Building forms and building materials to adapt to climate was provided as a unified relationship. This study looks forward to help seeking the various proposals and guide for the applicability and the sustainabe development of the regionality in the contemporary architecture.

조망경관의 맥락으로 본 망해사와 진봉산의 장소성 (The Sense of Place of Manghae-temple and Mt. Jinbong through Viewing Context)

  • 노재현;신상섭
    • 한국조경학회지
    • /
    • 제35권3호
    • /
    • pp.71-81
    • /
    • 2007
  • This study focused on the one and only temple of on the coastline of the West Sea, Kimje's Manghae Temple and Mt. Jinbong. The purpose of this study was to research the unique sense of place of the area by researching the location and view that clearly shapes the identity of the landscape. The following are the results. 1. The cultural landscape of Manghae Temple and the natural landscape of Mt. Jinbong have characteristics which take in the coastline and skyline, respectively. Specifically, from the existential vertical-horizontal images of "sky - land - Mt. Jinbong" and "moon - cloud - sea", an ascending reflection of the landscape surroundings can be found. 2. The "Sea - Manghae temple - Mt. Jinbong - sky" is the representation of the moderate 'inside-space' which belongs to the particular landscape area and which also shows the topophilia to Manghae Temple. Through this kind of interpretation, the sense of place of Manghae Temple and Mt. Jinbong reveals an intra-structure of an Imaging Landscape implying harmony and moderation, which is a unified organization of the surrounding phenomena(Temple and Mountain) and the essence (the doctrine of Buddhism) that matches Jin-muk's asceticism and lifestyle. 3. While the cultural landscape of Manghae Temple has a strong religious reference, the natural landscape Mt. Jinbong emphasizes the geography of the landscape. In other words, the motivating factor of Manghae Temple is a metaphorical sense of place such as through the "prospect of the sea" or "the Western Sea Paradise" and Mt. Jinbong, the landmark of the Kimje-Mankyung Plains and the focal point of the West Sea sunset, is highlighted as a simile for this sense of place. 4. Keeping this sense of place and territory respectively and showing the. bond with the sense of place which develops rhythmically and continuously, Manghae Temple and Mt. Jinbong are sublimated into a unified intra-structure, which reflects the Imaging landscape characteristics of "Mt. Jinbong, a focal point of the Mankyung Plains facing the West Sea" and "Manghae Temple, looking out to sea".

최적화된 CUDA 소프트웨어 제작을 위한 프로그래밍 기법 분석 (Analysis of Programming Techniques for Creating Optimized CUDA Software)

  • 김성수;김동헌;우상규;임인성
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제16권7호
    • /
    • pp.775-787
    • /
    • 2010
  • GPU(Graphics Processing Unit)는 범용 CPU와는 달리 다수코어 스트리밍 프로세서(manycore streaming processor) 형태로 특화되어 발전되어 왔으며, 최근 뛰어난 병렬 처리 연산 능력으로 인하여 점차 많은 영역에서 CPU의 역할을 대체하고 있다. 이러한 추세에 따라 최근 NVIDIA 사에서는 GPGPU(General Purpose GPU) 아키텍처인 CUDA(Compute Unified Device Architecture)를 발표하여 보다 유연한 GPU 프로그래밍 환경을 제공하고 있다. 일반적으로 CUDA API를 사용한 프로그래밍 작업시 GPU의 계산구조에 관한 여러 가지 요소들에 대한 특성을 정확히 파악해야 효율적인 병렬 소프트웨어를 개발할 수 있다. 본 논문에서는 다양한 실험과 시행착오를 통하여 획득한 CUDA 프로그래밍에 관한 최적화 기법에 대하여 설명하고, 그러한 방법들이 프로그램 수행의 효율에 어떠한 영향을 미치는지 알아본다. 특히 특정 예제 문제에 대하여 효과적인 계층 구조 메모리의 접근과 코어 활성화 비율(occupancy), 지연 감춤(latency hiding) 등과 같이 성능에 영향을 미치는 몇 가지 규칙을 실험을 통해 분석해봄으로써, 향후 CUDA를 기반으로 하는 효과적인 병렬 프로그래밍에 유용하게 활용할 수 있는 구체적인 방안을 제시한다.

Multi-GPU 기반의 고속 디지털 홀로그램 생성 (Fast Generation of Digital Hologram Based on Multi-GPU)

  • 송중석;박정식;서영호;박종일
    • 방송공학회논문지
    • /
    • 제16권6호
    • /
    • pp.1009-1017
    • /
    • 2011
  • 실시간 홀로그래피 방송을 제작하기 위해서는 디지털 홀로그램을 고속으로 생성하는 것이 중요하다. 본 논문에서는 디지털 홀로그램 생성을 위한 Computer-Generated Holography(CGH) 식의 병렬 구조를 최적화하고, Compute Unified Device Architecture(CUDA)와 Open Multi-Processing (OpenMP) 를 이용한 Multi Graphic Processing Unit(Multi-GPU) 기반의 디지털 홀로그램의 고속 생성을 위한 최적화 기법을 제안한다. 디지털 홀로그램을 생성하는 과정은 독립적인 연산을 할 수 있는 다수의 개체로 병렬화 할 수 있는 구조이기 때문에 이에 특화된 CUDA와 OpenMP를 사용함으로써 CGH식을 고속으로 연산할 수 있다. 여기서 더 나아가 이를 최적화하기 위해서 상수화, 벡터화, 루프풀기 등의 방법을 제안한다. 본 논문에서 제안된 기법을 통해서 기존 CPU에서의 CGH 연산속도에 비해 약 9,700배 정도의 속도를 개선할 수 있었다.