• Title/Summary/Keyword: compile time

Search Result 87, Processing Time 0.021 seconds

ON THE IMPORTANCE OF USING APPROPRIATE SPECTRAL MODELS TO DERIVE PHYSICAL PROPERTIES OF GALAXIES

  • PACIFICI, CAMILLA;DA CUNHA, ELISABETE;CHARLOT, STEPHANE;YI, SUKYOUNG
    • Publications of The Korean Astronomical Society
    • /
    • v.30 no.2
    • /
    • pp.535-537
    • /
    • 2015
  • Interpreting ultraviolet-to-infrared (UV-to-IR) observations of galaxies in terms of constraints on physical parameters-such as stellar mass ($M_{\ast}$) and star formation rate (SFR)-requires spectral synthesis modelling. We investigate how increasing the level of sophistication of the standard simplifying assumptions of such models can improve estimates of galaxy physical parameters. To achieve this, we compile a sample of 1048 galaxies at redshifts 0.7 < z < 2.8 with accurate photometry at rest-frame UV to near-IR wavelengths from the 3D-HST Survey. We compare the spectral energy distributions of these galaxies with those from different model spectral libraries to derive estimates of the physical parameters. We find that spectral libraries including sophisticated descriptions of galaxy star formation histories (SFHs) and prescriptions for attenuation by dust and nebular emission provide a much better representation of the observations than 'classical' spectral libraries, in which galaxy SFHs are assumed to be exponentially declining functions of time, associated with a simple prescription for dust attenuation free of nebular emission. As a result, for the galaxies in our sample, $M_{\ast}$ derived using classical spectral libraries tends to be systematically overestimated and SFRs systematically underestimated relative to the values derived adopting a more realistic spectral library. We conclude that the sophisticated approach considered here is required to reliably interpret fundamental diagnostics of galaxy evolution.

A Study on Termination Analysis for Rule Compiler (규칙 컴파일러를 위한 종료 분석 연구)

  • Gang, Byeong-Geuk;Hwang, Jeong-Hui;Sin, Ye-Ho;Ryu, Geun-Ho
    • The KIPS Transactions:PartD
    • /
    • v.8D no.6
    • /
    • pp.823-834
    • /
    • 2001
  • In the active databases, whenever an event occurs, active rules with the matching event specifications are triggered automatically, its action will be executed. Because these rules may in turn trigger other rules including themselves, the set of rules may be executing each other indefinitely. These problem can be solved by rule termination analysis, and it is efficient for the rule termination to execute in compile time of rule. In this paper we not only design rule compiler with rule termination analyzer, but also propose its execution model and algorithm. The completeness of proposed model is verified by algorithm formalization of rule termination analysis.

  • PDF

Dynamic Threads Stack Management Scheme for Sensor Operating Systems under Space-Constrained (공간 제약하의 센서 운영체제를 위한 동적 쓰레드 스택관리 기법)

  • Yi, Sang-Ho;Cho, Yoo-Kun;Hong, Ji-Man
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.34 no.11
    • /
    • pp.572-580
    • /
    • 2007
  • Wireless sensor networks are sensing, computing and communication infrastructures that allow us to monitor, instrument, observe, and respond to phenomena in the harsh environment. Generally, the wireless sensor networks are composed of many deployed sensor nodes that were designed to be very cost-efficient in terms of production cost. For example, UC Berkeley's MICA motes have only 8-bit CPU, 4KB RAM, and 128KB FLASH memory space. Therefore, sensor operating systems that run on the sensor nodes should be able to operate efficiently in terms of the resource management. In this paper, we present a dynamic threads stack management scheme for space-constrained and multi-threaded sensor operating systems. In this scheme, the necessary stack space of each function is measured on compile-time. Then, the information is used to dynamically allocate and release each function's stack space on run-time. It was implemented in Nano-Qplus sensor operating system. Our experimental results show that the proposed scheme outperforms the existing fixed-size stack allocation mechanism.

