• Title/Summary/Keyword: 실행연구

Search Result 6,130, Processing Time 0.037 seconds

A Study on Virtual Execution To Understand the Behavior of Software (소프트웨어의 행위를 이해하기 위한 가상 실행에 관한 연구)

  • 정양재;이문근
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.10a
    • /
    • pp.436-438
    • /
    • 2000
  • 다양한 실행 경로가 존재하는 실시간 시스템을 이해하기 위해 시스템의 정적 정보와 함께 동정 정보가 사용자에게 적절히 제공되어야 한다. 본 논문은 정적 정보와 동적 정보를 표현하기 위해 SRL(System Representation Language)을 사용한다. 정적 정보는 SRL 노드를 분석해서 얻고 동적 정보는 SRL을 실행함으로 얻는다. SRL의 가상 실행은 시스템 독립적인 자바 가상 기계를 통해 이루어진다. 가상 실행은 순방향뿐만 아니라 역방향으로도 이루어진다. SRL 실행 라이브러리는 순.역방향 실행을 위해 SRL 각 구문의 의미 규칙에 맞게 정의하며 자바 가상 기계를 통해 실행되는 클래스 파일로 컴파일된다. 메모리에 로딩된 SRL은 SRL 실행 라이브러리를 동적으로 호출하여 가상 실행을 이룬다. 동적 실행을 통해 추출된 동적 정보는 SRL에 포함된다.

  • PDF

A Systematic Review of The Health Promotion for Workers; Participatory Action Research and Community Based participatory Research (근로자의 건강증진에 대한 체계적 문헌고찰 참여적 실행연구와 지역사회기반 참여연구 중심으로)

  • Hwang, Won Ju;Ha, Ji Sun;Jo, Hyun Hee
    • Journal of the Korea Convergence Society
    • /
    • v.9 no.12
    • /
    • pp.459-466
    • /
    • 2018
  • This study investigated a systematic literature review on local and international literatures focusing on Participatory Action Research(PAR), Community Based Participatory Research(CBPR) in workplace and community. Eighty percent of the 10 studies reviewed included research involving health professionals, community networks, workers, and university researchers. Health promotion programs varied from health and safety awareness, smoking cessation, diabetes management, physical activity, self-efficacy enhancement, cardiovascular disease, musculoskeletal disorders and mental health. PAR, CBPR are required to participate actively in research through community collaboration to promote health. We can solve problems at the community level. And identified sustainable effects when developing and implementing a health promotion program. PAR and CBPR are expected to continuously pursue change by adjusting the scope of individuals, organizations, communities, and institutional dimensions. They are also expected to be implemented for workers in the various workplace.

A Case Study on the Practices of Leadership Development by Small and Medium-Sized Enterprises in Korea (국내 중소기업 리더십 개발 실행 사례연구)

  • Heo, Tae-Yeon;Cho, Young-Bohk
    • Journal of Digital Convergence
    • /
    • v.20 no.4
    • /
    • pp.343-352
    • /
    • 2022
  • This study attempted to suggest a useful measurement method based on previous. For the empirical analysis of this study, based on the previous studies presented above, the effect of HRM strategy fit on leadership development execution was examined, and the mediating effect of the leadership development attitude of the owner-managers was verified. The questionnaire was set based on the questionnaire verified and used in previous studies, and for empirical analysis, 300 paper of the questionnaire were collected and the entire collected questionnaire was used for statistical analysis. As a result of analyzing the effect of HRM strategy fit on leadership development execution, it was verified to be statistically significant.

Design and Implementation of the Execution File Format Translator (실행 파일 포맷 변환기의 설계 및 구현)

  • Kim Seong-Jin;Ko Kwang-Man
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2004.11a
    • /
    • pp.685-688
    • /
    • 2004
  • 자바 클래스 파일은 플랫폼 독립성을 보장하면서 다양한 애플리케이션의 실행 파일 포맷으로 사용되고 있으며 실행 효율성을 높이기 위해 파일 형식의 변환 연구, 압축 기법 연구 등이 진행되고 있다. 본 연구에서는 임베디드 시스템에 적합한 가상기계(EVM)을 개발하기 위해 기존의 자바 클래스 파일형식을 간결한 형태로 재구성한 실행 파일 포맷($^{\ast}.evm$)에 대한 실행 환경 모델을 구축하기 위해 본 논문에서 자바 클래스 파일을 $^{\ast}.evm$ 형식으로 변환하는 변환기를 설계하고 구현하였다. 자바 클래스 파일로부터 변환된 $^{\ast}.evm$ 형식에 대한 검증은 현재 구현중인 로더/링커 및 실행 시간 엔진 등을 통한 실험 결과의 정확성을 통해 증명하였다.

  • PDF

