• 제목/요약/키워드: Program Codes

검색결과 367건 처리시간 0.022초

공정 제어기 구성을 위한 제어 언어에 관한 연구 (A Study on a Control Language for the Configuration of Process Controllers)

  • 서창준;김병국
    • 전자공학회논문지B
    • /
    • 제31B권11호
    • /
    • pp.36-44
    • /
    • 1994
  • 본 논문에서는 대규모 공정 제어 시스템에 대한 다중루프 제어기를 구성하기 위해 고급 공정 제어 언어를 개발하였다. 다중루프 제어기를 구성하기 위해 필요한 기본 기능들을 기능블럭으로 정의하고, 이를 간단하고 이해하기 쉬운 아스키 코드들의 열인 기능코드로 표현하였다. 공정에 대한 제어 알고리듬은 기능 코드들의 순서적 나열에 의해 구성된다. 다양한 적용 대상 하드웨어 환경에서 사용하기 위해 기능코드로 구성한 제어 프로그램을 C-언어 프로그램으로 변환하는 변환 프로그램을 구현하였다. 제안된 제어언어는 사용하기 간편하고 쉬우며 확장이 가능하고 다양한 제어시스템들에 적용될 수 있다. 시뮬레이션 결과는 제안된 제어언어가 실제 환경에서 사용이 유효함을 보여준다.

  • PDF

자체 수정 코드를 탐지하는 정적 분석방법의 LLVM 프레임워크 기반 구현 및 실험 (An LLVM-Based Implementation of Static Analysis for Detecting Self-Modifying Code and Its Evaluation)

  • 유재일;최광훈
    • 정보보호학회논문지
    • /
    • 제32권2호
    • /
    • pp.171-179
    • /
    • 2022
  • 자체 수정 코드(Self-Modifying-Code)란 실행 시간 동안 스스로 실행 코드를 변경하는 코드를 말한다. 이런 기법은 특히 악성코드가 정적 분석을 우회하는 데 악용된다. 따라서 이러한 악성코드를 효과적으로 검출하려면 자체 수정 코드를 파악하는 것이 중요하다. 그동안 동적 분석 방법으로 자체 수정 코드를 분석해왔으나 이는 시간과 비용이 많이 든다. 만약 정적 분석으로 자체 수정 코드를 검출할 수 있다면 악성코드 분석에 큰 도움이 될 것이다. 본 논문에서는 LLVM IR로 변환한 바이너리 실행 프로그램을 대상으로 자체 수정 코드를 탐지하는 정적 분석 방법을 제안하고, 자체 수정 코드 벤치마크를 만들어 이 방법을 적용했다. 본 논문의 실험 결과 벤치마크 프로그램을 컴파일로 변환한 최적화된 형태의 LLVM IR 프로그램에 대해서는 설계한 정적 분석 방법이 효과적이었다. 하지만 바이너리를 리프팅 변환한 비정형화된 LLVM IR 프로그램에 대해서는 자체 수정 코드를 검출하기 어려운 한계가 있었다. 이를 극복하기 위해 바이너리를 리프팅 하는 효과적인 방법이 필요하다.

Translation Java Bytecode to EVM SIL Code for Embedded Virtual Machines

  • Lee, Yang-Sun;Park, Jin-Ki
    • 한국멀티미디어학회논문지
    • /
    • 제8권12호
    • /
    • pp.1658-1668
    • /
    • 2005
  • This paper presents the bytecode-to-SIL translator which enables the execution of the java program in EVM(Embedded Virtual Machine) environment without JVM(java Virtual Machine), translating bytecodes produced by compiling java programs into SIL(Standard Intermediate Language) codes. EVM, what we are now developing, is a virtual machine solution that can download and execute dynamic application programs written in sequential languages like C language as well as object oriented languages such as C#, Java, etc. EVM is a virtual machine mounted on embedded systems such as mobile device, set-top box, or digital TV, and converts the application program into SIL, an assembly language symbolic form, and execute it. SIL is a virtual machine code for embedded systems, based on the analysis of existing virtual machine codes such as bytecode, MSIL, etc. SIL has such features as to accommodate various programming languages, and in particularly has an operation code set to accept both object-oriented languages and sequential languages. After compiling, a program written in java language is converted to bytecode, and also executed by JVM platform but not in other platform such as .NET, EVM platform. For this reason, we designed and implemented the bytecode-to-SIL translator system for programs written in java language to be executed in the EVM platform without JVM. This work improves the execution speed of programs, enhances the productivity, and provides an environment for programmers to execute application programs at various platforms.

  • PDF

