• Title/Summary/Keyword: 메소드

Search Result 342, Processing Time 0.025 seconds

Design and Implementation of the Java Native Method Generator (자바 네이티브 메소드 생성기의 설계 및 구현)

  • Kim, Do-Young;Kim, Sang-Hoon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2000.04a
    • /
    • pp.127-132
    • /
    • 2000
  • 자바 네이티브 메소드(Java Native Method)는 시간 소모적인 작업의 효율적 실행, 플랫폼 종속적인 작업의 수행, 기존에 구성된 라이브러리들의 재사용 등을 위해 제안되었다. 자바 네이티브 메소드의 사용 목적이 실행속도 향상에 있는 경우에는 네이티브 메소드를 구현하기 위해 자바 언어가 아닌 컴파일 방식의 다른 언어를 사용해야한다. 또한 네이티브 메소드를 사용하기 위해서는 자바 네이티브 인터페이스(Java Native Interface)의 개념을 습득해야한다. 이러한 부담을 경감시키기 위해 본 논문에서는 자바 메소드를 네이티브 메소드로 자동 변환하여 주는 자바 네이티브 메소드 생성기(Java Native Method Generator)를 제안하였다. 자바 메소드의 네이티브 메소드 변환은 번역된 바이트 코드로부터 C 언어로 구성된 네이티브 메소드를 자동 생성하도록 구현되었다. 그리고 플랫폼 종속적인 프로그램 작성 시에 있어 생성된 C 코드의 내부에 프로그램을 삽입하는 것만으로 가능하므로 사용자는 자바 네이티브 인터페이스에 대해서는 인식할 필요가 없다.

  • PDF

Tendency of Hollywood Method in Korean Film (한국영화의 할리우드메소드에 관한 인식 양상)

  • Kim, Jong-Guk
    • Journal of Korea Entertainment Industry Association
    • /
    • v.13 no.3
    • /
    • pp.131-138
    • /
    • 2019
  • In general, film acting refers to American method or Hollywood method. Hollywood method is a term to denominate collectively actors from Group Theatre of Lee Strasberg which accepted Russian Stanislavski's system as American acting. We can find out the origins of Korean acting in the attitude of actors who imitate Hollywood. Hollywood method, which seem to be more systematic and rational in the previous Sin-pa, has begun to be accepted in the fields of actors, directors, critics, and educators. The perception of Hollywood method in Korea is part of the search for the identity of Korean film acting. This article approaches from the perspective of four fields. First, it is Korean actors' perceptions about Hollywood methods. Second, I examine the attitude of the direction of staff and technical aesthetics regarding Hollywood method. Third, it is evaluation aspect in criticism area. Fourth, it is an aspect of education.

Analysis of Method Invocation Frequency in Java Program (자바 프로그램에서 메소드 호출 빈도의 분석)

  • Yang Hee-Jae
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.05a
    • /
    • pp.1367-1370
    • /
    • 2006
  • 하나의 자바 프로그램은 수많은 클래스들로 이루어져있고, 각 클래스들은 다수의 메소드들을 포함하고 있다. 즉 자바 프로그램은 수많은 메소드들을 사용하고 있는데, 본 연구에서는 프로그램 실행 시 이들 메소드들이 균등하게 호출되는 것이 아니라 특정 메소드들이 집중적으로 호출되는 경향이 있음을 밝혔다. 또한 절반 내외의 메소드들은 전혀 호출되지 않는 것도 발견하였다. 몇 가지 벤치마크 프로그램에 대해 위와 같은 특징들을 실제 실험을 통해 조사하였다.

  • PDF

Java Native Method Generating System (자바 네이티브 메소드 생성 시스템)

  • 김도영;김상훈
    • The Journal of Information Technology
    • /
    • v.3 no.2
    • /
    • pp.13-21
    • /
    • 2000
  • Java native method is proposed for the efficient execution of time-critical code, running of platform dependent job, and reuse of established libraries. If the writing of the Java native method is the speedup of execution time, you must use a compiled language not java language to write native method. Also, you must know the usage of the Java native interface to use native method. To reduce these difficulties, we proposed java native method generator that changes java method into native method automatically. Also, NMG helps programmer to write C implementation for the native method because there Is no need for the concept of JNI.

  • PDF

A Method Name Suggestion Model based on Abstractive Text Summarization (추상적 텍스트 요약 기반의 메소드 이름 제안 모델)

  • Ju, Hansae;Lee, Scott Uk-Jin
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2022.07a
    • /
    • pp.137-138
    • /
    • 2022
  • 소스 코드 식별자의 이름을 잘 정하는 것은 소프트웨어 엔지니어링에서 중요한 문제로 다루어지고 있다. 프로그램 엔티티의 의미있고 간결한 이름은 코드 이해도에 중요한 역할을 하며, 소프트웨어 유지보수 관리 비용을 줄이는 데에 큰 효과가 있다. 이러한 코드 식별자 중 평균적으로 가장 복잡한 식별자는 '메소드 이름'으로 알려져 있다. 본 논문에서는 메소드 내용과 일관성 있는 적절한 메소드 이름 생성을 자연어 처리 태스크 중 하나인 '추상적 텍스트 요약'으로 치환하여 수행하는 트랜스포머 기반의 인코더-디코더 모델을 제안한다. 제안하는 모델은 Github 오픈소스를 크롤링한 Java 데이터셋에서 기존 최신 메소드 이름 생성 모델보다 약 50% 이상의 성능향상을 보였다. 이를 통해 적절한 메소드 작명에 필요한 비용 절감 달성 및 다양한 소스 코드 관련 태스크를 언어 모델의 성능을 활용하여 해결하는 데 도움이 될 것으로 기대된다.

  • PDF

