• Title/Summary/Keyword: execution methods

Search Result 656, Processing Time 0.031 seconds

Changes of Characteristics of Patients in Daily Regional Emergency Room after Execution of Five-day Workweek System (주 5일제 시행 후 일 지역 응급실 환자 특성 변화)

  • Choi, Gil-Soon;Kwon, Hay-Rran
    • The Korean Journal of Emergency Medical Services
    • /
    • v.11 no.1
    • /
    • pp.53-64
    • /
    • 2007
  • Purpose: Ths study aims to examine characteristics of patients using emergency room after execution of five-day workweek system by government and provide basic materials for operation of efficient emergency room. Methods: Data were collected tbrough medical records of patients visiting emergency room from July of 2004 to October of 2006 and they were analyzed with SPSSlPC 10.0. Conclusion : 1. The number of patients visiting emergency room was average 16.7 persons a day in 2004, 17.5 in 2005 and 18.6 in 2006 and it was found that it was increasing every year since the execution of five-day workweek system 2. Gender distribution of subjects using emergency room was higher in male than in female every year. 3. Means of transport to emergency room were mostly private car and others(public transport or on foot), but use of ambulance was increasing. 4. Residential areas of subjects were mostly 'Myeon area' in 2004~2005, but it was changed to residents at 'Eup area' in 2006. 5. Distribution of patients by medical departments was highest in internal medicine and surgery in 2004~2006 and rate of visiting pediatrics was increasing every year. 6. Time to stay at emergency room was most at 'below 30 min'. in 2004~2006, but cases of stay for 'more than 2 hours' were increasing every year. 7. On presence or absence of trauma in patients visiting emergency room, rate of visit to emergency room with 'no trauma' was higher and this result was increasing every year. 8. As a result of classifying severity of patients visiting emergency room, use rate of emergency room by 'non-emergency' patients was over 90% in 2004~2006 and such a phenomenon was deepened in 2006 compared to that in 2004. 9. Measures after emergency care of patients were most in case of 'discharge' in 2004~2006, but cases of admission to hospital after emergency care were increased every year. 10. According to use of emergency room by a day of the week, use on Sunday was most frequent in 2004~2006, but use on Friday the day before holiday was increasing. 11. According to distribution by age, use by those between '40~49' was most in 2004~2005, but use by those 'below 10' was most in 2006. 12. According to time to visit emergency room, using emergency room at "15:31~23:30 was most in 2004~2006, cases of visiting emergency room at day working hour were decreased every year and those at evening and night working hours were increased. Conclusion: In sum, it was found that characteristics of patients visiting emergency room and their actual status were changed after the execution of five-day workweek system and efforts to rearrange emergency medical system are required.

  • PDF

Analysis on the Thermal Efficiency of Branch Prediction Techniques in 3D Multicore Processors (3차원 구조 멀티코어 프로세서의 분기 예측 기법에 관한 온도 효율성 분석)

  • Ahn, Jin-Woo;Choi, Hong-Jun;Kim, Jong-Myon;Kim, Cheol-Hong
    • The KIPS Transactions:PartA
    • /
    • v.19A no.2
    • /
    • pp.77-84
    • /
    • 2012
  • Speculative execution for improving instruction-level parallelism is widely used in high-performance processors. In the speculative execution technique, the most important factor is the accuracy of branch predictor. Unfortunately, complex branch predictors for improving the accuracy can cause serious thermal problems in 3D multicore processors. Thermal problems have negative impact on the processor performance. This paper analyzes two methods to solve the thermal problems in the branch predictor of 3D multi-core processors. First method is dynamic thermal management which turns off the execution of the branch predictor when the temperature of the branch predictor exceeds the threshold. Second method is thermal-aware branch predictor placement policy by considering each layer's temperature in 3D multi-core processors. According to our evaluation, the branch predictor placement policy shows that average temperature is $87.69^{\circ}C$, and average maximum temperature gradient is $11.17^{\circ}C$. And, dynamic thermal management shows that average temperature is $89.64^{\circ}C$ and average maximum temperature gradient is $17.62^{\circ}C$. Proposed branch predictor placement policy has superior thermal efficiency than the dynamic thermal management. In the perspective of performance, the proposed branch predictor placement policy degrades the performance by 3.61%, while the dynamic thermal management degrades the performance by 27.66%.

