• Title/Summary/Keyword: dynamic software

Search Result 1,694, Processing Time 0.037 seconds

Design and Implementation of a High Performance Web Crawler (고성능 웹크롤러의 설계 및 구현)

  • 권성호;이영탁;김영준;이용두
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.8 no.4
    • /
    • pp.64-72
    • /
    • 2003
  • A Web crawler is an important Internet software technology used in a variety of Internet application software which includes search engines. As Internet continues to grow, implementations of high performance web crawlers are urgently demanded. In this paper, we study how to support dynamic scheduling for a multiprocess-based web crawler. For high peformance, web crawlers are usually based on multiprocess in their implementations. In these systems, crawl scheduling which manages the allocation of web pages to each process for loading is one of the important issues. In this paper, we identify issues which are important and challenging in the crawl scheduling. To address the issue, we propose a dynamic crawl scheduling framework and subsequently a system architecture for a web crawler with dynamic crawl scheduling support. And we analysed the behaviors of Web crawler. Based on the analysis result, we suggest the direction for the design of high performance Web crawler.

  • PDF

RGB-Depth Camera for Dynamic Measurement of Liquid Sloshing (RGB-Depth 카메라를 활용한 유체 표면의 거동 계측분석)

  • Kim, Junhee;Yoo, Sae-Woung;Min, Kyung-Won
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.32 no.1
    • /
    • pp.29-35
    • /
    • 2019
  • In this paper, a low-cost dynamic measurement system using the RGB-depth camera, Microsoft $Kinect^{(R)}$ v2, is proposed for measuring time-varying free surface motion of liquid dampers used in building vibration mitigation. Various experimental studies are conducted consecutively: performance evaluation and validation of the $Kinect^{(R)}$ v2, real-time monitoring using the $Kinect^{(R)}$ v2 SDK(software development kits), point cloud acquisition of liquid free surface in the 3D space, comparison with the existing video sensing technology. Utilizing the proposed $Kinect^{(R)}$ v2-based measurement system in this study, dynamic behavior of liquid in a laboratory-scaled small tank under a wide frequency range of input excitation is experimentally analyzed.

HILS(Hardware-In-the-Loop Simulation) Development of a Steering HILS System (전동식 동력 조향 장치 시험을 위한 HILS(Hardware-In-the-Loop Simulation) 시스템 개발)

  • 류제하;노기한;김종협;김희수
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.7 no.9
    • /
    • pp.105-111
    • /
    • 1999
  • The paper presents development of a Hardware-In-the-Loop simulation (HILS) system for the purpose of testing performance, stability, and reliability of an electronic power steering system(EPS). In order to realistically test an EPS by the proposed HILS apparatus, a simulated uniaxial dynamic rack force is applied physically to the EPS hardware by a pnumatic actuator. An EPS hardware is composed of steering wheel &column, a rack & pinion mechanism, andas motor-driven power steering system. A command signal for a pneumatic rack-force actuator is generated from the vehicle handling lumped parameter dynamic model 9software) that is simulated in real time by using a very fast digital signal processor. The inputs to the real-time vehicle dynamic simulation model are a constant vehicle forward speed and from wheel steering angles driven through a steering system by a driver. The output from a real-time simulation model is an electric signal that is proportional to the uniaxial rack force. The vehicle handling lumped parameter dynamic model is validated by a fully nonlinear constrained multibody vehicle dynamic model. The HILS system simulation results sow that the proposed HILS system may be used to realistically test the performance stability , and reliability of an electronic power steering system is a repeated way.

  • PDF

