• Title/Summary/Keyword: Code Insertion

Search Result 65, Processing Time 0.032 seconds

Design and Implementation of User Feedback Block Editor for Dynamic E-Book (동적 전자책을 위한 블록 조립식 사용자 피드백 에디터 설계 및 구현)

  • Choi, Ja-Ryoung;Yun, Jihyun;Jang, Miyeon;Jang, Suji;Lim, Soon-Bim
    • Journal of Digital Contents Society
    • /
    • v.18 no.1
    • /
    • pp.63-70
    • /
    • 2017
  • Recently, as user feedback such as social reading become active, demand has been increased on e-book contents making which is based on user feedback. However, to reflect the user feedback onto the e-book, direct coding is required, which was difficult to the author who was not good at programming. To resolve this problem, Block assembly style feedback editor system, using Blockly was developed. This editor enables to reflect the user feedback by area allocation, component allocation, block editing, and code generating insertion, contrary to the existing way of programming realization in which direct coding was required for input, processing and output separately. This system was developed by using HTML. Javascript, PHP, and Codeigniter. Block editing is enabled to do provision and assembly of blocks by Blockly. The function of code generation & insertion allows to insert the Library function code. Through this system, the general users who are not capable of coding also can reflect feedback without doing actual coding.

Analysis of Core Disruptive Accident Energetics for Liquid Metal Reactor

  • Suk, Soo-Dong;Dohee Hahn
    • Nuclear Engineering and Technology
    • /
    • v.34 no.2
    • /
    • pp.117-131
    • /
    • 2002
  • Core disruptive accidents have been investigated at Korea Atomic Energy Research Institute(KAERI) as part of the work to demonstrate the inherent and ultimate safety of conceptual design of the Korea Advanced Liquid Metal Reactor(KALIMER), a 150 MWe pool- type sodium cooled prototype fast reactor that uses U-Pu-Zr metallic fuel. In this study, a simple method and associated computer program, SCHAMBETA, was developed using a modified Bethe-Tait method to simulate the kinetics and thermodynamic behavior of a homogeneous spherical core over the period of the super-prompt critical power excursion induced by the ramp reactivity insertion. Calculations of the energy release during excursions in the sodium-voided core of the KALIMER were subsequently performed using the SCHAMBETA code for various reactivity insertion rates up to 100 S/s, which has been widely considered to be the upper limit of ramp rates due to fuel compaction. Benchmark calculations were made to compare with the results of more detailed analysis for core meltdown energetics of the oxide fuelled fast reactor. A set of parametric studies were also performed to investigate the sensitivity of the results on the various thermodynamics and reactor parameters.

Development of a 3D thermohydraulic-neutronic coupling model for accident analysis in research miniature neutron source reactor (MNSR)

  • Ahmadi, M.;Rabiee, A.;Pirouzmand, A.
    • Nuclear Engineering and Technology
    • /
    • v.51 no.7
    • /
    • pp.1776-1783
    • /
    • 2019
  • To accurately analyze the accidents in nuclear reactors, a thermohydraulic-neutronic coupling calculation is required to solve fluid dynamics and nuclear reactor kinetics equations in fine cells simultaneously and evaluate the local effects of neutronic and thermohydraulic parameters on each other. In the present study, a 3D thermohydraulic-neutronic coupling model is developed, validated and then applied for Isfahan MNSR (Miniature Neutron Source reactor) safety analysis. The proposed model is developed using FLUENT software and user defined functions (UDF) are applied to simulate the neutronic behavior of MNSR. The validation of the proposed model is first evaluated using 1mk reactivity insertion experiment into Isfahan MNSR core. Then, the developed coupling code is applied for a design basis accident (DBA) scenario analysis with the insertion of maximum allowed cold core reactivity of 4 mk. The results show that the proposed model is able to predict the behavior of the reactor core under normal and accident conditions with a good accuracy.

THE BENCHMARK CALCULATIONS OF THE GAMMA+ CODE WITH THE HTR-10 SAFETY DEMONSTRATION EXPERIMENTS

  • Jun, Ji-Su;Lim, Hong-Sik;Lee, Won-Jae
    • Nuclear Engineering and Technology
    • /
    • v.41 no.3
    • /
    • pp.307-318
    • /
    • 2009
  • KAERI (Korea Atomic Energy Research Institute) has developed the GAMMA+ code for a thermo-fluid and safety analysis of a VHTR (Very High Temperature Gas-Cooled Reactor). A key safety issue of the VHTR design is to demonstrate its inherent safety features for an automatic reactor power trip and power stabilization during an anticipated transient without scram (ATWS) accident such as a loss of forced cooling by a trip of the helium circulator (LOFC) or a reactivity insertion by a control rod withdrawal (CRW). This paper intends to show the ATWS assessment capability of the GAMMA+ code which can simulate the reactor power response by solving the point-kinetic equations with six-group delayed neutrons, by considering the reactivity changes due to the effects of a core temperature variation, xenon transients, and reactivity insertions. The present benchmark calculations are performed by using the safety demonstration experiments of the 10 MW high temperature gas cooled-test module (HTR-10) in China. The calculation results of the power response transients and the solid core temperature behavior are compared with the experimental data of a LOFC ATWS test and two CRW ATWS tests by using a 1mk-control rod and a 5mk-control rod, respectively. The GAMMA+ code predicts the power response transients very well for the LOFC and CRW ATWS tests in HTR-10.

