• Title/Summary/Keyword: ECMAScript

Search Result 4, Processing Time 0.02 seconds

Design and Implementation of ECMAScript Interpreter for VXML Execution (VXML 수행을 위한 ECMAScript 인터프리터의 설계 및 구현)

  • Shin, Dong-Hyeok;Yun, Young-Sun;Eun, Sung-bae
    • The KIPS Transactions:PartA
    • /
    • v.10A no.2
    • /
    • pp.101-110
    • /
    • 2003
  • ECMAScript can support VXML in utilizing the system information, analysis of complex equation, iterative execution, declaration of functions and their call, etc. However, since the ECMAScript is the standard script language for Internet, there is no way that the script lithely connects with VXML. In this paper, we presented the design and implemented the interpreter that meets the requirement of ECMAScript for its flexible connection with VXML. For connections, we added some functions in modified ECMAScript : management of VXML variables, execution of system functions, analysis of equations and function calls. From the result of connection, it is shown that new ECMAScript can handle the various algorithms of VXML.

3D GPS Simulation Using SVG (SVG를 이용한 3차원 GPS 시뮬레이션)

  • 박덕규;김승완;송주환
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10c
    • /
    • pp.517-519
    • /
    • 2004
  • GPS(Global Positioning System)은 위성에서 현재 시스템이 위치한 곳의 주위 지역을 2차원으로 표현해 주는 시스템이다. 이 시스템에서의 그래픽 표현은 비트맵 표현 방식으로 다량의 메모리를 사용하는 단점이 있다. 이 논문에서는 GPS의 다량의 메모리를 사용하는 단점을 보완하기 위하여 비트맵 표현 방식을 지양하고 벡터 표현 방식을 사용하는 SVG(Scalable Vector Graphic)를 이용하며 메모리 사용량을 감소시킬 수 있는 방법을 제시하고자 한다. 또한 XML의 그래픽 표준안인 SVG에서는 2차원만을 표시하기 때문에 3차원 표현이 어려우나, ECMAScript를 사용하여 SVG의 단정인 3자원 표현의 어려움을 개선하는 방법에 대해 고찰하고자 한다.

  • PDF

A Study on Implementation of DNA Sequence Analysis Tool in Web2.0 (웹2.0 기반 DNA서열 분석도구 구현에 대한 연구)

  • Kim, Myung-Gwan;Jo, Chung-Hyo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.10b
    • /
    • pp.11-16
    • /
    • 2007
  • 최근 컴퓨터를 이용한 유전자 해석 기술이 급속히 발전함에 따라 DNA서열분석도구의 필요성도 늘어나고 있다. 그러나 DNA서열분석에 필요한 데이터베이스는 다양한 형태의 포맷이 제공되어 지고 있고, 유전자 서열 데이터의 처리를 위한 애플리케이션에서도 서로 다른 양식의 포맷이 사용되고 있다. 이로 인해 다른 형태의 포맷이 필요한 경우 별도의 파서를 구현 하는 문제가 발생한다. 이러한 단점을 보안하는 하나의 방법으로 GenBank에서 제공되는 XML파일을 이용한 웹2.0 환경인 RIA(Rich Internet Application)개발방식을 제안한다. RIA개발방식은 XML파서와 XML을 처리할 수 있는 E4X(ECMAScript for XML)와 같은 API를 제공 하여 XML로 리턴 되는 데이터를 쉽게 처리하여 화면으로 보여준다.

  • PDF

Design and Implementation of the VoiceXML Interpreter for Voice Web-service (음성 웹서비스를 위한 VoiceXML 해석기의 설계 및 구현)

  • 신현경;강동남;염세훈;유재우
    • The Journal of the Acoustical Society of Korea
    • /
    • v.20 no.4
    • /
    • pp.42-47
    • /
    • 2001
  • In this paper, we propose an interpreter, which recognizes the VoiceXML markups, verifies the validation of the document, and interprets the VoiceXML documents using DI parser and the generated AST by the parser. The VoiceXML interpreter consists of DI parser and executor, and the DI parser uses recursive descent parsing technology, and the executor uses FIA (Form Interpretation Algorithm) proposed by VXML forum. This system uses the Java language in order to develop the runtime environment for VoiceXML efficiently, thus this system has portability.

  • PDF