• Title/Summary/Keyword: 마이크로컴퓨터

Search Result 699, Processing Time 0.021 seconds

A Study on the API Gateway for human resources management modules extensions in ERP

  • Lee, Ji-Woon;Seo, Hee-Suk
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.2
    • /
    • pp.79-88
    • /
    • 2021
  • In this paper, we propose a API Gateway technique for the expansion of human resource management module, one of the ERP functions. The institution has introduced ERP (Enterprise Resource Planning) based on its efforts to transform all human and physical resources into business competitiveness and its response to the digital knowledge informatization environment, and listed it as multiple success factors. Human resource management is one of the factors that have been dealt with. However, ERP's Human Resources Management Module remains in the role of functional personnel management. How to utilize human resources begins with navigating and recognizing human resources. The proposed API Gateway technique leverages blockchain networks to design and implement APIs for human resource sharing and navigation, including the possibility of extending ERP's human resource management module. Secondly, it was designed and implemented using a smart contract that behaves like an API for preventing information forgery. The proposed method will not only be used as a tool that can actively utilize human resources, but will also be a complete resource for utilizing big data technology.

A Strategy for Inference Control of Official Statistics - Centering around the Patent Application Expense Support Project - (공식통계의 추론통제 전략 - 정부의 특허경비지원사업 사례를 중심으로 -)

  • Lee, Duck-Sung;Choi, In-Soo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.14 no.11
    • /
    • pp.199-211
    • /
    • 2009
  • Official statistics which are collected for governments and the community can be used to assess the effectiveness of governments' policies and programs. Thus, official statistics should be collected and presented based on correct findings. Erroneous official statistics will lead to lower quality results in assessing those policies and programs. Many statistical agencies, today, use on-line analytical processing (OLAP) data cubes which support OLAP tasks like aggregation and subtotals as a key part of their dissemination strategy of official statistics. Confidentiality protection in data cubes also should be made. However, sensitive parts of data cubes including micro data may be disclosed by malicious inferences. The authors have suggested an inference control process in OLAP data cubes which preventing erroneous cube creating and securing cubes against privacy breaches. The objective of this study is to establish a strategy for inference control of official statistics using the inference control process by taking the case of the Patent Application Expense Support Project.

Power Decoupling Control Method of Grid-Forming Converter: Review

  • Hyeong-Seok Lee;Yeong-Jun Choi
    • Journal of the Korea Society of Computer and Information
    • /
    • v.28 no.12
    • /
    • pp.221-229
    • /
    • 2023
  • Recently, Grid-forming(GFM) converter, which offers features such as virtual inertia, damping, black start capability, and islanded mode operation in power systems, has gained significant attention. However, in low-voltage microgrids(MG), it faces challenges due to the coupling phenomenon between active and reactive power caused by the low line impedance X/R ratio and a non-negligible power angle. This power coupling issue leads to stability and performance degradation, inaccurate power sharing, and control parameter design problems for GFM converters. Therefore, this paper serves as a review study on not only control methods associated with GFM converters but also power decoupling techniques. The aim is to introduce promising control methods and enhance accessibility to future research activities by providing a critical review of power decoupling methods. Consequently, by facilitating easy access for future researchers to the study of power decoupling methods, this work is expected to contribute to the expansion of distributed power generation.

Comparison of Deep Learning Models Using Protein Sequence Data (단백질 기능 예측 모델의 주요 딥러닝 모델 비교 실험)

  • Lee, Jeung Min;Lee, Hyun
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.11 no.6
    • /
    • pp.245-254
    • /
    • 2022
  • Proteins are the basic unit of all life activities, and understanding them is essential for studying life phenomena. Since the emergence of the machine learning methodology using artificial neural networks, many researchers have tried to predict the function of proteins using only protein sequences. Many combinations of deep learning models have been reported to academia, but the methods are different and there is no formal methodology, and they are tailored to different data, so there has never been a direct comparative analysis of which algorithms are more suitable for handling protein data. In this paper, the single model performance of each algorithm was compared and evaluated based on accuracy and speed by applying the same data to CNN, LSTM, and GRU models, which are the most frequently used representative algorithms in the convergence research field of predicting protein functions, and the final evaluation scale is presented as Micro Precision, Recall, and F1-score. The combined models CNN-LSTM and CNN-GRU models also were evaluated in the same way. Through this study, it was confirmed that the performance of LSTM as a single model is good in simple classification problems, overlapping CNN was suitable as a single model in complex classification problems, and the CNN-LSTM was relatively better as a combination model.

