• 제목/요약/키워드: HELP code

검색결과 301건 처리시간 0.024초

병렬처리를 위한 고성능 라이브러리의 구현과 성능 평가 (Implementation and Performance Analysis of High Performance Computing Library for Parallel Processing)

  • 김영태;이용권
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제31권7호
    • /
    • pp.379-386
    • /
    • 2004
  • 본 연구에서는 병렬프로그램을 효율적으로 개발할 수 있고 병렬처리 프로그램의 성능을 향상시키는 이식성을 갖는 고성능 병렬 라이브러리인 HPCL(High Performance Computing Library)을 구현하였다. HPCL은 C 언어와 Fortran 언어로 구현되었으며, Fortran 프로그램에서 메시지 전송 인터페이스인 MPI(Message Passing Interface)를 효율적으로 사용할 수 있도록 하였다. 성능 분석은 PC 클러스터와 상업용 슈퍼컴퓨터인 IBM SP4를 이용하여 병렬프로그램의 성능 향상 및 통신 오버헤드 등에 대하여 다양하게 이루어졌다.

Design of A Downlink Power Control Scheme in Unequal Error Protection Multi-Code CDMA Mobile Medicine System

  • Lin, Chin-Feng;Lee, Hsin-Wang;Hung, Shih-Ii;Li, Ching-Yi
    • 한국정보기술응용학회:학술대회논문집
    • /
    • 한국정보기술응용학회 2005년도 6th 2005 International Conference on Computers, Communications and System
    • /
    • pp.335-338
    • /
    • 2005
  • In this paper, we propose a downlink power control scheme to apply in the unequal error protection multi-code CDMA mobile medicine system. The mobile medicine system contains (i) blood pressure and body temperature measurement value, (ii) ECG medical signals measured by the electrocardiogram device, (iii) mobile patient's history, (iv) G.729 audio signal, MPEG-4 CCD sensor video signal, and JPEG2000 medical image. By the help of the multi-code CDMA spread spectrum communication system with downlink power control scheme and unequal error protection strategy, it is possible to transmit mobile medicine media and meet the quality of service. Numerical analysis and simulation results show that the system is a well transmission platform in mobile medicine.

  • PDF

무선 채널 환경에서 디지털 이동통신용 음성 부호화기의 성능 평가 (Performance Evaluation of Speech Coder for Digital Mobile Communication System in Radio Channel Environment)

  • 김형중;윤병식;최송인
    • 한국정보통신학회논문지
    • /
    • 제1권1호
    • /
    • pp.77-83
    • /
    • 1997
  • 본 논문에서는 현재 디지털 이동통신 시스템에서 운용되고 있는 QCELP(Qualcomm Code Excited Linear Predictor) 음성부호화 방식과 향후 IMT-2000 (International Mobile Telecommunications 2000) 등의 시스템에서 사용 예정인 CS-ACELP(Conjugate Structure Algebraic Code Excited Linear Prediction) 음성부호화 방식과의 성능을 비교한다. 특히 무선 채널을 사용하는 이동통신환경의 특징인 채널에러로 인한 음성부호화기의 성능을 비교함으로써 채널에러에 강인한 음성부호화 알고리즘 설계에 대한 고찰을 유도한다.

  • PDF

