• 제목/요약/키워드: Processing Path

검색결과 1,208건 처리시간 0.029초

XML 실체뷰를 이용한 XML 질의 처리 : 경로 표현식의 분할 처리 및 결과 통합 (Processing XML Queries Using XML Materialized Views : Decomposition of a Path Expression and Result Integration)

  • 문찬호;강현철
    • 정보처리학회논문지D
    • /
    • 제10D권4호
    • /
    • pp.621-638
    • /
    • 2003
  • 웹 상에서 XML 문서의 수요가 증가함에 따라 XML 문서를 자원으로 갖는 웹 서비스 응용들이 증가하고 있다. 이들 웹 서비스 응용에서 질의 처리 시 성능 향상을 위해 XML 데이타에 대한 뷰 메커니즘을 고려할 수 있다. XML 질의 결과를 실체뷰로 유지하고, 하부 XML 문서에 대한 원래의 질의를 관련된 실체뷰에 대한 질의로 변환하여 수행한다면 질의 응답시간을 줄일 수 있을 것이다. 실체뷰를 이용한 질의 처리의 유형으로는 $\circled1$ 실체뷰로부터 원하는 결과를 모두 얻을 수 있는 유형과 $\circled2$ 질의 결과의 일부는 실체뷰에 존재하지만 일부는 하부 XML 문서로 부터 검색해야 하는 유형이 있다. 본 논문에서는 두 번째 유형에 대하여 연구한다. 본 논문의 질의는 여러 XML 질의어들이 갖는 핵심적인 기능 중 하나인 XML 경로 표현식이다. 본 논문에서는 먼저, XML 저장소 내 하부 XML 문서들로부터 도출된 XML 실체뷰의 저장 구조를 제시 한 후, 주어진 XML 질의를 실체뷰에 대한 질의와 하부 데이타에 대한 질의로 분할하는 알고리즘과 분할 질의의 결과를 통합하는 알고리즘을 제시한다. 그리고, 성능 평가를 통하여 실체뷰를 이용한 질의 분할 처리가 성능 향상을 가져오는 조건을 구한다.

A Development for Web -based Name-plate Production System by using Image Processing

  • Kim, Gibom;Youn, Cho-Jin
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2001년도 ICCAS
    • /
    • pp.60.2-60
    • /
    • 2001
  • In this paper, manufacturing system and Internet are combined and NC milling machine engraves image and text on nameplate. Image and text are input through Internet. And NC tool path is obtained by thinning algorithm and NC part program is generated. Thinning algorithm detects center lines from image and text by using connectivity and tool path is obtained along the center line. Actually experiments are performed and thinning algorithm and G-code generation module are verified.

  • PDF

Distance Measurement Using the Kinect Sensor with Neuro-image Processing

  • Sharma, Kajal
    • IEIE Transactions on Smart Processing and Computing
    • /
    • 제4권6호
    • /
    • pp.379-383
    • /
    • 2015
  • This paper presents an approach to detect object distance with the use of the recently developed low-cost Kinect sensor. The technique is based on Kinect color depth-image processing and can be used to design various computer-vision applications, such as object recognition, video surveillance, and autonomous path finding. The proposed technique uses keypoint feature detection in the Kinect depth image and advantages of depth pixels to directly obtain the feature distance in the depth images. This highly reduces the computational overhead and obtains the pixel distance in the Kinect captured images.

Atmospheric Pressure Plasma Research Activity in Korea

  • Uhm, Han S.
    • 한국표면공학회지
    • /
    • 제34권5호
    • /
    • pp.367-377
    • /
    • 2001
  • Plasma is generated by electrical discharge. Most plasma generation has been carried out at low-pressure gas typically less than one millionth of atmospheric pressure. Plasmas are in general generated from impact ionization of neutral gas molecules by accelerated electrons. The energy gain of electrons accelerated in an electrical field is proportional to the mean free path. Electrons gain more energy at low-pressure gas and generate plasma easily by ionization of neutrals, because the mean free path is longer. For this reason conventional plasma generation is carried out at low pressures. However, many practical applications require plasmas at high-pressure. In order to avoid the requirement for vacuum pumps, researchers in Korea start to develop plasmas in high-pressure chambers where the pressure is 1 atmosphere or greater. Material processing, environmental protection/restoration and improved energy production efficiency using plasmas are only possible for inexpensive bulk plasmas. We thus generate plasmas by new methods and plan to set foundations for new plasma technologies for $21^{st}$ / century industries. This technological research will play a central role in material processing, environmental and energy production industries.

  • PDF

최단 경로 갱신문제를 해결하는 분산알고리듬 (An Efficient Distributed Algoritm for the Weighted Shortest-path Updating Problem)

  • 박정호;이경오;강규철
    • 한국정보처리학회논문지
    • /
    • 제7권6호
    • /
    • pp.1778-1784
    • /
    • 2000
  • We consider the weighted shortest path updating problem, that is, the problem to reconstruct the weighted shortest paths in response to topology change of the network. This appear proposes a distributed algorithms that reconstructs the weighted shortest paths after several processors and links are added and deleted. its message complexity and ideal-time complexity are O(p$^2$+q+n') and O(p$^2$+q+n') respectively, where n' is the number of processors in the network after the topology change, q is the number of added links, and p is the total number of processors in he biconnected components (of the network before the topology change) including the deleted links or added links.

  • PDF