Modeling and simulation of VERA core physics benchmark using OpenMC code

  • Abdullah O. Albugami;Abdullah S. Alomari;Abdullah I. Almarshad
    • Nuclear Engineering and Technology
    • /
    • 제55권9호
    • /
    • pp.3388-3400
    • /
    • 2023
  • Detailed analysis of the neutron pathway through matter inside the nuclear reactor core is exceedingly needed for safety and economic considerations. Due to the constant development of high-performance computing technologies, neutronics analysis using computer codes became more effective and efficient to perform sophisticated neutronics calculations. In this work, a commercial pressurized water reactor (PWR) presented by Virtual Environment for Reactor Applications (VERA) Core Physics Benchmark are modeled and simulated using a high-fidelity simulation of OpenMC code in terms of criticality and fuel pin power distribution. Various problems have been selected from VERA benchmark ranging from a simple two-dimension (2D) pin cell problem to a complex three dimension (3D) full core problem. The development of the code capabilities for reactor physics methods has been implemented to investigate the accuracy and performance of the OpenMC code against VERA SCALE codes. The results of OpenMC code exhibit excellent agreement with VERA results with maximum Root Mean Square Error (RMSE) values of less than 0.04% and 1.3% for the criticality eigenvalues and pin power distributions, respectively. This demonstrates the successful utilization of the OpenMC code as a simulation tool for a whole core analysis. Further works are undergoing on the accuracy of OpenMC simulations for the impact of different fuel types and burnup levels and the analysis of the transient behavior and coupled thermal hydraulic feedback.

Multi-scale simulation of wall film condensation in the presence of non-condensable gases using heat structure-coupled CFD and system analysis codes

  • Lee, Chang Won;Yoo, Jin-Seong;Cho, Hyoung Kyu
    • Nuclear Engineering and Technology
    • /
    • 제53권8호
    • /
    • pp.2488-2498
    • /
    • 2021
  • The wall film-wise condensation plays an important role in the heat transfer processes of heat exchangers, refrigerators, and air conditioner. In the field of nuclear engineering, steam condensation is often utilized in safety systems to remove the core decay heat under both transient and accident conditions. In particular, passive containment cooling system (PCCS), are designed to ensure containment safety under severe accident conditions. A computational fluid dynamics (CFD) scale analysis has been conducted to calculate the heat transfer rate of the PCCS. However, despite the increase in computing power, there are challenges in the long-term transient simulation of containment using CFD scale codes. In this study, a heat structure coupling between the CFD and system analysis codes was performed to efficiently analyze PCCS. In addition, the component unstructured program for interfacial dynamics (CUPID) was improved to analyze the condensation behavior of ternary gas mixtures. Thereafter, the condensation heat transfer on the primary side was calculated using the improved CUPID and CFD code, whereas that on the secondary side was simulated using MARS. Both the coupled codes were validated against the CONAN facility database. Finally, conjugate heat transfer simulations with wall condensation in the presence of non-condensable gases were appropriately performed.

