• Title/Summary/Keyword: Library Application

Search Result 871, Processing Time 0.025 seconds

Implementation of a Geographic Information System for the Raster Data in Spatial Object Management Systems (공간 객체 관리 시스템에서 래스터 데이터를 위한 지리정보 시스템의 설계 및 구현)

  • Park, Jae-Jin;Kim, Kwang;Heu, Shin
    • Journal of Korea Spatial Information System Society
    • /
    • v.1 no.2 s.2
    • /
    • pp.127-135
    • /
    • 1999
  • Currently, many geographic information systems deal with only vector data. Therefore, handling raster data for various types of information is greatly needed. In this paper, we design and implement a raster processor which handles spatial information in a spatial object management system called Object Management system for Geospatial Application (OMEGA). We define the data structure of the raster information to be stored in the spatial object management system and implement it to a class library in order for use in making an application program. Furthermore, a query operation and related module is implemented to extract raster information. They are then imbedded in the query executer to process a query of the raster information. Simulation results are given.

  • PDF

A Study on the Ornaments Design of Jewels by CAD System (CAD를 활용한 귀금속 장신구의 DESIGN에 관한 연구)

  • 김은주;최덕환
    • Journal of the Korean Society of Costume
    • /
    • v.41
    • /
    • pp.23-47
    • /
    • 1998
  • Ornaments is a province of the fashion. It usually express noble metals and jewel's adorn-ment as the symbol of status and riches for a long time. The ornament design of Jewels drawing project and a product by computer are increased development and as exertion as a realization of automation. Through the use of CAD software(Auto CAD R 13 & Jewel CAD) \circled1 A design development of the jewels in industrial society \circled2 A metals art & design on the dress and it's ornaments - Study about application of principle(liberal curve, arrangement of repeated form, gradual unity, rhythmical harmony) Although Auto CAD don't various expression of Jewels than a Jewel CAD, formative.scientific.funtional development of geometrical form is free. That is (to say), geometrical form is given much weigh in the general CAD, but Jewel CAD made concentrate software on the jewels design for the expression of liberal form. The CAD/CAM software for jewellery program is composed of main menu, icons, hotkeys. Changing form is derived from a definite point, curve elements of a drawing. \circled1 3-Dimensional \circled2 Easy and flexible \circled3 Bulit-in and self created library \circled4 From simple wire frame to full color images. As a CAD can practice all the creation activity effectively, from Design & Drafting Software to Rendering generally can present precise results. A point of view of the connection the scientist and art, this practicableness of CAD have a lot of possiblity of development. That will do much for the related fields of industry. Consequently, subjective intension of a creator & humanity with value plays role in practical application of the design.

  • PDF

A Study on the Adoption of an Integrated KORMARC Bibliogrphic Format (통합서지용 KORMARC 형식 적용에 관한 연구)

  • Lee, Ji-Won
    • Journal of the Korean Society for information Management
    • /
    • v.26 no.3
    • /
    • pp.131-144
    • /
    • 2009
  • As the development of the new integrated KORMARC format is completed and the problems of KORMARC aroused by different formats by different material types are settled, librarians' interests have increased in adopting the new integrated format. This article attempts to demonstrate the necessity of adopting the new format and suggests some considering points in its application process. To effectively adopt the new format, firstly the scope of new format application should be decided, and then data conversion and related program development should be followed. It is hoped that this article will raise the understanding of the integrated KORMARC format and give some guidelines to libraries considering its adoption and library system vendors.

The Implementation of Open Embedded S/W Platform for Secure Mobile RFID Reader (안전한 모바일 RFID 리더를 위한 개방형 임베디드 소프트웨어 플랫폼 구현 방안)

  • Park, Nam-Je
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.35 no.5B
    • /
    • pp.785-793
    • /
    • 2010
  • The current excessive limitations to mobile RFID tags and readers make it impossible to apply present codes and protocols. The technology for information and privacy protection should be developed in terms of general interconnection among elements and their characteristics of mobile RFID in order to such technology that meets the RFID circumstances. In this paper, transplanting and extending security library for protecting mobile RFID information in secure mobile RFID terminal S/W platform system to support security application on the path of all data from RFID reader to application server.

Diagnostic Method for Inborn Metabolic Disorders using differentiation between D- and R- Isomers on GC-MS (D체와 R체 이성질체 판별과 GC-MS를 이용한 유전성 대사이상질환의 진단법 개발)

  • Yoon, Hye-Ran
    • Journal of The Korean Society of Inherited Metabolic disease
    • /
    • v.15 no.2
    • /
    • pp.65-71
    • /
    • 2015
  • Since the secretion of specific chiral isomers in urine (or plasma) is very crucial to diagnose some inborn metabolic disorders, clinical application of dual column achiral differential method has been performed for the absolute configuration of chiral compounds. Extracted from the acidified urine with diethyl ether, carboxylic functional group of organic acid (stereoisomers of the volatile) was derivatized with (-)-menthylation or (S)-(+)-3-methyl-2-butylation and followed by O-trifluoroacylation. Each of the enantiomers was accurately separated from the library matched double column (achiral) with a retention index (I). In various inborn metabolic disease urines, absolute chirality was identified correctly in the urine (10 patients) with inborn metabolic disease (including secretion of D, L- lactic acid, D, L-3-hydroxybutyric acid, and D, L-2-hydroxyglutaric acid). In this study, we identified and isolated the volatile diastereomer as a useful diagnostic marker, this successful application to urine specimens may be useful for diagnostic classification of inherited metabolic disorders.