최단경로문제를 해결하는 효율적인 분산 알고리즘 (A Distributed Algorithmfor Weighted Shortest Path Problem)

  • 박정호;박윤용
    • 한국정보처리학회논문지
    • /
    • 제6권1호
    • /
    • pp.42-48
    • /
    • 1999
  • 최단경로를 포함한 어떤 문제를 해결하는데 필요한 정보가 네트워상의 프로세서에 분산되어 있는 상황에서 그들 정보를 교환하면서, 그 문제를 해결하는 알고리즘을 분산알고리즘(Distributed Algorithm)이라고 한다. 본 논문에서는 비동기식 네트워크에서 최단경로문제를 해결하는 분산 알고리즘을 제안한다. 일반적으로 분산 알고리즘은 메시지 복잡도와 이상시간 복잡도로 평가되는데, 본 논문에서 제안하는 분산 알고리즘이 메시지 복잡도와 이상 시간 복잡도는 각각 O(n53)와 O(nln)이다. 여기서, n은 네트상에 있는 프로세서 수를 나타낸다.

  • PDF

MAP : A Balanced Energy Consumption Routing Protocol for Wireless Sensor Networks

  • Azim, Mohamed Mostafa A.
    • Journal of Information Processing Systems
    • /
    • 제6권3호
    • /
    • pp.295-306
    • /
    • 2010
  • Network lifetime is a critical issue in Wireless Sensor Networks (WSNs). In which, a large number of sensor nodes communicate together to perform a predetermined sensing task. In such networks, the network life time depends mainly on the lifetime of the sensor nodes constituting the network. Therefore, it is essential to balance the energy consumption among all sensor nodes to ensure the network connectivity. In this paper, we propose an energy-efficient data routing protocol for wireless sensor networks. Contrary to the protocol proposed in [6], that always selects the path with minimum hop count to the base station, our proposed routing protocol may choose a longer path that will provide better distribution of the energy consumption among the sensor nodes. Simulation results indicate clearly that compared to the routing protocol proposed in [6], our proposed protocol evenly distributes the energy consumption among the network nodes thus maximizing the network life time.

An FPGA Implementation of High-Speed Adaptive Turbo Decoder

  • Kim, Min-Huyk;Jung, Ji-Won;Bae, Jong-Tae;Choi, Seok-Soon;Lee, In-Ki
    • 한국통신학회논문지
    • /
    • 제32권4C호
    • /
    • pp.379-388
    • /
    • 2007
  • In this paper, we propose an adaptive turbo decoding algorithm for high order modulation scheme combined with originally design for a standard rate-1/2 turbo decoder for B/QPSK modulation. A transformation applied to the incoming I-channel and Q-channel symbols allows the use of an off-the-shelf B/QPSK turbo decoder without any modifications. Adaptive turbo decoder process the received symbols recursively to improve the performance. As the number of iterations increase, the execution time and power consumption also increase as well. The source of the latency and power consumption reduction is from the combination of the radix-4, dual-path processing, parallel decoding, and early-stop algorithms. We implemented the proposed scheme on a field-programmable gate array (FPGA) and compared its decoding speed with that of a conventional decoder. From the result of implementation, we confirm that the decoding speed of proposed adaptive decoding is faster than conventional scheme by 6.4 times.

절삭가공 시 출구 버어의 최소화를 위한 최적 가공계획 알고리즘의 개발 (Development of Optimal Process Planning for Exit Burr Minimization in Milling Operation)

  • 김영진;김지환;정희철
    • 한국공작기계학회논문집
    • /
    • 제16권1호
    • /
    • pp.33-39
    • /
    • 2007
  • One of the most important processes is the face milling in processing task. It makes the smooth surface of processed goods. In processing stage, the formation of burr is inevitable. The formed burr decreases a detailed drawing and effects the safety of workers. So, it causes a deburring process for removing and a bottle-neck condition. Therefore, the study which can minimize the generation of burr is needed. In this paper, complex feature, such as line, arc, circle, spline is studied more reality than any other papers. And also, the algorithm which can predict the path of generated burr is established. Moreover, the finality goal is that the system which can produce tool-path minimized has to be developed.

격자를 이용한 경로 예측 기반 센서 레지스트리 시스템 개선방안 (Improving the Path Prediction-based Sensor Registry System using Grid)

  • 정현준;이석훈;정동원;백두권
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2016년도 추계학술발표대회
    • /
    • pp.829-832
    • /
    • 2016
  • 경로 예측 기반의 센서 레지스트리 시스템(Path Prediction-based Sensor Registry System, PP-SRS)는 이기종 환경에서 센서 네트워크 환경에서 센서 데이터의 즉각적인 활용과 끊김 없는 해석을 위해 사용자에게 센서 정보를 제공한다. PP-SRS는 사용자의 위치를 경로 단편으로 사상하여 표현한다. 그리고 경로 단편기반으로 사용자의 경로를 예측한다. 그러나 도로 정보에 대한 경로 단편을 미리 구성해야 사용할 수 있으며 구성된 도로 정보를 무시한 경로가 발생하는 문제점을 가지고있다. 이 논문에서는 이 문제점을 해결하기 위하여 PP-SRS를 위한 격자를 이용한 개선방안을 제안한다. 이 논문은 기존의 경로 단편 표현방법과 제안하는 격자 기반 경로 표현방법에 대하여 비교한 후 PP-SRS에 개선 방법에 대하여 서술한다.