• Title/Summary/Keyword: 루틴

Search Result 276, Processing Time 0.026 seconds

Implementation of Hypervisor for Virtualizing uC/OS-II Real Time Kernel (uC/OS-II 실시간 커널의 가상화를 위한 하이퍼바이저 구현)

  • Shin, Dong-Ha;Kim, Ji-Yeon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.12 no.5
    • /
    • pp.103-112
    • /
    • 2007
  • In this paper, we implement a hypervisor that runs multiple uC/OS-II real-time kernels on one microprocessor. The hypervisor virtualizes microprocessor and memory that are main resources managed by uC/OS-II kernel. Microprocessor is virtualized by controlling interrupts that uC/OS-II real-time kernel handles and memory is virtualized by partitioning physical memory. The hypervisor consists of three components: interrupt control routines that virtualize timer interrupt and software interrupt, a startup code that initializes the hypervisor and uC/OS-II kernels, and an API that provides communication between two kernels. The original uC/OS-II kernel needs to be modified slightly in source-code level to run on the hypervisor. We performed a real-time test and an independent computation test on Jupiter 32-bit EISC microprocessor and showed that the virtualized kernels run without problem. The result of our research can reduce the hardware cost, the system space and weight, and system power consumption when the hypervisor is applied in embedded applications that require many embedded microprocessors.

  • PDF

Optimal Active-Control & Development of Optimization Algorithm for Reduction of Drag in Flow Problems(3) -Construction of the Formulation for True Newton Method and Application to Viscous Drag Reduction of Three-Dimensional Flow (드래그 감소를 위한 유체의 최적 엑티브 제어 및 최적화 알고리즘의 개발(3) - 트루 뉴턴법을 위한 정식화 개발 및 유체의 3차원 최적 엑티브 제어)

  • Bark, Jai-Hyeong
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.20 no.6
    • /
    • pp.751-759
    • /
    • 2007
  • We have developed several methods for the optimization problem having large-scale and highly nonlinear system. First, step by step method in optimization process was employed to improve the convergence. In addition, techniques of furnishing good initial guesses for analysis using sensitivity information acquired from optimization iteration, and of manipulating analysis/optimization convergency criterion motivated from simultaneous technique were used. We applied them to flow control problem and verified their efficiency and robustness. However, they are based on quasi-Newton method that approximate the Hessian matrix using exact first derivatives. However solution of the Navier-Stokes equations are very cost, so we want to improve the efficiency of the optimization algorithm as much as possible. Thus we develop a true Newton method that uses exact Hessian matrix. And we apply that to the three-dimensional problem of flow around a sphere. This problem is certainly intractable with existing methods for optimal flow control. However, we can attack such problems with the methods that we developed previously and true Newton method.

Protocol Monitor System Between Cortex M7 Based PLC And HMI

  • Kim, Ki-Su;Lee, Jong-Chan;Ha, Heon-Seong
    • Journal of the Korea Society of Computer and Information
    • /
    • v.25 no.6
    • /
    • pp.17-23
    • /
    • 2020
  • In this paper, collecting real-time data frames that occur during RS232 communication between an HMI and PLC of automation equipment by sniffing real-time information data frames through MCU without modification of the HMI or PLC, a method is proposed that allows users to collect data without being dependent on the modification of PLC and HMI systems. The user collects necessary information from the sniffing data through the parsing operation, and the original communication interface is maintained by transmitting the corresponding sniffing frame to the destination. The MCU's UART communication interface circuit is physically designed according to the RS232 communication standard, and this additionally improves efficiency more so than an interrupt-based system by using the DMA device inside the MCU. In addition, the data frame IO operation is performed by logically separating the work of the DMA interrupt service routine from the work of the main thread using the circular queue. Through this method, the user receives the sniffing data frame between the HMI and PLC in RS232 format, and the frame transfer between PLC and HMI arrives normally at the original destination. By sniffing the data frame without further modification of the PLC and HMI, it can be confirmed that it arrives at the user system normally.