Optimal Design of 70GHz Band Array Antenna for Short-Range Radar Sensor using The Chebyshev Polynomials (Chebyshev 다항식을 이용한 70GHz 대역 근거리 레이다 센서용 배열안테나의 최적설계)

  • Gue-Chol Kim;Joo-Suk Kim
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.19 no.1
    • /
    • pp.11-18
    • /
    • 2024
  • This paper presents a procedure to optimize the design of 70GHz band array antenna for automotive short range radar sensor applications using Chebyshev polynomials. SRR(: Short Range Radar) systems require a wide angle width and low Side lobe level to detect targets within close proximity while ensuring a high Field of View(FoV). The optimized antenna operates in the 76 to 81GHz frequency range, and to reduce the antenna size, we arranged 12 patches in series, achieving an SLL of 10dB, angle with of 112.5o, gain of 15.4dB and an input return loss of less than -10dB at 78GHz. In this paper, we proceed with antenna design for SRR using Chebyshev polynomials, and present an optimal design for antenna structures to be used in MRR(: Medium-Range Radar) and LRR(: Long Range Radar) applications based on this paper

A Sanitizer for Detecting Vulnerable Code Patterns in uC/OS-II Operating System-based Firmware for Programmable Logic Controllers (PLC용 uC/OS-II 운영체제 기반 펌웨어에서 발생 가능한 취약점 패턴 탐지 새니타이저)

  • Han, Seungjae;Lee, Keonyong;You, Guenha;Cho, Seong-je
    • Journal of Software Assessment and Valuation
    • /
    • v.16 no.1
    • /
    • pp.65-79
    • /
    • 2020
  • As Programmable Logic Controllers (PLCs), popular components in industrial control systems (ICS), are incorporated with the technologies such as micro-controllers, real-time operating systems, and communication capabilities. As the latest PLCs have been connected to the Internet, they are becoming a main target of cyber threats. This paper proposes two sanitizers that improve the security of uC/OS-II based firmware for a PLC. That is, we devise BU sanitizer for detecting out-of-bounds accesses to buffers and UaF sanitizer for fixing use-after-free bugs in the firmware. They can sanitize the binary firmware image generated in a desktop PC before downloading it to the PLC. The BU sanitizer can also detect the violation of control flow integrity using both call graph and symbols of functions in the firmware image. We have implemented the proposed two sanitizers as a prototype system on a PLC running uC/OS-II and demonstrated the effectiveness of them by performing experiments as well as comparing them with the existing sanitizers. These findings can be used to detect and mitigate unintended vulnerabilities during the firmware development phase.

Preparation of Tomographic Maps Based on the R Package (R 패키지를 이용한 토모그라피 지도 제작)

  • Chung, Tae-Woong;Lees, Jonathan M.
    • Geophysics and Geophysical Exploration
    • /
    • v.11 no.4
    • /
    • pp.373-378
    • /
    • 2008
  • Being widely used for preparation of geographic maps in the field of earth sciences, Generic Mapping Tools (GMT) is difficult to understand the contents for user, and not working well with Microsoft (MS) Window PC. By utilizing R package, 'GEOmap', we can do mapping work at MS window PC with commands easier than those of GMT. In addition, the R commands offer interactive help. Here we introduce brief feature of 'GEOmap', and illustrate the procedure for preparing tomographic maps with an example.