Implementation of Dead Code Elimination in CTOC (CTOC에서 죽은 코드 제거 구현)

  • Kim, Ki-Tae;Kim, Je-Min;Yoo, Won-Hee
    • Journal of the Korea Society of Computer and Information
    • /
    • v.12 no.2 s.46
    • /
    • pp.1-8
    • /
    • 2007
  • Although the Java bytecode has numerous advantages, there are also shortcomings such as slow execution speed and difficulty in analysis. Therefore, in order for the Java class file to be effectively executed under the execution environment such as the network, it is necessary to convert it into optimized code. We implements CTOC. In order to statically determine the value and type, CTOC uses the SSA Form which separates the variable according to assignment. Also, it uses a Tree Form for statements. But, due to insertion of the $\phi$-function in the process of conversion into the SSA Form, the number of nodes increased. This paper shows the dead code elimination to obtain a more optimized code in SSA Form. We add new live field in each node and achieve dead code elimination in tree structures. We can confirm after dead code elimination though test results that nodes decreases.

  • PDF

Activity-based Event Capture and Replay Technique for Reproducing Crashes in Android Applications (안드로이드 어플리케이션의 결함 재생을 위한 액티버티 단위의 이벤트 캡춰 및 재생 기법)

  • Jha, Ajay Kumar;Lee, Woo Jin
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.9 no.1
    • /
    • pp.1-9
    • /
    • 2014
  • As Android platform and its applications are widely used, it is necessary to assure the reliability and safety of Android applications. The capture and replay technique is widely used for reproducing the crashes in Java applications. In this paper, we adapt the context-based capture and replay technique to Android applications by considering Android activity structure and its GUI characteristics. Our capture and replay technique uses probe code insertion based on AspectJ for minimizing the original code change and for enhancing the efficiency and reusability of the probe codes. For proving the efficiency of our technique, we provide a case study and execution overhead comparisons with related works, in which our approach has merits in GUI oriented Android applications with relatively low execution overhead.

A new line coding algorithm for power spectrum suppression at DC and nyquist frequency (직류 및 나이퀴스트 주파수에서 전력 스펙트럼 억제를 위한 새로운 선로 부호화 알고리즘)

  • 김용호;김대영
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.23 no.4
    • /
    • pp.815-820
    • /
    • 1998
  • A new coding algorithm which has spectrum notches at the DC and Nyquist Frequency for maximizing the effect of the in-band pilot insertion in order to make the symbol timing or carrier recovery easy is proposed. It is shown that this algorithm uses one encoder and gives the similar spectrum characteristics to that of the existing OF00 code which uses two encoder. In this paper, the proposed new coding algorithm is explained andits spectrum characteristics is compared with the of OF00 code using computer simulation.

  • PDF

Serial interface system of HDTV signal in comma free code (Comma free 코드를 이용한 HDTV 신호의 직렬 전송 방식)

  • 이호웅;강철호
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.21 no.7
    • /
    • pp.1814-1819
    • /
    • 1996
  • This paper describes a dnw serial interface system which uses comma free code. Typically parallel 25 pin cable and connectors are used to transfer and receive the data between digital systems such as HDVCR, D3VTR and HDTV Receiver.The coaxial cable is more desirable for consumer product applications and also for studio applications where long signal paths and switching are requeired. This serial data trasfer technique is possible the error detection and the self synchronization, also easy edge insertion for PLL control. It is also cost effective because is does not requeire RF PLL, scrambling, and NRZI hardware.

  • PDF

The Macroscopic Effect on Malicious Code Detection by Code Insertion (코드 삽입을 통한 악성 코드 감지 기법의 거시적 효과)

  • Lee, Hyung-Joon;Kim, Chol-Min;Lee, Seong-Uck;Hong, Man-Pyo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11b
    • /
    • pp.1091-1094
    • /
    • 2002
  • 현재 안티바이러스 시스템에서는 시그너쳐를 기반으로 하는 탐지 방법을 사용하거나 간단한 휴리스틱 검색을 이용 하지만, 이러한 방법은 알려지지 않은 새로운 악성 코드에 대해서는 취약하기 때문에 행위 감시 기반의 감지 방법이 추가적으로 사용된다. 그러나 행위 감시 기반의 안티바이러스 시스템을 대부분의 호스트에 설치하는 일은 많은 어려움이 있다. 이에 따라 안티바이러스 시스템이 설치되지 않은 호스트에서의 행위 감시를 위한 코드 삽입 기법이 제시 되었으나 아직 코드 삽입 기법이 거시적인 과점에서 전체 도메인에 미치는 영향에 대한 연구가 되어 있지 않다. 본 논문은 시뮬레이션을 통하여 코드 삽입 기법이 전체 도메인 상에서 악성 코드의 감지에 미치는 영향을 보여준다.

  • PDF

Minimization of Spill Code Insertion by Register Constraint Analysis for Code Generation for Application Specific DSPs

  • Watanabe, Tatsuo;Ishiura, Nagisa
    • Proceedings of the IEEK Conference
    • /
    • 2000.07b
    • /
    • pp.953-956
    • /
    • 2000
  • Application specific DSPs often employ irregular datapath structures with distributed registers. In the scheduling phase of retargetable compilation, resolution of register usage conflicts comes to be a new constraint for such datapaths. This paper presents a method of register constraint analysis which attempts to minimize the number of the spill codes required for resolving the register usage conflicts. It searches for a set of ordering restrictions among operations which sequentialize the lifetimes of the values residing in the same register as much as possible and thus minimize the number of the register conflict. Experimental results show that a combination of the proposed register constraint, analysis and list-based scheduling reduces the number of the register spills into 25%.

  • PDF