Estimate of Wave Overtopping Rate on Vertical Wall Using FUNWAVE-TVD Model (FUNWAVE-TVD 모델을 이용한 직립구조물의 월파량 산정)

  • Kwak, Moon Su;Kobayashi, Nobuhisa
    • Journal of Korean Society of Coastal and Ocean Engineers
    • /
    • v.33 no.6
    • /
    • pp.257-264
    • /
    • 2021
  • This study established a numerical model capable of calculating the wave overtopping rate of coastal structures by nonlinear irregular waves using the FUNWAVE-TVD model, a fully nonlinear Boussinesq equation model. Here, a numerical model was established by coding the mean value approach equations of EurOtop (2018) and empirical formula by Goda (2009), and adding them as subroutines of the FUNWAVE-TVD model. The verification of the model was performed by numerically calculating the wave overtopping rate of nonlinear irregular waves on vertical wall structures and comparing them with the experimental results presented in EurOtop (2018). As a result of the verification, the numerical calculation result according to the EurOtop equation of this model was very well matched with the experimental result in all relative freeboard (Rc/Hmo) range under non-impulsive wave conditions, and the numerical calculation result of empirical formula was evaluated slightly smaller than the experimental result in Rc/Hmo < 0.8 and slightly larger than the experimental result in Rc/Hmo > 0.8. The results of this model were well represented in both the exponential curve and the power curve under impulsive wave conditions. Therefore, it was confirmed that this numerical model can simulate the wave overtopping rate caused by nonlinear irregular waves in an vertical wall structure.

Analysis of Anti-Reversing Functionalities of VMProtect and Bypass Method Using Pin (VMProtect의 역공학 방해 기능 분석 및 Pin을 이용한 우회 방안)

  • Park, Seongwoo;Park, Yongsu
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.10 no.11
    • /
    • pp.297-304
    • /
    • 2021
  • Commercial obfuscation tools (protectors) aim to create difficulties in analyzing the operation process of software by applying obfuscation techniques and Anti-reversing techniques that delay and interrupt the analysis of programs in software reverse engineering process. In particular, in case of virtualization detection and anti-debugging functions, the analysis tool exits the normal execution flow and terminates the program. In this paper, we analyze Anti-reversing techniques of executables with Debugger Detection and Viralization Tools Detection options through VMProtect 3.5.0, one of the commercial obfuscation tools (protector), and address bypass methods using Pin. In addition, we predicted the location of the applied obfuscation technique by finding out a specific program termination routine through API analysis since there is a problem that the program is terminated by the Anti-VM technology and the Anti-DBI technology and drew up the algorithm flowchart for bypassing the Anti-reversing techniques. Considering compatibility problems and changes in techniques from differences in versions of the software used in experiment, it was confirmed that the bypass was successful by writing the pin automation bypass code in the latest version of the software (VMProtect, Windows, Pin) and conducting the experiment. By improving the proposed analysis method, it is possible to analyze the Anti-reversing method of the obfuscation tool for which the method is not presented so far and find a bypass method.

Visualization and Localization of Fusion Image Using VRML for Three-dimensional Modeling of Epileptic Seizure Focus (VRML을 이용한 융합 영상에서 간질환자 발작 진원지의 3차원적 가시화와 위치 측정 구현)

  • 이상호;김동현;유선국;정해조;윤미진;손혜경;강원석;이종두;김희중
    • Progress in Medical Physics
    • /
    • v.14 no.1
    • /
    • pp.34-42
    • /
    • 2003
  • In medical imaging, three-dimensional (3D) display using Virtual Reality Modeling Language (VRML) as a portable file format can give intuitive information more efficiently on the World Wide Web (WWW). The web-based 3D visualization of functional images combined with anatomical images has not studied much in systematic ways. The goal of this study was to achieve a simultaneous observation of 3D anatomic and functional models with planar images on the WWW, providing their locational information in 3D space with a measuring implement using VRML. MRI and ictal-interictal SPECT images were obtained from one epileptic patient. Subtraction ictal SPECT co-registered to MRI (SISCOM) was performed to improve identification of a seizure focus. SISCOM image volumes were held by thresholds above one standard deviation (1-SD) and two standard deviations (2-SD). SISCOM foci and boundaries of gray matter, white matter, and cerebrospinal fluid (CSF) in the MRI volume were segmented and rendered to VRML polygonal surfaces by marching cube algorithm. Line profiles of x and y-axis that represent real lengths on an image were acquired and their maximum lengths were the same as 211.67 mm. The real size vs. the rendered VRML surface size was approximately the ratio of 1 to 605.9. A VRML measuring tool was made and merged with previous VRML surfaces. User interface tools were embedded with Java Script routines to display MRI planar images as cross sections of 3D surface models and to set transparencies of 3D surface models. When transparencies of 3D surface models were properly controlled, a fused display of the brain geometry with 3D distributions of focal activated regions provided intuitively spatial correlations among three 3D surface models. The epileptic seizure focus was in the right temporal lobe of the brain. The real position of the seizure focus could be verified by the VRML measuring tool and the anatomy corresponding to the seizure focus could be confirmed by MRI planar images crossing 3D surface models. The VRML application developed in this study may have several advantages. Firstly, 3D fused display and control of anatomic and functional image were achieved on the m. Secondly, the vector analysis of a 3D surface model was defined by the VRML measuring tool based on the real size. Finally, the anatomy corresponding to the seizure focus was intuitively detected by correlations with MRI images. Our web based visualization of 3-D fusion image and its localization will be a help to online research and education in diagnostic radiology, therapeutic radiology, and surgery applications.

  • PDF