Evaluation and Benchmarking on Operating System for Embedded Devices (임베디드 디바이스를 위한 운영체제의 벤치마킹과 성능평가)

  • Jeong, Tai-Kyeong
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.10 no.1
    • /
    • pp.156-163
    • /
    • 2006
  • The objective of this paper is to evaluate the performance of an operating system for embedded devices to that of the commercially available Windows platform. Analysis includes benchmarking the operating systems using a 'typical' PC workload, as well as identifying low-level areas in which the updated OS is limiting or enhancing the system performance. The primary benchmarking suites selected for this paper are 'WinStone' and 'HBench', with the former providing an application-based suite of tests and the latter providing the most direct means for isolating operating system effects on the system. We have demonstrated in a case study for embedded microprocessors, and evaluated a Windows platform at a low-level test as well as an application level using a benchmarking suite.

A Study on the Bandpass Filter Using S-plane Prototype in UHF (S-평면 프로토타입을 이용한 UHF대 대역통과 필터에 관한 연구)

  • Kim, Kab-Ki;Choi, Hong-Ju;Hur, jung;Choi, Jong-Arc
    • The Journal of Korean Institute of Electromagnetic Engineering and Science
    • /
    • v.7 no.5
    • /
    • pp.369-375
    • /
    • 1996
  • This paper described the miniaturization of microstrip bandpss filter in UHF using S-plane Prototype. Modern microwave receiver system requires smaller size and better filter performance. The design of filters using bandpass S-plane prototype is made to satisfy these requirements. Bandpass S-plane prototypes are made by exact-synthesis technique using transmission zero locations at wanted frequency bandwidth, and the calculation of prototype values was performed by computer.

  • PDF

Design of a Software Platform for GIS ASP (GIS ASP를 위한 소프트웨어 플랫폼의 설계)

  • Zhang, Yan-Sheng;Lee, Kang-Jun;Han, Ki-Joon
    • 한국공간정보시스템학회:학술대회논문집
    • /
    • 2001.11a
    • /
    • pp.287-303
    • /
    • 2001
  • 지리정보의 중요성이 널리 인식되고 사회 각 분야에서 지리정보에 대한 수요가 날로 증가되고 다양해지고 있지만 GIS의 개발, 설치, 유지, 보수의 어려움에 따른 고가의 비용과 시장에 대한 적응력부족으로 GIS의 광범위한 활용이 저해 받고 있는 실정이다. 또한, 개인을 위한 GIS 서비스나 응용프로그램의 하나의 기능 컴포넌트로서의 GIS 서비스가 GIS의 주류로 발전할 것으로 예측되고 있지만 이를 지원하기 위한 GIS 개발, 배포 모델과 기반기술이 결여되어 있다. 그러나, 사용자가 월 정액요금을 지불하고 인터넷 또는 인트라넷을 통하여 ASP (Application Service Provider)에 의해 원격 중앙 서버에 설치, 관리되고 있는 소프트웨어 응용프로그램을 사용하는 형식은 혁신적인 소프트웨어 개발과 배포 모델로서 차세대 컴퓨터 환경의 기초로 각광 받고 있으며 이를 GIS에 적용할 때 GIS의 광범위한 응용과 원활한 유통을 크게 추진할 것으로 기대된다. 그러므로, 현시점에서 GIS ASP를 위한 합리적인 모델과 이에 근거한 소프트웨어 플랫폼에 대한 연구와 개발이 절실히 필요하다. 본 논문에서는 ASP 환경 하에서 더욱 신속하고 편리한 GIS 개발, 통합, 배포를 가능하게 하고 보다 나은 질의 GIS ASP 서비스를 제공하기 위하여 마이크로소프트의 ASP 플랫폼인 .NET 기반의 3 계층 GIS ASP 모델을 중심으로 하는 GIS ASP 소프트웨어 플랫폼의 설계를 제시하였다.

  • PDF