• Title/Summary/Keyword: 데이터베이스 응용 프로그램 개발

Search Result 106, Processing Time 0.026 seconds

Development of a CASE Tool on Relational Databases for Distributed Object Systems (분산객체 시스템을 위한 관계형 데이터베이스 연동도구의 개발)

  • Park, U-Chang;,
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.1
    • /
    • pp.20-28
    • /
    • 2000
  • In distributed data processing environments, heterogeneous data sources should corporate each other. The CORBA standards proposed by OMG solve this problem by the integration of platform independent applications. In this paper, we design and implement a CASE tool that help linking CORBA applications to relational databases by interface method. This CASE tool manipulates the database schema and generates IDL and $C^{++}$ stubs corresponding to the schema. We explain the code generation process and evaluate the data access performance of the interface method compared to adapter method and various implementation languages. The implemented tool can be used for developing applications that need relational database corporation environments such as distributed information systems or data warehousing. etc.

  • PDF

고객위주의 인트라넷 구축이 최상품

  • Lee, Yong-Ho
    • Digital Contents
    • /
    • no.3 s.46
    • /
    • pp.74-79
    • /
    • 1997
  • 각 기업이 보유하고 있는 전산자원을 인터넷을 통한 인트라넷 데이터센터 역할로 변환하기 위해서는 현재 개발되어 운용되고 있는 응용 프로그램의 사용 및 적용 범위가 기업 파트너와 고객들을 위해 확대되어야 한다. 즉, 고객이 시스템을 널리 사용할 수 있는 측면을 고려하는 것이 바람직하다.

  • PDF

Development of Theme Park Entrance Automation System Using RFID (RFID 센서를 이용한 놀이기구 관리 자동화 시스템 구축에 대한 연구)

  • Lee, Yang-Weon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.1
    • /
    • pp.711-715
    • /
    • 2005
  • 본 논문에서는 유비쿼터스 센서 네트워크의 핵심인 RFID에 대한 응용기술을 개발하기 위하여 대상을 놀이공원으로 잡고, 공원에 출입하는 입장객들이 각 놀이 기구에 입장한 시간과 나가는 시간을 자동으로 입력받아서 데이터베이스에 저장한 후에 전체적인 놀이공원 인원 배치에 관한 합리적인 지시, 명령을 도출하도록 하는 프로그램을 개발하는 시스템을 개발하였다. 이를 위하여 본 논문에서는 13.25Mhz 대의 RFID 센서와 마이크로소프트사의 MSSQL 데이터베이스와 IIS 웹서버를 기반으로 하는 시스템 구축을 수행하였다. 이를 위하여 SkyeTek사의 RFID 리더를 기반으로 시스템을 구축하여 호스트 PC와 연동 프로그램을 C++ 언어를 이용하여 개발하였고, ASP.NET과 C#을 이용한 웹사이트 구축하였으며, RFID 리더의 태그 인식 범위를 확장하기위한 외장형 안테나 제작한 결과 30${\sim}$40 cm 수준의 인식 거리를 보장하는 동판형 안테나를 개발하였으며, 시스템에 적용한 결과 성능의 우수함을 확인하였다.

  • PDF

Access to Database Using List Comprehension (리스트 컴프리헨션을 이용한 데이터베이스 접근)

  • Park, Kyung-Soon;Woo, Gyun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.11b
    • /
    • pp.655-658
    • /
    • 2003
  • 기존의 데이터베이스 응용 프로그램을 작성할 경우에 질의 언어와 개발 언어간의 이중 언어 정의 문제(impedance mismatch)가 발생한다. 이를 해결하기 위한 한가지 방법으로 본 논문에서는 Haskell의 리스트 컴프리헨션(list comprehension)을 이용한 데이터베이스 접근을 제안한다. 이 방식을 이용할 경우 문법 체계가 명확해 진다는 장점과 연속적인 집계연산자(aggregate operator)를 사용할 수 있다는 장점이 있다. 또한 앞에서 지적한 이중 언어 정의 문제를 해결할 수 있다.

  • PDF

Development of a Database Program for Management Planning in National Forests (국유림(國有林) 관리(管理) 영림계획(營林計劃) 운영(運營)을 위(爲)한 데이터베이스 프로그램의 개발(開發))

  • Park, Eunsik;Chung, Joosang
    • Journal of Korean Society of Forest Science
    • /
    • v.88 no.1
    • /
    • pp.63-72
    • /
    • 1999
  • In this study, a relational database program to manage the data involved in forest planning was developed in such a way to simulate the whole process of 'Younglim' planning in Korean National Forest System. Using the pull-down menu system of various functions required for developing 'Younglim' plan, the database program can handle the data of forest inventory, 10-year working plans, annual working plans and the history of forest operations automatically and simultaneously. The model was designed to run under the environment of Korean version of Windows 95. Visual Basic 5.0 was used as the basic tool for programming and Microsoft ACCESS as the basic engine of the database system. In this paper, the process of designing the structure of database program following the process of 'Younglim' plan and the structure of the model are discussed. In addition, the functions of menu system are presented using the screen-mode output windows of the model.

  • PDF

