• 제목/요약/키워드: Pointer

검색결과 308건 처리시간 0.037초

무선 이동 망에서 결함 포용 위치 관리를 위한 전방 포인터 방법 (A Pointer Forwarding Scheme for Fault-Tolerant Location Management in Wireless Mobile Networks)

  • 천성광;배인한
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2002년도 춘계학술발표논문집 (하)
    • /
    • pp.1261-1264
    • /
    • 2002
  • 개인 통신 서비스에서 주된 당면 문제중의 하나는 위치를 자주 이동하는 많은 이동 단말기들의 위치를 찾는 것이다. 위치 관리를 성취하기 위하여 많은 네트워크 신호처리 트래픽과 데이터베이스 질의가 요구된다. 다수의 정책들은 이동 단말기의 현재 위치를 저장하기 위하여 위치 레지스터 데이터베이스를 사용하고, 그 위치 레지스터의 고장에 대해 약점을 가지고 있다. 이 논문에서, 우리는 위치 레지스터들의 고장을 포용하는 분산 홈 위치 레지스터를 갖는 결함 포용 전방 포인터 방법을 제안한다. 제안하는 방법의 성공을 분석적 모델로 평가하고, Biaz의 우회 전방 정책, 두개 경로 전방 정책과 성능을 비교한다.

  • PDF

Single Address Space(SAS) Architecture를 이용한 Embedded Operating System (Embedded Operating System using the Single Address Space(SAS) Architecture)

  • 안광혁
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2003년도 학술회의 논문집 정보 및 제어부문 B
    • /
    • pp.608-611
    • /
    • 2003
  • A large part of the embedded system, compared with the PC, have low performance CPU and small memory. So the embedded operating system fits the condition of that hardware system. A Single Address Space (SAS) OS has the operating system and all applications in the single address space. The SAS architecture enhances sharing and co-operation, because addresses have a unique interpretation. Thus, pointer-based date structures can be directly communicated and shared between programs at any time, and can be stored directly on storage. The key point of the SAS OS on the embedded system is the low overhead inter-action between programs in process and usage. So SAS OS can be ported on the low performance CPU. In this paper, we design the SAS OS (named emNOS, Embedded Network Operating System) on the ARMTTDMI processor. Finally we show the benefits of the SAS OS on the embedded system.

  • PDF

팬틸트와 PSD 센서를 이용한 수중 로봇의 위치추적 시스템 구현 (Design of Position Tracing System for Underwater Vehicle Robots using Pan/Tilt and PSD Sensor)

  • 김명환;이승민;이흥호;이남호;김승호
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2003년도 학술회의 논문집 정보 및 제어부문 B
    • /
    • pp.536-539
    • /
    • 2003
  • This paper presents a study of position tracing system for Underwater Vehicle Robots(UVR) that is inspecting an atomic furnace. This system development is the basic research for the purpose of position estimation of UVR and preventing that UVR crash into the wall of an atomic furnace. For this purpose, Pan/Tilt Unit that is attached Laser is pointing PSD(Position Sensitive Detector) Sensor which is stuck to the upper side of UVR. Through this action, we can find the Position of UVR. In this paper, we construct the system for aiming the laser pointer at PSD Sensor using pan/tilt and study the optimum algorithm for finding the optional position that is located at the space which is pointable area by Laser device.

  • PDF

개에서 파라쿼트 중독 (Paraquat Poisoning in n Dog)

  • 정재용;이차수;정원일;노동형;안미영;김수종;지영흔;도선희;이미나
    • 한국임상수의학회지
    • /
    • 제19권3호
    • /
    • pp.379-382
    • /
    • 2002
  • A patient (Pointer+Viszula mixed breed, 4 months old, male), with chief historic sign of acute vomiting, hemorrhagic diarrhea, anorexia and dyspnea during 4 days was admitted to College of Veterinary Medicine, Kyungpook National University. Necropsy findings were revealed ulcer and hemorrhage contained hemorrhagic diarrhea in gastrointestinal tract, severe emphysema and hemorrhage in the lung and kidney and cardiac hypertropy. Histopathological changes showed emphysema, hyperemia and hemorrhage in the lung, severe hyperemia, hemorrhage, hepatic vacuolation and cellular necrosis in the liver, hyperemia, hemorrhage, necrosis of tubular epithelium in the kidney, hemorrhage in cardiac muscle and hyperemia, necrosis and sloughing of epithelium in the intestine. Histopathological diagnosis was made as paraquat poisoning.

$T^2$-트리: 동적 주기억 데이터베이스를 위한 효율적 색인 구조 ($T^2$-Tree: An Efficient Index Structure for Dynamic Main Memory Database)

  • 김태진;전홍석;이재호;노삼혁
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 1999년도 가을 학술발표논문집 Vol.26 No.2 (1)
    • /
    • pp.258-260
    • /
    • 1999
  • 주기억 데이터베이스를 위한 색인 구조는 기존의 디스크 기반 데이터베이스의 색인 구조와는 고려되어야 할 사항이 다르다. 최근까지 연구된 색인 구조 중 대표적인 것은 T-트리와 T*-트리이다. 비록 T*-트리가 T-트리의 단점인 범위 질의의 비효율성을 해결하고 있지만 데이터의 삽입과 삭제가 많은 시스템에서 트리 균형을 맞추기 위한 오버헤드, 회전 연산의 수행과 후위 포인터(successor pointer)의 추가적인 오버헤드가 있다. 따라서 본 논문에서는 삽입과 삭제가 빈번한 동적 주기억 데이터베이스를 위해서 억제된 노드 생성 및 삭제 기법과 스레드 이진 트리의 특성을 이용한 보다 효율적인 색인 구조인 T2-트리를 제안한다.

  • PDF

