• Title/Summary/Keyword: Java Preprocessor

Search Result 7, Processing Time 0.02 seconds

Design and Implementation of JPP(JNI Preprocessor) (JPP(JNI 전처리기)의 설계 및 구현)

  • Lee, Chang-Hwan;O, Se-Man
    • The KIPS Transactions:PartA
    • /
    • v.9A no.1
    • /
    • pp.129-136
    • /
    • 2002
  • JNI is a linkage method to other languages such as C/C++ which enables the Java to do the platform-dependent specific tasks and also, it can be used to reuse the existing libraries and programs. However, the complex and difficult steps are required to use JNI and it is Inconvenient to manipulate Java source and C/C++ source separately. We design and implement the JPP (Java Preprocessor) that enables the Java source and C/C++ source to handle in a same source file and reduces the required steps so as to use JNI easily.

Java Preprocessor for Integration of Java and C (자바와 C 언어 결합을 위한 자바 전처리기)

  • Yi, Chang-Hwan;Oh, Se-Man
    • Journal of Korea Multimedia Society
    • /
    • v.10 no.4
    • /
    • pp.537-547
    • /
    • 2007
  • According evolution of computer technology, computers execute complex and several tasks. Because of the complexity of program and restriction of programming language, applications are implemented using one more programming language. But it is no general methodology for using several languages and implementing it. This paper classified usages of programming language integration and methodology for implements programming languages integration through HLID(Heterogeneous Language Integration Degree) for solving above problem. And using HLID, it designed and implemented Java Preprocessor that improvement JNI-current implementation for integration between object-oriented language Java and procedural language C.

  • PDF

Web-based Simulation System for Multibody Systems

  • Han, Hyung-Suk
    • International Journal of Precision Engineering and Manufacturing
    • /
    • v.4 no.6
    • /
    • pp.50-60
    • /
    • 2003
  • A web-based dynamic simulation system, called O-DYN, for multibody systems is developed. All the interfaces of the system are accessible via web browsers, such as Netscape or Explorer. The system uses a block-diagram type O-DYN/Modeler developed in JAVA Applet as a preprocessor. The O-DYN postprocessor composed of O-DYN/Plotter and O-DYN/Animator is developed in JAVA Applet. The O-DYN/Solver for predicting the dynamic behavior is run on the web server. Anyone who wants to simulate the dynamics of multibody systems or share results data can access the analysis system over the internet regardless of their OS, platform, or location.

Development of a Internet-based Dynamic Simulation System for Multibody Systems (인터넷 기반 범용 다물체 동역학 시뮬레이션 시스템 개발)

  • Lee, Jai-Kyung;Han, Hyung-Suk;Seo, Jong-Whi;Park, Tae-Won
    • Proceedings of the KSME Conference
    • /
    • 2003.04a
    • /
    • pp.699-704
    • /
    • 2003
  • A Internet-based dynamic simulation system, called P-DYN, for multibody dynamic systems is developed. All the interfaces of the system are accessible via Web browsers, such as Netscape or Explorer. The system uses a template type P-DYN/Modeler as a preprocessor. The P-DYN postprocessor composed of P-DYN/Plotter and P-DYN/Animator is developed in JAVA. The P-DYN/Solver for predicting the dynamic behavior is run on the server. Anyone who wants to simulate the dynamics of multibody systems or share results data can access the analysis system over the Internet regardless of their OS, platform, or location.

  • PDF

Development of a Web-based Dynamic Simulation System for Multibody Systems (웹기반 범용 다물체 동역학 시뮬레이션 시스템 개발)

  • 한형석;이재경
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.20 no.8
    • /
    • pp.194-204
    • /
    • 2003
  • A Web-based dynamic simulation system, called O-DYN, for multibody dynamic systems is developed. All the interfaces of the system are accessible via Web browsers, such as Netscape or Explorer. The system uses a block-diagram type O-DYN/Modeler developed in JAVA Applet as a preprocessor. The O-DYN postprocessor composed of O-DYN/Plotter and O-DYN/Animator is developed in JAVA Applet. The O-DYN/Solver for predicting the dynamic behavior is run on the server. Anyone who wants to simulate the dynamics of multibody systems or share results data can access the analysis system over the Internet regardless of their OS, platform, or location.

Development of a Multibody Dynamic Analysis System for Internet-Based Engineering Service (인터넷 기반 공학서비스를 위한 다물체 동역학 해석 시스템 개발)

  • Han, Hyeong-Seok;Sin, Dong-U;Lee, Jae-Gyeong
    • 연구논문집
    • /
    • s.32
    • /
    • pp.95-102
    • /
    • 2002
  • An Internet-based dynamic analysis system, called P-DYN, for multibody dynamic systems is developed. All the interfaces of the system are accessible via Web browsers, such as Netscape or Explorer. The system uses a template type P-DYN/Modeler as a preprocessor. The P-DYN postprocessor composed of P-DYN/Plotter and P-DYN/Animator is developed in JAVA. The P-DYN/Solver for predicting the dynamic behavior is run on the server. Anyone who wants to analyze the dynamics of multibody systems or share results data can access the analysis system over the Internet regardless of their OS, platform, or location.

  • PDF

Design of CSS3 Polar-Coordinate Layout Module based on Fan Model (부채꼴 모델에 기반한 CSS3 극좌표계 서식 모듈의 설계)

  • Shim, Seung-Min;Lim, Soon-Bum
    • Journal of Korea Multimedia Society
    • /
    • v.22 no.2
    • /
    • pp.299-310
    • /
    • 2019
  • Most web documents are written in Cartesian coordinates, so the study of vertical arrangement of text has been well organized, while the study of circular arrangement is very early. With the recent development of circular display devices, the demand for circular arrangement of texts is increasing. Thus, we proposed a CSS3 extended specification of polar coordinate layout for the circular placement of text. First, we defined the concept of fan model for the text arrangement in polar coordinate which is corresponding to box model in Cartesian coordinate. And, we described new definition on the directions of sentence, paragraph and text orientation in polar coordinate. Based on this new definitions, we developed the extended specification consisting of three parts. A part for setting the fan model, a part for setting directions, and a part for setting typesetting properties. To verify the feasibility of the proposed specification in current web browsers, a preprocessor was developed and sample contents were examined. We compared the code length of the sample contents implemented using other JavaScript library CssWarp.js so as to verify the efficiency of the proposed specification.