• Title/Summary/Keyword: effective execution system

Search Result 220, Processing Time 0.045 seconds

Effects and Future Prospect of the Cooperative Culture of Low-land Rice in Korea (우리나라 수도지반재배의 효과와 전망)

  • Min-Shin Cho
    • KOREAN JOURNAL OF CROP SCIENCE
    • /
    • v.7 no.1
    • /
    • pp.85-92
    • /
    • 1969
  • The goal for the improvement of rice culture in our country is to increase the rice yield per unit area, and that thoroughly, to equalize the rice yield per unit are highly by adaptation of high technique, while on the side of the efficiency, to increase the productivity of the labour through the cooperative work. And then, the theory for execution of the cooperative rice culture which is the productive system embodying the goal above and the expected effects as well as the future prospect for the development of the cooperative rice culture must be studied and defined. The results studied up to now are summarized as follows: 1. The cooperative rice culture is one of the most effective ways to execute highly efficient farm management and to supply the technical details on the cultivation for equalized high yield per unit area in the rice cultivating districts. 2. For the most effective accomplishment of the cooperative rice culture, the water control, and soil and variety of rice must be investigated in advance an then the basic technical details for the rice culture must be defined. 3. The rice cultivation calender is drawn up with the main technical details of rice culture by the mutual agreement of all farmers belong to the cooperative farm. All technical details for the rice cultivation in the cooperative farm are standardized by the rice cultivation calendar and the main technical operations should be worked together and the other operations executed individually. 4. The technique for rice cultivation, which was difficult to be introduced in the individual farm management, could be introduced easily to the cooperative rice culture, and the rice yield of the cooperative farm was increased 23.3% compared to that of common farm in 1968. 5. At present, the type of the cooperative rice culture is a primary type of the agreement for farm management, rarely including the associated operation type and the contracted operation type for a part of operation, However, for stabilized high yield through the mechanization of the cultivation system, the cooperative farm must be developed for a course promoting the associated operation type including the technique trust type and the contracted operation type according to the condition of location.

  • PDF

Image alignment method based on CUDA SURF for multi-spectral machine vision application (다중 스펙트럼 머신비전 응용을 위한 CUDA SURF 기반의 영상 정렬 기법)

  • Maeng, Hyung-Yul;Kim, Jin-Hyung;Ko, Yun-Ho
    • Journal of Korea Multimedia Society
    • /
    • v.17 no.9
    • /
    • pp.1041-1051
    • /
    • 2014
  • In this paper, we propose a new image alignment technique based on CUDA SURF in order to solve the initial image alignment problem that frequently occurs in machine vision applications. Machine vision systems using multi-spectral images have recently become more common for solving various decision problems that cannot be performed by the human vision system. These machine vision systems mostly use markers for the initial image alignment. However, there are some applications where the markers cannot be used and the alignment techniques have to be changed whenever their markers are changed. In order to solve these problems, we propose a new image alignment method for multi-spectral machine vision applications based on SURF extracting image features without depending on markers. In this paper, we propose an image alignment method that obtains a sufficient number of feature points from multi-spectral images using SURF and removes outlier iteratively based on a least squares method. We further propose an effective preliminary scheme for removing mismatched feature point pairs that may affect the overall performance of the alignment. In addition, we reduce the execution time by implementing the proposed method using CUDA based on GPGPU in order to guarantee real-time operation. Simulation results show that the proposed method is able to align images effectively in applications where markers cannot be used.

Enhancing the Performance of Multiple Parallel Applications using Heterogeneous Memory on the Intel's Next-Generation Many-core Processor (인텔 차세대 매니코어 프로세서에서의 다중 병렬 프로그램 성능 향상기법 연구)

  • Rho, Seungwoo;Kim, Seoyoung;Nam, Dukyun;Park, Geunchul;Kim, Jik-Soo
    • Journal of KIISE
    • /
    • v.44 no.9
    • /
    • pp.878-886
    • /
    • 2017
  • This paper discusses performance bottlenecks that may occur when executing high-performance computing MPI applications in the Intel's next generation many-core processor called Knights Landing(KNL), as well as effective resource allocation techniques to solve this problem. KNL is composed of a host processor to enable self-booting in addition to an existing accelerator consisting of a many-core processor, and it was released with a new type of on-package memory with improved bandwidth on top of existing DDR4 based memory. We empirically verified an improvement of the execution performance of multiple MPI applications and the overall system utilization ratio by studying a resource allocation method optimized for such new many-core processor architectures.

