• 제목/요약/키워드: Object language

검색결과 923건 처리시간 0.021초

DISTRIBUTED WEB GIS SERVICE BASED ON XML AND INTEROPERABILITY

  • Kim, Do-Hyun
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2002년도 Proceedings of International Symposium on Remote Sensing
    • /
    • pp.145-150
    • /
    • 2002
  • Web GIS (Geographic Information Systems) service systems provide the various GIS services of analyzing and displaying the spatial data with friendly user-interface. These services are expanding the business domain and many users want to access the distributed various spatial data. But, it is difficult to access diverse data sources because of different spatial data format and data access methods. In this paper, we design and implement web GIS services based on the inter-operability and GML (Geography Markup Language) of OGC(Open GIS Consortium) in web distributed environment. Inter-operability provides unique accessing method to distributed data sources based on OLE DB technology of Microsoft. In addition, GML support web GIS services based on XML. We design these GIS services as components using UML (Unified Modeling Language) of an object-oriented modeling language for specifying, visualizing, constructing, and documenting the artifacts of software system. In addition, they also were developed in object-oriented computing environment, and it provides the interoperability, language-independent, easy developing environment as well as re-usability.

  • PDF

함수적 속성을 가지는 협업 지원 시각언어 (A Visual Language supporting Collaboration with Functional Attributes)

  • 김경덕
    • 한국정보처리학회논문지
    • /
    • 제7권9호
    • /
    • pp.2807-2814
    • /
    • 2000
  • 본 논문에서는 함수적 속성을 가지는 협업 지원 시각언어를 제안한다. 제안한 시각언어는 객체 아이콘과 연산자들로 구성되는 시각 문장의 집합이다. 객체 아이콘은 협업에 참여하는 사용자를 의미하고 연산자는 사용자간 상호작용 시점에 따른 협업 관계를 의미한다. 시각 문장은 함수적 속성에 따라 연산되며, 연산 결과에 따라 다양한 협업을 지원한다. 함수적 속성은 시각 문장에서 다양한 연산 순서를 지원함으로서 협업 관계의 융통성을 제공한다. 또한, 동기 및 비동기 협업을 함께 표현함으로써 기존 시각언어보다 효율적인 협업을 지원한다. 그리고 시각 문장의 함수적 속성은 $\lambda$수식으로 분석한다.

  • PDF

객체 지향 시스템에서의 클래스 결합도 척도 (Coupling Measures for Classes in Object-Oriented System)

  • 이종석;천은홍
    • 한국산업정보학회논문지
    • /
    • 제6권4호
    • /
    • pp.22-29
    • /
    • 2001
  • 소프트웨어의 품질 측정의 중요성이 커짐에 따라 새로운 소프트웨어 척도를 개발하기 위한 수많은 노력이 나타났다. 객체 지향 개발 방법론의 중요성에서 볼 때 이러한 경향이 나타나는 특별한 분야는 객체 지향 시스템의 결합도 측정이다. 본 논문에서는 객체 지향 시스템의 결합도를 측정하기 위해 메소드에 의한 응집도 COM과, 클래스에 의한 결합 COC를 제안하였다. 그리고 이를 Briand가 제안한 결합도 성질을 이용하여 평가하고, C++ 언어로 작성된 시스템에 적용하여 다른 결합도 척도와 비교하였다.

  • PDF

Focus and Particle Constructions

  • Lee, Wonbin
    • 한국영어학회지:영어학
    • /
    • 제4권2호
    • /
    • pp.195-227
    • /
    • 2004
  • This paper concerns the issue related to the focus phenomena with a particular reference to the two alternating orders (continuous vs. discontinuous orders) in particle constructions in English. To explain the alternation of word order in particle constructions, I will argue that the choice of word order is closely related to the focus property of the object DPs. Following Drubig (2003), I will assume that focus-feature is taken to be a syntactic feature assigned freely to a lexical head in the process of the mapping into Lexical Array (LA) from the lexicon (LEX). I argue that the focus-marked object DP cannot move out of its focus domain and thus the continuous order is derived. In the case of non-focus-marked object DP, however, the object DP moves out of VP in order to receive an appropriate interpretation. As a result, the discontinuous order is derived.

  • PDF

Semantic and Pragmatic Conditions for the Dative Alternation

  • Krifka, Manfred
    • 한국영어학회지:영어학
    • /
    • 제4권1호
    • /
    • pp.1-31
    • /
    • 2004
  • This paper has revisited the dative alternation in English, and defended the so-called polysemy view. The paper has argued for a particular format of lexical representation, one that allows reference to events. In addition to the semantic conditions, the paper has argued that the DO and PO constructions also allow for different information structures.

  • PDF

Relative Quantifier Scope and Object Shift

  • Lee, Chang-Su
    • 한국영어학회지:영어학
    • /
    • 제2권1호
    • /
    • pp.97-121
    • /
    • 2002
  • Aoun and Li (1989) and Hornstein (1995) suggest that the cross-linguistic contrast in quantifier scope between English and East Asian languages is attributed to the parametric difference in the base subject position, viz. VP-internal position in English and Spec IP in East Asian languages. This paper argues that their suggestion is untenable, and that the cross linguistic contrast in question is due to the parametric difference that English permits and East Asian languages do not permit (overt) object shift.

  • PDF