A Case Study on GNSS Based Deflection and Dynamic Characteristics Monitoring Analysis for SeoHae Bridge

  • Lee, Jae Kang;Kim, Jung Ok
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.35 no.5
    • /
    • pp.389-404
    • /
    • 2017
  • The main purpose of this presented investigation is to build up the BHMS based on GNSS. This proposed monitoring system can conduct the deflection and dynamic characteristics analysis by using only GNSS positioning solution. The general bridge monitoring system being operated recently is composed of a combination of various sensors that are able to conduct deflection monitoring and dynamic characteristics monitoring analysis at the same time. However, GNSS based BHMS has the unique procedure in terms of data analysis. In the other words, GNSS positioning solution is firstly applied to deflection monitoring analysis then, this deflection analysis can be sequentially reflected in the dynamic characteristics. Unfortunately, the adjustment result of GNSS positioning solution estimated through various options and conditions and the process of monitoring analysis has not been fulfilled systematically. This means that different results or analysis value are presented according to the methodology and officers. Most of researches have been focusing on deflection monitoring analysis and some investigation regarding to dynamic characteristics is recently introduced. Moreover, it is not still reported the systematic investigation with regards to proper filtering and analysis methodology. This study was carried out based on a large amount of data, from this, various variables not reported yet are actively considered. Therefore, specific software for both monitoring analysis have been developed.

Modeling & Dynamic Analysis for Four Wheel Steering Vehicles (4WS 차량의 모델링 및 동적 해석)

  • Jang, J.H.;Jeong, W.S.;Han, C.S.
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.3 no.3
    • /
    • pp.66-78
    • /
    • 1995
  • In this paper, we address vehicle modeling and dynamic analysis of four wheel steering systems (4WS). 4WS is one of the devices used for the improvement of vehicle maneuverability and stability. All research done here is based on a production vehicle from a manufacturer. To study actual system response, a three dimensional, full vehicle model was created. In past research of this type, simple, two dimensional, bicycle vehicle models were typically used. First, we modelled and performed a dynamic analysis on a conventional two wheel steering(2WS) vehicle. The modeling and analysis for this model and subsequent 4WS vehicles were performed using ADAMS(Automatic Dynamic Analysis of Mechanical Systems) software. After the original vehicle model was verified with actual experiment results, the rear steering mechanism for the 4WS vehicle was modelled and the rear suspension was changed to McPherson-type forming a four wheel independent suspension system. Three different 4WS systems were analyzed. The first system applied a mechanical linkage between the front and rear steering mechanisms. The second and third systems used, simple control logic based on the speed and yaw rate of the vehicle. 4WS vehicle proved dynamic results through double lane change test.

  • PDF

Dynamic Slicing Algorithms for Understanding of C Programs (C 프로그램의 이해를 지원하는 동적 조각화 알고리즘)

  • Kim, Tae-Hee;Kang, Moon-Seol
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.9 no.1
    • /
    • pp.172-180
    • /
    • 2005
  • Dynamic slicing method decomposes a program into slices and supports to be understood programs easily by software developer or maintainer. In this paper, we propose dynamic slicing algorithm to reduce time to decompose a program. We produce reference-variable set used in right and modify-variable set used in left on the basis of the assignment operator of all sentences and extract Inter-Variable Relationship(VV) for all variables of variable declaration. Proposed algorithm extracts dynamic slices by using them and execution trace of program. In conclusion, proposed algorithm improved the performance by reducing the time to extract dynamic slices by decreasing average comparison count of sentence when the number of criterion variables is three or more.

Unified approach to predict the dynamic performance of transportation system considering wind effects

  • Chen, S.R.;Cai, C.S.
    • Structural Engineering and Mechanics
    • /
    • v.23 no.3
    • /
    • pp.279-292
    • /
    • 2006
  • Natural hazards, including the wind hazard and others, threaten the integrity of the modern society. A transportation system usually consists of roadways, bridges and related vehicles. Harsh environmental conditions, caused by such as wind, exist in the real world frequently and affect the dynamic performance of the transportation system through their interactions. Long-span bridges are usually the backbones of transportation lines. In windy conditions, the information about the dynamic performance of bridges and vehicles considering full interactions of environmental factors is very essential for people to assess the overall operational conditions and safety risks of the transportation lines. Most of existent approaches target specifically at several isolated tasks considering partial interaction effects. In order to improve the understanding of these related-in-nature problems integrally as well as the consistency of different approaches, a unified approach to integrally predict the dynamic performance of long-span bridges and vehicles under wind is introduced. Such an approach can be used as a general platform to predict the dynamic responses of vehicles and bridges under various situations through adopting both commercial and in-house software. Dynamic interaction effects can be fully considered automatically for each situation. An example of a prototype bridge in US is given for the purpose of demonstration.