Development of Measurement Indicators and Effective Analysis for Utilizing Effects of Biotop Map (도시생태현황도의 활용효과 측정지표 개발 및 효과분석)

  • Lee, Eun-Yeob;Kang, Myung-Su;Jeon, Seong-U;Byun, Jong-Bong
    • Journal of Environmental Science International
    • /
    • v.20 no.10
    • /
    • pp.1213-1220
    • /
    • 2011
  • This study aims at choosing indicators to measure the effect of utilizing biotop map, and analyzing its effect by an indicator from the perspective of performer. The Primary performance indicators are made through specialist survey using SMART. As a result, three indicators are chosen: "Discussion of the period of an environmental effects evaluation(reduced effect)", "Plan and execution of environment and ecology plan in an urban development site", "Minimizing ecological damage in an urban development." The result in each indicator is as follows. The indicator of discussion of the period of an environmental effects evaluation(reduced effect), the average reduction rate in statistically meaningful level reduced 6.08% and 11.64% respectively in 2004-2005. In this period, environment information system was established and the reduction effect is shown in this period by reinforcing environment effect estimation using biotop map. As to the indicator of utilizing biotop map in an urban development site, the Seongnam P site case shows that biotop map was used when they set up an development plan. In case of minimizing ecological damage in an urban development, the Gwangjingu G-dong case shows that it was used to appoint preservation sit, and mediate development restrict area. Accordingly, the biotop map utilizing effect is confirmed through core performance indicators and verification of the indicators using SMART. The further research is encouraged to find evaluate indicators and verify the effect quantitatively to increase the use of biotop map.

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

  • Kim, Sung-Soo;Kim, Dong-Heon;Woo, Sang-Kyu;Ihm, In-Sung
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.7
    • /
    • pp.775-787
    • /
    • 2010
  • Unlike general-purpose CPUs, the GPUs have been specialized as many-core streaming processors, and are frequently replacing the CPUs in an increasing range of computations thanks to their outstanding parallel computing capacity. In order to respond to such trend, NVIDIA has recently issued a new parallel computing architecture called CUDA(Compute Unified Device Architecture), offering a flexible GPU programming environment for GPGPU(General Purpose GPU) computing. In general, when programmers use the CUDA API, they should clearly understand many aspects of GPU's computing architecture to produce efficient parallel software. In this article, we explain several optimization techniques for CUDA programming that we have verified through a lot of experiment and trial and error, and review how those techniques affect the performance of code execution. In particular, we use a specific problem as an example to analyze several elements that affect performances, such as effective accesses to hierarchical memory system, processor occupancy, and latency hiding. In conclusion, we present several directions that may be utilized effectively in CUDA-based parallel programming.

Integration of Six Sigma and BPM for Continuous Process Improvement (지속적 프로세스 개선을 위한 6시그마와 BPM 통합 모형)

  • Yoon, Ji Hyun;Jung, Jae-Yoon
    • The Journal of Bigdata
    • /
    • v.2 no.1
    • /
    • pp.5-15
    • /
    • 2017
  • Six Sigma has been adopted for the last two decades in many industries of manufacturing and service business to implement processs improvement. The methodology has difficulties in discovering target projects in the Define step and in controlling continuous measure and control in the Control step. To address the problem, more advanced system is required to support continuous control and management, and business process management (BPM) can be an effective solution for this problem. In this research, we introduce integrated models of Six Sigma and BPM for the purpose of realizing continuous process improvement, and explain the procedure of analyzing, improving, and monitoring the processes based on the data which has been accumulated in business process execution. It is expected that this integrated approach can maximize business performance by improving and managing business continuously on the integrated platform of two business innovation strategies, Six Sigma and BPM.

  • PDF