Translation Java Bytecode to EVM SIL Code for Embedded Virtual Machines

  • Lee, Yang-Sun;Park, Jin-Ki
    • 한국멀티미디어학회논문지
    • /
    • 제8권12호
    • /
    • pp.1658-1668
    • /
    • 2005
  • This paper presents the bytecode-to-SIL translator which enables the execution of the java program in EVM(Embedded Virtual Machine) environment without JVM(java Virtual Machine), translating bytecodes produced by compiling java programs into SIL(Standard Intermediate Language) codes. EVM, what we are now developing, is a virtual machine solution that can download and execute dynamic application programs written in sequential languages like C language as well as object oriented languages such as C#, Java, etc. EVM is a virtual machine mounted on embedded systems such as mobile device, set-top box, or digital TV, and converts the application program into SIL, an assembly language symbolic form, and execute it. SIL is a virtual machine code for embedded systems, based on the analysis of existing virtual machine codes such as bytecode, MSIL, etc. SIL has such features as to accommodate various programming languages, and in particularly has an operation code set to accept both object-oriented languages and sequential languages. After compiling, a program written in java language is converted to bytecode, and also executed by JVM platform but not in other platform such as .NET, EVM platform. For this reason, we designed and implemented the bytecode-to-SIL translator system for programs written in java language to be executed in the EVM platform without JVM. This work improves the execution speed of programs, enhances the productivity, and provides an environment for programmers to execute application programs at various platforms.

  • PDF

Object Classification based on Weakly Supervised E2LSH and Saliency map Weighting

  • Zhao, Yongwei;Li, Bicheng;Liu, Xin;Ke, Shengcai
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제10권1호
    • /
    • pp.364-380
    • /
    • 2016
  • The most popular approach in object classification is based on the bag of visual-words model, which has several fundamental problems that restricting the performance of this method, such as low time efficiency, the synonym and polysemy of visual words, and the lack of spatial information between visual words. In view of this, an object classification based on weakly supervised E2LSH and saliency map weighting is proposed. Firstly, E2LSH (Exact Euclidean Locality Sensitive Hashing) is employed to generate a group of weakly randomized visual dictionary by clustering SIFT features of the training dataset, and the selecting process of hash functions is effectively supervised inspired by the random forest ideas to reduce the randomcity of E2LSH. Secondly, graph-based visual saliency (GBVS) algorithm is applied to detect the saliency map of different images and weight the visual words according to the saliency prior. Finally, saliency map weighted visual language model is carried out to accomplish object classification. Experimental results datasets of Pascal 2007 and Caltech-256 indicate that the distinguishability of objects is effectively improved and our method is superior to the state-of-the-art object classification methods.

네트웍 관리를 위한 MIB의 자동생성 (Automatic Generation of MIB for Network Management)

  • 유재우;김영철;김성근
    • 한국통신학회논문지
    • /
    • 제25권6A호
    • /
    • pp.848-854
    • /
    • 2000
  • TMN에서의 네트웍 관리는 네트웍에 존재하는 운영체제나 통신 장비를 객체로 정의하고 관리한다. 이들 객체를 기술하기 위해 GDMO(Guidelines for the DefInition of Managed Objects)를 사용하고 있다. GDMO는 네트웍 관리를 위해 직접 이용되지 않으며, 객체지향 파라다임을 가지는 언어로 변환되어 사용된다. 또한 GDMO는 객체들을 관리하기 위하여 ASN.1(Abstract Syntax Notation One)을 참조한다. 본 논문에서는 ASN.1 & GDMO 명세를 Managed object Instance Base(MIB) 생성에 사용되는 객체지향 언어로 자동 번역하는 번역기를 설계하고 구현하였다. 본 시스템은 기존의 네트워크 관리를 위한 원시코드 생성기와는 달리 MIB 생성에 이용될 수있는 다양한 객체지향 언어를 자동 생성할 수 있도록 고안되었으며, ASN.1과 GDMO를 하나의 부라우져에서 처리할 수 있는 통합 환경을 제공함으로써 응용프로그램을 개발하는데 편리하도록 하였다.

  • PDF

Z 언어를 기반으로 CORBA 보안의 정형화된 접근 제어 모델 개발 (Development of a Formal Access Control Model in CORBA Security using the Z Language)

  • 김영균;김경범;인소란
    • 정보보호학회논문지
    • /
    • 제7권3호
    • /
    • pp.79-94
    • /
    • 1997
  • 분산 객체 시스템에서 보안 기술과 객체지향 기술의 통합은 중요한 요소이기 때문에 OMG(Object Management Group)에서는 객체 시스템에서 보안성을 다루기 위한 표준 보안 서비스 규격으로 CORBA(Common Object Request Broker Architecture) 보안 참조 모델(security reference model)을 제시하였다. CORBA 보안 참조 모델에서 접근 제어 기능은 특정 구현 메카니즘에 종속되지 않는 독립적인 개념으로 정의되고 있으며, 또한 보안 특성의 의미가 완전하게 기술되지 않는다. 이는 구현자와 사용자가 상호 일치되지 않은 개념을 갖을 가능성을 내포한다 따라서 본 논문에서는 CORBA 보안참조 모델에 기술된 접근 제어 기능이 갖는 의미가 정확히 기술될 수 있도록 집합론에 기초하는 정형화 언어인 Z 언어의 스키마 구조를 이용하여 CORBA 접근 제어 모델을 정형화한다.