• Title/Summary/Keyword: compile

Search Result 242, Processing Time 0.024 seconds

Analysis of landing site for lander and rover on Moon and Mars

  • Seo, Haingja;Kim, Eojin;Kim, Joo Hyeon;Lee, Joo Hee;Choi, Gihyuk;Sim, Eun-Sup
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.37 no.2
    • /
    • pp.105.1-105.1
    • /
    • 2012
  • Moon and Mars have been explored by landers and rovers. Apollo missions landed five times on Lunar surface, and various rovers, including Curiosity landed and explored Mars. The selection of landing site have to be considered engineering and scientific side: the landing site to be available to land stably? the obstacle is not around the rover such as rocks and pothole? the landing site is valuable with scientific? And then landing site have to be the place which is satisfied two objects. We search the information about landing sites of Moon and Mars, and compile the conditions of landing sites. We expect that these data are useful when the landing site of Moon or Mars for Korean mission is selected.

  • PDF

Towards a revised base wind speed map for the United Kingdom

  • Miller, Craig A.;Cook, Nicholas J.;Barnard, Richard H.
    • Wind and Structures
    • /
    • v.4 no.3
    • /
    • pp.197-212
    • /
    • 2001
  • Observations of extreme wind speeds in the United Kingdom from 1970 to 1980, corrected for the influence of upwind ground roughness and topography, have been analysed using the recently-developed "Improved Method of Independent Storms" (IMIS). The results have been used to compile two new maps of base wind speed and to confirm the climatic factors in current use. One map is 'irrespective' of wind direction and the other is 'equally weighted' by direction. The 'equally weighted' map is expected to be more consistently reliable and appropriate for use with the climatic factors for the design of buildings and structures.

Implementation of Web-Based Remote Control System Using Embedded Linux (내장형 리눅스를 이용한 웹 기반 원격 제어 시스템 구현)

  • Lee, Seok-Won;Lee, Jin-Woo
    • Proceedings of the KIEE Conference
    • /
    • 2003.07d
    • /
    • pp.2609-2611
    • /
    • 2003
  • In this study, we explain the process and the technique required for implementing web-based remote control system based on embedded processor, SAl110, and embedded Linux. At first. cross-compile environment for target system should be constructed on host computer, and bootloader in charge of Linux booting may be loaded on the target system. Then, kernel image is compiled and loaded on the target system. Embedded Linux porting process is completed when ram disk image is generated. Finally, we load wed-server and device driver on the ram disk and make web-page for remote control using CGI. Through the above process, we implement web-based remote control system and present the result.

  • PDF

Extraction of Building and Road Facility Information System Using Graphic Solution (도해법을 이용한 건물 및 도로시설물 정보추출)

  • Sohn, Duk-Jae;Lee, Seung-Hwan
    • Journal of Korean Society for Geospatial Information Science
    • /
    • v.11 no.4 s.27
    • /
    • pp.45-51
    • /
    • 2003
  • This study intended to extract the spatial data and attribute data from the images of terrestrial photographs to compile the digital map from the images using photogrammetric analysis. In this study, the plane map of present objective area was made using the single terrestial photographs and graphical method, and the spatial or attribute data for the facilities in the area was extracted. Also, it is concluded that the efficient techniques for acquiring spatial and attribute data of the building and road facilities in proper time for the concerning area were suggested.

  • PDF

A comparative study on the iterative eigenvalue calculation method in AESOPS algorithm and Newton Raphson Method (AESOPS 알고리즘의 고유치 반복계산식과 Newton Raphson법과의 비교연구)

  • Kim, Deok-Young;Kwon, Sae-Hyuk
    • Proceedings of the KIEE Conference
    • /
    • 1998.11a
    • /
    • pp.259-262
    • /
    • 1998
  • This paper presents a new eigenvalue calculation methods in AESOPS algorithm. The source program of the AESOPS algorithm is modified to practice in PC environment. Window95 is used as an operating system of PC and MicroSoft Power Station is used to compile the fortran source program. The heuristically approximated eigenvalue calculation method of the AESOPS algorithm is transformed to the Newton Raphson Method which is largely used in the nonlinear numerical analysis. The new methods are developed from the AESOPS algorithm and thus only a few calculation steps are added to practice the proposed algorithm.

  • PDF

Automated inventory and material science scoping calculations under fission and fusion conditions

  • Gilbert, Mark R.;Fleming, Michael;Sublet, Jean-Christophe
    • Nuclear Engineering and Technology
    • /
    • v.49 no.6
    • /
    • pp.1346-1353
    • /
    • 2017
  • The FISPACT-II inventory simulation platform is a modern computational tool with advanced and unique capabilities. It is sufficiently flexible and efficient to make it an ideal basis around which to perform extensive simulation studies to scope a variety of responses of many materials (elements) to several different neutron irradiation scenarios. This paper briefly presents the typical outputs from these scoping studies, which have been used to compile a suite of nuclear physics materials handbooks, providing a useful and vital resource for material selection and design studies. Several different global responses are extracted from these reports, allowing for comparisons between materials and between different irradiation conditions. A new graphical output format has been developed for the FISPACT-II platform to display these "global summaries"; results for different elements are shown in a periodic table layout, allowing side-by-side comparisons. Several examples of such plots are presented and discussed.