Comparative Analysis between Super Loop and FreeRTOS Methods for Arduino Multitasking (아두이노 멀티 태스킹을 위한 수퍼루프 방식과 FreeRTOS 방식의 비교 분석)

  • Gong, Dong-Hwan;Shin, Seung-Jung
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.18 no.6
    • /
    • pp.133-137
    • /
    • 2018
  • Arduino is a small microcomputer that is used in a variety of industry fields and especially is widely used as an open source hardware IoT device. The multi-tasking method of Arduino is divided into super loop timing and RTOS thread method. The super loop timing method is simple and easy to understand. However, when one task is long, it affects the execution of the next task. In addition, RTOS threading has the advantage of being able to run without being influenced by other work time. However, Arduino, a small microcomputer, has a disadvantage in that, when the number of threads increases, the context switching time of the thread causes additional time not included in the super loop timing method have. In this paper, we use Arduino Uno R3 and FreeRTOS to analyze these different features, and the task for the experiment is to send 8000 digital signals to the built-in LED port. If two tasks of the same size are executed, the super loop method executes 3 ms faster than FreeRTOS multitasking. If multiple tasks are executed simultaneously, superloop type task is sequential execution and difference in execution time between first task and last task is large. FreeRTOS method can be executed concurrently, but execution time delay of about 30 ms occurs in context switching time.

A Fast and Accurate Face Detection and Tracking Method by using Depth Information and color information (깊이정보와 컬러정보를 이용한 고속 고정밀 얼굴검출 및 추적 방법)

  • Kim, Woo-Youl;Seo, Young-Ho;Kim, Dong-Wook
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.16 no.9
    • /
    • pp.1825-1838
    • /
    • 2012
  • This paper proposes a fast face detection and tracking method which uses depth images as well as RGB images. It consists of the face detection procedure and the face tracking procedure. The face detection method basically uses an existing method, Adaboost, but it reduces the size of the search area by using the depth information and skin color. The proposed face tracking method uses a template matching technique and incorporates an early-termination scheme to reduce the execution time further. The results from implementing and experimenting the proposed methods showed that the proposed face detection method takes only about 39% of the execution time of the existing method. The proposed tracking method takes only 2.48ms per frame. For the exactness, the proposed detection method and previous method showed a same detection ratio but in the error ratio, which is about 0.66%, the proposed method showed considerably improved performance. In all the cases except a special one, the tracking error ratio is as low as about 1%. Therefore, we expect the proposed face detection and tracking methods can be used individually or in combined for many applications that need fast execution and exact detection or tracking.

Practice method and performance according to clinical practice contents of dental hygiene student (치위생과 학생의 임상실습내용에 따른 실습방법 및 수행 정도)

  • Shin, Myong-Suk;Kim, Chang-Hee;Ahn, Eun-Suk;Hwang, Ji-Min
    • The Journal of the Convergence on Culture Technology
    • /
    • v.5 no.2
    • /
    • pp.123-138
    • /
    • 2019
  • The clinical institution of some dental hygiene students and the degree of practice and performance according to the practice contents are identified, so as to develop clinical practice guidelines and to improve the education of universities and practical institutions. From November 2016 to March 2017, the questionnaire was prepared by self-inclusion after explaining the purpose of research and how to prepare questionnaire to some dental hygiene students. This material has been analyzed using PASW Statistics 18.0. As for the clinical practice content items of basic care and infection control, the frequency of "execution" among practice methods was high, and the distribution rate was high in oral evil face radiation, preventive dentistry, prosthesis, periodontology, orthodontics, and oral internal medicine. The conservation department has conducted various practical methods such as "executing," "observing" and "preparing." Oral surgery showed similar distribution rates, such as "observation," "preparation," and "execution" in the "preparation and cooperation of the feet." In pediatric dentistry, "observation" was the most common practice, and among them, "observation," "preparation," and "execution" were performed in "preparation and cooperation for infantile development." In addition, students with more experience in clinical practice showed statistically significant differences in basic care, oral hygiene, preventative dentistry, conservation, dental dentistry, oral surgery, orthodontics, and oral internal medicine(p<0.05). Most clinical practice shows that it is more observable than performed.It is expected that the goal of clear clinical practice content should be set by grade or number of clinical practice experiences, as well as the practice method that can be performed by the trainees.