지진의 성격과 건축물 내진설계에 대하여 (The Nature of Earthquake and Earthquake Resistant Building Design)

  • 양완수
    • 기술사
    • /
    • 제28권2호
    • /
    • pp.13-20
    • /
    • 1995
  • This paper Is to help the structural engineers for a better understanding of "Earthquake" with regard to the nature o( earthquake and the effect of earthquake on building structures. This reveals that the damage Inflicted upon by earthquake varies with many factors such as : magnitude of earthquake, distance from epicenter, site conditions, building structural characteristics and etc.. It is emphasized that in order to resist very strong earthquake, the ductility demand in the building structure Is important, and the proper duc-tility enables the structure to demonstrate inelastic rotation capacity of the joints and thus the structure may absorb and dissipate the seismic energy. This also presents a comparison between the current Americal UBC Code and the Korean Code, and the author expresses some points of concern on each code. Since earthquake almost invariably strikes at times and places, it is suggested that the current Korean Build-ing Code should be revised to enforce more stringent regulation against possible strong earthquake in the Korean peninsula.

  • 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 프로그램에 대해서는 자체 수정 코드를 검출하기 어려운 한계가 있었다. 이를 극복하기 위해 바이너리를 리프팅 하는 효과적인 방법이 필요하다.

Degmay 우라늄광산 폐기물 부지 복원을 위한 복토층 개념설계 (Conceptual Design of a Cover System for the Degmay Uranium Tailings Site)

  • 바이시딘 사이도프;데이빗 케슬;김창락
    • 방사성폐기물학회지
    • /
    • 제14권2호
    • /
    • pp.189-200
    • /
    • 2016
  • 타지키스탄공화국에는 10군데의 우라늄광산 부지에 55백만톤의 우라늄광산 폐기물이 적치 되어 있는데 부지 면적이 200 핵 타아르에 달한다. 이에 따라 우라늄 폐광과 폐기물의 안전한 관리가 주요 이슈로 부각되고 있다. 부지 복원을 위한 천연방벽과 인공방벽으로 구성된 다중 복토층은 성능 목표와 부지 조건을 고려하여 설치되어야 한다. 본 논문의 목적은 Degmay 부지에 장기간 (100년 이상)의 환경보호를 제공할 수 있는 경제적인 다중 복토층 개념을 제시 하는 것이다. HELP 코드를 사용하여 Degmay 부지의 복토층 설계 개념의 평가를 수행하였다. 그 결과 70 cm의 덮개층, 30 cm의 배수층, 지오멤브레인 라이너 그리고 60 cm의 토양 방벽층으로 구성된 복토층 개념이 두께를 최소화 할 수 있고 비교된 여러 설계개념 중 가장 경제적인 설계 안으로 제시되었다.

동적 기호 실행을 이용한 그래프 기반 바이너리 코드 실행 경로 탐색 플랫폼 (Graph based Binary Code Execution Path Exploration Platform for Dynamic Symbolic Execution)

  • 강병호;임을규
    • 정보보호학회논문지
    • /
    • 제24권3호
    • /
    • pp.437-444
    • /
    • 2014
  • 본 논문에서는 그래프 기반의 바이너리 코드 동적 실행 경로 탐색 플랫폼을 제안한다. 바이너리 코드의 조건 분기 명령어를 노드(Node), 그 외의 명령어를 에지(Edge)로 구성된 그래프를 정의하며, 이 그래프를 기반으로 하여 실행 경로 탐색을 수행하는 방안을 제안한다. 실험을 통해 제안하는 그래프 기반 바이너리 코드 실행 경로 탐색 플랫폼의 프로토타입이 실행 경로 탐색을 올바르게 수행함을 확인하였으며, 본 논문에서 제안하는 방안을 통해 소프트웨어 테스팅을 보다 효과적으로 수행하여 소프트웨어 보증, 시큐어 프로그래밍 및 악성 프로그램 분석 등을 보다 효과적으로 수행할 수 있을 것으로 기대한다.

MATLAB을 이용한 Condensation 알고리즘의 자동 코드 구현 (Development of Automatic Code Generation of Condensation Algorithm using MATLAB)

  • 이양원
    • 한국항행학회논문지
    • /
    • 제14권5호
    • /
    • pp.618-624
    • /
    • 2010
  • 본 논문에서는 다중물체를 추적하기 위해서 적합한 것으로 알려진 condensation 알고리즘의 자동 코드 발생기를 연구한 결과를 보인 것이다. 일반적으로 condensation 알고리즘은 일반인이 구현하기 매우 어려워 실제 유비쿼터스 상황인지를 위하여 필요한 기술임에도 불구하고 널리 이용되지 못하고 있다. 본 논문에서는 이 같은 문제점을 개선하기 위하여 시스템 다이나믹스 모델과 측정 모델이 주어지면 요구하는 성능을 만족하는 condensation algorithm이 내장된 필터를 자동으로 만들어주는 MATLAB 코드를 발생하도록 설계하였다. 일단 발생된 MATLAB 코드는 C, C++ 언어 등으로 변환되므로 원하는 소스를 얻을 수 있다.

Design and Implementation of a Data Extraction Tool for Analyzing Software Changes

  • Lee, Yong-Hyeon;Kim, Kisub;Lee, Jaekwon;Jung, Woosung
    • 한국컴퓨터정보학회논문지
    • /
    • 제21권8호
    • /
    • pp.65-75
    • /
    • 2016
  • In this paper, we present a novel approach to help MSR researchers obtain necessary data with a tool, termed General Purpose Extractor for Source code (GPES). GPES has a single function extracts high-quality data, e.g., the version history, abstract syntax tree (AST), changed code diff, and software quality metrics. Moreover, features such as an AST of other languages or new software metrics can be extended easily given that GPES has a flexible data model and a component-based design. We conducted several case studies to evaluate the usefulness and effectiveness of our tool. Case studies show that researchers can reduce the overall cost of data analysis by transforming the data into the required formats.

300kW급 소형 엔진 열병합발전시스템의 평가기술 개발 및 실증시험 (Development of Evaluation Method and Experimental Verification of a 300kW Small Engine Cogeneration System)

  • 최재준;박화춘
    • 대한설비공학회:학술대회논문집
    • /
    • 대한설비공학회 2007년도 동계학술발표대회 논문집
    • /
    • pp.453-458
    • /
    • 2007
  • The importance of the evaluation and verification of small-size cogeneration system has been emphasized because there is no KS-code related to the small-size cogeneration system. The evaluation method of small-size engine cogeneration system was investigated by the reference of Japan evaluation code, JIS B-8122 and international standard organization, ISO-8528. Evaluation method was introduced such as start-test, rapid-load-up and rapid-load-down, etc. The evaluation method was applied to the 300kW small-size gas engine cogeneration system newly developed. The precise and strict evaluation and verification of the system will help the developing cogeneration system to optimum condition. It will also be a base document of KS-Code.

  • PDF