MMU-less Memory Management for Stack Protection in Thread-based Operating System (MMU가 없는 Thread기반 운영체제에서 스택 보호를 위한 메모리 관리 기법)

  • Lee, Young-Rim;Kim, Young-Pil;Yoo, Chuck
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10a
    • /
    • pp.409-413
    • /
    • 2006
  • 현재 많은 센서 네트워크 운영체제에서는 메모리 제약 때문에 스레드 스택을 공유한다. 하지만 대부분의 대상 플랫폼에서는 MMU가 없어서 하드웨어적으로 스택 보호가 이루어지기 어렵다. 이러한 문제를 해결하기 위해 본 논문에서는 운영체제 바이너리 코드 안에 존재하는 스택 연산 명령어들을 스택 보호 기능을 가진 래퍼 함수호출로 바꾸어 주었다. 이 래퍼 함수는 스택의 오버플로우/언더플로우를 관리해 주고 오리지널 코드에 있던 명령어를 실행한 후 원래 실행 흐름으로 돌아가게 한다. 본 논문에서는 이러한 동작을 수행하는 Post-Compile Processing Tool의 구조와 세부 메커니즘을 제안한다. 이 툴은 직접 바이너리를 조작하므로 개발의 유연성을 살리고, 정적인 조작만 가하기 때문에 실행시간 오버헤드가 적다. 또한 임베디드 플랫폼 환경과 같이 하드웨어 자원의 제약이 있는 구조에 적합하다.

  • PDF

VLSI design of a UART for IP module (IP module를 위한 UART의 VLSI 설계)

  • 박성일;최병윤
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2002.05c
    • /
    • pp.1-5
    • /
    • 2002
  • 본 논문에서는 UART(Universal Asynchronous Receiver-Transmitter)를 soft IP(Intellectual Property) 모듈 형태로써 VLSI 설계과정을 통하여 구현하였다. 이 모듈은 현재 각종 통신 디바이스에서 최하 말단에서 직렬 데이터를 시스템으로 받아들이거나 병렬 데이터를 직렬 라인에 실어 보내는 중요한 역할을 담당한다. 본 연구에서 설계한 UART는 간단한 모듈 형태로 제작되어 있어 Verilog-HDL을 사용하여 직렬 송ㆍ수신을 필요로 하는 시스템에 내장되어 사용될 수 있다. 본 논문에서는 설계 순서에 따라 UART를 설계하고 Simulation을 하고 Synopsys Tool을 사용하여 Compile 과 Synthesis 후 Gate Area 와 Belay를 검출해 내었다. 합성결과 0.25$\mu$m 공정의 CMOS Cell Library를 사용하였을 경우 전체 면적은 1,013 gate가 나왔다. 본 논문에서 설계한 UART의 최장경로가 최대 4.12ns로 나타났으며, 최대 동작 클럭 주파수는 200MHz 로써 150Mbps 이상의 전송 속도를 가진다.

  • PDF

Unwanted effects due to interactions between dental materials and magnetic resonance imaging: a review of the literature

  • Chockattu, Sherin Jose;Suryakant, Deepak Byathnal;Thakur, Sophia
    • Restorative Dentistry and Endodontics
    • /
    • v.43 no.4
    • /
    • pp.39.1-39.20
    • /
    • 2018
  • Magnetic resonance imaging (MRI) is an advanced diagnostic tool used in both medicine and dentistry. Since it functions based on a strong uniform static magnetic field and radiofrequency pulses, it is advantageous over imaging techniques that rely on ionizing radiation. Unfortunately, the magnetic field and radiofrequency pulses generated within the magnetic resonance imager interact unfavorably with dental materials that have magnetic properties. This leads to unwanted effects such as artifact formation, heat generation, and mechanical displacement. These are a potential source of damage to the oral tissue surrounding the affected dental materials. This review aims to compile, based on the current available evidence, recommendations for dentists and radiologists regarding the safety and appropriate management of dental materials during MRI in patients with orthodontic appliances, maxillofacial prostheses, dental implants, direct and indirect restorative materials, and endodontic materials.

Management of Gastrointestinal Foreign Bodies with Brief Review of the Guidelines

  • Kaan Demiroren
    • Pediatric Gastroenterology, Hepatology & Nutrition
    • /
    • v.26 no.1
    • /
    • pp.1-14
    • /
    • 2023
  • Foreign body (FB) ingestion is a common health problem that affects children more than adults. According to gastroenterologists' guidelines, the management of FB ingestion differs slightly between adult and children. This review aimed to compile adult and children guidelines and establish an understandable association to reveal the requirements and timing of the endoscopic procedure, which is the most effective and least complicated technique for gastrointestinal FBs. Coins, pins, and chicken and fish bones have been the most commonly ingested FBs. However, with their increasing use in recent years, large batteries with lithiumion conversion, stronger magnets composed of rare earth metals, such as neodymium, and superabsorbent objects have become the most morbid and mortal, necessitating new management strategies. Although the approach to gastrointestinal FBs is controversial, with different treatment options available in different disciplines, many studies have demonstrated the efficacy and safety of endoscopic procedures. Many factors influence the timing of endoscopy, including the nature, size, and location of the ingested object and the patient's clinical condition.