A Study on A Web-Based DevOps Platform Using Linux Container (리눅스 컨테이너를 이용한 웹기반의 DevOps 플랫폼 연구)

  • Chung, Geunhoon;Park, Junseok;Lee, Geuk
    • Journal of the Korea Convergence Society
    • /
    • v.10 no.12
    • /
    • pp.71-80
    • /
    • 2019
  • DevOps is a combining which means giving a diverse environments for software development and operations through whole software lifecycle. The key value of the proposed DevOps platform is the fast and stable service capability for a software development and operation environment. To do this, the DevOps gives pre-embedded 7 programming languages-Java, C/C++, Python, PHP, Ruby, Node.js, goLang and 7 service frameworks - Korea eGov Framework, Spring, Struts, Django, Laravel, Rails, Express. With the DevOps platform, it is possible to develop a software and also to build and distribute operation packages directly with the Linux containers. In this paper, the performance evaluation for a compile time, a distribution time and a processing capability is will be also proved. Though the performance evaluation, this paper shows capabilities of the proposed DevOps for Cloud services with commercial service level, prospectively.

Establishment of a prediction table of parturition day in Shih-tzu bitches with ultrasound scanning (Shih-tzu견에서 초음파 검사에 의한 분만일 예시표 확립)

  • Kim, Bang-sil;Ko, Jin-sung;Lee, Sun-ae;Cho, Yang-tak;Kim, Jae-pung;Oh, Ki-seok;Kim, Jong-taek;Park, In-chul;Kim, Young-hong;Son, Chang-ho
    • Korean Journal of Veterinary Research
    • /
    • v.44 no.2
    • /
    • pp.303-310
    • /
    • 2004
  • To establish a prediction table of parturition day real-time B-mode ultrasonographic examinations were performed in 12 pregnant Shih-tzu bitches. Measurement of inner chorionic cavity diameter and fetal head diameter was performed from 15 days of gestation to parturition. These were converted retrospectively based on the day of parturition (Day 0). The data of inner chorionic cavity diameter obtained from Day -44 to Day -25 and fetal head diameter obtained from Day -25 to Day -1 were used to compile a prediction table of parturition day. The 22 pregnant Shih-tzu with unknown mating time were examined to assess an accuracy of the table established in this study. And these results were applied to the prediction of parturition day and compared to actual parturition day. Parturition day prediction based on the inner chorionic cavity diameter and fetal head diameter was 100% accurate within ${\pm}2$ days. In addition, the accuracy for parturition day within 0, ${\pm}1$, and ${\pm}2$ days interval using the prediction table of parturition day were 68, 82, and 100%, respectively. Therefore, the prediction table of parturition day seems to be a useful tool for the prediction of parturition day in practice.

Design and Implementation of a Web-based Programming Class Support System (웹기반 프로그래밍 언어 강의 지원 시스템의 설계 및 구현)

  • Park, So-Young
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.12
    • /
    • pp.2775-2782
    • /
    • 2010
  • In this paper, we propose a web-based programming class support system to help a lecturer to teach a programming language to students effectively. The proposed system is composed of a error analysis step and a verification step. The error analysis step checks whether there are compile time errors or run time errors in each student's submitted program. Given some errors, the system provides helpful feedback for the student to fix the errors. On the contrary, the system provides quick feedback after checking the source code style, comments, and plagiarism in the submitted program. As soon as the student submits the program, the student can see the check results. According to the result of utilizing the proposed system in a C programming language class, students tend to submit program assignments actively.

Adaptive Execution Techniques for Parallel Programs (병렬 프로그램의 적응형 실행 기법)

  • 이재진
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.8
    • /
    • pp.421-431
    • /
    • 2004
  • This paper presents adaptive execution techniques that determine whether parallelized loops are executed in parallel or sequentially in order to maximize performance. The adaptation and performance estimation algorithms are implemented in a compiler preprocessor. The preprocessor inserts code that automatically determines at compile-time or at run-time the way the parallelized loops are executed. Using a set of standard numerical applications written in Fortran77 and running them with our techniques on a distributed shared memory multiprocessor machine (SGI Origin2000), we obtain the performance of our techniques, on average, 26%, 20%, 16%, and 10% faster than the original parallel program on 32, 16, 8, and 4 processors, respectively. One of the applications runs even more than twice faster than its original parallel version on 32 processors.

