년 - 년
6,300원
“NP1更NP2” 구조는 당송 시기의 시사(詩詞)에서 자주 나타나는 표현이다. 기존의 연구는 주로 ‘更’의 의미 해석 및 어원에 집중되어 있었으며, 이 구조의 사용 범위, 구조적 특징, 의미적 특성, 화용적 기능 등에 대해서는 충분한 고찰이 이루어지지 않았다. 본고는 이러한 문제들을 중심으로 분석을 시도하였으며, 다음과 같은 새로운 사실들을 밝혀냈다. 첫째, 사용 범위 측면에서 볼 때 “NP1更NP2” 구조는 주로 시가 문체에서 사용되며, 비교적 특수한 시체(詩體) 구조로 기능한다. 둘째, 구조 형식 면에서는 흔히 나타나는 이중 연결 외에도, ‘更’이 삼중 연결이나 단항 반복에 사용되기도 하며, 이때 사용되는 NP는 대부분 무생물 지시 명사로 구성되어 있고, 지시 방식은 비개체적 범주 지시나 비지시적 용법이 우세하다. 셋째, 통사적 기능 면에서 문장으로 분석하기 어려운, 문장과 동등한 기능을 수행하는 ‘명사문’이 적지 않게 나타나며, 이는 시가 문체가 통사 구조 형성에 미치는 영향을 반영한다. 분석 가능한 유형의 경우, 주로 목적어, 주어, 서술어 등의 문장 성분 역할을 수행하지만, 이들 기능은 균형 있게 분포되어 있지 않다. 넷째, 유형학의 관점에서 병렬 구조에 대한 의미 분석 결과 “NP1更NP2” 구조는 의미적 측면에서‘문화 병렬’의 특성을 드러내며, 언어학적 측면에서 시체(詩體)의 문화적 특성을 나타냈다. 다섯째, 화용적 관점에서 볼 때는 “NP1更NP2” 구조는 뚜렷한 범주화 기능을 나타내는 경향이 있다.
"NP1更NP2" is a common construction in Tang and Song poetry. Previous research has primarily focused on the lexical interpretation and etymological exploration of the conjunctions “更” (gèng), while its scope of use, syntactic behavior, semantic features, and pragmatic functions remain understudied. This paper investigates these aspects and reveals several previously unexamined characteristics: ⅰ) Scope of Use: The "NP1更 NP2" structure predominantly appears in poetic texts, making it a distinctive poetic construction. ⅱ) Structural Form: Beyond the typical two-item connection, “更” can also link three items. The NPs (noun phrases) in this structure are mostly inanimate referents and tend to denote non-individualized generic or non-referential expressions.ⅲ) Syntactic Function: A significant portion of the structure consists of "Noun-noun combinations" that are difficult to parse syntactically yet functionally equivalent to sentences, reflecting the distinctive shaping effect of poetic discourse on syntactic forms. Among analyzable types, the structure mainly functions as an object, subject, or predicate, though these roles are unevenly distributed.ⅳ) Semantics: The "NP1更NP2" structure exhibits characteristics of "cultural coordination," which linguistically demonstrates the cultural specificity of poetic style.ⅴ) Pragmatics: The structure demonstrates categorization functions in discourse.
월 쿠쿠: 해시 함수 분류를 이용한 메모리 접근 감소 방법
[Kisti 연계] 한국정보처리학회 정보처리학회논문지/컴퓨터 및 통신 시스템 Vol.8 No.6 2019 pp.127-138
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
데이터 응답 속도는 사용자 경험과 직결되기 때문에 클라우드 서비스의 중요한 이슈이다. 그렇기 때문에 사용자의 요청에 빠르게 응답하기 위하여 인-메모리 데이터베이스는 클라우드 기반 응용 프로그램에 널리 사용되고 있다. 하지만, 현재 인-메모리 데이터베이스는 대부분 연결리스트 기반의 해시 테이블로 구현되어 있어 상수 시간의 응답을 보장하지 못한다. 쿠쿠 해싱(cuckoo hashing)이 대안으로 제시되었지만, 할당된 메모리의 반만 사용할 수 있다는 단점이 있었다. 이후 버킷화 쿠쿠 해싱(bucketized cuckoo hashing)이 메모리 효율을 개선하였으나 삽입 연산시의 오버헤드를 여전히 극복하지 못하였다. 본 논문에서는 BCH의 삽입 성능과 탐색 성능을 동시에 향상시키는 데이터 관리 방법인 월 쿠쿠(wall cuckoo)를 제안한다. 월 쿠쿠의 핵심 아이디어는 버킷 내부의 데이터를 사용된 해시 함수에 따라 분리하는 것이다. 이를 통하여 버킷의 탐색 범위가 줄어들어 접근해야 하는 슬롯의 수를 줄일 수 있는데, 이렇게 탐색 연산의 성능이 향상되기 때문에 탐색 과정이 포함되어 있는 삽입 연산 또한 개선된다. 분석에 따르면, 월 쿠쿠에서의 슬롯 접근 횟수 기댓값은 BCH의 기댓값보다 작다. 우리는 월 쿠쿠와 BCH, 정렬 쿠쿠를 비교하는 실험을 진행하였으며, 각 메모리 사용률(10%-95%)에서 월 쿠쿠의 탐색 및 삽입 연산이 다른 기법보다 더 적은 슬롯 접근 횟수를 가지는 것을 보였다.
The data response speed is a critical issue of cloud services because it directly related to the user experience. As such, the in-memory database is widely adopted in many cloud-based applications for achieving fast data response. However, the current implementation of the in-memory database is mostly based on the linked list-based hash table which cannot guarantee the constant data response time. Thus, cuckoo hashing was introduced as an alternative solution, however, there is a disadvantage that only half of the allocated memory can be used for storing data. Subsequently, bucketized cuckoo hashing (BCH) improved the performance of cuckoo hashing in terms of memory efficiency but still cannot overcome the limitation that the insert overhead. In this paper, we propose a data management solution called Wall Cuckoo which aims to improve not only the insert performance but also lookup performance of BCH. The key idea of Wall Cuckoo is that separates the data among a bucket according to the different hash function be used. By doing so, the searching range among the bucket is narrowed down, thereby the amount of slot accesses required for the data lookup can be reduced. At the same time, the insert performance will be improved because the insert is following up the operation of the lookup. According to analysis, the expected value of slot access required for our Wall Cuckoo is less than that of BCH. We conducted experiments to show that Wall Cuckoo outperforms the BCH and Sorting Cuckoo in terms of the amount of slot access in lookup and insert operations and in different load factor (i.e., 10%-95%).
월 쿠쿠: 해시 함수 분류를 이용한 메모리 접근 감소 방법
[NRF 연계] 한국정보처리학회 KIPS Transactions on Computer and Communication Systems Vol.8 No.6 2019.06 pp.127-138
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
데이터 응답 속도는 사용자 경험과 직결되기 때문에 클라우드 서비스의 중요한 이슈이다. 그렇기 때문에 사용자의 요청에 빠르게 응답하기 위하여 인-메모리 데이터베이스는 클라우드 기반 응용 프로그램에 널리 사용되고 있다. 하지만, 현재 인-메모리 데이터베이스는 대부분 연결 리스트 기반의 해시 테이블로 구현되어 있어 상수 시간의 응답을 보장하지 못한다. 쿠쿠 해싱(cuckoo hashing)이 대안으로 제시되었지만, 할당된 메모리의 반만 사용할 수 있다는 단점이 있었다. 이후 버킷화 쿠쿠 해싱(bucketized cuckoo hashing)이 메모리 효율을 개선하였으나 삽입 연산시의 오버헤드를 여전히 극복하지 못하였다. 본 논문에서는 BCH의 삽입 성능과 탐색 성능을 동시에 향상시키는 데이터 관리 방법인 월 쿠쿠(wall cuckoo)를 제안한다. 월 쿠쿠의 핵심 아이디어는 버킷 내부의 데이터를 사용된 해시 함수에 따라 분리하는 것이다. 이를 통하여 버킷의 탐색 범위가 줄어들어 접근해야 하는 슬롯의 수를 줄일 수 있는데, 이렇게 탐색 연산의 성능이 향상되기 때문에 탐색 과정이 포함되어 있는 삽입 연산 또한 개선된다. 분석에 따르면, 월 쿠쿠에서의 슬롯 접근 횟수 기댓값은 BCH의 기댓값보다 작다. 우리는 월 쿠쿠와 BCH, 정렬 쿠쿠를 비교하는 실험을 진행하였으며, 각 메모리 사용률(10%-95%)에서 월 쿠쿠의 탐색 및 삽입 연산이 다른 기법보다 더 적은 슬롯 접근 횟수를 가지는 것을 보였다.
The data response speed is a critical issue of cloud services because it directly related to the user experience. As such, the in-memory database is widely adopted in many cloud-based applications for achieving fast data response. However, the current implementation of the in-memory database is mostly based on the linked list-based hash table which cannot guarantee the constant data response time. Thus, cuckoo hashing was introduced as an alternative solution, however, there is a disadvantage that only half of the allocated memory can be used for storing data. Subsequently, bucketized cuckoo hashing (BCH) improved the performance of cuckoo hashing in terms of memory efficiency but still cannot overcome the limitation that the insert overhead. In this paper, we propose a data management solution called Wall Cuckoo which aims to improve not only the insert performance but also lookup performance of BCH. The key idea of Wall Cuckoo is that separates the data among a bucket according to the different hash function be used. By doing so, the searching range among the bucket is narrowed down, thereby the amount of slot accesses required for the data lookup can be reduced. At the same time, the insert performance will be improved because the insert is following up the operation of the lookup. According to analysis, the expected value of slot access required for our Wall Cuckoo is less than that of BCH. We conducted experiments to show that Wall Cuckoo outperforms the BCH and Sorting Cuckoo in terms of the amount of slot access in lookup and insert operations and in different load factor (i.e., 10%-95%).
영유아용 웨어러블 디바이스의 기능별 분류, 특성 및 개선점에 대한 분석
[Kisti 연계] 한국의류산업학회 한국의류산업학회지 Vol.23 No.5 2021 pp.655-666
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
This study aims to classify wearable devices for infants and children according to their function, and to analyze the types and attachment methods of the devices by function, operating system, characteristics of materials, and types of batteries, and to identify the points for improvement. Forty-eight types of devices investigated through previous studies and keyword research online were analyzed. Wearable devices for infants and children were classified according to their functions into wearable monitors, wearable thermometers, GPS trackers, and smart watches. Devices had different shapes and attachment methods according to their functions, and were mainly clothes or accessory types. The accessory type devices were attached to the body using velcro, clips, bands, or adhesives. Wearable monitors and thermometers mainly used Bluetooth to transmit data wirelessly, and location trackers used various combinations of 4G(LTE), 5G networks, GPS, Wi-Fi, and Bluetooth. Smartwatches had different functions depending on whether smart phones were linked to them or not. Wearable monitors and thermometers mainly used by infants provided material information, but other devices did not. These devices used rechargeable, replaceable, non-rechargeable or non-replaceable batteries. Wearable devices need to be improved to reduce the discomfort experienced by infants and children due to the attachment position, malfunction, skin trouble caused by materials, short time of use of batteries, version conflict and complexity with the device when linking with a smart phone, and non-operation when using Bluetooth.
0개의 논문이 장바구니에 담겼습니다.
선택하신 파일을 압축중입니다.
잠시만 기다려 주십시오.