Protective effect of ethyl acetate fraction from Actinidia arguta sprout against high glucose-induced in vitro neurotoxicity (포도당으로 유도된 in vitro 뇌신경세포 독성에 대한 다래 순 아세트산에틸 분획물의 보호 효과)

  • Yoo, Seul Ki;Park, Seon Kyeong;Kim, Jong Min;Kang, Jin Yong;Park, Su Bin;Han, Hye Ju;Kim, Chul-Wo;Lee, Uk;Heo, Ho Jin
    • Korean Journal of Food Science and Technology
    • /
    • v.50 no.5
    • /
    • pp.517-527
    • /
    • 2018
  • The current study investigated in vitro anti-diabetic and neuroprotective effects of the ethyl acetate fraction in Actinidia arguta sprouts (EFAS), on $H_2O_2$ and high glucose-induced cytotoxicity in human neuroblastoma MC-IXC cells. EFAS had high total phenolic and total flavonoid contents. An assessment of 2,2'-azino-bis (3-ethylbenzothiazoline-6-sulfonic acid) radical scavenging activity of EFAS, as well as its potential for inhibiting malondialdehyde production, indicated that EFAS may possess significant antioxidant properties. EFAS exerted inhibitory effects on ${\alpha}-glucosidase$ via glycemic regulation which forms advanced glycation end products. In addition, EFAS exhibited significant acetylcholinesterase inhibitory effects. Moreover, EFAS displayed protective effects against $H_2O_2$ and high glucose-induced cell death, and inhibited the generation of reactive oxygen species in MC-IXC cells. Finally, the main physiological compound of EFAS was identified via high performance liquid chromatography as a rutin.

Varietal Analysis and Quantification of Resveratrol in Mulberry Fruits (뽕나무 계통별 오디의 레스베라트롤 함량 분석)

  • Kim Hyun-Bok;Kim Jung-Bong;Kim Sun-Lim
    • Journal of Sericultural and Entomological Science
    • /
    • v.47 no.2
    • /
    • pp.51-55
    • /
    • 2005
  • Resveratrol is naturally occurring phytoalexin compounds produced by grape berries, peanuts, and their products in response to stress such as fungal infection, heavy metal ions or UV irradiation. The objective of this study was to develope a reliable high performance liquid chromatographic (HPLC) method for the quantitative determination of trans-resveratrol in mulberry fruit. Samples were extracted in 80% MeOH and filtered with $0.45{\mu}m$ syringe filter. The transresveratrol was separated Waters $C_{18}$ column, using a mobile phase containing 0.025% trifluroacetic acid in 5% acetonitril and 0.035% trifluroacetic acid in 50% acetonitril, detected by photodiode array detector (PDA) at 254 nm and the flow rate was 1ml/min. Under this analytical condition, the mean content of mulberry fruits (fifty varieties) was $777.3{\pm}585.9ppm$. Among the tested samples, 'Mansaengbaekpinosang (II)' was the highest level in 3450.6 ppm. However four accessions including 'Gukbu', 'Sabangso (I)', 'Simseol' and yield mulberry fruit were not able to detected. Eight suitable varieties selected for the production of fruit were 'Jeolgokchosaeng (Chungbuk)' 777.8 ppm, 'Dangsang 7' 771.1 ppm, 'Jangsosang' 133.9 ppm, 'Susungppong' 31.1 ppm, 'Suwonnosang' 639.7 ppm, 'Palcheongsipyung' 1475.9 ppm, 'Kangsun' 864.0 ppm, and 'Jukcheonchosaeng' 1458.5 ppm. 'Daesungppong' which was the first authorized variety for the production of mulberry fruit was 1236.7 ppm. In conclusion, these results suggest that mulberry including fruit and leaf may a good new resource for resveratrol production.

