• Title/Summary/Keyword: Environment Function Development

Search Result 1,216, Processing Time 0.03 seconds

THE IP FUNCTION DEVELOPMENT IN THE COMS FLIGHT SOFTWARE

  • Kang, Soo-Yeon;Yang, Koon-Ho;Choi, Seong-Bong
    • Proceedings of the KSRS Conference
    • /
    • 2007.10a
    • /
    • pp.171-174
    • /
    • 2007
  • The COMS flight software is implemented by ADA language and the high level application program language (APL). The APL is used to implement the Interpreted Program (IP) functions which are running on the processor. The IP functions have been developed for the payload management and monitoring with the automatic on-board operational procedure. The IP allows an easier re-programming if necessary. The ground can load or unload IP separately from ADA code in the RAM flight software. The uploaded IP is interpreted and executed by the Interpreted Program Environment (IPE) which is one of the functions implemented in the RAM flight software. In this paper, we introduce the IP and IPE function.

  • PDF

A Study for Blocking Harmful Contents through a Local Proxy on Android (안드로이드에서 로컬 프록시를 이용한 유해 컨텐츠 차단에 관한 연구)

  • Kim, Injai;Yang, Min-Su
    • Journal of Information Technology Services
    • /
    • v.12 no.2
    • /
    • pp.103-118
    • /
    • 2013
  • Harmful contents on a mobile platform are becoming serious problems to young people due to the prevalence of smart phones with the fast development of mobile technology. Mobile applications and contents are so much optimized on the mobile environment that young men are exposed to many harmful contents. A system for blocking harmful contents is suggested in this study. The system includes a local proxy function, filtering module, and local database in order to increase the blocking efficiency. The local proxy function and the filtering module are implemented on an Android platform, and the local database are running on a PC-based server. The suggested system perfectly blocks harmful contents, and shows relatively high speed.

Shear Stress and Atherosclerosis

  • Heo, Kyung-Sun;Fujiwara, Keigi;Abe, Jun-Ichi
    • Molecules and Cells
    • /
    • v.37 no.6
    • /
    • pp.435-440
    • /
    • 2014
  • Hemodynamic shear stress, the frictional force acting on vascular endothelial cells, is crucial for endothelial homeostasis under normal physiological conditions. When discussing blood flow effects on various forms of endothelial (dys)function, one considers two flow patterns: steady laminar flow and disturbed flow because endothelial cells respond differently to these flow types both in vivo and in vitro. Laminar flow which exerts steady laminar shear stress is atheroprotective while disturbed flow creates an atheroprone environment. Emerging evidence has provided new insights into the cellular mechanisms of flowdependent regulation of vascular function that leads to cardiovascular events such as atherosclerosis, atherothrombosis, and myocardial infarction. In order to study effects of shear stress and different types of flow, various models have been used. In this review, we will summarize our current views on how disturbed flow-mediated signaling pathways are involved in the development of atherosclerosis.

Latency Analysis of AVB Network and Optimization Design for Automotive

  • An, Byoungman;Kim, YoungSeop
    • Journal of the Semiconductor & Display Technology
    • /
    • v.18 no.3
    • /
    • pp.127-132
    • /
    • 2019
  • This paper presents an overview of automotive communication technologies, including related technology developments. We describe the latency of Audio Video Bridge (AVB) network as well as purpose the optimized design of the Ethernet network system for automotive. Our design plays a significant role in reducing the delay between components. The proposed approach on realistic test cases showed that there was a delay reduction, approximately 49.4%. It is expected that the optimization method for the actual automotive environment can greatly shorten the time period in the design and development process. The results obtained from the experiments on the delay time present in each function are reliable because average values are obtained through repeated actual tests for several months. It will greatly benefit the industry since analyzing the latency between each function in a short period of time is very important.

Development of a Method for the Generator Maintenance Scheduling using Fuzzy Integer Programming (퍼지 정수계회법을 이용한 발전기 보수유지계획 수립 수법의개발)

  • 최재석;도대호
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.7 no.5
    • /
    • pp.77-85
    • /
    • 1997
  • A new technique using integer programming based on fuzzy multi-criteria function is proposed for generator maintenance scheduling. Minimization of maintenance delay cost and maximization of supply reserve power are considered for fuzzy multi-criteria function To obtain an optimal solution for gen- ,:rator maintenance scheduling under fuzzy environment, fuzzy multi-criteria integer programming is )used. In the maintenance scheduling, a characteristic feature of the presented approach is that the crisp conaitraints with uncertainty can be taken into account by using fuzzy set theory and so more flexible solution Ian he obtained. The effectiveness of the proposed approach is demonstrated by the simulation results.

  • PDF