Intermediate Language Translator for Jave Language (자바 언어를 위한 중간 언어 번역기)

  • 정지훈;박진기;이양선
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2003.11b
    • /
    • pp.537-540
    • /
    • 2003
  • 자바와 .NET 언어는 프로그래머들이 프로그램을 개발하는데 가장 널리 사용되고 있는 언어이다. 프로그래머가 작성한 자바 프로그램은 JVM 플랫폼에서는 실행이 되지만 .NET 플랫폼에서 실행이 되지 않고, 반대로 C#과 같은 .NET 언어로 작성한 프로그램은 .NET 플랫폼에서는 실행이 되지만 JVM 플랫폼에서 실행이 되지 않는다. 그러므로 자바 프로그래머는 .NET 플랫폼 환경에 맞추어 프로그래밍하지 못하고, .NET 프로그래머는 JVM 플랫폼 환경에 맞추어 프로그래밍하지 못하는 단점이 있다. 본 논문에서 연구한 Bytecode-to-MSIL 번역기는 위의 단점을 해결한 것이다. 먼저 자바로 작성된 프로그램을 컴파일하여 생성된 클래스 파일(*.class)로부터 Oolong 역어셈블러를 이용하여 Oolong 코드를 추출한다. 추출된 Oolong 코드를 본 논문에서 연구한 Bytecode-to-MSIL 번역기로 .NET의 중간언어인 MSIL 코드로 변환하여 .NET 어셈블러로 실행파일을 만들어 자바 언어로 구현된 프로그램이 .NET 환경에서도 실행될 수 있도록 한다. 따라서, 자바 프로그래머나 .NET 프로그래머는 JVM 이나 .NET 플랫폼 환경에 관계없이 프로그램을 작성하여 실행시킬 수 있다.

  • PDF

Design and Implementation of a Virtual Machine for MultiThread in the Ubiquitous Game Platform (유비쿼터스 게임 플랫폼에서 멀티스레딩을 위한 가상기계의 설계 및 구현)

  • Choi, Hong-Suck;Lee, Yang-Sun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2007.05a
    • /
    • pp.1461-1464
    • /
    • 2007
  • 본 연구팀은 유비쿼터스 환경에서 다양한 분야의 콘텐츠를 보다 쉽게 개발하고 실행할 수 있는 통합 소프트웨어 개발 솔루션인 유비쿼터스 게임 플랫폼(Ubiquitous Game Platform)을 개발하였다. 유비쿼터스 게임 플랫폼은 가상기계 방식으로써 플랫폼에 독립적어서 유비쿼터스 환경의 기기에 탑재가 수월한 장점을 가진다. 본 논문에서는 유비쿼터스 게임 플랫폼에서 다양한 콘텐츠의 실행과 멀티 스레딩을 지원하는 유비쿼터스 가상기계(u-VM)를 설계하고 구현하였다. MS의.NET 플랫폼과 SUN의 JVM이 C/C++나 Java 언어 하나만을 지원하는데 반해 본 연구에서 제시한 u-VM은 다양한 유비쿼터스 기기에 탑재되어 C/C++, Java 언어로 작성된 다양한 모든 종류의 어플리케이션을 실행한다. u-VM은 SEF(Standard Executable Format) 실행 파일을 입력으로 받아 실행하며, SEF 로더와 인터프리터, 내장 라이브러리, 실행 환경으로 구성되어 있다. 실행 환경에서는 메모리를 관리하고 예외를 처리하며 스레드 스케줄러를 통해 멀티스레딩 기능을 제공 한다.

  • PDF