PECOLE+: An Extension of PECOLE Collaborative System for Supporting Effective Multiple Groups (PECOLE+: 다중그룹을 효과적으로 지원하기 위한 PECOLE 협업 시스템의 확장)

  • Kim, Bo-Hyeon;Park, Jong-Moon;Lee, Myung-Joon;Park, Yang-Soo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.16 no.1
    • /
    • pp.101-115
    • /
    • 2011
  • PECOLE (Peer-to-Peer Collaborative Environment) is a P2P-based multimedia distributed collaborative environment supporting a collaborative workspace which is composed of a variety of collaborative applications such as multi-chat, video conferencing, screen sharing and etc. Unfortunately, due to the PECOLE's simple group management, it is impossible to perform collaboration activities while joining multiple groups. In this paper, we present the design and implementation of PECOLE+ which is an extension of PECOLE. PECOLE+ resolves the drawback of PECOLE by providing the Group Management Service and the Workspace Management Service. The Group Management Service provides functionalities such as creating groups, joining multiple groups, and searching groups, and etc. The Workspace Management Service provides each group with an associated workspace, supporting the execution of collaborative applications over the workspace. In addition, any collaborative applications with the provided plug-in interfaces can be executed over the workspace as a PECOLE+ collaborative application.

Total Ordering Algorithm over Reliable Multicast Protocol using Token Passing Mechanism (멀티캐스트 프로토콜상에서 토큰 전달 방법을 이용한 전체 순서화 알고리즘)

  • Won, Yu-Jae;Yu, Gwan-Jong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.8
    • /
    • pp.2158-2170
    • /
    • 1999
  • It has been required more reliable communication on processes and improvement of system performance as distributed systems using multicast protocol became widespread. In distributed environment maintaining data consistency through asynchronous execution of processes and coordinating the activities of them would occurs. This paper proposes a total ordering algorithm, TORMP, in order to resolve these problems. TORMP takes advantage of multicast protocol and uses an effective token passing method. It reduces a process delaying time before transmitting its message by multicasting a token simultaneously to every process that initiates the request of the message. Moreover, the processes receiving the token start multicasting the message at the same time, which causes to cut down the overall transmission dely. In case that one process sends a message, TORMP hardly uses the procedure of controlling for ordering. It gives fairly the right of sending messages to all processes in a group with utilizing vector clock. In TORMP, unlike other algorithms, the number of packets generated during ordering process does not depend on the number of processes.

  • PDF

A Value-For-Money Model of BTL Projects for Educational Facilities (교육시설 BTL 사업의 투자가치 평가모형 구축)

  • Kim, Jang-Young;Son, Ki-Young;Kook, Dong-Hoon;Kim, Sun-Kuk
    • Proceedings of the Korean Institute Of Construction Engineering and Management
    • /
    • 2006.11a
    • /
    • pp.87-91
    • /
    • 2006
  • After reformation of 'the law of private investment on social infrastructure' on January 2005, BTL of educational facilities can improve the education circumstance at early stage, however there are trial and error, problems of execution as well. The key of this problem is not only related to whether BTL project is more reasonable, but it also leads to the proper performance of eligibility analysis on BTL. Therefore, it lead to the proper carryout of eligibility analysis on BTL. In order to promote effective BTL project of educational facilities, this study analyzes problems of existing model and creates the evaluation model for solving this problem. In this study, the evaluation model of investment on BTL has more quick ,accuracy and useful effect than previous one, if it is applied on eligibility stage. Moreover, this method could be applied to public building, SOC facilities effectively based on being modified as each characteristics of structure suitably.

  • PDF

An Effective Query Rewriting Method in Secure XML Access Control (안전한 XML 접근제어에서 효율적인 질의 재작성 기법)

  • An, Dong-Chan;Byun, Chang-Woo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.11 no.5 s.43
    • /
    • pp.127-137
    • /
    • 2006
  • We propose two phase filtering scheme to develop an efficient mechanism for XML databases to control query-based access. An access control environment for XML documents and some techniques to deal with fine-grained authorization priorities and conflict resolution issues are proposed. Despite this, relatively little work has been done to enforce access controls particularly for XML databases in the case of query-based access. The basic idea utilized is that a user query interaction with only necessary access control rules is modified to an alternative form through a query optimization technique, which is guaranteed to have no access violations using tree-aware metadata of XML schemas. The scheme can be applied to any XML database management system and has several advantages such as small execution time overhead, fine-grained controls, and safe and correct query modification. The experimental results clearly demonstrate the efficiency of the approach.

  • PDF