• Title/Summary/Keyword: 코드 최적화

Search Result 480, Processing Time 0.026 seconds

Platform Design for Optimal Migration Cost of Mobile Agents (이동 에이전트의 최적 이주 비용을 위한 플랫폼 설계)

  • 김완성;복경수;신재룡;유재수
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.8 no.1
    • /
    • pp.137-149
    • /
    • 2004
  • A new software paradigm is required on the development of network and various service requirements. With this, many studies on a mobile agent have been made. For the execution of the mobile agent, migration is the most important factor that influences the performance of the mobile agent. In this paper we propose the method that leads to high migration efficiency in order to improve the performance. The features of our migration technique are as follows. First, the migration technique creates the dynamic itinerary that appropriately copes with the network conditions and the platform changes to improve the agent execution efficiency. Second, it perfecters an executed code to reduce the amount of the mobile data and reduces the execution time by instantiating the agent in advance. Third, it improves the execution efficiency by using the checkpoint-based recovery method that does not execute the agent again and recovers the process states even though the errors take place. Though the simulation we compare the proposed method with the existing methods. The simulation result shows that the proposed method outperform the existing methods in terms of migration.

Development of a Cycle Simulation Program for Multi-Airconditioning Systems using R410A (R410A를 사용하는 멀티에어컨 시스템을 위한 사이클 시뮬레이션 프로그램 개발)

  • Kim, Young-Jae;Park, In-Sub;Kim, Hak-Hee;Yoon, Baek;Gil, Sung-Ho
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.3 no.3
    • /
    • pp.210-215
    • /
    • 2002
  • In this study, the computer program called Multi_Cycle, which simulates the steady-state performance (coefficient of performance, capacity, power consumption and etc.) of multi- airconditioning systems using R410A, was developed. In order to validate the simulation program, a series of case studies were carried out. The Multi_Cycle consists of several subroutines for simulating indoor units. outdoor unit, compressor, and expansion devices. and for estimating the thermodynamic and transport properties of the refrigerants and moist air. It would appear to be advantageous to use the Multi_Cycle for a performance analysis when considering various kinds of refrigerants and the complex operating conditions of each unit making up the multi-airconditioner cycle. Moreover, the Multi_Cycle would seem to be useful tool in optimizing a multi-airconditioning system and establishing economical and efficient operating conditions in the multi-airconditioner cycle. In the present study, the Multi_Cycle was programmed with Digital Visual Fortran for the main simulation code and Visual Basic for- the graphic user interface.

  • PDF

Performance Analysis of Operation Strategy of Dual Virtual Cell-based System under The Overlay Convergent Networks of Cognitive Networking (인지 네트워킹 기반 중첩 융합 네트워크에서 이중 가상 셀 운영방안의 성능분석)

  • Choi, Yu-Mi;Kim, Jeong-Ho
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.37 no.6B
    • /
    • pp.483-488
    • /
    • 2012
  • With the fast growing data traffic, the performance of the convergent overlay network environment under the cognitive networking environment is crucial for the implementation of the efficient network structure. In order to achieve high capacity and reliable link quality in wireless communication of the overlay convergent networks with the cognitive networking based on the advanced capability of the mobile terminal, a Distributed Wireless Communication System (DWCS) can provide the capability of ambient-aware dual cell system's operation. This paper has considered virtual cell: the Dual Virtual Cell (DVC), and also proposes DVC employment strategy based on DWCS network. One is the Active Virtual Cell which exists for user's actual data traffic and the other is the Candidate Virtual Cell which contains a set of candidate antennas to protect user's link quality from performance degradation or interruption. The considered system constructs DVC by using cognitive ability of finding useful virtual signals. Also, for multi-user high-rate data transmission, the DWCS system exploits Space-Time Trellis Codes. The effects of changing environments on the system performance has been investigated thereafter.

Developing Management System for Urban Facilities Based on Ubiquitous (유비쿼터스 기반의 도시시설물 관리시스템 개발)

  • Choi, Byoung-Gil;Lee, Cheol-Joon
    • Journal of Korean Society for Geospatial Information Science
    • /
    • v.15 no.1 s.39
    • /
    • pp.61-66
    • /
    • 2007
  • The final object of this research is to construct general management system that can manage diverse facilities of city on the basis of ubiquitous technology. Defining data format of items in each management, type and code for the urban facilities, the researcher designed database of urban facilities through the process of establishing logic model and data modelling. By inputting designed database into RFID Tag of each urban facilities and using RFID Reader and PDA, the researcher developed system that can efficiently manage the basic attributes and information and management information of urban facilities. Applying the general management system for urban facilities constructed on the basis of ubiquitous, the researcher could check the information of target facilities and input revised data. Further, it was found that the characteristics of RFID Tag and GPS should improve the optimal hardware combination and PDA performance for the surrounding environmental influence and system performance.

  • PDF