Evaluation of Call Overheads Between Java Ahead-of-Time Compiler and Interpreter (자바 Ahead-of-Time 컴파일러와 해석기 간의 호출 오버헤드 평가)

  • Kim, Ik-Hyun;Jung, Dong-Heon;Oh, Hyung-Sk;Moon, Soo-Mook
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.06c
    • /
    • pp.521-526
    • /
    • 2007
  • 내장형 자바의 성능 향상을 위해 바이트코드를 기계어 코드로 미리 번역하여 내장형 시스템에 설치하는 Ahead-of-Time Compile(AOTC)가 많이 사용되고 있으나 수행 중에 동적으로 다운로드 되는 바이트코드를 수행하기 위해서는 기존의 해석기도 함께 사용되어야 한다. 이 경우 일부 자바 메소드는 AOTC에 의해 처리되고 일부 메소드는 해석기에 의해 수행되는 하이브리드 수행 환경이 된다. 이러한 환경에서 해석기 메소드가 AOTC 메소드를 호출하거나 AOTC 메소드가 해석기 메소드를 호출하는 경우 호출 오버헤드가 커서 성능을 저하시킬 수 가 있다. 본 연구에서는 AOTC에서 사용 가능한 두 가지 호출 인터페이스인 Java Native Interface(JNI)와 Compiled Native Interface(CNI)에 대해 하이브리드 수행 환경에서의 호출 오버헤드와 성능을 평가하고 각각의 장단점에 대해 논의한다.

  • PDF

Remote Method Invocation in Java Card (자바 카드에서의 원격 메소드 호출)

  • Kim, Young-Jin;Chung, Yong-Wha;Chung, Kyo-Il
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.04b
    • /
    • pp.1223-1226
    • /
    • 2002
  • 자바 카드 기술은 자바 기술을 스마트 카드에 최적화시키면서 자바 카드 플랫폼을 상위 자바 플랫폼에 접합시키는 방향으로 발전하고 있는 추세이다. 최근 발표된 SUN의 자바 카드 2.2 에서 지원되는 카드(서버)와 카드 리더(클라이언트)간의 원격 메소드 호출 인터페이스가 대표적인 예이다. 자바의 원격 메소드 호출은 서버와 클라이언트간의 상호 정의된 원격 객체의 메소드 호출에 대한 인터페이스를 제공하여, 다른 주소에 존재하는 자바 가상 기계들 사이에 메소드 호출이 가능하게 하는 것이다. 본 논문에서는 자바 카드에서의 원격 메소드 호출 인터페이스에 대해 살펴보고 구현 및 이용 방법에 대해서도 살펴보고자 한다.

  • PDF

A Study on the Inflection Point from the Stanislavsky's System to the American Acting Method - Focusing on "Experiencing" and Actor's "Double consciousness" - (스타니슬랍스키 시스템에서 아메리칸 액팅 메소드로의 변곡점에 관한 연구 -체험(Experiencing)과 배우의 이중 의식(Double consciousness)을 중심으로-)

  • Bae, Minhee
    • The Journal of the Korea Contents Association
    • /
    • v.21 no.12
    • /
    • pp.828-841
    • /
    • 2021
  • This study attempts to investigate why Stanislavsky's System, which has been the basis of modern acting, and the American Acting Method, which is the American succession of the System, were forced to become acting theories with a completely different nature. First, this study tracks the publishing and translating process of Stanislavsky's books related to System targeting the major countries of System succession, Russia, the United States, and South Korea, so it confirms that the System has been understood completely differently in each country. Based on this, this study aims to clarify the difference and cause of it in the two acting theories by discussing how the "Experiencing" and the actor's "Double Consciousness", which keep the ground of System, were accepted in the Method. To recognize Stanislavsky's publication, translation, and understanding of the System, which is an inflection point from the System to the Method, will be an attempt to fully understand both acting theories. It is hoped that this study that fundamentally seeks to comprehend System and Method will serve as the foundation for discussion from various perspectives on both acting theories in the future.

A Study on the Effect of Introduction and Application of American Acting Method for Acting Training (연기 훈련을 위한 아메리칸 액팅 메소드의 도입 및 적용 효과 연구)

  • Cho, Sung-Hee
    • Journal of Korea Entertainment Industry Association
    • /
    • v.14 no.7
    • /
    • pp.275-286
    • /
    • 2020
  • In this paper, through a questionnaire to currently active actors, we sought to understand their understanding of American acting methods and whether there are any particularly effective or ineffective acting training methods among various method related to this. For this, pre-questionnaire was conducted to ask about their understanding of American action methods, and post-questionnaire was conducted to find effectiveness of American acting method and effect of individual method after performing simple acting training with four representative theories of American action methods According to the analysis, the actors surveyed were not familiar with the American acting method and want to systematic methods in acting training. All of the acting training through the American acting method were effective, especially Stella Adler's imagination was the most effective method. The least effective method was Sanford Meisner's repetition. The results of this study can be used as fundamental data for introduction and utilization of American acting method in domestic acting training.

A Study on the Remote Method Connection using RMI in the Distributed Computing System (분산 환경 시스템에서 RMI를 이용한 원격 메소드 연결에 관한 연구)

  • 소경영;최유순;박종구
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.5 no.3
    • /
    • pp.483-491
    • /
    • 2001
  • In this paper, we design and implement of the remote method connection system using Java RMI in the distributed computing system. In pursuing this goal, we implement the dynamic method connection interface and API. And then we describe the dynamic memory management routine.

  • PDF