Design and Implementation of Interface between the Database and the Application Program (데이터베이스와 응용프로그램 사이의 인터페이스 설계 및 구현)

  • Jung, In-Sook;Lee, Chang-Sup;Cho, Chung-Ho
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.34 no.4
    • /
    • pp.139-147
    • /
    • 1997
  • Most of the existing applications developed undter the DOS environment exchange information with the exterior world through reading and writing files in ASCII format. A package program consisting of numerous modules has to exchange data not only between module program and the input/output files but also between module themselves, and hence information exchange via ASCII file is increasingly inefficient and less accurate as the number of modules increases. The present paper describes the design and the implementation of the interface between the module program and the database which stores all the information necessary for the execution of the application. The interface program is then applied to the existing Propeller Design and Analysis System to show that the interface functions smoothly. The development is performed on the personal computer operating under Windows 95 rather than the workstation under Unix operating system to prove that the design and analysis work can be carried out without limit in time and space.

  • PDF

NetworkEquilibriumModels of Urban Location and Travel Choices : Formulations and Applications (통행기 종점 및 교통수단선택과 결합된 교통망 평가모형의 구성 및 응용)

  • 전경수
    • Journal of Korean Society of Transportation
    • /
    • v.5 no.2
    • /
    • pp.113-126
    • /
    • 1987
  • 본 논문은 통행 기·종점 및 교통수단선택의 문제를 교통망 평형모형과 종합하여 이를 하나의 최적화 문제로 구성하는 방법 및 그의 실제응용 방법을 제시, 검토하였다. 두 가지의 행태적 특성, 즉 교통비용을 최소화하려는 사용자 평형과 통행 기·종점 및 교통수 단 등의 선택에 있어 어느 수준의 상호교류를 유지하려고 하는 엔트로피 극대화 현상이 병 애되어 최적화 문제를 형성하게 된다. 본 연구의 목적은 이의 체계적 구성과 아울러 이를 여러 도시에서 설치, 사용되고 있는 개재의 UTPS프로그램과 종합시킴으로써 개재의 대한 데이터베이스를 사용케하고 실제응용을 단순화 시키는데 있다. 개발된 모형과 방법은 시카 고 지역의 자료를 이용하여 그 타당성이 검토되었다.

  • PDF

Design and Implementation of an XML Document Storage System supporting XQL (XQL를 지원하는 XML 문서 저장 시스템)

  • 허명식;손기락
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10a
    • /
    • pp.39-41
    • /
    • 1999
  • XML 문서와 같은 구조적 데이터는 관계형 데이터베이스에 저장하고 인터넷 응용 프로그램을 개발하는데 많은 이점을 가지고 있다. 또한 이러한 구조적 문서에 대한 질의 언어를 지원하는 것은 유용하다. 이에 본 논문에서는 XML 문서에 대한 질의 언어로 제안되어진 XQL을 효율적으로 지원할 수 있도록 XML 문서의 각 엘리먼트를 관계형 데이터베이스의 테이블로 매핑시키는 방법과 XQL을 SQL로 변환하는 방법을 제시하고 또한 XML 문서의 DTD를 통해 해당하는 문서의 테이블을 자동으로 생성하는 방법을 제시한다. 이를 통해 XQL을 효율적으로 지원하는 XML 문서 저장 시스템을 설계하고 구현한다.

  • PDF

Development of Soil Erosion Analysis Model to Couple the HyGIS (HyGIS와 연계한 토양유실분석 모형 개발)

  • Kim, Kyeong-Tak;Kim, Joo-Hun;Choi, Yun-Seok;Won, Young-Jin
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2010.05a
    • /
    • pp.784-788
    • /
    • 2010
  • 본 연구는 자연재해대책법에 의해 개발사업으로 인한 재해유발요인을 예측 분석하고 이에 대한 대책을 강구하기 위해 수행되고 있는 사전재해영향평가에서 토양유실도 작성을 위한 HyGIS와 연계한 토양유실량 분석 모형을 개발하는 것을 목적으로 하고 있다. HyGIS(Hydro Geographic Information System)는 GIS를 수자원의 다양한 분야에 손쉽게 적용하기 위해서 컴포넌트 형태로 개발된 시스템이다. HyGIS에서는 DEM을 이용하여 유역 및 하천망의 추출과 지형분석이 가능하며, 하천 네트워크를 기반으로 유역의 다양한 정보를 운용할 수 있다. 또한 HyGIS는 데이터베이스를 기반으로 운영되며, GIS를 이용한 수자원 분야의 응용프로그램 개발 시 기반 시스템으로 활용될 수 있다. 본 연구에서 개발한 HyGIS와 연계한 토양유실 분석 모형은 HyGIS의 데이터베이스를 공동으로 이용할 수 있도록 개발하였다. 개발 툴은 GEOMania GMMap2009의 Add-on 형태로 개발하였고, OECD에서 제안한 토양유실 위험 등급도도 작성할 수 있도록 개발하였다.

  • PDF

Development of Wireless Communication System and Application Program for Realtime Schedule Management at Construction Site (건설현장 실시간 공정관리를 위한 무선통신시스템 구축 및 응용프로그램 개발)

  • 진교홍;이혜원;김지홍
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.8 no.1
    • /
    • pp.192-199
    • /
    • 2004
  • As the construction site becomes larger, more complex and more special, the information of construction is expanded in quantity and specialized in quality. Therefore the computing system is necessary to effectively manage the construction schedule management. At present, main office at construction site bring in the computing system to perform the schedule management, so the data input and access for schedule management is performed by engineer on foot between construction site and main office. Therefore in this paper, we arrange wireless communication system between construction site and main of office and develop application program for data input and access of schedule management immediately using PDA at construction site. Through the our system we can improve the schedule management at construction site, and we can look forward to reduction of manpower, equipments, time, and money in whole construction.