• 제목/요약/키워드: Control statement

검색결과 161건 처리시간 0.054초

ICSC(InCheon Silicon Compiler)를 위한 상태 합성알고리즘에 대한 연구 (A Study on State Synthesis Algorithm for ICSC(InCheon Silicon Compiler))

  • 조중휘
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1988년도 전기.전자공학 학술대회 논문집
    • /
    • pp.521-524
    • /
    • 1988
  • This paper describes BSDL(Behavioral/Structural Description Language), CDTF(Control Data Text File) and state synthesizer built for use in ICSC(InCheon Silicon Compiler). BSDL describes structral and behaviral specifications of an ASIC(Application Specific IC) for digital system design. ICSC's paser generates CDTF consists of if-then-else, arithmetic and data transfer statement according to each BSDL statement. State synthesizer generates CCG(Control Constraint Graph) in consideration of execution of statement and generates VCG (Variable Constraint Graph) in consideration use of variable generation and use of variable. Also, it involves allocating algorithm operation nodes in the data path and the control path to machine states with minimum state number and as small area as possible.

  • PDF

유해화학물질별 구체적인 취급기준 체계 마련 연구 (A Study on Criteria for Handling Hazardous Chemicals)

  • 황만식;임지영;전다영;송기봉;이상목;류지성;이지호
    • 한국위험물학회지
    • /
    • 제6권2호
    • /
    • pp.1-6
    • /
    • 2018
  • The use of chemicals to enhance and improve life is a widespread practice worldwide. But alongside the benefits of these products, there is also the potential for adverse effects to people or the environment. Thus, If anyone handles hazardous chemicals, they should adhere to specific criteria for hazardous chemicals. This study used hazard statement(H-code) and precautionary statement(P-code) to set specific criteria for handling chemicals. According to the UN GHS, hazard statement means a statement assigned to a hazard class and category that describes. And a precautionary statement is a phrase which describes recommended measures that should be taken to minimize or prevent adverse effects resulting from exposures to a hazardous product, or improper storage or handling of a hazardous product. The study suggests the treatment criteria(Public Notice) of 785 types of hazardous chemicals managed by the Chemical Control Act.

책임표시의 기술방식 개선을 위한 역할어의 활용 방안 연구 (A Study on Using the Role Indicators to Improve the Description Methods of the Statement of Responsibility)

  • 박지영
    • 정보관리학회지
    • /
    • 제28권3호
    • /
    • pp.65-82
    • /
    • 2011
  • 서지레코드의 기술에 있어서 책임표시는 저작의 지적 책임 소재를 밝혀 주고 접근점을 구성하는 바탕이 된다. 그런데 목록규칙에서는 책임표시를 주된 역할과 부차적 역할로 나누고, 이에 따라 기술방법을 달리 하는데 치중하는 문제점이 있다. 역할의 중요도를 판단하여 순서를 매기기보다는 역할 자체를 구조화시키는 것이 우선이기 때문이다. 또한 목록에서 주저자를 선정한 것은 책임성에 따른 것보다는 저록의 작성이나 배열과 관련된 실무적 결정이었다. 이에 본 연구에서는 역할 자체를 구조화함으로써 책임표시 기술방식을 개선하고자 하였다. 즉, 역할어를 체계적으로 기술하여 서지레코드에서 분산되거나 접근점에서 제외된 책임표시를 집중시키는 것이다. 나아가 이를 통해 책임표시 정보의 품질을 제고하고, 역할어를 검색의 패싯이나 전거레코드의 추가적인 식별 정보로도 활용할 수 있음을 제안하였다.

백트란 코드화를 위한 프로그램 변환과 단순화 (On the Program Conversion and Conditional Simplification for VECTRAN Code)

  • 황선명;김행곤
    • 한국정보처리학회논문지
    • /
    • 제1권1호
    • /
    • pp.38-49
    • /
    • 1994
  • 기존 포트란 프로그램을 벡터 처리 가능한 코드인 벡트란으로 변환시키는데 있어 서 가장 문제가 되는 것은 루프내에서 제어의 분기가 발생하는 경우 조건적 전달이 일어난다는 것이다. 조건적 전단이란 어떤 문장의 실행이 다른 문장내의 변수 값에 의 해 이루어지는 제어 의존성으로, 본 논문은 루프내부의 조건적 제어를 제거하기 위한 알고리즘과 조건적 할당문을 이용하였을 때 그 내부의 복잡한 조건에 대한 단순화 알 고리즘을 제시한다. 이 때 조건적 할당문의 조건은 부울 변수(2-상태)뿐 아니라 3가지 이상의 상태를 나타내는 n-상태변수를 통하여 나타낸다.

  • PDF

RSA 멱승 알고리즘의 제어문에 대한 오류 주입 공격 (Fault Analysis Attacks on Control Statement of RSA Exponentiation Algorithm)

  • 길광은;백이루;김환구;하재철
    • 정보보호학회논문지
    • /
    • 제19권6호
    • /
    • pp.63-70
    • /
    • 2009
  • 최근의 연구는 RSA와 같은 암호 시스템에서 멱승 알고리즘을 구현할 경우 물리적 공격에 취약하여 비밀 키를 노출할 수 있음을 보이고 있다. 특히, Schmidt와 Hurbst는 RSA 이진 멱승(binary exponentiation) 실행시 수행하는 제곱(squaring) 연산을 건너뛰게 하여 얻은 오류 서명값을 이용하여 비밀 키를 얻을 수 있음을 실험적으로 보였다. 본 논문에서는 Schmidt와 Hurbst의 공격 가정에 기반하여 곱셈(multiplication) 연산이나 반복 제어문 연산을 건너뛰어 비밀 키를 공격하는 방법을 제안한다. 또한, 반복 제어문을 건너뛰는 오류 공격을 확장하여 단순 전력 분석 공격(simple power analysis)공격에 대응하기 위해 제안된 몽고메리(Montgomery ladder) 멱승 알고리즘도 공격할 수 있음을 보인다.