A Study on the Communication Relationship Structure and Expression Methods in Interior Design - Focused on the Practical design process of communication - (인테리어 디자인에서 커뮤니케이션 관계구조와 표현방법에 관한 연구 - 실무 디자인 프로세스 커뮤니케이션 중심으로 -)

  • Seo, Ji-Hye;Hong, Il-Tae
    • Korean Institute of Interior Design Journal
    • /
    • v.22 no.5
    • /
    • pp.199-206
    • /
    • 2013
  • Design is one of diverse human communication activities. Development of technologies has led to execution of more active design communication functions, stirring social and cultural changes. The concept of design communication has become stronger by overcoming the limitations of verbal communication and expanding the methods of communication. These social changes are highlighted In the design of modern space. Even though communication in interior design activities is so important, detailed studies on communication of each entity are still very insufficient. Design communication refers to tools and activities for overall communications in the design process. In design activities, relevant communication is indispensible. Therefore, studies on practical communication methods are essential for accurate communication of content that has to be shared in the results or in the process of obtaining the results, rather than only focusing on the future techniques and functions of design. In other words, improving the efficiency of interior design communication requires establishing a communication relationship structure of each entity, which calls for proper expression methods depending on each entity. Therefore, this study is aimed at exploring efficient expression methods in line with the relationship structure of each entity in the interior design process.

The compensation of kinematic differences of a robot using image information (화상정보를 이용한 로봇기구학의 오차 보정)

  • Lee, Young-Jin;Lee, Min-Chul;Ahn, Chul-Ki;Son, Kwon;Lee, Jang-Myung
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1997.10a
    • /
    • pp.1840-1843
    • /
    • 1997
  • The task environment of a robot is changing rapidly and task itself becomes complicated due to current industrial trends of multi-product and small lot size production. A convenient user-interfaced off-line programming(OLP) system is being developed in order to overcome the difficulty in teaching a robot task. Using the OLP system, operators can easily teach robot tasks off-line and verify feasibility of the task through simulation of a robot prior to the on-line execution. However, some task errors are inevitable by kinematic differences between the robot model in OLP and the actual robot. Three calibration methods using image information are proposed to compensate the kinematic differences. These methods compose of a relative position vector method, three point compensation method, and base line compensation method. To compensate a kinematic differences the vision system with one monochrome camera is used in the calibration experiment.

  • PDF

Multioutput Logic Simplication Using an Exclusive-OR Logic Synthesis Principle (배타 논리합 원리를 이용한 다출력 논리회로 간략화)

  • Kwon, Oh-Hyeong
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.15 no.9
    • /
    • pp.5744-5749
    • /
    • 2014
  • An extraction technique for a common logic expression is an extremely important part of multiple-output logic synthesis. This paper presents a new Boolean extraction technique using an exclusive-OR logic synthesis principle. The logic circuits produced only have AND, OR and NOT gates. Heuristic methods can also be applied to reduce the execution time and the number of literals. The experimental results showed improvements in the literal counts over the previous methods.

Resolutions of NP-complete Optimization Problem (최적화 문제 해결 기법 연구)

  • Kim Dong-Yun;Kim Sang-Hui;Go Bo-Yeon
    • Journal of the military operations research society of Korea
    • /
    • v.17 no.1
    • /
    • pp.146-158
    • /
    • 1991
  • In this paper, we deal with the TSP (Traveling Salesperson Problem) which is well-known as NP-complete optimization problem. the TSP is applicable to network routing. task allocation or scheduling. and VLSI wiring. Well known numerical methods such as Newton's Metheod. Gradient Method, Simplex Method can not be applicable to find Global Solution but the just give Local Minimum. Exhaustive search over all cyclic paths requires 1/2 (n-1) ! paths, so there is no computer to solve more than 15-cities. Heuristic algorithm. Simulated Annealing, Artificial Neural Net method can be used to get reasonable near-optimum with polynomial execution time on problem size. Therefore, we are able to select the fittest one according to the environment of problem domain. Three methods are simulated about symmetric TSP with 30 and 50-city samples and are compared by means of the quality of solution and the running time.

  • PDF

Enhanced resource scheduling in Grid considering overload of different attributes

  • Hao, Yongsheng
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.10 no.3
    • /
    • pp.1071-1090
    • /
    • 2016
  • Most of scheduling methods in the Grid only consider one special attribute of the resource or one aspect of QoS (Quality of Service) of the job. In this paper, we focus on the problem that how to consider two aspects simultaneously. Based on the requirements of the jobs and the attributes of the resources, jobs are categorized into three kinds: CPU-overload, memory-overload, and bandwidth-overload jobs. One job may belong to different kinds according to different attributes. We schedule the jobs in different categories in different orders, and then propose a scheduling method-MTS (multiple attributes scheduling method) to schedule Grid resources. Based on the comparisons between our method, Min-min, ASJS (Adaptive Scoring Job Scheduling), and MRS (Multi-dimensional Scheduling) show: (1) MTS reduces the execution time more than 15% to other methods, (2) MTS improves the number of the finished jobs before the deadlines of the jobs, and (3) MTS enhances the file size of transmitted files (input files and output files) and improves the number of the instructions of the finished jobs.