커뮤니케이션 메시지의 생산과 수용에 대한 매체기호학적 연구를 위한 제언 : 한국 텔레비전의 자막 사용이 갖는 특성을 중심으로 (A Study of the Similarities between Comic Subtitles on Korean Television and Visual Codes in Comics)

  • 주형일
    • 한국언론정보학보
    • /
    • 제15권
    • /
    • pp.75-115
    • /
    • 2000
  • In Korea, since the mid 1990s, the subtitles are largely employed on television programs especially on diverting programs like talk shows and game shows. The functions of these subtitles are different from those of the traditional subtitles. The traditional subtitles are used to give credits, explain an action, or represent dialogue, to be brief they are used to give informations. But the new type of subtitles are used to amuse the public. Not only the new subtitles represent words of the guests but also they present opinions or judgements of the program producer. They show also what to give attention to, what the guest feels and finally what to laugh at. These subtitles are very well received by the public. So they are employed more and more frequently by lots of programs. These subtitles will be ratted comic subtitles because their principal function Is to raise a laughter and to make fun. The purpose of this study is to attempt to find some particularities concerning the uses of the comic subtitles on Korean television. The study suggests that the comic subtitles call for the very known social codes because they should be understood clearly by the public. The forms and styles of the codes employed in the comic subtitles are very similar to those used in the comics. Some graphic codes especially developed in the comics are employed with success in the comic subtitles. The comic subtitles are aiming to amuse and provoke a laughter by written text and visual codes usually employed in the comics. But why does the program producer use the comic titles for make the public laugh? Laugh is not a emotional reaction but a act caused by the intellectual judgement. Written text and visual codes employed in the comic subtitles permit to judge the situation intellectually because they give to the public a moment for think about what they treat. They permit the public to see more clearly the situational relations which can provoke a laughter. The comic subtitles constitute now one of the main elements on Korean television. It means that the insertion of writing in the audiovisual media is popular in Korea. The study suggests that there is something in Korean culture which can favours this insertion : in Korea, writing has never been separated from painting. It seems that in Korea, there has been no clear separation between written culture and visual culture. But this point must be approached more carefully and needs profound researches.

  • PDF

CIS 국가 내진 설계 방법과 SNiP Code를 적용한 주거시설 구조설계 사례 (Example of the Structural Design with Applied SNiP codes in the Commonwealth of Independent States (CIS))

  • 이동우;곽철승;정훈식
    • 한국공간구조학회:학술대회논문집
    • /
    • 한국공간구조학회 2008년도 춘계 학술발표회 논문집
    • /
    • pp.232-237
    • /
    • 2008
  • CIS국가는 구소련국가연합을 지칭하는 말로써, 각 국의 설계 규준은 구소련의 규준인 SNiP을 기본으로 작성하여 서로 유사한 부분이 많이 존재한다. 내진 SNiP 규준은 강진지역인 카자흐스탄을 중심으로 정립되어 구소련의 기준으로 사용되었으며, 독립이후 각 국의 상황에 맞게 발전되었다. 일정규모 이상의 건물은 SNiP 이외 별도의 기술지침 (TU)을 발급받아야 하며, 건축 계획시부터 내진에 유리한 방향으로 설계를 진행한다. 본문에서 소개된 주거복합시설은 계획단계에서부터 내진 안정성을 우선적으로 고려하였으며, 해석프로그램 및 배근방법을 현지에 맞게 적용하였다. 또한 실제 도면 표기방법에서도 국내표기방식과 현지 표기방식을 절충하여 현지와 맞는 도면을 작성하였다.

  • PDF

전이에 의해 융합되는 시조의 문학치료 코드 연구 (A Study on Literary Therapeutic Codes of Sijo Fused by Transference)

  • 박인과
    • 한국융합학회논문지
    • /
    • 제8권10호
    • /
    • pp.167-172
    • /
    • 2017
  • 본 연구는 그동안 탁월한 치유의 기능이 내재되어 있다고 알려진 시조의 감정 코드들을 분석하여 인문학적 치유의 콘텐츠를 활성화시키고자 하는 데에 목적이 있다. 치유작용의 일환으로써의 시조는 여러 작품들을 감상하는 과정에서 형성되는 감정의 융합을 통해 감정의 총체라 할 수 있는 치유의 감정 코드들을 형성한다. 이러한 과정은 인체생리학적으로 인체 내에서의 문학치료의 진행을 가능하게 한다. 머신러닝이 인지기능에 의해 스스로 학습하는 것처럼 상시적으로 부호화와 재부호화에 대한 코딩 과정이 인체 시스템의 수많은 뉴런들의 집합체들에서 작동된다. 그 과정에서 감정 코드들의 집합적인 부호화에 의해 인체 내에서 아미노산이 합성되는 것으로 예측된다. 이러한 아미노산들이 인체의 신호 체계를 조절하는 것이다. 향후 이러한 인문학과 인체생리학의 접점에서의 치료의 연구가 진행된다면 보다 질 높은 인문학적 치유의 프로그램이 활성화될 것으로 기대된다.