GVM SAL Code Optimization (GVM SAL 코드 최적화)

  • Kim, Eun-Kyoung;Yun, Sung-Lim;Oh, Se-Man
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2004.05a
    • /
    • pp.625-628
    • /
    • 2004
  • GVM(General Virtual Machine)은 무선 단말기 상에서 동적인 응용프로그램을 실행할 수 있는 가상 기계(Virtual Machine) 플랫폼이다. 가상 기계를 이용한 응용프로그램의 실행은 플랫폼 독립적인 실행이 가능하며 또한 효과적인 다운로드 솔루션을 통한 동적인 실행이 가능하다. GVM은 SGS 파일을 다운로드 받아 실행되는 시스템이므로, 성능의 저하없이 실행되기 위해서는 효율적인 최적화와 실행 시스템이 요구된다. 본 논문은 SGS 파일이 시스템 리소스의 제한이 큰 무선 단말기 상에서 보다 효율적으로 실행되기 위해서 SAL 코드에 대한 최적화를 수행하였다. SAL 코드 최적화 단계를 수행한 GS 파일은 부분적으로 SGS 파일의 최적화를 가져와 전체 SGS 파일의 크기를 줄이고, 실행될 때 수행 속도 면에서 좀 더 빠른 실행 속도를 가지게 된다. 존재하는 최적화 방법론에 관한 연구를 통하여 SAL 코드의 특성을 고려한 최적화 방법론을 제시하고, 최적화된 SAL 코드를 생성하기 위한 코드 최적화기에 관하여 설계하고 구현하였다.

  • PDF

Knowledge, Compliance, and affecting factors of the Cough Etiquette to Prevent the Respiratory Infectious Disease Transmission on Convergence Study (호흡기 감염 전파 예방을 위한 기침예절 지식과 실행수준 및 영향요인에 관한 융합 연구)

  • Kim, Og Son;Yoon, Sung Won
    • Journal of Digital Convergence
    • /
    • v.16 no.10
    • /
    • pp.389-398
    • /
    • 2018
  • This study aimed to investigate the knowledge, compliance and affecting factors of the cough etiquette to prevent the respiratory infectious disease transmission. Data were collected 250 self reporting questionnaires above 19 years old adult from Aug. 13th to Sep. 19th 2018. 213 questionnaires were analyzed statistically. In the results, the score was converted in terms of 100 points, knowledge of the cough etiquette was average $70.99{\pm}19.92$ points, compliance was $70.63{\pm}10.25$ points. Knowledge and compliance were statistically positive significant correlation, In the multiple regression analysis, the affecting factors were gender, usually carry a handkerchief, usually carry a portable tissue paper, average number of handwashes per day, know about cough etiquette, knowledge of cough etiquette. Therefore, it is necessary to develop and apply an educational program that reflects the affecting factors of cough etiquette in this study result. The higher level of cough etiquette performance will help prevent respiratory infection transmission.

Java Class File Execution Simulator (자바 클래스 파일 실행 분석기)

  • 박상필;고광만
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10a
    • /
    • pp.262-264
    • /
    • 2003
  • 자바 언어에 대한 클래스 파일은 소스 프로그램의 의미를 자바 가상 기계에서 실행가능한 형식으로 변환된 형태이다. 이러한 클래스 파일의 구조 및 실질적인 실행 과정에 대한 분석은 디컴파일러 구성, 소스프로그램의 디버깅 등에 편리성을 지원할 수 있다. 본 논문에서는 이러한 클래스 파일에 대한 분석 및 실제로 실행 과정을 보다 시각적으로 표현하기 위한 실행 과정 분석기에 관한 연구이다. 이를 위해 클래스파일을 내용을 GUI 환경에서와 같이 접근 및 표현이 용이하도록 구현하였으며 이러한 클래스 파일의 실행 과정에서 핵심 정보를 저장하고 있는 메소드 영역 정보, 오퍼란드 스택 정보, 지역 변수의 정보를 시각적으로 표현하였다.

  • PDF

Action Research about Intervention to the Aggressive Behaviors of Junseo (2세 학급 준서의 공격적인 문제행동 지도 실행연구)

  • Won, Kye Son;Kim, Su Jin;Oh, A Rum
    • Korean Journal of Childcare and Education
    • /
    • v.11 no.1
    • /
    • pp.23-42
    • /
    • 2015
  • The purpose of this study was to find and to apply an effective intervention method to deal with the aggressive behaviors of Junseo, who is in a classroom for two-year olds. First, we collected the data about the aggressive behaviors by ABC event sampling, journal, recording the frequency of behaviors and the interview with the parents. Second, we drew an inference to the reason for his behaviors and tried to find an appropriate method to deal with them with colleagues and the professor. A time-out was applied to Junseo's aggressive behaviors and alternately, his parents were asked to applause him frequently on appropriate behaviors at home. The aggressive behaviors became better gradually while the intervention method was monitored and assessed for feedback. As a result, the approach procedure, which was used in this study, was suggested to deal with the aggressive behaviors of young children. And supporting the system for operating this procedure was further discussed.