A Study on the Development of a Three Dimensional Structured Finite Elements Generation Code (3차원 정렬 유한요소 생성 코드 개발에 대한 연구)

  • Kim, Jin-Whan
    • Journal of Ocean Engineering and Technology
    • /
    • v.13 no.1 s.31
    • /
    • pp.11-17
    • /
    • 1999
  • A three dimensional finite element generation code has been developed attaching simple blocks. Block can be either a quadrature or a cube depending on the dimension of a subject considered. Finite element serendipity basis functions are employed to map elements between the computational domain and the physical domain. Elements can be generated with wser defined progressive ratio for each block. For blocks to be connected properly, a block should have a consistent numbering scheme for vertices, side nodes, edges and surfaces. In addition the edge information such as the number of elements and the progressive ratio for each direction should also be checked for interfaces to have unique node numbers. Having done so, user can add blocks with little worry about the orientation of blocks, Since the present the present code has been written by a Visual Basic language, it can be developed easily for a user interactive manner under a Windows environment.

  • PDF

A Study on Interior Image Characteristics of Public Library (공공도서관의 실내이미지특성에 관한 연구)

  • Chang, A-Ri;Hwang, Yeon-Sook
    • Proceedings of the Korean Institute of Interior Design Conference
    • /
    • 2007.11a
    • /
    • pp.175-178
    • /
    • 2007
  • With the development of industrial technology an amount of information has sharply increased and an information-oriented society had come. This information environment changed the function of library. Today's public library not only save and record the information but also encourages residents to use information and culture activities such as lifelong education. As the library plays a variety role, it has become an multiplex space. Added new function, various space has formed and each space requires their own interior images that fits it's character. Here this study is to research new changed library's characteristic in interior image through five library's on-the-spot survey.

  • PDF

Implementation and Analysis of Multi-Precision Multiplication for Public Key Cryptography Based on Android Platform (안드로이드 기반 공개키 암호를 위한 곱셈기 구현 및 분석)

  • Seo, Hwa-Jeong;Kim, Ho-Won
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.37C no.10
    • /
    • pp.940-948
    • /
    • 2012
  • Android program is developed with JAVA SDK and executed over virtual machine. For this reason, programming is easier than traditional C language but performance of operating speed decreases. To enhance the performance, NDK development tool, which provides C language, assembly language environment, was proposed. Furthermore, with NEON function provided by ARM, we can utilize the vector operation and enhance performance. In the paper, we explore effectiveness of NDK and then propose advanced multiplication structure with NEON function.

A Study on the Requirements Analysis and Design for System Development of Remote Firmware Upgrade Management System Based-on AMI (AMI 기반 원격 펌웨어업그레이드 시스템 개발을 위한 요구분석 및 설계에 관한 연구)

  • Jung, Nam-Joon;Yang, Il-Kwon;Choi, Seong-Hwan;Jin, Young-Taek
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.61 no.1
    • /
    • pp.155-161
    • /
    • 2012
  • The firmware upgrade, which is remotely performed, is an essential function in smart metering or AMI (Advanced Metering Infrastructure). In other words, the AMI software and firmware can be switched for maintaining and improvement without replacement of H/W devices in AMI environment. Also, if number and type of devices are increase, the demand of remote update service will be increased. Through the firmware upgrade service remotely, the electric power corporation may be able to benefit various fields. For example, there are to adapt more easily in many environments, real-time service and to cut maintenance costs. In this paper, we proposed to design an international level FUMS(Firmware Upgrade Management System) which includes requirement function, architecture and protocol related with DCU, Smart Meter.

Thermal Stress Analysis of Functuonally Graded Ceramic/Metal Composites(II) (경사기능성 세라믹/금속 복합재료의 열응력해석)

  • Lim, Jae-Kyoo;Song, Jun-Hee
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.21 no.10
    • /
    • pp.1571-1579
    • /
    • 1997
  • The development of a new material which should be continuously use under severe environment of very high temperature has been urgently requested. For the development of such super-heat resistant materials, the main problem is not only to make the superior thermal barrier properties but also to actively release thermal stress. So, a new concept of functionally graded material(FGM) has been proposed to overcome this problem. A composition and microstructure of FGM are varied continuously from place to place in ways designed to provide it with the maximum function of mitigating the induced thermal stress. So, FGM can be applied in the aerospace, the electronic and the medical field, etc.. In this study, thermal stress analysis of sintering PSZ/NiCrAlY graded material was conducted theoretically using a finite-element program. The temperature condition was sintering temperature assuming a cooling-down process up to room temperature. Fracture damage mechanism was anlayzed by the parameters of residual stress. It could be known that FGM provided with the function of mitigating the induced thermal stress.