Simulation of Direct Methanol Fuel Cells Employing Computational Fluid Dynamics(CFD) (유체 전산모사를 통한 직접 메탄올 연료전지의 시뮬레이션)

  • Kim, Young-Jin;Lee, Tae-Hee;Oh, In-Hwan;Hong, Seong-An;Kim, Huk-Nyun;Ha, Heung-Yong
    • Journal of the Korean Electrochemical Society
    • /
    • v.6 no.1
    • /
    • pp.28-35
    • /
    • 2003
  • A numerical analysis of electrochemical reaction and dynamics of the fluid flow in the channels of a DMFC separator was carried out by using a commercial Computational Fluid Dynamics(CFD) code fluent(ver.6.0). From the simulation work, many valuable informations were obtained in terms of distributions of velocity, pressure, temperature, concentration and current density over the flow field. And it was possible to optimize the flow field structure by using the simulation results. The simulation work using the Cm code was found very helpful in analysing the phenomena occurring in the fuel cell and optimizing the structures of electrodes and flow field.

Aspect Mining Process Design Using Abstract Syntax Tree (추상구문트리를 이용한 어스팩트 마이닝 프로세스 설계)

  • Lee, Seung-Hyung;Song, Young-Jae
    • The Journal of the Korea Contents Association
    • /
    • v.11 no.5
    • /
    • pp.75-83
    • /
    • 2011
  • Aspect-oriented programming is the paradigm which extracts crosscutting concern from a system and solves scattering of a function and confusion of a code through software modularization. Existing aspect developing method has a difficult to extract a target area, so it is not easy to apply aspect mining. In an aspect minning, it is necessary a technique that convert existing program refactoring elements to crosscutting area. In the paper, it is suggested an aspect mining technique for extracting crosscutting concern in a system. Using abstract syntax structure specification, extract functional duplicated relation elements. Through Apriori algorithm, it is possible to create a duplicated syntax tree and automatic creation and optimization of a duplicated source module, target of crosscutting area. As a result of applying module of Berkeley Yacc(berbose.c) to mining process, it is confirmed that the length and volume of program has been decreased of 9.47% compared with original module, and it has been decreased of 4.92% in length and 5.11% in volume compared with CCFinder.

Nonlinea Perturbation Method for Dynamic Structural Redesign (동적(動的) 구조(構造) 재설계(再說計)를 위한 비선형(非線形) 섭동법(攝動法))

  • Kyu-Nam,Cho
    • Bulletin of the Society of Naval Architects of Korea
    • /
    • v.26 no.1
    • /
    • pp.39-45
    • /
    • 1989
  • Many mechanical systems including ships and/or offshore structures have poor dynamic response characteristics such as undesirable natural frequencies and undesirable mode shapes. It is mandatory to redesign the structure. In this paper a procedure for the dynamic redesign of an undamped structural system is presented. The method which uses a penalty function with a penalty term containing error in equilibrium for a given vibration mode may have a shortcoming. This method includes unconstrained eigenvector degrees of freedom as unknowns. In the work developed here, only constrained mode shape changes are used in the solution procedure, resulting in a reduction of the unnecessary calculations. Among the set of equations which characterizes the redesign of the structural systems, the under constrained problem is discussed here and formulated as an optimization problem, with an optimal criterion such as minimum change or minimum structural weight of the system. Four simple numerical applications illustrate the efficiency of the method. The method can be applied to the vibration problems of ships and/or offshore structures with an implementation of the commercial FE codes.

  • PDF