Particle System Editor for Special Effects in Game and Virtual Reality (게임 및 가상현실에서의 특수효과를 위한 입자 시스템 에디터)

  • 김응곤;송승헌
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2004.05b
    • /
    • pp.429-433
    • /
    • 2004
  • In games and films, the most highlighted fields in entertainment industry, those special effects such as flame, explosion, smoke, liquid, snow, rain and dust are generated through the particle system. Special effects can be expressed realistically by the particle system API that is a graphic library of high level in game and virtual reality. When developers apply the particle system API in applications, they must exchange parameters repeatedly and compile source codes until special efforts that they want are expressed, and It takes much time until the minute control that have relations between each parameters. This paper develops a particle system API usable in on-line game and real-time virtual reality and presents particle system editor that can see and create special effect easily through attributes adjustment such as position, velocity, color, transparency, size, age, the secondary position, the second velocity etc.

  • PDF

A Study of the Possibility of Building Energy Saving through the Building Data : A Case Study of Macro to Micro Building Energy Analysis (건물데이터를 통한 건물에너지 절감 가능성에 대한 연구 : 도시단위의 거시적 분석부터 미시적 건물에너지 분석사례)

  • Cho, Soo Youn;Leigh, Seung-Bok
    • Korean Journal of Air-Conditioning and Refrigeration Engineering
    • /
    • v.29 no.11
    • /
    • pp.580-591
    • /
    • 2017
  • In accordance with 2015 Paris agreement, each individual country around the world should voluntarily propose not only its (individual) reduction target, but also actively develop and present expansion targets of its scope and concrete reduction goals exceeding the previous ones. Accordingly, it is necessary to prepare a macroscopic, long-range strategy for reducing energy consumption and greenhouse gas emissions, which can cover a single building, town, city and eventually even a province. The purpose of this research is to gather and compile government-acquired data from various sources and (in accordance with contents and specificity), combine building data by stages by using multi-variable matrix and then analyze the significance of combined data for each stage. The first order data presents the probability and the cost effectiveness of energy saving on the scale of a city or a province, based only upon general information, size and power consumption of buildings. The second order data can identify a pattern of energy consumption for a building of a specific purpose and which tends to consume a larger amount of energy during one particular season (than others). Finally, the third order data can derive influential factors (base load, humidity) from the energy consumption pattern of a building, and thus propose an informed and practical energy-saving method to be applied in real time.

Growth Factors for Small Innovative Firms in Korea (국내 벤처기업의 성장요인 분석)

  • Jeong, Jinha
    • KDI Journal of Economic Policy
    • /
    • v.27 no.1
    • /
    • pp.123-156
    • /
    • 2005
  • Strengthening the competitive edge of SMEs has become one of the most important economic issues in Korea as the bipolarization between large firms and SMEs has deepened. Accordingly, small innovative firms (referred as 'venture firms' in Korea) attract keen attention both from policy makers and academia. Also, we can sufficiently observe how the growth environment for venture firms has evolved, since it has been almost ten years after the Korean government started its support policy for venture firms. Considering this, now is the appropriate time to carry out an analysis of venture firms. From this point of view, this study looks at growth factors for venture firms to draw out policy implications. The empirical analysis shows interesting results. Firms with the following features all showed higher growth rates: firms with high R&D intensity, younger firms, bigger firms, firms using more policy loans, and firms located within and around the Seoul region. However, the empirical analysis has some limitations. The data used in the study is limited in terms of firm information and so there are some insufficiencies. Thus it is of great importance to compile the required data on firms to enable further in-depth studies.

  • PDF