실행시간 예측가능한 실시간 메카니즘 제어언어의 구현기법 (Implementation technique of execution time predictable real-time mechanism control language)

  • 백정현;원유헌
    • 한국통신학회논문지
    • /
    • 제22권6호
    • /
    • pp.1365-1376
    • /
    • 1997
  • In this paper, we designed real time mechanism control language and proposed execution time analysis technique. It was impossible to handle real-time mechanism control programs like programmable controller, numerical controller, distributed control system and robot controller with general purpose programming languages and operating systems because they have to process electric signals generated by thousands of sensors at the same at the same time and in real time. So we made it possible to predict plausibility of time constraint constructs of tiem constraint construct of a real time application program at compilation time by adding time constraint constructs and mechanism synchronization structure to conditional statement and iteration statement of a programming language and developing execution time analysis technique.

  • PDF

프로그래밍형 자동화기기를 위한 실시간 메카니즘 제어언어의 설계 및 구현기법 (Design and implementation technique of real-time mechanism control language for programmable automation equipment)

  • 백정현;원용훈
    • 전자공학회논문지C
    • /
    • 제34C권11호
    • /
    • pp.29-38
    • /
    • 1997
  • As the trend of the automation is increasing, the usage of the programmable automation equipments like programmable controller(PC), numerical controller(NC), distributed control systems(DCS) and robot controller is greatly expanding in the area of the industrial equipments. But the development of the programing language for the programmable automatic equipment is rarely accomplished. In this paper, we propose design and implementation technique of the real-time mechanism control language by adding time constraint constructs and timing analysis constructs ot conditional statement and iteration statement of a programming language. Moreover, we made it possible to predict plausibility of time constraint constructs of a real time application program at compilation time and developing execution time analysiss technique.

  • PDF

Adaptive Output Feedback Speed Control of Induction Motorswith Uncertain Rotor Resistance and Load Torque

  • Hwang, Young-Ho;Yang, Hai-Won;Kim, Hong-Pil;Kim, Hyung-Joong
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2002년도 ICCAS
    • /
    • pp.64.4-64
    • /
    • 2002
  • $\textbullet$ Contents 1 Introduction $\textbullet$ Contents 2 Problem Statement $\textbullet$ Contents 3 Adaptive Output Feedback Control Design $\textbullet$ Contents 4 Stability analysis $\textbullet$ Contents 5 Simulation Result $\textbullet$ Contents 6 Conclusions

  • PDF

공시된 결합재무제표의 분석과 게선 방향에 관한 연구 (A Study on the Analysis of Publicly Announced Combined Financial Statements and their Improvement Points)

  • 박상봉
    • 경영과정보연구
    • /
    • 제6권
    • /
    • pp.137-162
    • /
    • 2001
  • Our business conglomerates are sharing their fates economically because of mutual debt warranty among their own affiliates and excessive financial loans. For this reason, it is inevitably restrictive to obtain the whole information on such conglomerates by individual and consolidated financial statements. To solve this problem, the system of combined financial statement was introduced through modifications of the Act of the outside audit of corporations in 1988. As a result, 15 out of this nation's 30 major business conglomerates prepared and submitted their own combined financial statements. In this paper, all financial statements are grouped into financial and non-financial parts, based on characteristics of business control and combined financial statement. Then the business size, financial rate and internal transactions for each of the conglomerates are analyzed, based on which problems of the combined financial statement as announced publicly are clarified. For the system, this study suggests improvement points such as a sufficient publication of any possible situations and interest coordination caused between the date of business settlement and that of preparing combined financial statements by applying principles of sharing to the evaluation of valuable instrument papers for investment and by determining the amount, 5% accounting for the total amount of debt warranty, foreign exchange assets and debts.

  • PDF

Hospital-Acquired Measles: A Systematic Review Using the Outbreak Reports and Intervention Studies of Nosocomial Infection (ORION) Statement

  • Erdenetuya Bolormaa;Cho Ryok Kang;Han Ho Kim;Young June Choe
    • Pediatric Infection and Vaccine
    • /
    • 제31권1호
    • /
    • pp.64-74
    • /
    • 2024
  • 최근 의료기관 관련 홍역 유행 사례가 보고되고 있지만, 유행 역학조사 보고서가 표준화되어 있지 않아 질병부담의 크기를 이해하는 데 어려움이 있다. 본 연구에서는 의료기관 관련 감염을 측정하기 위해 개발된 Outbreak Reports and Intervention Studies of Nosocomial Infection (ORION) 조사도구를 사용하여 병원 내에서의 홍역 발생의 크기를 측정하고자 하였다. 본 연구에서는 PubMed, Web of Science, Embase, Scopus 및 Cochrane에서 "measles," "nosocomial," "hospital," 및 "healthcare" 등의 주제어를 사용하여 검색을 수행하였다. 총 24건의 의료기관 관련 홍역 유행 역학조사 연구를 ORION 도구를 활용하여 검토했다. 연구 결과 전 세계적으로 의료기관 내에서의 홍역 전파는 발병률, 사망률 및 경제적으로 중대한 부담을 주고 있는 것을 확인하였다. 의료기관 관련 홍역을 예방하기 위해 의사 및 간호사 등 의료 종사자들의 예방접종 지침이 준수되어야 할 것이며, 특히 표준화된 유행 역학조사 보고서의 활용이 필요하다.