Practical and Verifiable C++ Dynamic Cast for Hard Real-Time Systems

  • Dechev, Damian;Mahapatra, Rabi;Stroustrup, Bjarne
    • Journal of Computing Science and Engineering
    • /
    • v.2 no.4
    • /
    • pp.375-393
    • /
    • 2008
  • The dynamic cast operation allows flexibility in the design and use of data management facilities in object-oriented programs. Dynamic cast has an important role in the implementation of the Data Management Services (DMS) of the Mission Data System Project (MDS), the Jet Propulsion Laboratory's experimental work for providing a state-based and goal-oriented unified architecture for testing and development of mission software. DMS is responsible for the storage and transport of control and scientific data in a remote autonomous spacecraft. Like similar operators in other languages, the C++ dynamic cast operator does not provide the timing guarantees needed for hard real-time embedded systems. In a recent study, Gibbs and Stroustrup (G&S) devised a dynamic cast implementation strategy that guarantees fast constant-time performance. This paper presents the definition and application of a cosimulation framework to formally verify and evaluate the G&S fast dynamic casting scheme and its applicability in the Mission Data System DMS application. We describe the systematic process of model-based simulation and analysis that has led to performance improvement of the G&S algorithm's heuristics by about a factor of 2. In this work we introduce and apply a library for extracting semantic information from C++ source code that helps us deliver a practical and verifiable implementation of the fast dynamic casting algorithm.

System-Call-Level Core Affinity for Improving Network Performance (네트워크 성능향상을 위한 시스템 호출 수준 코어 친화도)

  • Uhm, Junyong;Cho, Joong-Yeon;Jin, Hyun-Wook
    • KIISE Transactions on Computing Practices
    • /
    • v.23 no.1
    • /
    • pp.80-84
    • /
    • 2017
  • Existing operating systems experience scalability issues as the number of cores increases. The network I/O performance on manycore systems is faced with the major limiting factors of cache consistency costs and locking overheads. Legacy methods resolve this issue include the new microkernel-like operating system or modification of existing kernels; however, these solutions are not fully application transparent. In this study, we proposed a library that improves the network performance by separating system call context from user context and by applying the core affinity without any kernel and application modifications. Experiment results showed that our implementation can improve the network throughput of Apache by up to 30%.

Java and C/C++ Mixed Programming (자바와 C/C++의 혼합 프로그래밍)

  • Kim, Sang-Hoon
    • Journal of Korea Multimedia Society
    • /
    • v.13 no.10
    • /
    • pp.1514-1524
    • /
    • 2010
  • The standard Java class library does not support the platform-dependent features needed by the application. Therefore, the Java application including the platform -dependent features must supplement the required features by invoking native functions using JNI. The native language programmer has to explicitly specify how to connect to various Java objects and later to disconnect from them. In this paper, I suggest a way to avoid these annoying works. The native method in the pure java class can not contain a native code block. By providing a native code block for the native method, it is possible for programmer to write a native code without being aware of JNI. To achieve this, I introduced the native class that is a java class on the native environment, and made it possible to interchange data by placing an arbitrator between the java class and the native class.

Cross Platform Game Development Environment for PMP (PMP(Portable Multimedia Player)를 위한 크로스 플랫폼 게임 개발 환경)

  • Lee, Ya-Ri;Kim, Jung-Sook
    • Journal of Digital Contents Society
    • /
    • v.8 no.3
    • /
    • pp.377-383
    • /
    • 2007
  • The existing PMP contents have been usually providing moving picture services. However the rapid increasement by users of mobile equipment brought the need for multipurpose convergence, it is needed to develop the appropriate contents as these products appear. In this paper we designed the easy development environment for game contents that provide limited killer services. Game with the limited PMP input devices as a variety of portable input devices are developed and the equipment function of PMP itself is enhanced, its field of application will be further extended. So, we will design cross platform game development environment for PMP that is able to give friendly and valuable game contents to PMP users.

  • PDF

Implementation of Registry Virtualization on Windows (윈도우 운영체제에서 레지스트리 가상화 구현)

  • Shin, Dong-Ha
    • Journal of the Korea Society of Computer and Information
    • /
    • v.15 no.2
    • /
    • pp.19-26
    • /
    • 2010
  • The Windows registry is a hierarchical database where the configuration data of a system or application programs is stored. In this paper, we presented and implemented a registry virtualization algorithm and measured its performance. The registry virtualization algorithm presented in the paper is called Copy-One-level On Write-Open(COOWO) that is a modified version of general Copy On Whte(COW) method to make it suitable for registry virtualization. In this paper, we implemented the proposed algorithm as a dynamically loadable library in Windows and applied it to many Windows application programs. This paper is meaningful since we described a registry virtualization algorithm in detail in situation where we can not find papers that describe the registry virtualization in detail, and we could find the performance of the algorithm can be used in the real applications.