Computer Simulation of Dynamic Response of Vehicles on Rough Ground (노면가진에 의한 차체의 동적거동에 관한 연구)

  • 조선휘;이건우;박종근;조병관;송성재;한규진
    • Transactions of the Korean Society of Mechanical Engineers
    • /
    • v.12 no.3
    • /
    • pp.419-425
    • /
    • 1988
  • It would be very useful if the dynamic response of a vehicle over rough ground could be predicted at the early design stage. This became more promising with the recent progress in computer hardware and software technologies. In this study, a model of a passenger car has been developed for the analysis of its dynamic response. This model can be easily used for the other passenger cars with little modification. This passenger car was modeled to be composed of lumped masses, rigid bodies, and the suspension systems with nonlinear properties. Even though a commercial dynamic simulation program, ADAMS, was used in this study, the developed model is valid for any other simulation program. Finally, the validity of the developed model and the analysis result was verified by an experiment.

Dynamic Analysis of Stair Climbing for the Above-knee Amputee with Musculoskeletal Models (근골격 모델을 이용한 대퇴절단환자의 계단보행에 대한 동역학 해석)

  • Bae, Tae-Soo;Kim, Shin-Ki;Mun, Mu-Seong
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.24 no.7 s.196
    • /
    • pp.133-138
    • /
    • 2007
  • It is important to understand the characteristics of amputee gait to develop more advanced prostheses. The aim of this study was quantitatively to analyze the stair climbing task for the above-knee amputee with a prosthesis and to predict muscle forces and joint moments at musculoskeletal joints by dynamic analysis. The three-dimensional musculoskeletal model of lower extremities was constructed by gait analysis and transformation software for one above-knee amputee and ten healthy people. The measured ground reaction forces and kinematical data of each joint by gait analysis were used as input data during inverse dynamic analysis. Lastly, dynamic analysis of above-knee amputee during stair climbing were performed using musculoskeletal models. The results showed that summed muscle farces of hip extensor of amputated leg were greater than those of sound leg but the opposite results were revealed at hip abductor and knee flexor of amputated leg. We could also find that the higher moments at hip and knee joint of sound leg were needed to overcome the flexion moment caused by body weight and amputated leg. In conclusion, dynamic analysis using musculoskeletal models may be a useful mean to predict muscle forces and joint moments for specific motion tasks related to rehacilitation therapy..

Structural Optimization of the Lower Parts in a Humanoid Considering Dynamic Characteristics (동적 특성을 고려한 휴머노이드 하체 부품의 구조최적설계)

  • Hong, Eul-Pyo;Lee, Il-Kwon;You, Bum-Jae;Kim, Chang-Hwan;Park, Gyung-Jin
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.32 no.10
    • /
    • pp.882-889
    • /
    • 2008
  • A humanoid is a robot with its overall appearance based on that of the human body. When the humanoid moves or walks, dynamic forces act on the body structure. Although the humanoid keeps the balance by using a precise control, the dynamic forces generate unexpected deformation or vibration and cause difficulties on the control. Generally, the structure of the humanoid is designed by the designer's experience and intuition. Then the structure can be excessively heavy or fragile. A humanoid design scenario for a systematic design is proposed to reduce the weight of the structure while sufficient strength is kept. Lower parts of the humanoid are selected to apply the proposed design scenario. Multi-body dynamics is employed to calculate the external dynamic forces on the parts and structural optimization is carried out to design the lower parts. Because structural optimization using dynamic forces directly is fairly difficult, linear dynamic response structural optimization using equivalent static loads is utilized. Topology and shape optimizations are adopted for two steps of initial and detailed designs, respectively. Various commercial software systems are used for analysis and optimization. Improved designs are obtained and the design results are discussed.