Nesting Algorithm for Optimal Layout of Cutting parts in Laser Cutting Process (레이저 절단공정에서 절단부재의 최적배치를 위한 네스팅 알고리즘)

  • 한국찬;나석주
    • Journal of Welding and Joining
    • /
    • v.12 no.2
    • /
    • pp.11-19
    • /
    • 1994
  • 레이저 가공기술은 재료가공 분야에서 넓은 응용분야를 가지고 있으며, 특히 절단, 용접, 열처리 등의 가공분야에서 고정밀도와 자동화의 용이성으로 인해 생산성이 높은, 고부가가치의 첨단응용 기술로 부각되고 있다. 특히 레이저절단은 타 절단법에 비교되는 절단정도, 열영향, 생산성, 작업 환경등의 각종 우위성으로 박판 및 후판절단분야에서 급속한 보급을 보이기 시작하였다. 현재 대 부분의 레이저 가공기는 CNC화 되어가고 있는 추세이며, 레이저 절단의 경우 생산성증대 및 고 정밀화를 위하여 CAD/CAM인터페이스에 의한 자동화가 필연적인 상황이다. 뿐만아니라 고출력 레이저 발전기를 가공 기본체에 탑재한 탑재형 레이저가공기의 출현으로 대형부재의 절단이 가능 하게 되었으며, 더불어 절단공정의 무인화를 지향하는 각종 시스템이 개발되고 있다. 이와 같은 무인화, 생산성증대, 작업시간단축과 러닝 코스트 및 재료의 절감을 위한 노력의 일환으로 컴 퓨터에 의한 자동 및 반자동 네스팅 시스템의 개발을 들 수 있다. 레이저에 의한 2차원 절단응 용분야에서의 네스팅작업은 설계가 끝난 각 부품의 절단작업의 전단계로서 수행되며, 일반적으로 네스팅공정이 완료되면 절단경로를 결정하고 가공조건과 함께 수치제어공작기계의 제어에 필요한 NC코드를 생성하게 된다. 최근에는 이와 같은 네스팅 시스템이 일부 생산현장에 적용되고 있 으나 이러한 시스템들의 대부분이 외국에서 개발된 것을 수입하여 사용하는 실정이다. 2차원 패턴의 최적자동배치문제는 비단 레이저 절단과 같은 열가공 분야에서 뿐만 아니라 블랭킹 금형, 의류, 유리, 목재등 여러분야에서 응용이 가능하며 패키지의 국산화가 시급한 실정이다. 네스 팅작업은 적용되는 분야에 따라 요구사항과 구속조건이 달라지며 이로 인해 알고리즘과 자료구 조도 달라지게 되나 공통적인 목표는 주어진 영역안에서 겹침없이 배치하면서 버림율을 최소화 하는 것이다. 지난 10여년간 여러 산업의 응용분야에서는 네스팅시스템의 도입이 활발하게 이 루어지고 있는데 수동에 반자동 및 자동에 이르기까지 다양하나 자동네스팅시스템의 경우 배치 효율의 신뢰성이 비교적 부족하기 때문에 아직까지는 생산현장에서 기피하는 실정이다. 배치알 고리즘의 관점에서 볼 때 이러한 문제들은 NP-complete문제로 분류하며 제한된 시간안에 최적의 해를 구하기가 가능한 조합 최적화 문제로 알려져 있다. 따라서 이 글에서는 레이저 절단분야 에서의 네스팅시스템에 관한 개요와 최근의 연구동향 그리고 몇 가지 전형적인 네스팅 알고리 즘들을 소개하고 비교분석을 통해 개선점을 간략하게 논의하고자 한다.

  • PDF

A High Linearity Low Noise Amplifier Using Modified Cascode Structure (높은 선형성을 갖는 새로운 구조의 MMIC 저잡음 증폭기)

  • Park, Seung Pyo;Eu, Kyoung Jun;No, Seung Chang;Lee, Moon-Que
    • The Journal of Korean Institute of Electromagnetic Engineering and Science
    • /
    • v.27 no.2
    • /
    • pp.220-223
    • /
    • 2016
  • This letter proposes a low noise amplifier which has low noise figure and high linearity simultaneously using a cascode structure with an additional transistor. The proposed structure minimizes the noise source by using optimizing transistor sizes and also improves linearity from the current bleeding technique. The device was fabricated in a $0.5{\mu}m$ GaAs pHEMT process and has noise figure of 1.1 dB, a voltage gain of 15.0 dB, an $OIP_3$ of 30.8 dBm and an input/output return loss of 11.6 dB/10.4 dB from 1.8 to 2.6 GHz.

An Area-efficient Design of SHA-256 Hash Processor for IoT Security (IoT 보안을 위한 SHA-256 해시 프로세서의 면적 효율적인 설계)

  • Lee, Sang-Hyun;Shin, Kyung-Wook
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.22 no.1
    • /
    • pp.109-116
    • /
    • 2018
  • This paper describes an area-efficient design of SHA-256 hash function that is widely used in various security protocols including digital signature, authentication code, key generation. The SHA-256 hash processor includes a padder block for padding and parsing input message, so that it can operate without software for preprocessing. Round function was designed with a 16-bit data-path that processed 64 round computations in 128 clock cycles, resulting in an optimized area per throughput (APT) performance as well as small area implementation. The SHA-256 hash processor was verified by FPGA implementation using Virtex5 device, and it was estimated that the throughput was 337 Mbps at maximum clock frequency of 116 MHz. The synthesis for ASIC implementation using a $0.18-{\mu}m$ CMOS cell library shows that it has 13,251 gate equivalents (GEs) and it can operate up to 200 MHz clock frequency.