함수 수준에서 프로파일 정보를 이용한 ARM과 Thumb 명령어의 선택 (Profile Guided Selection of ARM and Thumb Instructions at Function Level)

  • 소창호;한태숙
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제32권3호
    • /
    • pp.227-235
    • /
    • 2005
  • 임베디드 시스템에서는 메모리와 에너지의 소비가 중요한 관심사 중 하나이다. 메모리와 에너지의 소비를 줄이기 위해 32비트의 ARM 프로세서는 16비트 Thumb 명령어 세트를 지원한다. 주어진 응용프로그램에 대해 Thumb 코드는 일반적으로 ARM 코드보다 코드 사이즈가 작지만, 실행속도는 느리다. 코드 사이즈가 작으면서도 실행속도가 느리지 않은 코드를 생성하기 위한 방법으로 Krishnaswarmy는 응용프로그램에 대한 프로파일 정보를 이용하여 모듈 수준에서 ARM과 Thumb 명령어 세트를 선택하는 알고리즘을 고안했다. 이 알고리즘은 작은 성능 손실로도 상당한 코드 사이즈 감소 효과를 갖지만, 명령어 세트가 모듈 수준에서 선택되기 때문에 Thumb 코드로 컴파일 하면 코드 사이즈를 줄일 수 있는 함수들도 ARM 코드로 컴파일 되어, 추가적인 코드 사이즈 감소의 기회를 잃게 되는 문제점을 갖고 있다. 본 논문에서는 ARM과 Thumb 코드가 혼합된 코드 사이즈의 감소를 이끌어내기 위해 함수 수준에서 프로파일(Profile) 정보를 이용한 명령어 세트 선택 알고리즘을 제안했다. 우리는 성능에서의 페널티는 없이 2.7%의 코드 사이즈를 추가로 줄일 수 있었다.

Vocational Preference Inventory of Korean College Students with Symptoms of Temporomandibular Disorders

  • Park, Hye Sook
    • Journal of Oral Medicine and Pain
    • /
    • 제42권1호
    • /
    • pp.8-15
    • /
    • 2017
  • Purpose: The purpose of this study was to assess the association of vocational interest and personality with temporomandibular disorders (TMD). Methods: Four hundred and fourteen college students in Gyeonggi-do completed Vocational Preference Inventory L form and a questionnaire and collected data were analyzed by R program. Results: The percentage of subjects who responded that they had at least one contributing factor for TMD was significantly different among 27 two-letter Holland codes (p<0.05). The two-letter Holland codes of which the first-letter was social (S) (S artistic [A], S investigative [I], S realistic [R], S conventional [C], S enterprising [E]) or C (CE, CS, CA, CI) had tendency of having the relatively higher prevalence of symptoms and contributing factors for TMD. Among 6 one-letter Holland codes, the prevalence of a symptom of frequent fatigue in the jaw and a habit of gum chewing showed the significant difference (p<0.05). E code seemed to have lower prevalence of a symptom of frequent fatigue in the jaw than other codes. S code appeared to use chewing gum more frequently than other codes. High scorers on emotional instability showed the significantly higher prevalence of TMD symptoms (p<0.05) and contributing factors for TMD (p<0.001) than low scorers. Furthermore, high scorers on emotional instability had significantly higher mean scales of the number of positive answers of TMD symptoms (p<0.01) and of contributing factors for TMD (p<0.001) than low scorers. Conclusions: Symptoms and contributing factors for TMD were related to emotional instability. Vocational Preference Inventory L form might be utilized in assessing emotional factors of persons with TMD symptoms.