데이터로그 시스템들의 재귀 질의 처리 성능 평가 (Experimental Evaluation of Recursive Query Processing in Datalog Systems)

  • 이유경;김현지;홍기재;강혁규;한욱신
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2019년도 추계학술발표대회
    • /
    • pp.729-732
    • /
    • 2019
  • 데이터로그는 논리형 선언형 프로그래밍 언어로, 특히 재귀적인(recursion) 알고리즘을 표현하기 편리한 언어이다. 대표적인 데이터로그 시스템으로는 CORAL, LogicBlox, XSB, Soufflé가 있다. 본논문에서는 이 네 가지 시스템의 특징을 설명하고, 세 가지 벤치마크, 이행적 폐쇄(Transitive closure), 동세대(same generation), 포인터 분석(pointer analysis)으로 데이터로그 시스템들의 재귀 질의(recursive query) 처리 성능을 비교하였다.

시뮬레이션 도구 SMPLE의 개발 및 멀티프로세서 시스템 성능 분석에의 활용 (Development of Simulation Tool SMPLE and Its Application to Performance Analysis of Multiprocessor Systems)

  • 조성만
    • 한국시뮬레이션학회논문지
    • /
    • 제1권1호
    • /
    • pp.87-102
    • /
    • 1992
  • This paper presents the development of event-driven system level simulation tool SMPLE(Smpl Extende, an extention fo smpl) and its application to the performance analysis of multiprocessor computer systems. Because of its data structure, it is very difficult to change, expand or add new functions to simulation language smpl implemented by MacDougall. In SMPLE, we change data structure with structure and pointer, add new functions, and enable dynamic memory management. Using new data structure, facilities, and functions added in SMPLE, we simulate job processing of a shared bus multiprocessor system with autonomous hierarchical I/O subsystem. We set system performance contribution of subsystems and units. The impact of disk I/O on system performance is evaluated under vairous conditions of number of processors, processing power, memory access time and disk seek time.

  • PDF

Simple and effective neural coreference resolution for Korean language

  • Park, Cheoneum;Lim, Joonho;Ryu, Jihee;Kim, Hyunki;Lee, Changki
    • ETRI Journal
    • /
    • 제43권6호
    • /
    • pp.1038-1048
    • /
    • 2021
  • We propose an end-to-end neural coreference resolution for the Korean language that uses an attention mechanism to point to the same entity. Because Korean is a head-final language, we focused on a method that uses a pointer network based on the head. The key idea is to consider all nouns in the document as candidates based on the head-final characteristics of the Korean language and learn distributions over the referenced entity positions for each noun. Given the recent success of applications using bidirectional encoder representation from transformer (BERT) in natural language-processing tasks, we employed BERT in the proposed model to create word representations based on contextual information. The experimental results indicated that the proposed model achieved state-of-the-art performance in Korean language coreference resolution.

레이저 기기의 국제표준 평가 방법 및 안전 관리 방안 연구 (Study on Safety Control of The Laser Equipment)

  • 박찬근;김영길
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2016년도 추계학술대회
    • /
    • pp.419-422
    • /
    • 2016
  • 최근 레이저 기술개발로 레이저 포인터, 레이저 수평계, 거리측정기, 온도계 등 다양한 레이저 제품들이 생산되고 있다. 다만 대부분의 소비자들은 그의 위험성에 대해서 인지하지 못하고, 무심코 사용한 레이저 용품에 의해 영구적 망막손상이나, 피부손상 등을 초래하고 있다. 이에 국내외 안전관리 현황 및 국제표준 IEC 60825-1 의 안전 요구사항 분석에 대한 연구이다.

  • PDF

갤럭시노트 디바이스를 이용한 무선 태블릿 시스템의 구현 (The implementation of the wireless tablet system using GalaxyNote device)

  • 윤동준;최병윤
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2014년도 춘계학술대회
    • /
    • pp.447-450
    • /
    • 2014
  • 본 논문에서는 갤럭시노트를 사용하여 PC에 대한 무선 태블릿 장치의 효율적으로 구현하는 방안을 제시하였다. 무선 태블릿 장치는 갤럭시 노트, 스타일러스 펜과 블루투스 신호를 직렬 통신신호로 변환하는 장치로 구성된다. 무선 태블릿 장치는 스타일러스 펜이 가리키는 좌표정보를 PC로 전송하기 위해 블루투스 통신을 사용한다. 자체 개발한 윈도우 마우스 필터 드라이버는 전송받은 좌표를 X, Y값으로 분리한 후에 변환된 좌표값으로 윈도우 응용 프로그램이 동작하는 동안 마우스 포인터의 위치를 제어한다.

  • PDF