Antioxidant and Anti-Adipogenic Effects of Ethanolic Extracts from Tartary and Common Buckwheats (쓴메밀 및 단메밀 에탄올 추출물의 항산화 및 지방세포 분화억제 효과)

  • Yoon, Bo-Ra;Cho, Bong-Jae;Lee, Hyo-Ku;Kim, Dae-Jung;Rhee, Seong-Kap;Hong, Hee-Do;Kim, Kyung-Tack;Cho, Chang-Won;Choi, Hyeon-Son;Lee, Boo-Yong;Lee, Ok-Hwan
    • Food Science and Preservation
    • /
    • v.19 no.1
    • /
    • pp.123-130
    • /
    • 2012
  • In this study, 80% ethanolic extracts of tartary and common buckwheats were assessed for their total phenol content, total flavonoids content, antioxidant activity (DPPH, ABTS radical scavenging activity and reducing power), and anti-adipogenic effects. Our results show that total phenol contents of 80% ethanolic extract from tartary and common buckwheats were $17.35{\pm}0.41$ and $8.20{\pm}0.28\;{\mu}g$ GAE/g, respectively. Antioxidant activities of 80% ethanolic extract from tartary buckwheat were significantly higher than that of common buckwheat extract (p<0.05). During adipocyte differentiation, 80% ethanolic extracts of tartary and common buckwheat significantly inhibited lipid accumulation compared to control cells. We further evaluated the effect of buckwheat extracts on the changes of key gene expression associated with 3T3-L1 adipogenesis and ROS production. Tartary buckwheat extract was more suppressed the mRNA expressions ($PPAR{\gamma}$ and aP2) than that of common buckwheat extract. Moreover, tartary buckwheat inhibited the mRNA expression of both NOX4 (NADPH oxidase 4) and G6PDH (glucose-6-phosphate dehydrogenase). These results indicate that anti-adipogenesis effect of tartary buckwheat can be attributed to phenolic compound that may potentially inhibit ROS production.

Nutritional Characteristics and Some Bioactive Components Contents of Sophorae fructus (괴각(槐角)의 식품영양학적 접근 및 몇 가지 생리활성물질 함량 분석)

  • Choi, Young-Su;Shin, Eon-Hwan;Park, Sung-Jin;Kim, Jong-Dai
    • Journal of the Korean Society of Food Science and Nutrition
    • /
    • v.37 no.9
    • /
    • pp.1154-1161
    • /
    • 2008
  • The purpose of this study is to determine the possibility of using Sophorae fructus as natural health food source. To accomplish this purpose, the contents of general and antioxidative nutrients of Sophora fructus were measured. The contents of carbohydrate, crude protein, crude lipid and ash are 75.9%, 16.4%, 2.41%, and 5.2%, respectively, while the calories of Sophora fructus was 337.3 kcal. Total dietary fiber was 15.07% of total carbohydrates. The percentages of water soluble dietary fiber to insoluble dietary fiber were 1.09% and 10.36%, respectively. The protein was composed of a total of 18 different kinds of amino acids. The contents of essential and non-essential amino acids were 2,310.91 mg and 5,218.52 mg. The K was the largest mineral followed by Ca, P and Mg, which means Sophorae fructus is alkali material. The contents of saturated fatty acids, monounsaturated fatty acids and polyunsaturated fatty acids were 24.94%, 32.40%, and 32.86%, respectively. Therefore, the amount of the total unsaturated fatty acid was higher than that of any other plant. The content of vitamin C in Sophorae fructus was higher than that of any other plant, which suggests that it could increase blood elasticity. The content of rutin, which is responsible for capillary vessel permeability, was 1.78%. The contents of water soluble antioxidative materials in 1 mL of water-extracted Sophorae fructus were $4.95\;{\mu}g$ which is comparable to 1,560.96 mmol of vitamin C in antioxidant effect. The general nutrients and other antioxidatant bioactive materials in Sophorae fructus were also potential materials for good health food. It is expected that a follow up study on Sophorae fructus through developing processed food and evaluation of their functional properties would provide useful information as a source of medicinal foods.